|
@@ -40,7 +40,8 @@ Description: Used to style Gutenberg Blocks.
|
|
|
/* Paragraph */
|
|
|
|
|
|
p.has-drop-cap:not(:focus)::first-letter {
|
|
|
- font-size: 80px;
|
|
|
+ font-size: 5em;
|
|
|
+ margin-top: 0.16em;
|
|
|
}
|
|
|
|
|
|
/* Images */
|
|
@@ -79,6 +80,8 @@ p.has-drop-cap:not(:focus)::first-letter {
|
|
|
|
|
|
.wp-block-quote.is-large,
|
|
|
.wp-block-quote.is-style-large {
|
|
|
+ padding-left: 70px;
|
|
|
+ padding-right: 0;
|
|
|
}
|
|
|
|
|
|
.wp-block-quote.is-large,
|
|
@@ -97,6 +100,12 @@ p.has-drop-cap:not(:focus)::first-letter {
|
|
|
border: 0;
|
|
|
}
|
|
|
|
|
|
+.rtl .wp-block-quote.is-large,
|
|
|
+.rtl .wp-block-quote.is-style-large {
|
|
|
+ padding-right: 70px;
|
|
|
+ padding-left: 0;
|
|
|
+}
|
|
|
+
|
|
|
/* Audio */
|
|
|
|
|
|
.wp-block-audio {
|
|
@@ -154,7 +163,7 @@ p.has-drop-cap:not(:focus)::first-letter {
|
|
|
.wp-block-verse {
|
|
|
background: transparent;
|
|
|
color: inherit;
|
|
|
- font-family: inherit;
|
|
|
+ font-family: "Kalam", "Chalkboard", "Comic Sans", script;
|
|
|
font-size: inherit;
|
|
|
line-height: inherit;
|
|
|
margin-bottom: 1.5em;
|
|
@@ -248,7 +257,6 @@ p.has-drop-cap:not(:focus)::first-letter {
|
|
|
/* Buttons */
|
|
|
|
|
|
.wp-block-button .wp-block-button__link {
|
|
|
- border: 2px solid currentColor;
|
|
|
border-radius: 255px 15px 225px 15px/15px 225px 15px;
|
|
|
font-family: "Kalam", "Chalkboard", "Comic Sans", script;
|
|
|
font-size: 14px;
|
|
@@ -262,6 +270,12 @@ p.has-drop-cap:not(:focus)::first-letter {
|
|
|
transition: color 0.2s, border-color 0.2s;
|
|
|
}
|
|
|
|
|
|
+.wp-block-button__link {
|
|
|
+ background: transparent;
|
|
|
+ color: rgba(119, 119, 119, 0.8);
|
|
|
+ border: 2px solid currentColor;
|
|
|
+}
|
|
|
+
|
|
|
.wp-block-button .wp-block-button__link:active,
|
|
|
.wp-block-button .wp-block-button__link:hover,
|
|
|
.wp-block-button .wp-block-button__link:focus {
|
|
@@ -269,25 +283,16 @@ p.has-drop-cap:not(:focus)::first-letter {
|
|
|
text-decoration: none;
|
|
|
}
|
|
|
|
|
|
-.wp-block-button__link:not(.has-background) {
|
|
|
- background: transparent;
|
|
|
- border: 2px solid rgba(119, 119, 119, 0.5);
|
|
|
-}
|
|
|
-
|
|
|
-.wp-block-button__link:not(.has-text-color) {
|
|
|
- color: rgba(119, 119, 119, 0.8);
|
|
|
-}
|
|
|
-
|
|
|
-.wp-block-button__link:not(.has-text-color):active,
|
|
|
-.wp-block-button__link:not(.has-text-color):focus,
|
|
|
-.wp-block-button__link:not(.has-text-color):hover {
|
|
|
+.wp-block-button__link:active,
|
|
|
+.wp-block-button__link:focus,
|
|
|
+.wp-block-button__link:hover {
|
|
|
color: #777;
|
|
|
}
|
|
|
|
|
|
-.wp-block-button__link:not(.has-background):active,
|
|
|
-.wp-block-button__link:not(.has-background):focus,
|
|
|
-.wp-block-button__link:not(.has-background):hover {
|
|
|
- border-color: rgba(119, 119, 119, 0.8);
|
|
|
+.wp-block-button__link.has-background:active,
|
|
|
+.wp-block-button__link.has-background:hover,
|
|
|
+.wp-block-button__link.has-background:focus {
|
|
|
+ opacity: 0.8;
|
|
|
}
|
|
|
|
|
|
.wp-block-button.alignleft {
|
|
@@ -401,42 +406,48 @@ hr.wp-block-separator {
|
|
|
.has-medium-gray-color,
|
|
|
.has-medium-gray-color:hover,
|
|
|
.has-medium-gray-color:focus,
|
|
|
-.has-medium-gray-color:active {
|
|
|
+.has-medium-gray-color:active,
|
|
|
+.has-medium-gray-color:visited {
|
|
|
color: #999;
|
|
|
}
|
|
|
|
|
|
.has-medium-gray-background-color,
|
|
|
.has-medium-gray-background-color:hover,
|
|
|
.has-medium-gray-background-color:focus,
|
|
|
-.has-medium-gray-background-color:active {
|
|
|
+.has-medium-gray-background-color:active,
|
|
|
+.has-medium-gray-background-color:visited {
|
|
|
background-color: #999;
|
|
|
}
|
|
|
|
|
|
.has-light-gray-color,
|
|
|
.has-light-gray-color:hover,
|
|
|
.has-light-gray-color:focus,
|
|
|
-.has-light-gray-color:active {
|
|
|
+.has-light-gray-color:active,
|
|
|
+.has-light-gray-color:visited {
|
|
|
color: #bdcbcc;
|
|
|
}
|
|
|
|
|
|
.has-light-gray-background-color,
|
|
|
.has-light-gray-background-color:hover,
|
|
|
.has-light-gray-background-color:focus,
|
|
|
-.has-light-gray-background-color:active {
|
|
|
+.has-light-gray-background-color:active,
|
|
|
+.has-light-gray-background-color:visited {
|
|
|
background-color: #bdcbcc;
|
|
|
}
|
|
|
|
|
|
.has-white-color,
|
|
|
.has-white-color:hover,
|
|
|
.has-white-color:focus,
|
|
|
-.has-white-color:active {
|
|
|
+.has-white-color:active,
|
|
|
+.has-white-color:visited {
|
|
|
color: #fff;
|
|
|
}
|
|
|
|
|
|
.has-white-background-color,
|
|
|
.has-white-background-color:hover,
|
|
|
.has-white-background-color:focus,
|
|
|
-.has-white-background-color:active {
|
|
|
+.has-white-background-color:active,
|
|
|
+.has-white-background-color:visited {
|
|
|
background-color: #fff;
|
|
|
}
|
|
|
|