summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'themes/twentyfifteen/style.css')
-rw-r--r--themes/twentyfifteen/style.css50
1 files changed, 40 insertions, 10 deletions
diff --git a/themes/twentyfifteen/style.css b/themes/twentyfifteen/style.css
index 4d0d8e79..d7192304 100644
--- a/themes/twentyfifteen/style.css
+++ b/themes/twentyfifteen/style.css
@@ -4,10 +4,11 @@ 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: 2.5
+Version: 3.0
+Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
-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
+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, block-patterns
Text Domain: twentyfifteen
This theme, like WordPress, is licensed under the GPL.
@@ -194,7 +195,7 @@ a img {
font-weight: normal;
font-variant: normal;
line-height: 1;
- speak: none;
+ speak: never;
text-align: center;
text-decoration: inherit;
text-transform: none;
@@ -1397,7 +1398,8 @@ img.aligncenter {
text-transform: uppercase;
}
-.widget > :last-child {
+.widget > :last-child,
+.widget > nav > :last-child {
margin-bottom: 0;
}
@@ -1405,8 +1407,23 @@ img.aligncenter {
margin: 0;
}
+.widget_calendar .wp-calendar-nav {
+ display: table;
+ width: 100%;
+}
+
+.widget_calendar .wp-calendar-nav span {
+ display: table-cell;
+}
+
+.widget_calendar .wp-calendar-nav-prev,
+.widget_calendar .wp-calendar-nav-next {
+ width: 40%;
+}
+
.widget_calendar td,
-.widget_calendar th {
+.widget_calendar th,
+.widget_calendar .wp-calendar-nav span {
line-height: 2.3333;
text-align: center;
padding: 0;
@@ -3255,7 +3272,8 @@ p > video {
}
.widget_calendar td,
- .widget_calendar th {
+ .widget_calendar th,
+ .widget_calendar .wp-calendar-nav span {
line-height: 2.9286;
}
@@ -3263,6 +3281,14 @@ p > video {
margin: 0 0 1.5em;
}
+ .widget_calendar .wp-calendar-table {
+ margin-bottom: 0;
+ }
+
+ .widget_calendar .wp-calendar-nav {
+ margin: 0 0 1.5em;
+ }
+
.widget_archive li,
.widget_categories li,
.widget_links li,
@@ -3834,7 +3860,8 @@ p > video {
}
.widget_calendar td,
- .widget_calendar th {
+ .widget_calendar th,
+ .widget_calendar .wp-calendar-nav span {
line-height: 2.9375;
}
@@ -4481,7 +4508,8 @@ p > video {
}
.widget_calendar td,
- .widget_calendar th {
+ .widget_calendar th,
+ .widget_calendar .wp-calendar-nav span {
line-height: 1.9167;
}
@@ -5090,7 +5118,8 @@ p > video {
}
.widget_calendar td,
- .widget_calendar th {
+ .widget_calendar th,
+ .widget_calendar .wp-calendar-nav span {
line-height: 1.9286;
}
@@ -5638,7 +5667,8 @@ p > video {
}
.widget_calendar td,
- .widget_calendar th {
+ .widget_calendar th,
+ .widget_calendar .wp-calendar-nav span {
line-height: 1.9375;
}