|
@@ -1969,6 +1969,8 @@ table th,
|
|
|
/*rtl:ignore*/
|
|
|
float: left;
|
|
|
margin-top: 0;
|
|
|
+ /*rtl:ignore*/
|
|
|
+ margin-right: 16px;
|
|
|
margin-bottom: 32px;
|
|
|
}
|
|
|
|
|
@@ -1982,9 +1984,10 @@ table th,
|
|
|
/*rtl:ignore*/
|
|
|
float: right;
|
|
|
/*rtl:ignore*/
|
|
|
- margin-left: 16px;
|
|
|
margin-top: 0;
|
|
|
margin-bottom: 32px;
|
|
|
+ /*rtl:ignore*/
|
|
|
+ margin-left: 16px;
|
|
|
}
|
|
|
|
|
|
/**
|
|
@@ -2419,12 +2422,12 @@ table th,
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.main-navigation > div > ul > li:first-of-type {
|
|
|
- margin-left: -16px;
|
|
|
+.main-navigation > div > ul > li:first-of-type > a {
|
|
|
+ padding-left: 0;
|
|
|
}
|
|
|
|
|
|
-.main-navigation > div > ul > li:last-of-type {
|
|
|
- margin-right: -16px;
|
|
|
+.main-navigation > div > ul > li:last-of-type > a {
|
|
|
+ padding-right: 0;
|
|
|
}
|
|
|
|
|
|
.main-navigation > div > ul > li > a {
|
|
@@ -2532,12 +2535,12 @@ table th,
|
|
|
margin: 0;
|
|
|
}
|
|
|
|
|
|
-.social-navigation > div > ul > li:first-of-type {
|
|
|
- margin-left: calc(-0.5 * 16px);
|
|
|
+.social-navigation > div > ul > li:first-of-type > a {
|
|
|
+ padding-left: 0;
|
|
|
}
|
|
|
|
|
|
-.social-navigation > div > ul > li:last-of-type {
|
|
|
- margin-right: calc(-0.5 * 16px);
|
|
|
+.social-navigation > div > ul > li:last-of-type > a {
|
|
|
+ padding-right: 0;
|
|
|
}
|
|
|
|
|
|
.social-navigation a {
|
|
@@ -2635,12 +2638,12 @@ table th,
|
|
|
display: inline;
|
|
|
}
|
|
|
|
|
|
-.footer-navigation .footer-menu > li:first-of-type {
|
|
|
- margin-left: -16px;
|
|
|
+.footer-navigation .footer-menu > li:first-of-type > a {
|
|
|
+ padding-left: 0;
|
|
|
}
|
|
|
|
|
|
.footer-navigation .footer-menu > li:last-of-type {
|
|
|
- margin-right: -16px;
|
|
|
+ padding-right: 0;
|
|
|
}
|
|
|
|
|
|
.footer-navigation .footer-menu a {
|
|
@@ -3200,7 +3203,7 @@ img#wpstats {
|
|
|
|
|
|
.entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery {
|
|
|
width: calc(100% + 256px);
|
|
|
- max-width: calc(100vw - 32px);
|
|
|
+ max-width: calc(100% - 32px);
|
|
|
margin-left: auto;
|
|
|
margin-right: auto;
|
|
|
}
|
|
@@ -3208,35 +3211,35 @@ img#wpstats {
|
|
|
@media only screen and (min-width: 560px) {
|
|
|
.entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery {
|
|
|
width: calc(calc( 560px - 32px) + 256px);
|
|
|
- max-width: calc(100vw - 32px);
|
|
|
+ max-width: calc(100% - 32px);
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 640px) {
|
|
|
.entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery {
|
|
|
width: calc(calc( 640px - 32px) + 256px);
|
|
|
- max-width: calc(100vw - 32px);
|
|
|
+ max-width: calc(100% - 32px);
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 782px) {
|
|
|
.entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery {
|
|
|
width: calc(calc( 782px - 32px) + 256px);
|
|
|
- max-width: calc(100vw - 32px);
|
|
|
+ max-width: calc(100% - 32px);
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 1024px) {
|
|
|
.entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery {
|
|
|
width: calc(calc( 782px - 32px) + 256px);
|
|
|
- max-width: calc(100vw - 32px);
|
|
|
+ max-width: calc(100% - 32px);
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 1280px) {
|
|
|
.entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery {
|
|
|
width: calc(calc( 782px - 32px) + 256px);
|
|
|
- max-width: calc(100vw - 32px);
|
|
|
+ max-width: calc(100% - 32px);
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -3282,8 +3285,7 @@ img#wpstats {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.entry-content > .alignfull, .entry-content > .alignfull.wp-block-jetpack-gif, .entry-content > .alignfull.wp-block-jetpack-tiled-gallery, .singular .hentry .entry-title,
|
|
|
-.page-title {
|
|
|
+.entry-content > .alignfull, .entry-content > .alignfull.wp-block-jetpack-gif, .entry-content > .alignfull.wp-block-jetpack-tiled-gallery {
|
|
|
/* Letting the box-model do all the work here. */
|
|
|
}
|
|
|
|
|
@@ -3433,6 +3435,19 @@ p:not(.site-title) a:hover {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+.responsive-max-width,
|
|
|
+.wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote,
|
|
|
+.wp-block-pullquote.alignwide > p,
|
|
|
+.wp-block-pullquote.alignfull > p,
|
|
|
+.wp-block-pullquote.alignwide blockquote,
|
|
|
+.wp-block-pullquote.alignfull blockquote,
|
|
|
+hr.wp-block-separator.is-style-wide,
|
|
|
+.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator),
|
|
|
+.entry-content [class*="inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator),
|
|
|
+.entry-content .wp-audio-shortcode, .post-navigation, .pagination {
|
|
|
+ width: calc(100% - 32px);
|
|
|
+}
|
|
|
+
|
|
|
@media only screen and (min-width: 560px) {
|
|
|
body {
|
|
|
background: #F8F8F8;
|
|
@@ -3442,13 +3457,19 @@ p:not(.site-title) a:hover {
|
|
|
/**
|
|
|
* Wide Header & Footer
|
|
|
*/
|
|
|
-#masthead,
|
|
|
-#colophon {
|
|
|
+#masthead {
|
|
|
margin-left: auto;
|
|
|
margin-right: auto;
|
|
|
+ padding-left: 16px;
|
|
|
+ padding-right: 16px;
|
|
|
position: relative;
|
|
|
}
|
|
|
|
|
|
+#colophon {
|
|
|
+ padding-left: 0;
|
|
|
+ padding-right: 0;
|
|
|
+}
|
|
|
+
|
|
|
/**
|
|
|
* Mobile-Menu
|
|
|
*/
|
|
@@ -3509,14 +3530,6 @@ p:not(.site-title) a:hover {
|
|
|
}
|
|
|
.site-header .main-navigation > div > ul {
|
|
|
justify-content: flex-end;
|
|
|
- margin-left: -8px;
|
|
|
- margin-right: -8px;
|
|
|
- }
|
|
|
- .site-header .main-navigation > div > ul > li {
|
|
|
- padding: 8px;
|
|
|
- }
|
|
|
- .site-header .main-navigation > div > ul > li > a {
|
|
|
- padding: 0;
|
|
|
}
|
|
|
.site-header .main-navigation > div > ul > .menu-item-has-children > a::after {
|
|
|
font-size: 0.5rem;
|
|
@@ -3590,16 +3603,6 @@ p:not(.site-title) a:hover {
|
|
|
position: relative;
|
|
|
}
|
|
|
|
|
|
-.main-navigation > div > ul > li:first-of-type,
|
|
|
-.social-navigation > div > ul > li:first-of-type {
|
|
|
- margin-left: inherit;
|
|
|
-}
|
|
|
-
|
|
|
-.main-navigation > div > ul > li:last-of-type,
|
|
|
-.social-navigation > div > ul > li:last-of-type {
|
|
|
- margin-right: inherit;
|
|
|
-}
|
|
|
-
|
|
|
.site-description {
|
|
|
color: white;
|
|
|
}
|
|
@@ -3625,11 +3628,6 @@ p:not(.site-title) a:hover {
|
|
|
/**
|
|
|
* Footer
|
|
|
*/
|
|
|
-.footer-navigation .footer-menu {
|
|
|
- margin-left: -8px;
|
|
|
- margin-right: -8px;
|
|
|
-}
|
|
|
-
|
|
|
.footer-navigation .footer-menu a {
|
|
|
font-size: 0.75614rem;
|
|
|
}
|
|
@@ -3661,14 +3659,6 @@ p:not(.site-title) a:hover {
|
|
|
margin-bottom: 0;
|
|
|
}
|
|
|
|
|
|
-@media only screen and (min-width: 560px) {
|
|
|
- .entry-content > .alignwide {
|
|
|
- width: 100%;
|
|
|
- padding-left: 32px;
|
|
|
- padding-right: 32px;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
table td,
|
|
|
table th,
|
|
|
.wp-block-table td,
|