]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/themes/default/style.css
Wordpress 2.8
[autoinstalls/wordpress.git] / wp-content / themes / default / style.css
index 2edff6a4f8d1b0be7c5a39c9fa5c3c10dacfc04f..d64c5e7d4119bef9b4a52b0418095bdd7040012f 100644 (file)
@@ -46,7 +46,7 @@ body {
        }
 
 #content {
-       font-size: 1.2em
+       font-size: 1.2em;
        }
 
 .widecolumn .entry p {
@@ -81,7 +81,7 @@ border: 1px solid #ddd;
 }
 
 #footer {
-       background: #eee url('images/kubrickfooter.jpg') no-repeat top;
+       background: #e7e7e7 url('images/kubrickfooter.jpg') no-repeat top;
        border: none;
        }
 
@@ -140,6 +140,14 @@ h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar
        color: #b85b5a;
        }
 
+.sticky {
+       background: #f7f7f7;
+       padding: 0 10px 10px;
+       }
+.sticky h2 {
+       padding-top: 10px;
+       }
+
 .commentlist li, #commentform input, #commentform textarea {
        font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
        }
@@ -392,7 +400,7 @@ img.alignleft {
        }
 
 .alignleft {
-       float: left
+       float: left;
        }
 /* End Images */
 
@@ -646,6 +654,11 @@ blockquote cite {
 .hidden {
        display: none;
        }
+       
+.screen-reader-text {
+     position: absolute;
+     left: -1000em;
+}
 
 hr {
        display: none;