summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'themes/twentysixteen/css/blocks.css')
-rw-r--r--themes/twentysixteen/css/blocks.css35
1 files changed, 27 insertions, 8 deletions
diff --git a/themes/twentysixteen/css/blocks.css b/themes/twentysixteen/css/blocks.css
index 9ddea807..ba747b44 100644
--- a/themes/twentysixteen/css/blocks.css
+++ b/themes/twentysixteen/css/blocks.css
@@ -145,12 +145,14 @@ p.has-drop-cap:not(:focus)::first-letter {
.wp-block-code {
border: 0;
font-family: Inconsolata, monospace;
- font-size: 16px;
- font-size: 1rem;
line-height: 1.75;
padding: 0;
}
+.wp-block-code code {
+ font-size: inherit;
+}
+
/* Pullquote */
.wp-block-pullquote {
@@ -158,17 +160,19 @@ p.has-drop-cap:not(:focus)::first-letter {
}
.wp-block-pullquote blockquote {
- border-left: 0;
+ color: #686868;
+ border-left: 4px solid #1a1a1a;
margin: 0;
- padding: 0;
+ padding: 0 0 0 24px;
}
.rtl .wp-block-pullquote blockquote {
- border-right: 0;
+ border-left: none;
+ border-right: 4px solid #1a1a1a;
+ padding: 0 24px 0 0;
}
.wp-block-pullquote p {
- color: #686868;
font-size: 19px;
font-size: 1.1875rem;
}
@@ -198,7 +202,7 @@ p.has-drop-cap:not(:focus)::first-letter {
.wp-block-table {
border-collapse: separate;
border-spacing: 0;
- border-width: 1px 0 0 1px;
+ border-width: 0;
margin: 0 0 1.75em;
table-layout: fixed;
width: 100%;
@@ -323,7 +327,7 @@ hr.wp-block-separator {
line-height: 1.6153846154;
}
-.wp-block-latest-comments .wp-block-latest-comments__comment {
+.wp-block-latest-comments .wp-block-latest-comments__comment:not(:first-child) {
border-top: 1px solid #d1d1d1;
margin-bottom: 0;
padding: 1.75em 0;
@@ -333,6 +337,21 @@ hr.wp-block-separator {
margin-bottom: 0;
}
+/* Query Loop & Post Template */
+
+.wp-block-query .wp-block-post-template {
+ margin-left: 0;
+}
+
+.wp-block-query .wp-block-post-template li {
+ margin-bottom: 0;
+ padding: 1.5em 0 0;
+}
+
+.wp-block-query .wp-block-post-template li:not(:first-child) {
+ border-top: 1px solid #d1d1d1;
+}
+
/*--------------------------------------------------------------
6.0 Blocks - Colors
--------------------------------------------------------------*/