diff -r 490d5cc509ed -r cf61fcea0001 wp/wp-content/themes/twentyfifteen/style.css --- a/wp/wp-content/themes/twentyfifteen/style.css Tue Jun 09 11:14:17 2015 +0000 +++ b/wp/wp-content/themes/twentyfifteen/style.css Mon Oct 14 17:39:30 2019 +0200 @@ -4,10 +4,10 @@ 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: 2.0 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 @@ text-align: left; } +fieldset { + min-width: inherit; +} + blockquote:before, blockquote:after, q:before, @@ -490,6 +494,10 @@ button, input { + -webkit-hyphens: none; + -moz-hyphens: none; + -ms-hyphens: none; + hyphens: none; line-height: normal; } @@ -880,6 +888,14 @@ 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 @@ 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; @@ -1529,6 +1554,18 @@ border-bottom: 0; } +.textwidget ul, +.textwidget ol { + margin-left: 1.6em; +} + +.tagcloud ul { + list-style-type: none; +} + +.tagcloud ul li { + display: inline-block; +} /** * 12.0 Content @@ -2369,6 +2406,18 @@ top: -3px; } +.comment-form #wp-comment-cookies-consent { + margin: 0 10px 0 0; +} + +.comment-form .comment-form-cookies-consent label { + display: inline; + font-size: 12px; + font-size: 1.2rem; + font-weight: normal; + letter-spacing: 0; + text-transform: none; +} /** * 13.0 Footer @@ -2397,6 +2446,13 @@ color: #333; } +.site-info span[role=separator] { + padding: 0 0.25em 0 0.5em; +} + +.site-info span[role=separator]::before { + content: '\002f'; +} /** * 14.0 Media @@ -2996,6 +3052,7 @@ .comment-awaiting-moderation, .logged-in-as, .comment-form label, + .comment-form .comment-form-cookies-consent label, .form-allowed-tags, .site-info, .wp-caption-text, @@ -3073,6 +3130,14 @@ 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; @@ -3617,6 +3682,7 @@ .comment-awaiting-moderation, .logged-in-as, .comment-form label, + .comment-form .comment-form-cookies-consent label, .form-allowed-tags, .site-info, .wp-caption-text, @@ -3695,6 +3761,14 @@ 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; @@ -4228,6 +4302,7 @@ .comment-awaiting-moderation, .logged-in-as, .comment-form label, + .comment-form .comment-form-cookies-consent label, .form-allowed-tags, .site-info, .wp-caption-text, @@ -4330,6 +4405,14 @@ 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; @@ -4877,6 +4960,7 @@ .comment-awaiting-moderation, .logged-in-as, .comment-form label, + .comment-form .comment-form-cookies-consent label, .form-allowed-tags, .site-info, .wp-caption-text, @@ -4949,6 +5033,10 @@ line-height: 1.1667; } + .wp-custom-logo .site-title { + margin-top: 0.583333333em; + } + .site-description { font-size: 14px; font-size: 1.4rem; @@ -5414,6 +5502,7 @@ .comment-awaiting-moderation, .logged-in-as, .comment-form label, + .comment-form .comment-form-cookies-consent label, .form-allowed-tags, .site-info, .wp-caption-text, @@ -5487,6 +5576,10 @@ line-height: 1.1852; } + .wp-custom-logo .site-title { + margin-top: 0.592592593em; + } + .site-description { font-size: 16px; font-size: 1.6rem;