]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/themes/twentythirteen/style.css
WordPress 3.9.1-scripts
[autoinstalls/wordpress.git] / wp-content / themes / twentythirteen / style.css
index 0ad8a2c5f6d2b26bdc27200c7db512b5a3aff48b..28df9208b1b1e8c3689fef3774bcee8ac2cc270a 100644 (file)
@@ -4,7 +4,7 @@ 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.1
+Version: 1.2
 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
@@ -709,6 +709,7 @@ video {
        margin-right: auto;
 }
 
+figure.wp-caption.alignleft,
 img.alignleft {
        margin: 5px 20px 5px 0;
 }
@@ -717,6 +718,7 @@ img.alignleft {
        margin: 5px 10px 5px 0;
 }
 
+figure.wp-caption.alignright,
 img.alignright {
        margin: 5px 0 5px 20px;
 }
@@ -740,6 +742,15 @@ img.alignnone {
        font-size: 18px;
        font-style: italic;
        font-weight: 300;
+       margin: 0 0 24px;
+}
+
+div.wp-caption.alignright img[class*="wp-image-"] {
+       float: right;
+}
+
+div.wp-caption.alignright .wp-caption-text {
+       padding-left: 10px;
 }
 
 img.wp-smiley,
@@ -753,7 +764,7 @@ img.wp-smiley,
 }
 
 .wp-caption.alignleft + ul,
-.wp-caption.alignleft + ol  {
+.wp-caption.alignleft + ol {
        list-style-position: inside;
 }
 
@@ -867,7 +878,9 @@ div.nav-menu > ul {
 }
 
 .nav-menu li:hover > a,
-.nav-menu li a:hover {
+.nav-menu li a:hover,
+.nav-menu li:focus > a,
+.nav-menu li a:focus {
        background-color: #220e10;
        color: #fff;
 }
@@ -877,11 +890,14 @@ div.nav-menu > ul {
        background-color: #220e10;
        border: 2px solid #f7f5e7;
        border-top: 0;
-       display: none;
        padding: 0;
        position: absolute;
        left: -2px;
        z-index: 99999;
+       height: 1px;
+       width: 1px;
+       overflow: hidden;
+       clip: rect(1px, 1px, 1px, 1px);
 }
 
 .nav-menu .sub-menu ul,
@@ -899,13 +915,20 @@ ul.nav-menu ul a,
 }
 
 ul.nav-menu ul a:hover,
-.nav-menu ul ul a:hover {
+.nav-menu ul ul a:hover,
+ul.nav-menu ul a:focus,
+.nav-menu ul ul a:focus {
        background-color: #db572f;
 }
 
 ul.nav-menu li:hover > ul,
-.nav-menu ul li:hover > ul {
-       display: block;
+.nav-menu ul li:hover > ul,
+ul.nav-menu .focus > ul,
+.nav-menu .focus > ul {
+       clip: inherit;
+       overflow: inherit;
+       height: inherit;
+       width: inherit;
 }
 
 .nav-menu .current_page_item > a,
@@ -1301,6 +1324,13 @@ footer.entry-meta {
        margin-right: 0;
 }
 
+.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
+.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
+.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
+.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
+       clear: left;
+}
+
 .gallery-caption {
        background-color: rgba(0, 0, 0, 0.7);
        box-sizing: border-box;
@@ -1825,6 +1855,18 @@ footer.entry-meta {
        display: none;
 }
 
+.attachment .entry-content .mejs-audio {
+       max-width: 400px;
+       margin: 0 auto;
+}
+
+.attachment .entry-content .wp-video {
+       margin: 0 auto;
+}
+
+.attachment .entry-content .mejs-container {
+       margin-bottom: 24px;
+}
 
 /**
  * 5.7 Post/Paging Navigation