-
Notifications
You must be signed in to change notification settings - Fork 0
/
mobile.css
103 lines (89 loc) · 1.83 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
html, body {
font-style: normal;
text-transform: none;
background: #ddd;
font-weight: normal;
font-family: sans-serif;
line-height: 150%;
color: #000;
}
A:link {color: #000; text-decoration: none;}
A:visited {color: #000; text-decoration: none;}
A:active {color: #000; text-decoration: none;}
A:hover {color: #000; text-decoration: none;}
.header {
height: 37px;
background: #bbb;
margin: 0px;
padding: 5px;
}
.header A:link {color: #000; text-decoration: none;}
.header A:visited {color: #000; text-decoration: none;}
.header A:active {color: #000; text-decoration: none;}
.header A:hover {color: #000; text-decoration: none;}
.controls {
color: #ddd;
background: #000;
margin: 0px;
padding: 5px;
font-size: 80%;
text-align: center;
}
.controls A:link {color: #ddd; text-decoration: none;}
.controls A:visited {color: #ddd; text-decoration: none;}
.controls A:active {color: #ddd; text-decoration: none;}
.controls A:hover {color: #ddd; text-decoration: none;}
p {
padding: 5px;
margin-top: 0px;
margin-bottom: 5px;
}
.titleinfo {
width: 100%;
background: #ccc;
line-height: 120%;
margin-bottom: 1px;
font-weight: bold;
}
.time {
font-weight: bold;
margin: 0px;
padding-bottom: 0px;
line-height: 120%;
}
.room {
font-size: 80%;
margin: 0px;
padding-top: 0px;
line-height: 120%;
}
.desc {
font-size: 90%;
line-height: 120%;
}
h1, h2, h3, h4 {
text-align: center;
padding: 5px;
display: block;
margin: 0px;
}
h1 {
font-size: 150%;
font-weight: bold;
}
h2 {
font-size: 120%;
font-weight: bold;
background: #999;
}
h3 {
font-weight: bold;
background: #ccc;
padding-bottom: 0px;
}
h4 {
font-size: 80%;
font-weight: bold;
background: #ccc;
padding-top: 0px;
}