-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmobile.css
211 lines (177 loc) · 3.77 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
body {
background-color: e3e3e3; /*#C2D699; /* Background color */
color: #222; /* Foreground color used for text */
font-family: Helvetica;
font-size: 14px;
margin: 0; /* Amount of negative space around the outside of the body */
padding: 0; /* Amount of negative space around the inside of the body */
}
#picture {
display: none;
}
#title {
margin: 0;
padding: 0;
}
#title h1 {
color: #222;
display: block;
font-size: 24px;
font-weight: bold;
padding: 10px 0;
margin-top: -15px;
margin-bottom: -10px;
text-align: center;
text-decoration: none;
/* text-shadow: 0px 1px 0px #fff;
background-image: -webkit-gradient(linear, left top, left bottom,
from(#ccc), to(#999));*/
}
#titleCourse h1 {
border: 1px solid #999999; color: #222;
margin: 0;
color: #222;
display: block;
font-size: 24px;
font-weight: bold;
padding: 10px 0;
text-align: center;
text-decoration: none;
text-shadow: 0px 1px 0px #fff;
background-image: -webkit-gradient(linear, left top, left bottom,
from(#ccc), to(#999));
}
#title h2 {
display: block;
font-size: 18px;
font-weight: bold;
padding: 10px 0;
text-align: center;
text-decoration: none;
/* text-shadow: 0px 1px 0px #fff;
background-image: -webkit-gradient(linear, left top, left bottom,
from(#ccc), to(#999));*/
}
#email {
display: none;
}
#research h2 {
border: 1px solid #999999; color: #222;
display: block;
background-color: #ccc;
padding: 10px 0;
margin: 0px;
text-align: center;
}
#research h4 {
font-size: 20px;
padding: 10px 0;
margin: 10px;
text-align: center;
}
#research p {
padding: 10px;
text-align: justify;
}
#research ol {
list-style: none;
margin: 10px;
padding: 10px 0;
text-align: left;
}
#research ol li {
background-color: #FFFFFF;
border: 1px solid #999999;
color: #222222;
display: block;
font-size: 17px;
margin-bottom: -1px;
padding: 12px 10px;
text-decoration: none;
}
#research a {
text-decoration: none;
color: #222;
}
#research a.paper {
color: #0099FF;
}
#research ol li:first-child {
-webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
}
#research ol li:last-child {
-webkit-border-bottom-left-radius: 8px;
-webkit-border-bottom-right-radius: 8px;
}
#teaching h2 {
border: 1px solid #999999; color: #222;
display: block;
background-color: #ccc;
padding: 10px 0;
margin: 0px;
text-align: center;
}
#teaching ul {
list-style: none;
margin: 10px;
padding: 10px 0;
text-align: left;
}
#teaching ul li {
background-color: #FFFFFF;
border: 1px solid #999999;
color: #222222;
display: block;
font-size: 17px;
margin-bottom: -1px;
padding: 12px 10px;
text-decoration: none;
}
#teaching ul li:first-child {
-webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
}
#teaching ul li:last-child {
-webkit-border-bottom-left-radius: 8px;
-webkit-border-bottom-right-radius: 8px;
}
#teaching a:link {
color: #0099FF;
text-decoration: none;
}
#teaching a:visited {
color: #0099FF;
text-decoration: none;
}
#teaching a:hover {
color: #0099FF;
text-decoration: none;
}
#teaching a:active {
color: #000000;
text-decoration: none;
}
#teaching i.blank {
display: none;
}
#teaching p {
margin: 10px;
padding: 0px;
text-align: justify;
}
#teaching p.blank {
display: none;
}
#teaching table {
margin: 10px;
border-collapse:collapse;
}
#teaching table, td {
padding: 10px;
border: 1px solid black;
background-color: #ffffff;
}
#teaching td.dates {
display: none;
}