OLD | NEW |
1 body { | 1 body { |
2 font-family: Arial, sans-serif; | 2 font-family: Arial, sans-serif; |
3 } | 3 } |
4 | 4 |
5 #container { | 5 #container { |
6 width: 100%; | 6 width: 100%; |
7 margin:0pt auto; | 7 margin:0pt auto; |
8 max-width:1024px; | 8 max-width:1024px; |
9 width:expression( | 9 width:expression( |
10 document.body.clientWidth > 1024 ? | 10 document.body.clientWidth > 1024 ? |
11 "1024px": | 11 "1024px": |
12 "auto" ); | 12 "auto" ); |
13 } | 13 } |
14 | 14 |
15 tr { | 15 tr { |
16 vertical-align: top; | 16 vertical-align: top; |
17 } | 17 } |
18 | 18 |
19 div { | 19 div { |
20 /* border: 1px solid #999;*/ | 20 /* border: 1px solid #999;*/ |
21 } | 21 } |
22 | 22 |
23 #header { | 23 #header { |
24 height: 50px; | 24 height: 50px; |
25 } | 25 } |
26 | 26 |
27 /*#footer { | 27 /*#footer { |
28 width: 100%; | 28 width: 100%; |
29 | 29 |
30 }*/ | 30 }*/ |
31 | 31 |
32 #selectSample { | 32 #selectSample { |
33 width: 30%; | 33 width: 30%; |
34 display: inline; | 34 display: inline; |
35 } | 35 } |
36 | 36 |
37 #code { | 37 #code { |
38 width: 70%; | 38 width: 70%; |
39 display: inline; | 39 display: inline; |
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
225 color:#666666; | 225 color:#666666; |
226 margin:0pt; | 226 margin:0pt; |
227 width:100%; | 227 width:100%; |
228 } | 228 } |
229 | 229 |
230 td.footer { | 230 td.footer { |
231 padding-top: 60px; | 231 padding-top: 60px; |
232 } | 232 } |
233 | 233 |
234 #lbinner { | 234 #lbinner { |
235 width:expression( | 235 width:expression( |
236 document.body.clientWidth > 1100 ? | 236 document.body.clientWidth > 1100 ? |
237 "1100px": | 237 "1100px": |
238 "auto" ); | 238 "auto" ); |
239 } | 239 } |
240 | 240 |
241 #lightbox { | 241 #lightbox { |
242 position: absolute; | 242 position: absolute; |
243 } | 243 } |
244 | 244 |
245 #overlay { | 245 #overlay { |
246 width: 1000%; | 246 width: 1000%; |
247 } | 247 } |
248 | 248 |
249 #googleLogoTD { | 249 #googleLogoTD { |
250 text-align:right; | 250 text-align:right; |
251 vertical-align:middle; | 251 vertical-align:middle; |
252 } | 252 } |
253 | 253 |
254 #tab_bar { | 254 #tab_bar { |
255 margin-top:20px; | 255 margin-top:20px; |
256 margin-bottom: -2px; | 256 margin-bottom: -2px; |
257 cursor: pointer; | 257 cursor: pointer; |
258 } | 258 } |
259 | 259 |
260 #button_bar { | 260 #button_bar { |
(...skipping 13 matching lines...) Expand all Loading... |
274 } | 274 } |
275 | 275 |
276 .lb_top div { | 276 .lb_top div { |
277 background: url(interactive_sampler_assets/images/lb_tl.png) no-repeat top lef
t; | 277 background: url(interactive_sampler_assets/images/lb_tl.png) no-repeat top lef
t; |
278 } | 278 } |
279 | 279 |
280 .lb_top { | 280 .lb_top { |
281 background: #D0E4F6 url(interactive_sampler_assets/images/lb_tr.png) no-repeat
top right; | 281 background: #D0E4F6 url(interactive_sampler_assets/images/lb_tr.png) no-repeat
top right; |
282 } | 282 } |
283 | 283 |
284 .db_top div, .db_top, | 284 .db_top div, .db_top, |
285 .lb_top div, .lb_top { | 285 .lb_top div, .lb_top { |
286 height: 5px; | 286 height: 5px; |
287 font-size: 1px; | 287 font-size: 1px; |
288 } | 288 } |
289 .lb_roundedcornr_content, | 289 .lb_roundedcornr_content, |
290 .db_roundedcornr_content { | 290 .db_roundedcornr_content { |
291 padding: 0px 10px; | 291 padding: 0px 10px; |
292 font-size: 80%; | 292 font-size: 80%; |
293 } | 293 } |
294 | 294 |
295 .lb_roundedcornr_content { | 295 .lb_roundedcornr_content { |
296 background-color: #D0E4F6; | 296 background-color: #D0E4F6; |
297 } | 297 } |
298 | 298 |
299 .db_roundedcornr_content { | 299 .db_roundedcornr_content { |
300 background-color: #92c1f0; | 300 background-color: #92c1f0; |
301 } | 301 } |
OLD | NEW |