|
@@ -38,6 +38,7 @@ Description: Used to style Gutenberg Blocks.
|
|
|
|
|
|
.no-sidebar .wp-block-columns.alignfull,
|
|
|
.no-sidebar .wp-block-latest-comments.alignfull,
|
|
|
+.no-sidebar .wp-block-archives.alignfull,
|
|
|
.no-sidebar .wp-block-categories.alignfull,
|
|
|
.no-sidebar .wp-block-archives.alignfull,
|
|
|
.no-sidebar .wp-block-latest-posts.alignfull,
|
|
@@ -81,6 +82,12 @@ Description: Used to style Gutenberg Blocks.
|
|
|
line-height: 1.3847;
|
|
|
}
|
|
|
|
|
|
+[class^="wp-block-"]:not(.wp-block-gallery) figcaption {
|
|
|
+ border-bottom: 1px solid #eee;
|
|
|
+ margin: 0;
|
|
|
+ padding: 0 0 0.5em;
|
|
|
+}
|
|
|
+
|
|
|
/*--------------------------------------------------------------
|
|
|
2.0 Blocks - Common Blocks
|
|
|
--------------------------------------------------------------*/
|
|
@@ -169,6 +176,10 @@ p.has-drop-cap:not(:focus)::first-letter {
|
|
|
|
|
|
/* Audio */
|
|
|
|
|
|
+.wp-block-audio {
|
|
|
+ margin-bottom: 24px;
|
|
|
+}
|
|
|
+
|
|
|
.wp-block-audio audio {
|
|
|
display: block;
|
|
|
width: 100%;
|
|
@@ -263,10 +274,6 @@ p.has-drop-cap:not(:focus)::first-letter {
|
|
|
text-transform: uppercase;
|
|
|
}
|
|
|
|
|
|
-.wp-block-pullquote.alignleft,
|
|
|
-.wp-block-pullquote.alignright {
|
|
|
-}
|
|
|
-
|
|
|
.wp-block-pullquote.alignleft blockquote,
|
|
|
.wp-block-pullquote.alignright blockquote {
|
|
|
padding: 12px 0;
|
|
@@ -296,6 +303,12 @@ p.has-drop-cap:not(:focus)::first-letter {
|
|
|
line-height: 34px;
|
|
|
}
|
|
|
|
|
|
+/* Table */
|
|
|
+
|
|
|
+.no-sidebar .wp-block-table.alignfull {
|
|
|
+ width: 96vw;
|
|
|
+}
|
|
|
+
|
|
|
/*--------------------------------------------------------------
|
|
|
4.0 Blocks - Layout Elements
|
|
|
--------------------------------------------------------------*/
|
|
@@ -366,18 +379,34 @@ hr.wp-block-separator {
|
|
|
max-width: 100%;
|
|
|
}
|
|
|
|
|
|
+/* Media & Text */
|
|
|
+
|
|
|
+.wp-block-media-text {
|
|
|
+ margin-bottom: 24px;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-media-text *:last-child {
|
|
|
+ margin-bottom: 0;
|
|
|
+}
|
|
|
+
|
|
|
/*--------------------------------------------------------------
|
|
|
5.0 Blocks - Widget Blocks
|
|
|
--------------------------------------------------------------*/
|
|
|
|
|
|
-/* Categories */
|
|
|
+/* Categories, Latest Posts & Archives */
|
|
|
|
|
|
-.wp-block-categories.aligncenter {
|
|
|
+.wp-block-categories.aligncenter,
|
|
|
+.wp-block-categories.aligncenter ul,
|
|
|
+.wp-block-latest-posts.aligncenter,
|
|
|
+.wp-block-archives.aligncenter {
|
|
|
+ list-style-position: inside;
|
|
|
margin-left: 24px;
|
|
|
margin-right: 24px;
|
|
|
text-align: center;
|
|
|
}
|
|
|
|
|
|
+/* Categories */
|
|
|
+
|
|
|
.wp-block-categories-list.alignleft {
|
|
|
margin-left: 24px;
|
|
|
}
|
|
@@ -529,4 +558,4 @@ hr.wp-block-separator {
|
|
|
.has-black-background-color:focus,
|
|
|
.has-black-background-color:active {
|
|
|
background-color: #222;
|
|
|
-}
|
|
|
+}
|