comparison docs/pycon2010/ui/pycon/pretty.css @ 374:89e38f922c25

font sizes up
author cat@eee
date Sat, 20 Feb 2010 00:11:34 -0500
parents bf314710e64b
children
comparison
equal deleted inserted replaced
373:a381f8dd3a45 374:89e38f922c25
20 .slide pre {padding: 0; margin-left: 0; margin-right: 0; font-size: 90%;} 20 .slide pre {padding: 0; margin-left: 0; margin-right: 0; font-size: 90%;}
21 .slide ul ul li {list-style: square;} 21 .slide ul ul li {list-style: square;}
22 .slide img.leader {display: block; margin: 0 auto;} 22 .slide img.leader {display: block; margin: 0 auto;}
23 .slide tt {font-size: 90%;} 23 .slide tt {font-size: 90%;}
24 24
25 div#header, div#footer {background: #005; color: #AAB; font-family: sans-serif;} 25 div#header, div#footer {background: green; color: #AAB; font-family: sans-serif;}
26 /* background: #005 url(bodybg.gif) -16px 0 no-repeat; */ 26 /* background: green url(bodybg.gif) -16px 0 no-repeat; */
27 div#footer {font-size: 0.5em; font-weight: bold; padding: 1em 0;} 27 div#footer {font-size: 0.5em; font-weight: bold; padding: 1em 0;}
28 #footer h1 {display: block; padding: 0 1em;} 28 #footer h1 {display: block; padding: 0 1em;}
29 #footer h2 {display: block; padding: 0.8em 1em 0;} 29 #footer h2 {display: block; padding: 0.8em 1em 0;}
30 30
31 .slide {font-size: 1.2em;} 31 .slide {font-size: 1.2em;}
32 .slide h1 {position: absolute; top: 0.45em; z-index: 1; 32 .slide h1 {position: absolute; top: 0.45em; z-index: 1;
33 margin: 0; padding-left: 0.7em; white-space: nowrap; 33 margin: 0; padding-left: 0.7em; white-space: nowrap;
34 font: bold 150% sans-serif; color: #DDE; background: #005;} 34 font: bold 150% sans-serif; color: #DDE; background: green;}
35 .slide h2 {font: bold 120%/1em sans-serif; padding-top: 0.5em;} 35 .slide h2 {font: bold 120%/1em sans-serif; padding-top: 0.5em;}
36 .slide h3 {font: bold 100% sans-serif; padding-top: 0.5em;} 36 .slide h3 {font: bold 100% sans-serif; padding-top: 0.5em;}
37 h1 abbr {font-variant: small-caps;} 37 h1 abbr {font-variant: small-caps;}
38 38
39 div#controls {position: absolute; left: 50%; bottom: 0; 39 div#controls {position: absolute; left: 50%; bottom: 0;
40 width: 50%; text-align: right; font: bold 0.9em sans-serif;} 40 width: 50%; text-align: right; font: bold 0.9em sans-serif;}
41 html>body div#controls {position: fixed; padding: 0 0 1em 0; top: auto;} 41 html>body div#controls {position: fixed; padding: 0 0 1em 0; top: auto;}
42 div#controls form {position: absolute; bottom: 0; right: 0; width: 100%; 42 div#controls form {position: absolute; bottom: 0; right: 0; width: 100%;
43 margin: 0; padding: 0;} 43 margin: 0; padding: 0;}
44 #controls #navLinks a {padding: 0; margin: 0 0.5em; 44 #controls #navLinks a {padding: 0; margin: 0 0.5em;
45 background: #005; border: none; color: #779; cursor: pointer;} 45 background: green; border: none; color: #779; cursor: pointer;}
46 #controls #navList {height: 1em;} 46 #controls #navList {height: 1em;}
47 #controls #navList #jumplist {position: absolute; bottom: 0; right: 0; 47 #controls #navList #jumplist {position: absolute; bottom: 0; right: 0;
48 background: #DDD; color: #227;} 48 background: #DDD; color: #227;}
49 49
50 #currentSlide {text-align: center; font-size: 0.5em; color: #449; 50 #currentSlide {text-align: center; font-size: 0.5em; color: #449;