]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/themes/default/style.css
Wordpress 3.0.1-scripts
[autoinstalls/wordpress.git] / wp-content / themes / default / style.css
index 74cb7213a90095c5dd9917e6b47f7b8797f198fd..d64c5e7d4119bef9b4a52b0418095bdd7040012f 100644 (file)
@@ -1,10 +1,11 @@
-/*  
+/*
 Theme Name: WordPress Default
 Theme URI: http://wordpress.org/
 Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
 Version: 1.6
 Author: Michael Heilemann
 Author URI: http://binarybonsai.com/
+Tags: blue, custom header, fixed width, two columns, widgets
 
        Kubrick v1.5
         http://binarybonsai.com/kubrick/
@@ -38,14 +39,14 @@ body {
        background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;
        }
 
-#headerimg     { 
-       margin: 7px 9px 0; 
-       height: 192px; 
-       width: 740px; 
-       } 
+#headerimg     {
+       margin: 7px 9px 0;
+       height: 192px;
+       width: 740px;
+       }
 
 #content {
-       font-size: 1.2em
+       font-size: 1.2em;
        }
 
 .widecolumn .entry p {
@@ -64,14 +65,23 @@ body {
        text-align: center;
        }
 
-.alt {
+.thread-alt {
        background-color: #f8f8f8;
-       border-top: 1px solid #ddd;
-       border-bottom: 1px solid #ddd;
-       }
+}
+.thread-even {
+       background-color: white;
+}
+.depth-1 {
+border: 1px solid #ddd;
+}
+
+.even, .alt {
+
+       border-left: 1px solid #ddd;
+}
 
 #footer {
-       background: #eee url('images/kubrickfooter.jpg') no-repeat top; 
+       background: #e7e7e7 url('images/kubrickfooter.jpg') no-repeat top;
        border: none;
        }
 
@@ -130,12 +140,30 @@ 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;
        }
+.commentlist li ul li {
+       font-size: 1em;
+}
 
 .commentlist li {
        font-weight: bold;
+}
+
+.commentlist li .avatar { 
+       float: right;
+       border: 1px solid #eee;
+       padding: 2px;
+       background: #fff;
        }
 
 .commentlist cite, .commentlist cite a {
@@ -210,7 +238,7 @@ a:hover {
 /* Begin Structure */
 body {
        margin: 0 0 20px 0;
-       padding: 0; 
+       padding: 0;
        }
 
 #page {
@@ -223,9 +251,9 @@ body {
 
 #header {
        background-color: #73a0c5;
-       margin: 0 0 0 1px; 
-       padding: 0; 
-       height: 200px; 
+       margin: 0 0 0 1px;
+       padding: 0;
+       height: 200px;
        width: 758px;
        }
 
@@ -282,7 +310,11 @@ body {
 }
 
 .postmetadata {
-       clear: left;
+       clear: both;
+}
+
+.clear {
+       clear: both;
 }
 
 #footer {
@@ -368,7 +400,7 @@ img.alignleft {
        }
 
 .alignleft {
-       float: left
+       float: left;
        }
 /* End Images */
 
@@ -385,7 +417,7 @@ html>body .entry ul {
        list-style: none;
        padding-left: 10px;
        text-indent: -10px;
-       } 
+       }
 
 html>body .entry li {
        margin: 7px 0 8px 10px;
@@ -449,7 +481,7 @@ ol li, #sidebar ul ol li {
 /* Begin Form Elements */
 #searchform {
        margin: 10px auto;
-       padding: 5px 3px; 
+       padding: 5px 3px;
        text-align: center;
        }
 
@@ -476,13 +508,22 @@ select {
        margin: 5px 5px 1px 0;
        }
 
+#commentform {
+       margin: 5px 10px 0 0;
+       }
 #commentform textarea {
        width: 100%;
        padding: 2px;
        }
-
+#respond:after {
+               content: "."; 
+           display: block; 
+           height: 0; 
+           clear: both; 
+           visibility: hidden;
+       }
 #commentform #submit {
-       margin: 0;
+       margin: 0 0 5px auto;
        float: right;
        }
 /* End Form Elements */
@@ -501,14 +542,20 @@ select {
        }
 
 .commentlist li {
-       margin: 15px 0 3px;
-       padding: 5px 10px 3px;
+       margin: 15px 0 10px;
+       padding: 5px 5px 10px 10px;
        list-style: none;
+
        }
+.commentlist li ul li { 
+       margin-right: -5px;
+       margin-left: 10px;
+}
 
 .commentlist p {
        margin: 10px 5px 10px 0;
-       }
+}
+.children { padding: 0; }
 
 #commentform p {
        margin: 5px 0;
@@ -604,6 +651,15 @@ blockquote cite {
        text-align: center;
        }
 
+.hidden {
+       display: none;
+       }
+       
+.screen-reader-text {
+     position: absolute;
+     left: -1000em;
+}
+
 hr {
        display: none;
        }
@@ -622,6 +678,41 @@ a img {
 
 
 
+/* Captions */
+.aligncenter,
+div.aligncenter {
+       display: block;
+       margin-left: auto;
+       margin-right: auto;
+}
+
+.wp-caption {
+       border: 1px solid #ddd;
+       text-align: center;
+       background-color: #f3f3f3;
+       padding-top: 4px;
+       margin: 10px;
+       -moz-border-radius: 3px;
+       -khtml-border-radius: 3px;
+       -webkit-border-radius: 3px;
+       border-radius: 3px;
+}
+
+.wp-caption img {
+       margin: 0;
+       padding: 0;
+       border: 0 none;
+}
+
+.wp-caption p.wp-caption-text {
+       font-size: 11px;
+       line-height: 17px;
+       padding: 0 4px 5px;
+       margin: 0;
+}
+/* End captions */
+
+
 /* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
        It won't be a stylish marriage, I can't afford a carriage.
        But you'll look sweet upon the seat of a bicycle built for two." */