Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: anwiki/_override-static/global/global/css/index.css

Issue 10295007: Added "learn more" toggle and area for platform-specific content (Closed)
Patch Set: Hide "learn more" button if JavaScript disabled Created April 23, 2013, 9:15 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | anwiki/_override-static/global/global/css/index-desktop.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #content h1, #content h2 1 #content h1, #content h2
2 { 2 {
3 font-size: 16px; 3 font-size: 16px;
4 } 4 }
5 5
6 #content .sprite 6 #content .sprite
7 { 7 {
8 background-image: url(../img/sprite-index.png); 8 background-image: url(../img/sprite-index.png);
9 } 9 }
10 10
11 #main, #video 11 #main, #video
12 { 12 {
13 display: inline-block; 13 display: inline-block;
14 } 14 }
15 15
16 #video 16 #video
17 { 17 {
18 background: white; 18 background: white;
19 padding: 10px; 19 padding: 10px;
20 border: 1px solid #c9c9c9; 20 border: 1px solid #c9c9c9;
21 box-shadow: 1px 1px 0 0 #dbdbdb; 21 box-shadow: 1px 1px 0 0 #dbdbdb;
22 } 22 }
23 23
24 #summary h1, h2 24 #summary h1, #summary h2
25 { 25 {
26 font-weight: normal; 26 font-weight: normal;
27 margin: 0; 27 margin: 0;
28 } 28 }
29 29
30 #summary h1 30 #summary h1
31 { 31 {
32 font-size: 60px; 32 font-size: 60px;
33 line-height: 50px; 33 line-height: 50px;
34 margin-bottom: 8px; 34 margin-bottom: 8px;
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 #key-facts section p 346 #key-facts section p
347 { 347 {
348 margin-bottom: 0px; 348 margin-bottom: 0px;
349 font-size: 14px; 349 font-size: 14px;
350 } 350 }
351 351
352 #key-facts section a 352 #key-facts section a
353 { 353 {
354 font-size: 14px; 354 font-size: 14px;
355 } 355 }
356
357 #more-container
358 {
359 position: relative;
360 margin-top: 40px;
361 }
362
363 #more, #less
364 {
365 padding: 10px 0px;
366 border: 0px;
367 background-color: #dbd4c7;
368 }
369
370 #sidebar
371 {
372 display: inline-block;
373 }
374
375 #more-tabs #sidebar button
376 {
377 margin: 5px;
378 padding: 4px 7px;
379 font-size: 18px;
380 border: 0px;
381 border-radius: 4px;
382 background-color: #eee8df;
383 }
384
385 .more-tab
386 {
387 vertical-align: top;
388 }
389
390 #content .more-tab h2
391 {
392 margin: 10px 0px;
393 font-size: 30px;
394 font-weight: normal;
395 }
396
397 .more-tab li
398 {
399 margin-bottom: 10px;
400 }
401
402 .more-tab blockquote
403 {
404 margin: 0px;
405 font-style: italic;
406 }
407
408 #more, .more-tab
409 {
410 display: none;
411 }
412
413 #less, #more-tabs
414 {
415 display: inline-block;
416 }
417
418 #more-container.hidden #more
419 {
420 display: inline-block;
421 }
422
423 #more-container.hidden #less,
424 #more-container.hidden #more-tabs
425 {
426 display: none;
427 }
428
429 #more-container.firefox #tab-firefox,
430 #more-container.chrome #tab-chrome,
431 #more-container.opera #tab-opera,
432 #more-container.android #tab-android
433 {
434 display: inline-block;
435 }
436
437 #more-container.firefox #more-firefox,
438 #more-container.chrome #more-chrome,
439 #more-container.opera #more-opera,
440 #more-container.android #more-android
441 {
442 background-color: #dbd4c7;
443 }
OLDNEW
« no previous file with comments | « no previous file | anwiki/_override-static/global/global/css/index-desktop.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld