X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/596d585e1dc1eb25bccd3781e37210a4e2504179..6c8f14c09105d0afa4c1574215c59b5021040e76:/wp-content/themes/twentyeleven/style.css diff --git a/wp-content/themes/twentyeleven/style.css b/wp-content/themes/twentyeleven/style.css index aec75804..62091805 100644 --- a/wp-content/themes/twentyeleven/style.css +++ b/wp-content/themes/twentyeleven/style.css @@ -4,10 +4,10 @@ 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.4 +Version: 1.5 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 +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, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready Text Domain: twentyeleven */ @@ -431,10 +431,16 @@ sup { sub { top: .5ex; } +small { + font-size: smaller; +} /* Forms */ input[type=text], input[type=password], +input[type=email], +input[type=url], +input[type=number], textarea { background: #fafafa; -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); @@ -444,6 +450,10 @@ textarea { color: #888; } input[type=text]:focus, +input[type=password]:focus, +input[type=email]:focus, +input[type=url]:focus, +input[type=number]:focus, textarea:focus { color: #373737; } @@ -451,7 +461,11 @@ textarea { padding-left: 3px; width: 98%; } -input[type=text] { +input[type=text], +input[type=password], +input[type=email], +input[type=url], +input[type=number] { padding: 3px; } input#s { @@ -530,7 +544,7 @@ a:hover { } #branding img { height: auto; - margin-bottom: -7px; + display: block; width: 100%; } @@ -962,12 +976,15 @@ a:active img[class*="wp-image-"], border-color: #ddd; } -/* Make sure embeds and iframes fit their containers */ +/* Make sure videos and embeds fit their containers */ embed, iframe, object { max-width: 100%; } +.entry-content .twitter-tweet-rendered { + max-width: 100% !important; /* Override the Twitter embed fixed width */ +} /* Password Protected Posts */ .post-password-required .entry-header .comments-link { @@ -1190,6 +1207,7 @@ blockquote.pull.alignright { float: left; display: block; margin: .375em 1.625em 0 0; + max-width: 100%; } @@ -1751,6 +1769,10 @@ section.recent-posts .other-recent-posts li:after { font-size: 12px; } .widget { + word-wrap: break-word; + -webkit-hyphens: auto; + -moz-hyphens: auto; + hyphens: auto; clear: both; margin: 0 0 2.2em; } @@ -1960,6 +1982,10 @@ section.ephemera .entry-title a span { } .commentlist .children li.comment .comment-content { margin: 1.625em 0 0; + word-wrap: break-word; + -webkit-hyphens: auto; + -moz-hyphens: auto; + hyphens: auto; } .comment-meta a { font-weight: bold; @@ -2116,7 +2142,6 @@ a.comment-reply-link > span { font-weight: bold; left: 75%; position: absolute; - top: 45px; z-index: 1; } #respond .comment-notes, @@ -2686,9 +2711,9 @@ p.comment-form-comment { margin-right: 7.6%; } -/* =IE8 ------------------------------------------------ */ - -#ie8 section.feature-image.large img { - width: 100%; -} \ No newline at end of file +/* =IE8 +----------------------------------------------- */ + +#ie8 section.feature-image.large img { + width: 100%; +} \ No newline at end of file