]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/themes/twentysixteen/style.css
WordPress 4.5
[autoinstalls/wordpress.git] / wp-content / themes / twentysixteen / style.css
index 909a03e1d8b09531e4f7e50477df50fef30fdd21..f558c1468cc39c46effa97ea5d170ec0ca976f7d 100644 (file)
@@ -4,7 +4,7 @@ Theme URI: https://wordpress.org/themes/twentysixteen/
 Author: the WordPress team
 Author URI: https://wordpress.org/
 Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
-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, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
@@ -230,6 +230,7 @@ input[type="search"]::-webkit-search-decoration {
 fieldset {
        border: 1px solid #d1d1d1;
        margin: 0 0 1.75em;
+       min-width: inherit;
        padding: 0.875em;
 }
 
@@ -1554,6 +1555,18 @@ blockquote:after,
 
 .site-branding {
        margin: 0.875em auto 0.875em 0;
+       /* Avoid overflowing wide custom logo in small screens in Firefox and IEs */
+       max-width: 100%;
+       min-width: 0;
+       overflow: hidden;
+}
+
+.custom-logo-link {
+       display: block;
+}
+
+.custom-logo {
+       max-width: 180px;
 }
 
 .site-title {
@@ -1574,6 +1587,10 @@ blockquote:after,
        color: #007acc;
 }
 
+.wp-custom-logo .site-title {
+       margin-top: 0.608695652em;
+}
+
 .site-description {
        color: #686868;
        display: none;
@@ -1635,7 +1652,6 @@ blockquote:after,
        opacity: 0.85;
 }
 
-
 /**
  * 11.2 - Posts and pages
  */
@@ -2731,12 +2747,20 @@ p > video {
                margin-bottom: 1.3125em;
        }
 
+       .custom-logo {
+               max-width: 210px;
+       }
+
        .site-title {
                font-size: 28px;
                font-size: 1.75rem;
                line-height: 1.25;
        }
 
+       .wp-custom-logo .site-title {
+               margin-top: 0.5em;
+       }
+
        .site-description {
                display: block;
        }
@@ -2926,6 +2950,12 @@ p > video {
                align-items: flex-start;
        }
 
+       .wp-custom-logo .site-header-main {
+               -webkit-align-items: center;
+               -ms-flex-align: center;
+               align-items: center;
+       }
+
        .site-header-menu {
                display: block;
                -webkit-flex: 0 1 auto;
@@ -3356,6 +3386,10 @@ p > video {
                margin-bottom: 1.75em;
        }
 
+       .custom-logo {
+               max-width: 240px;
+       }
+
        .image-navigation {
                margin-bottom: 3.230769231em;
        }