|
@@ -340,7 +340,6 @@ ul.wp-block-gallery li {
|
|
|
/* Buttons */
|
|
|
|
|
|
.wp-block-button .wp-block-button__link {
|
|
|
- border-radius: 3px;
|
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
|
|
|
font-size: 1.4rem;
|
|
|
font-size: 14px;
|
|
@@ -348,24 +347,20 @@ ul.wp-block-gallery li {
|
|
|
padding: 9px 18px;
|
|
|
}
|
|
|
|
|
|
-.style-pack-colorful .wp-block-file .wp-block-file__button,
|
|
|
-.style-pack-modern .wp-block-file .wp-block-file__button {
|
|
|
- font-family: inherit;
|
|
|
-}
|
|
|
-
|
|
|
.wp-block-button__link {
|
|
|
background: #222;
|
|
|
color: #fff;
|
|
|
}
|
|
|
|
|
|
-.wp-block-button__link:hover,
|
|
|
-.wp-block-button__link:focus {
|
|
|
- opacity: 1.0;
|
|
|
+.is-style-outline .wp-block-button__link:not(.has-text-color) {
|
|
|
+ color: #222;
|
|
|
}
|
|
|
|
|
|
-.wp-block-button__link:not(.has-background):hover,
|
|
|
-.wp-block-button__link:not(.has-background):focus {
|
|
|
+.entry-content .wp-block-button .wp-block-button__link:hover,
|
|
|
+.entry-content .wp-block-button .wp-block-button__link:focus {
|
|
|
background: #ca2017;
|
|
|
+ color: #fff;
|
|
|
+ text-decoration: none;
|
|
|
}
|
|
|
|
|
|
.wp-block-button.alignwide,
|
|
@@ -727,3 +722,62 @@ ul.wp-block-gallery li {
|
|
|
.has-colorful-orange-background-color:visited {
|
|
|
background-color: #d97059
|
|
|
}
|
|
|
+
|
|
|
+/* Vintage */
|
|
|
+
|
|
|
+.has-vintage-off-white-color,
|
|
|
+.has-vintage-off-white-color:hover,
|
|
|
+.has-vintage-off-white-color:active,
|
|
|
+.has-vintage-off-white-color:focus,
|
|
|
+.has-vintage-off-white-color:visited {
|
|
|
+ color: #fff;
|
|
|
+}
|
|
|
+
|
|
|
+.has-vintage-off-white-background-color,
|
|
|
+.has-vintage-off-white-background-color:hover,
|
|
|
+.has-vintage-off-white-background-color:active,
|
|
|
+.has-vintage-off-white-background-color:focus,
|
|
|
+.has-vintage-off-white-background-color:visited {
|
|
|
+ background-color: #fff;
|
|
|
+}
|
|
|
+
|
|
|
+.has-vintage-light-brown-color,
|
|
|
+.has-vintage-light-brown-color:hover,
|
|
|
+.has-vintage-light-brown-color:active,
|
|
|
+.has-vintage-light-brown-color:focus,
|
|
|
+.has-vintage-light-brown-color:visited {
|
|
|
+ color: #c7c4b4;
|
|
|
+}
|
|
|
+
|
|
|
+.has-vintage-light-brown-background-color,
|
|
|
+.has-vintage-light-brown-background-color:hover,
|
|
|
+.has-vintage-light-brown-background-color:active,
|
|
|
+.has-vintage-light-brown-background-color:focus,
|
|
|
+.has-vintage-light-brown-background-color:visited {
|
|
|
+ background-color: #c7c4b4;
|
|
|
+}
|
|
|
+
|
|
|
+.has-vintage-light-gray-color {
|
|
|
+ color: #666;
|
|
|
+}
|
|
|
+
|
|
|
+.has-vintage-light-gray-background-color {
|
|
|
+ background-color: #666;
|
|
|
+}
|
|
|
+
|
|
|
+.has-vintage-dark-gray-color {
|
|
|
+ color: #222;
|
|
|
+}
|
|
|
+
|
|
|
+.has-vintage-dark-gray-background-color {
|
|
|
+ background-color: #222;
|
|
|
+}
|
|
|
+
|
|
|
+.has-vintage-blue-color {
|
|
|
+ color: #2b6e9d;
|
|
|
+}
|
|
|
+
|
|
|
+.has-vintage-blue-background-color {
|
|
|
+ background-color: #2b6e9d;
|
|
|
+}
|
|
|
+
|