X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/ac7339a398e6df50f722bc9616291ce5447d8e5e..refs/tags/wordpress-4.7-scripts:/wp-content/themes/twentyfifteen/style.css?ds=sidebyside diff --git a/wp-content/themes/twentyfifteen/style.css b/wp-content/themes/twentyfifteen/style.css index 9ed56fd0..13048ba9 100644 --- a/wp-content/themes/twentyfifteen/style.css +++ b/wp-content/themes/twentyfifteen/style.css @@ -4,10 +4,10 @@ Theme URI: https://wordpress.org/themes/twentyfifteen/ Author: the WordPress team Author URI: https://wordpress.org/ Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer. -Version: 1.2 +Version: 1.7 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html -Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready +Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready Text Domain: twentyfifteen This theme, like WordPress, is licensed under the GPL. @@ -123,6 +123,10 @@ td { text-align: left; } +fieldset { + min-width: inherit; +} + blockquote:before, blockquote:after, q:before, @@ -490,6 +494,10 @@ textarea { button, input { + -webkit-hyphens: none; + -moz-hyphens: none; + -ms-hyphens: none; + hyphens: none; line-height: normal; } @@ -880,6 +888,14 @@ a:focus { content: "\f413"; } +.social-navigation a[href*="path.com"]:before { + content: "\f219"; +} + +.social-navigation a[href*="skype.com"]:before { + content: "\f220"; +} + .secondary-toggle { background-color: transparent; border: 1px solid #eaeaea; @@ -1300,6 +1316,15 @@ img.aligncenter { margin-bottom: 0; } +.custom-logo { + max-height: 84px; + width: auto; +} + +.wp-custom-logo .site-title { + margin-top: 0.545454545em; +} + .site-description { display: none; font-family: "Noto Sans", sans-serif; @@ -3073,6 +3098,14 @@ p > video { line-height: 1.2069; } + .custom-logo { + max-height: 105px; + } + + .wp-custom-logo .site-title { + margin-top: 0.482758621em; + } + .site-description { font-size: 14px; font-size: 1.4rem; @@ -3695,6 +3728,14 @@ p > video { line-height: 1.25; } + .custom-logo { + max-height: 104px; + } + + .wp-custom-logo .site-title { + margin-top: 0.5em; + } + .site-description { font-size: 16px; font-size: 1.6rem; @@ -4330,6 +4371,14 @@ p > video { line-height: 1.3636; } + .custom-logo { + max-height: none; + } + + .wp-custom-logo .site-title { + margin-top: 0.545454545em; + } + .site-description { font-size: 12px; font-size: 1.2rem; @@ -4949,6 +4998,10 @@ p > video { line-height: 1.1667; } + .wp-custom-logo .site-title { + margin-top: 0.583333333em; + } + .site-description { font-size: 14px; font-size: 1.4rem; @@ -5487,6 +5540,10 @@ p > video { line-height: 1.1852; } + .wp-custom-logo .site-title { + margin-top: 0.592592593em; + } + .site-description { font-size: 16px; font-size: 1.6rem;