]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/themes/default/style.css
Wordpress 2.0.4
[autoinstalls/wordpress.git] / wp-content / themes / default / style.css
index 667b7a5686e1aec9e92f15469560c55c48dd2a9c..a88d974a4cca0c3a42100462fecf61c1ff630564 100644 (file)
@@ -2,7 +2,7 @@
 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/
 
@@ -14,13 +14,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 +23,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,9 +35,15 @@ 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
        }
@@ -59,7 +59,7 @@ body {
 .widecolumn {
        line-height: 1.6em;
        }
-       
+
 .narrowcolumn .postmetadata {
        text-align: center;
        }
@@ -71,7 +71,8 @@ body {
        }
 
 #footer {
-       background-color: #eee;
+       background: #eee url('images/kubrickfooter.jpg') no-repeat top; 
+       border: none;
        }
 
 small {
@@ -132,7 +133,7 @@ h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar
 .commentlist li, #commentform input, #commentform textarea {
        font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
        }
-       
+
 .commentlist li {
        font-weight: bold;
        }
@@ -164,7 +165,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,7 +185,7 @@ a:hover {
        color: #147;
        text-decoration: underline;
        }
-       
+
 #wp-calendar #prev a {
        font-size: 9pt;
        }
@@ -208,7 +209,7 @@ a:hover {
 
 /* Begin Structure */
 body {
-       margin: 0;
+       margin: 0 0 20px 0;
        padding: 0; 
        }
 
@@ -219,13 +220,13 @@ body {
        width: 760px;
        border: 1px solid #959596;
        }
-       
+
 #header {
-       padding: 0;
-       margin: 0 auto;
-       height: 200px;
-       width: 100%;
        background-color: #73a0c5;
+       margin: 0 0 0 1px; 
+       padding: 0; 
+       height: 200px; 
+       width: 758px;
        }
 
 #headerimg {
@@ -246,7 +247,7 @@ body {
        margin: 5px 0 0 150px;
        width: 450px;
        }
-       
+
 .post {
        margin: 0 0 40px;
        text-align: justify;
@@ -281,7 +282,7 @@ body {
 }
 
 #footer {
-       padding: 0 0 0 1px;
+       padding: 0;
        margin: 0 auto;
        width: 760px;
        clear: both;
@@ -339,13 +340,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,7 +362,7 @@ img.alignleft {
 .alignright {
        float: right;
        }
-       
+
 .alignleft {
        float: left
        }
@@ -405,7 +406,7 @@ html>body .entry li {
        list-style-type: none;
        list-style-image: none;
        }
-       
+
 #sidebar ul, #sidebar ul ol {
        margin: 0;
        padding: 0;
@@ -449,7 +450,7 @@ ol li, #sidebar ul ol li {
        }
 
 #sidebar #searchform #s {
-       width: 115px;
+       width: 108px;
        padding: 2px;
        }