forked from TheCove/nozomi199.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dqm.css
54 lines (53 loc) · 934 Bytes
/
dqm.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
body{
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
margin-left: 1mm;
margin-right: 1mm;
margin-top: 1mm;
font-size:4mm;
}
div.table {
display: table; min-width:100%;
}
div.table > div.tr {
display: table-row;
}
div.table > div.tr > div.td {
display: table-cell;
}
hr, div.hr {
min-height:2mm;
overflow: hidden;
clear: both;
}
div#menu {
height: auto;
overflow-y:hidden;
clear:both;
}
div#mainTable,div#info {
font-size: 8px;
width: 100%;
}
input, select {
width:100%;
min-height: 12mm;
font-size:4mm;
padding-left: 1mm;
}
div#credits > p {
text-align:center;
}
@media only screen and (min-width: 700px) {
div#menu, div#mainTable, div#info,div#credits {
width: 700px;
font-size: 18px;
}
div#mainTable {
min-width: 700px;
}
}