|
@@ -7,7 +7,7 @@ Author URI: https://wordpress.org/
|
|
Template: twentynineteen
|
|
Template: twentynineteen
|
|
Description: Simple, yet sophisticated, with subtle, beautiful typography, Elegant Business conveys quality and integrity, which makes it especially good fit for coffee shops, pop-up shops, and brick & mortar store fronts.
|
|
Description: Simple, yet sophisticated, with subtle, beautiful typography, Elegant Business conveys quality and integrity, which makes it especially good fit for coffee shops, pop-up shops, and brick & mortar store fronts.
|
|
Requires at least: WordPress 4.9.6
|
|
Requires at least: WordPress 4.9.6
|
|
-Version: 1.2
|
|
|
|
|
|
+Version: 1.3
|
|
License: GNU General Public License v2 or later
|
|
License: GNU General Public License v2 or later
|
|
License URI: LICENSE
|
|
License URI: LICENSE
|
|
Text Domain: elegant-business
|
|
Text Domain: elegant-business
|
|
@@ -491,42 +491,20 @@ h6 {
|
|
line-height: 1.25;
|
|
line-height: 1.25;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.has-huge-font-size {
|
|
|
|
+ font-size: 2.25em;
|
|
|
|
+}
|
|
|
|
+
|
|
.entry-title,
|
|
.entry-title,
|
|
-.has-huge-font-size,
|
|
|
|
|
|
+.has-large-font-size,
|
|
h1 {
|
|
h1 {
|
|
font-size: 1.6875em;
|
|
font-size: 1.6875em;
|
|
}
|
|
}
|
|
|
|
|
|
-@media only screen and (min-width: 768px) {
|
|
|
|
- .entry-title,
|
|
|
|
- .has-huge-font-size,
|
|
|
|
- h1 {
|
|
|
|
- font-size: 2.25em;
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.has-large-font-size,
|
|
|
|
-.wp-block-cover-image .wp-block-cover-image-text,
|
|
|
|
-.wp-block-cover-image .wp-block-cover-text,
|
|
|
|
-.wp-block-cover-image h2,
|
|
|
|
-.wp-block-cover .wp-block-cover-image-text,
|
|
|
|
-.wp-block-cover .wp-block-cover-text,
|
|
|
|
-.wp-block-cover h2 {
|
|
|
|
|
|
+h2 {
|
|
font-size: 1.125em;
|
|
font-size: 1.125em;
|
|
}
|
|
}
|
|
|
|
|
|
-@media only screen and (min-width: 768px) {
|
|
|
|
- .has-large-font-size,
|
|
|
|
- .wp-block-cover-image .wp-block-cover-image-text,
|
|
|
|
- .wp-block-cover-image .wp-block-cover-text,
|
|
|
|
- .wp-block-cover-image h2,
|
|
|
|
- .wp-block-cover .wp-block-cover-image-text,
|
|
|
|
- .wp-block-cover .wp-block-cover-text,
|
|
|
|
- .wp-block-cover h2 {
|
|
|
|
- font-size: 1.6875em;
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
.site-title,
|
|
.site-title,
|
|
.not-found .page-title,
|
|
.not-found .page-title,
|
|
.error-404 .page-title {
|
|
.error-404 .page-title {
|
|
@@ -3926,7 +3904,14 @@ body.page .main-navigation {
|
|
|
|
|
|
.entry .entry-content .wp-block-cover-image h1,
|
|
.entry .entry-content .wp-block-cover-image h1,
|
|
.entry .entry-content .wp-block-cover h1 {
|
|
.entry .entry-content .wp-block-cover h1 {
|
|
- font-size: 2.8125em;
|
|
|
|
|
|
+ font-size: 2.25em;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media only screen and (min-width: 768px) {
|
|
|
|
+ .entry .entry-content .wp-block-cover-image h1,
|
|
|
|
+ .entry .entry-content .wp-block-cover h1 {
|
|
|
|
+ font-size: 2.8125em;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
.entry .entry-content .wp-block-cover-image .wp-block-cover-image-text,
|
|
.entry .entry-content .wp-block-cover-image .wp-block-cover-image-text,
|
|
@@ -3935,30 +3920,70 @@ body.page .main-navigation {
|
|
.entry .entry-content .wp-block-cover .wp-block-cover-image-text,
|
|
.entry .entry-content .wp-block-cover .wp-block-cover-image-text,
|
|
.entry .entry-content .wp-block-cover .wp-block-cover-text,
|
|
.entry .entry-content .wp-block-cover .wp-block-cover-text,
|
|
.entry .entry-content .wp-block-cover h2 {
|
|
.entry .entry-content .wp-block-cover h2 {
|
|
- font-size: 2.25em;
|
|
|
|
|
|
+ font-size: 1.6875em;
|
|
margin: inherit;
|
|
margin: inherit;
|
|
max-width: inherit;
|
|
max-width: inherit;
|
|
|
|
+ padding: 0;
|
|
text-align: inherit;
|
|
text-align: inherit;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+@media only screen and (min-width: 768px) {
|
|
|
|
+ .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text,
|
|
|
|
+ .entry .entry-content .wp-block-cover-image .wp-block-cover-text,
|
|
|
|
+ .entry .entry-content .wp-block-cover-image h2,
|
|
|
|
+ .entry .entry-content .wp-block-cover .wp-block-cover-image-text,
|
|
|
|
+ .entry .entry-content .wp-block-cover .wp-block-cover-text,
|
|
|
|
+ .entry .entry-content .wp-block-cover h2 {
|
|
|
|
+ font-size: 2.25em;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
.entry .entry-content .wp-block-cover-image h3,
|
|
.entry .entry-content .wp-block-cover-image h3,
|
|
.entry .entry-content .wp-block-cover h3 {
|
|
.entry .entry-content .wp-block-cover h3 {
|
|
- font-size: 1.6875em;
|
|
|
|
|
|
+ font-size: 1.125em;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media only screen and (min-width: 768px) {
|
|
|
|
+ .entry .entry-content .wp-block-cover-image h3,
|
|
|
|
+ .entry .entry-content .wp-block-cover h3 {
|
|
|
|
+ font-size: 1.6875em;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
.entry .entry-content .wp-block-cover-image h4,
|
|
.entry .entry-content .wp-block-cover-image h4,
|
|
.entry .entry-content .wp-block-cover h4 {
|
|
.entry .entry-content .wp-block-cover h4 {
|
|
- font-size: 1.125em;
|
|
|
|
|
|
+ font-size: 22px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media only screen and (min-width: 768px) {
|
|
|
|
+ .entry .entry-content .wp-block-cover-image h4,
|
|
|
|
+ .entry .entry-content .wp-block-cover h4 {
|
|
|
|
+ font-size: 1.125em;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
.entry .entry-content .wp-block-cover-image h5,
|
|
.entry .entry-content .wp-block-cover-image h5,
|
|
.entry .entry-content .wp-block-cover h5 {
|
|
.entry .entry-content .wp-block-cover h5 {
|
|
- font-size: 22px;
|
|
|
|
|
|
+ font-size: 0.88889em;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media only screen and (min-width: 768px) {
|
|
|
|
+ .entry .entry-content .wp-block-cover-image h5,
|
|
|
|
+ .entry .entry-content .wp-block-cover h5 {
|
|
|
|
+ font-size: 22px;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
.entry .entry-content .wp-block-cover-image h6,
|
|
.entry .entry-content .wp-block-cover-image h6,
|
|
.entry .entry-content .wp-block-cover h6 {
|
|
.entry .entry-content .wp-block-cover h6 {
|
|
- font-size: 0.88889em;
|
|
|
|
|
|
+ font-size: 0.71111em;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media only screen and (min-width: 768px) {
|
|
|
|
+ .entry .entry-content .wp-block-cover-image h6,
|
|
|
|
+ .entry .entry-content .wp-block-cover h6 {
|
|
|
|
+ font-size: 0.88889em;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
.entry .entry-content .wp-block-cover-image.has-left-content .wp-block-cover__inner-container,
|
|
.entry .entry-content .wp-block-cover-image.has-left-content .wp-block-cover__inner-container,
|