1
1
@import url (https://fonts.googleapis.com/css?family=Armata);
2
2
@import url (https://fonts.googleapis.com/css?family=Roboto:300);
3
3
4
- span . header {
4
+ h1 {
5
5
font-family : 'Armata' , serif;
6
6
color : # 333333 ;
7
7
font-size : 48pt ;
8
8
text-align : center;
9
9
10
- margin-left : 10 px ;
10
+ margin-bottom : 30 px ;
11
11
}
12
12
13
- h1 {
13
+ h2 {
14
14
font-family : 'Armata' , serif;
15
15
color : # 333333 ;
16
- font-size : 30 pt ;
16
+ font-size : 36 pt ;
17
17
text-align : center;
18
+
19
+ margin-bottom : 30px ;
20
+ }
18
21
22
+ h2 .left {
23
+ font-family : 'Armata' , serif;
24
+ color : # 333333 ;
25
+ font-size : 36pt ;
26
+ text-align : left;
27
+
19
28
margin-bottom : 30px ;
20
29
}
21
30
22
- body { padding-top : 30px ; }
31
+ h3 {
32
+ font-family : 'Armata' , serif;
33
+ color : # 333333 ;
34
+ font-size : 24pt ;
35
+ text-align : left;
36
+
37
+ margin-bottom : 30px ;
38
+ }
39
+
40
+ th {
41
+ text-align : center;
42
+ }
43
+
44
+ th .talkheading {
45
+ font-family : 'Roboto' , sans-serif;
46
+ font-size : 14pt ;
47
+ font-weight : 800 ;
48
+ }
49
+
50
+ td .talkmajor {
51
+ font-family : 'Roboto' , sans-serif;
52
+ font-size : 14pt ;
53
+ font-weight : 800 ;
54
+ text-align : center;
55
+ }
56
+
57
+ div .talktitle {
58
+ font-family : 'Roboto' , sans-serif;
59
+ font-size : 12pt ;
60
+ font-weight : 800 ;
61
+ color : black;
62
+ }
63
+
64
+ div .talkspeaker {
65
+ font-family : 'Roboto' , sans-serif;
66
+ font-size : 11pt ;
67
+ color : black;
68
+ }
69
+
70
+ div .talkspeaker > a {
71
+ font-family : 'Roboto' , sans-serif;
72
+ font-size : 11pt ;
73
+ color : black;
74
+ font-weight : 400 ;
75
+ }
76
+
77
+ td .scheduletime {
78
+ font-family : 'Roboto' , sans-serif;
79
+ font-size : 11pt ;
80
+ text-align : center;
81
+ }
82
+
83
+ .navbar {
84
+ margin-bottom : 0 ;
85
+ border-bottom : solid black 1px ;
86
+ }
87
+
88
+ .navbar-brand {
89
+ padding-top : 9px ;
90
+ padding-bottom : 9px ;
91
+ }
92
+
93
+ .navbar-nav > .active > a ,
94
+ .navbar-nav > .active > a : hover ,
95
+ .navbar-nav > .active > a : focus {
96
+ font-weight : 1200 ;
97
+ }
98
+
99
+ .nav-link {
100
+ font-weight : 600 ;
101
+ font-size : 90% ;
102
+ }
103
+
104
+ body { padding-top : 100px ; }
105
+
106
+ .offsetanchor {
107
+ display : block;
108
+ position : relative;
109
+ top : -150px ;
110
+ visibility : hidden;
111
+ }
23
112
24
113
div .footer {
25
114
background-color : # ffcc33 ;
@@ -44,11 +133,33 @@ body {
44
133
background-color : white
45
134
}
46
135
136
+ div .bodytext {
137
+ text-align : center;
138
+ font-family : 'Roboto' , sans-serif;
139
+ font-size : 14pt ;
140
+ }
141
+
47
142
p {
48
143
text-align : center;
49
144
font-family : 'Roboto' , sans-serif;
50
145
font-size : 14pt ;
51
- margin-bottom : 20px ;
146
+ margin-bottom : 40px ;
147
+ }
148
+
149
+ p .left {
150
+ text-align : left;
151
+ font-family : 'Roboto' , sans-serif;
152
+ font-size : 14pt ;
153
+ margin-bottom : 40px ;
154
+ }
155
+
156
+ li {
157
+ font-family : 'Roboto' , sans-serif;
158
+ font-size : 14pt ;
159
+ }
160
+
161
+ p .tight {
162
+ margin-bottom : 10px ;
52
163
}
53
164
54
165
div .bodybreak {
@@ -60,13 +171,118 @@ div.bodybreak {
60
171
margin-bottom : 60px ;
61
172
}
62
173
63
- a ,
64
- a : hover ,
65
- a : focus {
174
+ th {
175
+ text-align : center;
176
+ }
177
+
178
+ img .sp-image {
179
+ max-width : 100% ;
180
+ }
181
+
182
+ div .speaker > div .picture {
183
+ float : left;
184
+ margin-top : 10px ;
185
+ margin-bottom : 20px ;
186
+ margin-left : 0 ;
187
+ margin-right : 10px ;
188
+
189
+ border-style : solid;
190
+ border-width : 2px ;
191
+ border-color : # 333333 ;
192
+ }
193
+
194
+ div .name {
195
+ font-family : 'Roboto' , sans-serif;
196
+ font-size : 24pt ;
197
+ font-weight : bold;
198
+ }
199
+
200
+ div .title {
201
+ font-blackfamily : 'Roboto' , sans-serif;
202
+ font-size : 24pt ;
203
+ margin-bottom : 5px ;
204
+ }
205
+
206
+ div .links {
207
+ font-family : 'Roboto' , sans-serif;
208
+ font-size : 14pt ;
209
+ font-weight : 800 ;
210
+ margin-bottom : 10px ;
211
+ }
212
+
213
+ div .abstract {
214
+ font-family : 'Roboto' , sans-serif;
215
+ font-size : 14pt ;
216
+ margin-bottom : 10px ;
217
+ }
218
+
219
+ div .bio {
220
+ font-family : 'Roboto' , sans-serif;
221
+ font-size : 14pt ;
222
+ font-style : italic;
223
+ margin-bottom : 10px ;
224
+ }
225
+
226
+ div .sponsorrow ,
227
+ div .speakerrow {
228
+ margin-bottom : 60px ;
229
+ }
230
+
231
+ a .speakerfront ,
232
+ a .speakerfront : hover ,
233
+ a .speakerfront : focus {
66
234
color : # 333333 ;
67
235
font-family : 'Roboto' , sans-serif;
68
236
font-size : 14pt ;
69
- font-weight : bold;
70
237
text-decoration : underline;
71
238
text-decoration-style : dotted;
72
239
}
240
+
241
+ a .projectlink ,
242
+ a .projectlink : hover ,
243
+ a .projectlink : focus {
244
+ color : # 333333 ;
245
+ font-family : 'Roboto' , sans-serif;
246
+ font-size : 24pt ;
247
+ text-decoration : underline;
248
+ text-decoration-style : dotted;
249
+ }
250
+
251
+ .speakergrid {
252
+ padding : 20px ;
253
+ max-width : 80% ;
254
+ margin-left : 10% ;
255
+ margin-right : 10% ;
256
+ }
257
+
258
+ .sponsorrow {
259
+ text-align : center;
260
+ }
261
+
262
+ .sponsor {
263
+ padding : 20px ;
264
+ max-width : 80% ;
265
+ margin-left : 10% ;
266
+ margin-right : 10% ;
267
+ }
268
+
269
+ div .toptitle
270
+ {
271
+ text-align : center;
272
+ color : # ffcc33 ;
273
+ font-family : 'Armata' , serif;
274
+ font-size : 18pt ;
275
+ margin-bottom : 5px ;
276
+ font-weight : bold;
277
+ background-color : black;
278
+ padding-top : 5px ;
279
+ padding-bottom : 5px ;
280
+ }
281
+
282
+ div .topsub {
283
+ text-align : center;
284
+ font-family : 'Roboto' , sans-serif;
285
+ font-size : 18pt ;
286
+ margin-bottom : 20px ;
287
+ font-weight : bold;
288
+ }
0 commit comments