]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/themes/twentyeleven/style.css
WordPress 3.4
[autoinstalls/wordpress.git] / wp-content / themes / twentyeleven / style.css
index 40979239a80b88189c8c1e5ec2c251320146d51b..aec75804fb74e4f742efa03fc126b6028bff66e2 100644 (file)
@@ -4,10 +4,11 @@ Theme URI: http://wordpress.org/extend/themes/twentyeleven
 Author: the WordPress team
 Author URI: http://wordpress.org/
 Description: The 2011 theme for WordPress is sophisticated, lightweight, and adaptable. Make it yours with a custom menu, header image, and background -- then go further with available theme options for light or dark color scheme, custom link colors, and three layout choices. Twenty Eleven comes equipped with a Showcase page template that transforms your front page into a showcase to show off your best content, widget support galore (sidebar, three footer areas, and a Showcase page widget area), and a custom "Ephemera" widget to display your Aside, Link, Quote, or Status posts. Included are styles for print and for the admin editor, support for featured images (as custom header images on posts and pages and as large images on featured "sticky" posts), and special styles for six different post formats.
-Version: 1.3
-License: GNU General Public License
-License URI: license.txt
+Version: 1.4
+License: GNU General Public License v2 or later
+License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
+Text Domain: twentyeleven
 */
 
 /* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
@@ -401,7 +402,7 @@ pre {
        overflow: auto;
        padding: 0.75em 1.625em;
 }
-code, kbd {
+code, kbd, samp, var {
        font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
 }
 abbr, acronym, dfn {
@@ -1118,7 +1119,6 @@ blockquote.pull {
 .pull.alignleft {
        margin: 0 1.625em 0 0;
        text-align: right;
-       width: 33%;
 }
 .singular .pull.alignleft {
        margin: 0 1.625em 0 -22.25%;
@@ -1126,6 +1126,9 @@ blockquote.pull {
 .pull.alignright {
        margin: 0 0 0 1.625em;
        text-align: left;
+}
+blockquote.pull.alignleft,
+blockquote.pull.alignright {
        width: 33%;
 }
 .singular .pull.alignright {
@@ -1237,15 +1240,24 @@ blockquote.pull {
 .indexed.format-image .entry-content {
        padding-top: 0.5em;
 }
-.indexed.format-image p,
-.indexed.format-image p img {
-       margin-bottom: 0;
+.indexed.format-image .entry-content p {
+       margin: 1em 0;
+}
+.indexed.format-image .entry-content p:first-child,
+.indexed.format-image .entry-content p:first-child a,
+.indexed.format-image .entry-content p:first-child img {
+       display: block;
+       margin: 0;
+}
+.indexed.format-image .entry-content .wp-caption .wp-caption-text {
+       margin: 0;
+       padding-bottom: 1em;
 }
 .indexed.format-image footer.entry-meta {
        background: #ddd;
-       margin-top: -7px;
-       padding: 20px 30px;
        overflow: hidden;
+       padding: 4%;
+       max-width: 96%;
 }
 .indexed.format-image div.entry-meta {
        display: inline-block;
@@ -1276,7 +1288,7 @@ blockquote.pull {
        background: #111;
        margin-bottom: 0;
        max-width: 96%;
-       padding: 11px;
+       padding: 2% 2% 0;
 }
 .indexed.format-image .wp-caption .wp-caption-text {
        color: #ddd;
@@ -1722,12 +1734,14 @@ section.recent-posts .other-recent-posts li:after {
 }
 #nav-single .nav-previous,
 #nav-single .nav-next {
-       float: none;
        width: auto;
 }
 #nav-single .nav-next {
        padding-left: .5em;
 }
+#nav-single .nav-previous {
+       padding-right: .5em;
+}
 
 
 /* =Widgets
@@ -1838,6 +1852,8 @@ section.ephemera .entry-title a span {
 
 /* Widget Image */
 .widget_image img {
+       border: 0;
+       padding: 0;
        height: auto;
        max-width: 100%;
 }
@@ -2237,15 +2253,6 @@ p.comment-form-comment {
        color: #555;
        font-weight: bold;
 }
-#site-generator .sep {
-       background: url(images/wordpress.png) center left no-repeat;
-       color: transparent;
-       display: inline-block;
-       height: 16px;
-       line-height: 16px;
-       margin: 0 7px;
-       width: 16px;
-}
 
 
 /* =Responsive Structure
@@ -2414,6 +2421,7 @@ p.comment-form-comment {
        /* Floated content doesn't work well at this size */
        .alignleft,
        .alignright {
+               display: block;
                float: none;
                margin-left: 0;
                margin-right: 0;
@@ -2677,3 +2685,10 @@ p.comment-form-comment {
 #ie7 section.recent-posts {
        margin-right: 7.6%;
 }
+
+/* =IE8 
+----------------------------------------------- */ 
+#ie8 section.feature-image.large img { 
+       width: 100%; 
+} 
\ No newline at end of file