]> 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 667b7a5686e1aec9e92f15469560c55c48dd2a9c..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.5
+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/
@@ -14,13 +15,7 @@ Author URI: http://binarybonsai.com/
 
        The CSS, XHTML and design is released under GPL:
        http://www.opensource.org/licenses/gpl-license.php
-       
-
-       *** REGARDING IMAGES ***
-       All CSS that involves the use of images, can be found in the 'index.php' file.
-       This is to ease installation inside subdirectories of a server.
 
-       Have fun, and don't be afraid to contact me if you have questions.
 */
 
 
@@ -29,7 +24,7 @@ Author URI: http://binarybonsai.com/
 body {
        font-size: 62.5%; /* Resets 1em to 10px */
        font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
-       background-color: #d5d6d7;
+       background: #d5d6d7 url('images/kubrickbgcolor.jpg');
        color: #333;
        text-align: center;
        }
@@ -41,11 +36,17 @@ body {
        }
 
 #header {
-       background-color: #73a0c5;
+       background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;
+       }
+
+#headerimg     {
+       margin: 7px 9px 0;
+       height: 192px;
+       width: 740px;
        }
 
 #content {
-       font-size: 1.2em
+       font-size: 1.2em;
        }
 
 .widecolumn .entry p {
@@ -59,19 +60,29 @@ body {
 .widecolumn {
        line-height: 1.6em;
        }
-       
+
 .narrowcolumn .postmetadata {
        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-color: #eee;
+       background: #e7e7e7 url('images/kubrickfooter.jpg') no-repeat top;
+       border: none;
        }
 
 small {
@@ -129,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 {
@@ -164,7 +193,7 @@ h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar
 small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
        color: #777;
        }
-       
+
 code {
        font: 1.1em 'Courier New', Courier, Fixed;
        }
@@ -184,8 +213,8 @@ a:hover {
        color: #147;
        text-decoration: underline;
        }
-       
-#wp-calendar #prev a {
+
+#wp-calendar #prev a, #wp-calendar #next a {
        font-size: 9pt;
        }
 
@@ -208,8 +237,8 @@ a:hover {
 
 /* Begin Structure */
 body {
-       margin: 0;
-       padding: 0; 
+       margin: 0 0 20px 0;
+       padding: 0;
        }
 
 #page {
@@ -219,13 +248,13 @@ body {
        width: 760px;
        border: 1px solid #959596;
        }
-       
+
 #header {
+       background-color: #73a0c5;
+       margin: 0 0 0 1px;
        padding: 0;
-       margin: 0 auto;
        height: 200px;
-       width: 100%;
-       background-color: #73a0c5;
+       width: 758px;
        }
 
 #headerimg {
@@ -246,12 +275,16 @@ body {
        margin: 5px 0 0 150px;
        width: 450px;
        }
-       
+
 .post {
        margin: 0 0 40px;
        text-align: justify;
        }
 
+.post hr {
+       display: block;
+       }
+
 .widecolumn .post {
        margin: 0;
        }
@@ -277,11 +310,15 @@ body {
 }
 
 .postmetadata {
-       clear: left;
+       clear: both;
+}
+
+.clear {
+       clear: both;
 }
 
 #footer {
-       padding: 0 0 0 1px;
+       padding: 0;
        margin: 0 auto;
        width: 760px;
        clear: both;
@@ -339,13 +376,13 @@ p img {
        thought?!) align the image to the right. And using 'class="centered',
        will of course center the image. This is much better than using
        align="center", being much more futureproof (and valid) */
-       
+
 img.centered {
        display: block;
        margin-left: auto;
        margin-right: auto;
        }
-       
+
 img.alignright {
        padding: 4px;
        margin: 0 0 2px 7px;
@@ -361,9 +398,9 @@ img.alignleft {
 .alignright {
        float: right;
        }
-       
+
 .alignleft {
-       float: left
+       float: left;
        }
 /* End Images */
 
@@ -380,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;
@@ -405,7 +442,7 @@ html>body .entry li {
        list-style-type: none;
        list-style-image: none;
        }
-       
+
 #sidebar ul, #sidebar ul ol {
        margin: 0;
        padding: 0;
@@ -444,12 +481,12 @@ ol li, #sidebar ul ol li {
 /* Begin Form Elements */
 #searchform {
        margin: 10px auto;
-       padding: 5px 3px; 
+       padding: 5px 3px;
        text-align: center;
        }
 
 #sidebar #searchform #s {
-       width: 115px;
+       width: 108px;
        padding: 2px;
        }
 
@@ -471,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 */
@@ -496,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;
@@ -599,6 +651,15 @@ blockquote cite {
        text-align: center;
        }
 
+.hidden {
+       display: none;
+       }
+       
+.screen-reader-text {
+     position: absolute;
+     left: -1000em;
+}
+
 hr {
        display: none;
        }
@@ -617,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." */