|
@@ -1,12 +1,12 @@
|
|
|
@charset "UTF-8";
|
|
|
/*
|
|
|
Theme Name: Rivington
|
|
|
-Theme URI: https://github.com/Automattic/themes/varia
|
|
|
+Theme URI: https://github.com/Automattic/themes/tree/master/rivington
|
|
|
Author: Automattic
|
|
|
Author URI: https://automattic.com/
|
|
|
Description: A design system for WordPress sites built with Gutenberg.
|
|
|
Requires at least: WordPress 4.9.6
|
|
|
-Version: 1.0
|
|
|
+Version: 1.0.0
|
|
|
License: GNU General Public License v2 or later
|
|
|
License URI: LICENSE
|
|
|
Template: varia
|
|
@@ -809,6 +809,7 @@ footer {
|
|
|
*/
|
|
|
.site-footer > *,
|
|
|
.site-main > article > *,
|
|
|
+.site-main > .not-found > *,
|
|
|
.entry-content > *,
|
|
|
[class*="inner-container"] > *,
|
|
|
.widget-area > * {
|
|
@@ -819,6 +820,7 @@ footer {
|
|
|
@media only screen and (min-width: 560px) {
|
|
|
.site-footer > *,
|
|
|
.site-main > article > *,
|
|
|
+ .site-main > .not-found > *,
|
|
|
.entry-content > *,
|
|
|
[class*="inner-container"] > *,
|
|
|
.widget-area > * {
|
|
@@ -829,6 +831,7 @@ footer {
|
|
|
|
|
|
.site-footer > *:first-child,
|
|
|
.site-main > article > *:first-child,
|
|
|
+.site-main > .not-found > *:first-child,
|
|
|
.entry-content > *:first-child,
|
|
|
[class*="inner-container"] > *:first-child,
|
|
|
.widget-area > *:first-child {
|
|
@@ -837,6 +840,7 @@ footer {
|
|
|
|
|
|
.site-footer > *:last-child,
|
|
|
.site-main > article > *:last-child,
|
|
|
+.site-main > .not-found > *:last-child,
|
|
|
.entry-content > *:last-child,
|
|
|
[class*="inner-container"] > *:last-child,
|
|
|
.widget-area > *:last-child {
|
|
@@ -850,6 +854,7 @@ footer {
|
|
|
.site-header > *,
|
|
|
.entry-header > *,
|
|
|
.post-thumbnail > *,
|
|
|
+.page-content > *,
|
|
|
.comment-content > *,
|
|
|
.author-bio > * {
|
|
|
margin-top: 16px;
|
|
@@ -859,6 +864,7 @@ footer {
|
|
|
.site-header > *:first-child,
|
|
|
.entry-header > *:first-child,
|
|
|
.post-thumbnail > *:first-child,
|
|
|
+.page-content > *:first-child,
|
|
|
.comment-content > *:first-child,
|
|
|
.author-bio > *:first-child {
|
|
|
margin-top: 0;
|
|
@@ -867,6 +873,7 @@ footer {
|
|
|
.site-header > *:last-child,
|
|
|
.entry-header > *:last-child,
|
|
|
.post-thumbnail > *:last-child,
|
|
|
+.page-content > *:last-child,
|
|
|
.comment-content > *:last-child,
|
|
|
.author-bio > *:last-child {
|
|
|
margin-bottom: 0;
|
|
@@ -1604,16 +1611,17 @@ img {
|
|
|
ul,
|
|
|
ol {
|
|
|
font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
|
|
+ list-style-position: inside;
|
|
|
margin: 0 16px 0 0;
|
|
|
padding: 0;
|
|
|
}
|
|
|
|
|
|
ul {
|
|
|
- list-style: disc;
|
|
|
+ list-style-type: disc;
|
|
|
}
|
|
|
|
|
|
ol {
|
|
|
- list-style: decimal;
|
|
|
+ list-style-type: decimal;
|
|
|
}
|
|
|
|
|
|
dt {
|