]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/themes/twentythirteen/style.css
WordPress 4.0
[autoinstalls/wordpress.git] / wp-content / themes / twentythirteen / style.css
index 28df9208b1b1e8c3689fef3774bcee8ac2cc270a..1c5ad6ef3fec757dc8518d3a1ed4f499ac752c01 100644 (file)
@@ -4,10 +4,10 @@ Theme URI: http://wordpress.org/themes/twentythirteen
 Author: the WordPress team
 Author URI: http://wordpress.org/
 Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
-Version: 1.2
+Version: 1.3
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
-Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
+Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
 Text Domain: twentythirteen
 
 This theme, like WordPress, is licensed under the GPL.
@@ -971,7 +971,7 @@ ul.nav-menu .focus > ul,
        position: relative;
        -webkit-transition: width 400ms ease, background 400ms ease;
        transition:         width 400ms ease, background 400ms ease;
-       width: 0;
+       width: 1px;
 }
 
 .site-header .search-field:focus {
@@ -2788,6 +2788,13 @@ footer.entry-meta {
 
 /* Collapse oversized image and pulled images after iPad breakpoint. */
 @media (max-width: 767px) {
+       .site-header .home-link {
+               min-height: 0;
+       }
+       .site-title {
+               font-size: 36px;
+               padding: 8px 0 10px;
+       }
        .entry-content img.alignleft,
        .entry-content .wp-caption.alignleft {
                margin-left: 0;
@@ -2846,9 +2853,22 @@ footer.entry-meta {
                display: inline-block;
                font: bold 16px/1.3 "Source Sans Pro", Helvetica, sans-serif;
                margin: 0;
+       }
+
+       .menu-toggle,
+       .menu-toggle:hover,
+       .menu-toggle:focus,
+       .menu-toggle:active {
+               background: none;
+               border: none;
+               color: #141412;
                padding: 12px 0 12px 20px;
        }
 
+       .menu-toggle:focus {
+               outline: thin dotted;
+       }
+
        .menu-toggle:after {
                content: "\f502";
                font-size: 12px;
@@ -2895,12 +2915,18 @@ footer.entry-meta {
                color: #141412;
        }
 
-       .toggled-on .nav-menu li a:hover,
-       .toggled-on .nav-menu ul a:hover {
+       .toggled-on .nav-menu li a:hover,
+       .toggled-on .nav-menu ul a:hover {
                background-color: #db572f;
                color: #fff;
        }
 
+       .toggled-on .nav-menu > li a:focus,
+       .toggled-on .nav-menu > ul a:focus {
+               background-color: #220e10;
+               color: #fff;
+       }
+
        ul.nav-menu,
        div.nav-menu > ul {
                display: none;
@@ -2985,6 +3011,13 @@ footer.entry-meta {
 
 /* Mobile devices */
 @media (max-width: 359px) {
+       .site-title {
+               font-weight: normal;
+       }
+       .site-description {
+           clip: rect(1px, 1px, 1px, 1px);
+           position: absolute;
+       }
        .gallery {
                margin-left: 0;
        }
@@ -3176,4 +3209,4 @@ footer.entry-meta {
        .comment-reply-login {
                color: #333;
        }
-}
\ No newline at end of file
+}