X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/9441756a895fb4fdc4bcf20e0d228cef622663ca..b22765f41bf0b2021b9beb9120ee0ac91fa89292:/wp-content/themes/twentysixteen/style.css?ds=sidebyside diff --git a/wp-content/themes/twentysixteen/style.css b/wp-content/themes/twentysixteen/style.css index 909a03e1..7dcd14e1 100644 --- a/wp-content/themes/twentysixteen/style.css +++ b/wp-content/themes/twentysixteen/style.css @@ -4,10 +4,10 @@ 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.3 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 +Tags: one-column, two-columns, right-sidebar, 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, blog Text Domain: twentysixteen This theme, like WordPress, is licensed under the GPL. @@ -213,6 +213,16 @@ input[type="radio"] { padding: 0; } +input[type="date"]::-webkit-inner-spin-button, +input[type="date"]::-webkit-outer-spin-button, +input[type="time"]::-webkit-inner-spin-button, +input[type="time"]::-webkit-outer-spin-button, +input[type="datetime-local"]::-webkit-inner-spin-button, +input[type="datetime-local"]::-webkit-outer-spin-button, +input[type="week"]::-webkit-inner-spin-button, +input[type="week"]::-webkit-outer-spin-button, +input[type="month"]::-webkit-inner-spin-button, +input[type="month"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; @@ -230,6 +240,7 @@ input[type="search"]::-webkit-search-decoration { fieldset { border: 1px solid #d1d1d1; margin: 0 0 1.75em; + min-width: inherit; padding: 0.875em; } @@ -331,6 +342,7 @@ blockquote { font-style: italic; line-height: 1.4736842105; margin: 0 0 1.4736842105em; + overflow: hidden; padding: 0 0 0 1.263157895em; } @@ -618,6 +630,11 @@ input[type="submit"]:focus { outline-offset: -4px; } +input[type="date"], +input[type="time"], +input[type="datetime-local"], +input[type="week"], +input[type="month"], input[type="text"], input[type="email"], input[type="url"], @@ -635,6 +652,11 @@ textarea { width: 100%; } +input[type="date"]:focus, +input[type="time"]:focus, +input[type="datetime-local"]:focus, +input[type="week"]:focus, +input[type="month"]:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, @@ -1554,6 +1576,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 +1608,10 @@ blockquote:after, color: #007acc; } +.wp-custom-logo .site-title { + margin-top: 0.608695652em; +} + .site-description { color: #686868; display: none; @@ -1635,7 +1673,6 @@ blockquote:after, opacity: 0.85; } - /** * 11.2 - Posts and pages */ @@ -2731,12 +2768,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 +2971,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; @@ -3163,6 +3214,11 @@ p > video { padding: 0.846153846em; } + .widget input[type="date"], + .widget input[type="time"], + .widget input[type="datetime-local"], + .widget input[type="week"], + .widget input[type="month"], .widget input[type="text"], .widget input[type="email"], .widget input[type="url"], @@ -3356,6 +3412,10 @@ p > video { margin-bottom: 1.75em; } + .custom-logo { + max-width: 240px; + } + .image-navigation { margin-bottom: 3.230769231em; }