diff 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
line wrap: on
line diff
--- a/docs/pycon2010/ui/pycon/pretty.css	Fri Feb 19 12:20:44 2010 -0500
+++ b/docs/pycon2010/ui/pycon/pretty.css	Sat Feb 20 00:11:34 2010 -0500
@@ -22,8 +22,8 @@
 .slide img.leader {display: block; margin: 0 auto;}
 .slide tt {font-size: 90%;}
 
-div#header, div#footer {background: #005; color: #AAB; font-family: sans-serif;}
-/* background: #005 url(bodybg.gif) -16px 0 no-repeat; */
+div#header, div#footer {background: green; color: #AAB; font-family: sans-serif;}
+/* background: green url(bodybg.gif) -16px 0 no-repeat; */
 div#footer {font-size: 0.5em; font-weight: bold; padding: 1em 0;}
 #footer h1 {display: block; padding: 0 1em;}
 #footer h2 {display: block; padding: 0.8em 1em 0;}
@@ -31,7 +31,7 @@
 .slide {font-size: 1.2em;}
 .slide h1 {position: absolute; top: 0.45em; z-index: 1;
   margin: 0; padding-left: 0.7em; white-space: nowrap;
-  font: bold 150% sans-serif; color: #DDE; background: #005;}
+  font: bold 150% sans-serif; color: #DDE; background: green;}
 .slide h2 {font: bold 120%/1em sans-serif; padding-top: 0.5em;}
 .slide h3 {font: bold 100% sans-serif; padding-top: 0.5em;}
 h1 abbr {font-variant: small-caps;}
@@ -42,7 +42,7 @@
 div#controls form {position: absolute; bottom: 0; right: 0; width: 100%;
   margin: 0; padding: 0;}
 #controls #navLinks a {padding: 0; margin: 0 0.5em; 
-  background: #005; border: none; color: #779; cursor: pointer;}
+  background: green; border: none; color: #779; cursor: pointer;}
 #controls #navList {height: 1em;}
 #controls #navList #jumplist {position: absolute; bottom: 0; right: 0;
   background: #DDD; color: #227;}