-
Notifications
You must be signed in to change notification settings - Fork 0
/
mobile.css
80 lines (67 loc) · 1.21 KB
/
mobile.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
* {
font-family: 'Open Sans', 'Meiryo', sans-serif;
font-size: 0.9em;
padding: 0;
margin: 0;
}
body {
text-align: center;
background-color: #EEEEEE;
height: calc(width / aspect-ratio);
}
#header {
font-size: 2.4em;
font-weight: 400;
color: rgba(50, 50, 50, 1.0);
margin-top: 16px;
margin-bottom: 8px;
}
#content {
margin-bottom: 3.4em;
}
#footer {
background-color: rgba(50, 50, 50, 1.0);
color: #DDDDDD;
position: fixed;
padding-top: 0.2em;
padding-bottom: 0.2em;
width: 100%;
font-size: 0.8em;
bottom: 0;
}
#footer a {
color: #3388DD;
text-decoration: none;
}
.fineprint {
font-size: 0.7em;
color: rgba(50, 50, 50, 1.0);
}
.subheader {
font-size: 0.3em;
font-style: italic;
color: rgba(50, 50, 50, 1.0);
}
textarea {
background-color: #F6F6F6;
border-color: #555555;
resize: none;
margin-bottom: 8px;
width: 32em;
height: 16em;
}
textarea:disabled {
background-color: #BBBBBB;
}
#optrom {
font-size: 0.9em;
}
.opthead {
text-decoration: underline;
font-size: 1.25em;
height: 1.1em;
}
input[type="radio"] {
vertical-align: middle;
margin-right: 0.2em;
}