]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/themes/classic/style.css
Wordpress 2.6.2
[autoinstalls/wordpress.git] / wp-content / themes / classic / style.css
index f5436b2b7385f19b3f7a87147eec09fd0acf3cd9..93dc883bc0c6fde21d3bcc90f03b2b5aeab2d988 100644 (file)
@@ -4,6 +4,7 @@ Theme URI: http://wordpress.org/
 Description: The original WordPress theme that graced versions 1.2.x and prior.
 Version: 1.5
 Author: Dave Shea
+Tags: mantle color, variable width, two columns, widgets
 
 Default WordPress by Dave Shea || http://mezzoblue.com
 Modifications by Matthew Mullenweg || http://photomatt.net
@@ -159,6 +160,13 @@ ul.post-meta span.post-meta-key {
        list-style-type: none;
 }
 
+#commentlist li .avatar {
+       float: right;
+       margin-right: 25px;
+       border: 1px dotted #ccc;
+       padding: 2px;
+}
+
 #content {
        margin: 30px 13em 0 3em;
        padding-right: 60px;
@@ -311,3 +319,45 @@ ul.post-meta span.post-meta-key {
        font-style: normal;
        text-transform: capitalize;
 }
+
+/* Captions & aligment */
+.aligncenter,
+div.aligncenter {
+       display: block;
+       margin-left: auto;
+       margin-right: auto;
+}
+
+.alignleft {
+       float: left;
+}
+
+.alignright {
+       float: right;
+}
+
+.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 & aligment */