X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/0f684a09c03e547d3132bddc970cbeafcd1102f4..46588ee871246a923d972538dbc93b26f4fda932:/wp-content/themes/twentythirteen/style.css diff --git a/wp-content/themes/twentythirteen/style.css b/wp-content/themes/twentythirteen/style.css index 28df9208..1322f48c 100644 --- a/wp-content/themes/twentythirteen/style.css +++ b/wp-content/themes/twentythirteen/style.css @@ -1,13 +1,13 @@ /* Theme Name: Twenty Thirteen -Theme URI: http://wordpress.org/themes/twentythirteen +Theme URI: https://wordpress.org/themes/twentythirteen/ Author: the WordPress team -Author URI: http://wordpress.org/ +Author URI: https://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.5 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. @@ -539,7 +539,10 @@ hr { /* Assistive text */ .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); + overflow: hidden; position: absolute !important; + height: 1px; + width: 1px; } .screen-reader-text:focus { @@ -971,7 +974,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 { @@ -1139,6 +1142,10 @@ ul.nav-menu .focus > ul, color: #ea9629; } +.entry-content .more-link { + white-space: nowrap; +} + .entry-content blockquote { font-size: 24px; } @@ -1555,6 +1562,14 @@ footer.entry-meta { display: inline; } +/* Standard */ +.format-standard .wp-video, +.format-standard .wp-audio-shortcode, +.format-audio .wp-audio-shortcode, +.format-standard .video-player { + margin-bottom: 24px; +} + /* Quote */ .format-quote { background-color: #210d10; @@ -2622,7 +2637,7 @@ footer.entry-meta { /* Does the same thing as , * but in the future W3C standard way. -ms- prefix is required for IE10+ to * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor - * the meta tag. See http://core.trac.wordpress.org/ticket/25888. + * the meta tag. See https://core.trac.wordpress.org/ticket/25888. */ @-ms-viewport { width: device-width; @@ -2788,6 +2803,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 +2868,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 +2930,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 +3026,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 +3224,4 @@ footer.entry-meta { .comment-reply-login { color: #333; } -} \ No newline at end of file +}