|
@@ -6,7 +6,7 @@ Author: Automattic
|
|
Author URI: https://automattic.com/
|
|
Author URI: https://automattic.com/
|
|
Description: Maywood is a refined theme designed for restaurants and food-related businesses seeking a modern look.
|
|
Description: Maywood is a refined theme designed for restaurants and food-related businesses seeking a modern look.
|
|
Requires at least: WordPress 4.9.6
|
|
Requires at least: WordPress 4.9.6
|
|
-Version: 1.1.1
|
|
|
|
|
|
+Version: 1.1.2
|
|
License: GNU General Public License v2 or later
|
|
License: GNU General Public License v2 or later
|
|
License URI: LICENSE
|
|
License URI: LICENSE
|
|
Template: varia
|
|
Template: varia
|
|
@@ -1230,6 +1230,7 @@ input.has-focus[type="submit"],
|
|
background-color: black;
|
|
background-color: black;
|
|
min-height: 480px;
|
|
min-height: 480px;
|
|
margin: inherit;
|
|
margin: inherit;
|
|
|
|
+ /* default & custom background-color */
|
|
/* Treating H2 separately to account for legacy /core styles */
|
|
/* Treating H2 separately to account for legacy /core styles */
|
|
/**
|
|
/**
|
|
* Block Options
|
|
* Block Options
|
|
@@ -1242,7 +1243,7 @@ input.has-focus[type="submit"],
|
|
.wp-block-cover-image .wp-block-cover__inner-container,
|
|
.wp-block-cover-image .wp-block-cover__inner-container,
|
|
.wp-block-cover-image .wp-block-cover-image-text,
|
|
.wp-block-cover-image .wp-block-cover-image-text,
|
|
.wp-block-cover-image .wp-block-cover-text {
|
|
.wp-block-cover-image .wp-block-cover-text {
|
|
- color: white;
|
|
|
|
|
|
+ color: currentColor;
|
|
margin-top: 32px;
|
|
margin-top: 32px;
|
|
margin-bottom: 32px;
|
|
margin-bottom: 32px;
|
|
}
|
|
}
|
|
@@ -1256,6 +1257,15 @@ input.has-focus[type="submit"],
|
|
color: currentColor;
|
|
color: currentColor;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.wp-block-cover:not([class*='background-color']) .wp-block-cover__inner-container,
|
|
|
|
+.wp-block-cover:not([class*='background-color']) .wp-block-cover-image-text,
|
|
|
|
+.wp-block-cover:not([class*='background-color']) .wp-block-cover-text,
|
|
|
|
+.wp-block-cover-image:not([class*='background-color']) .wp-block-cover__inner-container,
|
|
|
|
+.wp-block-cover-image:not([class*='background-color']) .wp-block-cover-image-text,
|
|
|
|
+.wp-block-cover-image:not([class*='background-color']) .wp-block-cover-text {
|
|
|
|
+ color: white;
|
|
|
|
+}
|
|
|
|
+
|
|
.wp-block-cover h2,
|
|
.wp-block-cover h2,
|
|
.wp-block-cover-image h2 {
|
|
.wp-block-cover-image h2 {
|
|
font-size: 1.728rem;
|
|
font-size: 1.728rem;
|
|
@@ -1477,7 +1487,6 @@ img {
|
|
height: auto;
|
|
height: auto;
|
|
max-width: 100%;
|
|
max-width: 100%;
|
|
vertical-align: middle;
|
|
vertical-align: middle;
|
|
- width: auto;
|
|
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-latest-comments {
|
|
.wp-block-latest-comments {
|
|
@@ -1619,9 +1628,8 @@ img {
|
|
ul,
|
|
ul,
|
|
ol {
|
|
ol {
|
|
font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
|
font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
|
- list-style-position: inside;
|
|
|
|
- margin: 0 16px 0 0;
|
|
|
|
- padding: 0;
|
|
|
|
|
|
+ margin: 0;
|
|
|
|
+ padding-right: 32px;
|
|
}
|
|
}
|
|
|
|
|
|
ul {
|
|
ul {
|
|
@@ -1638,7 +1646,8 @@ dt {
|
|
}
|
|
}
|
|
|
|
|
|
dd {
|
|
dd {
|
|
- margin: 0 16px 0 0;
|
|
|
|
|
|
+ margin: 0;
|
|
|
|
+ padding-right: 32px;
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-media-text {
|
|
.wp-block-media-text {
|
|
@@ -1837,7 +1846,7 @@ p.has-background {
|
|
.wp-block-quote {
|
|
.wp-block-quote {
|
|
border-right-color: #897248;
|
|
border-right-color: #897248;
|
|
margin: 32px 0;
|
|
margin: 32px 0;
|
|
- padding: 0 16px;
|
|
|
|
|
|
+ padding-right: 16px;
|
|
/**
|
|
/**
|
|
* Block Options
|
|
* Block Options
|
|
*/
|
|
*/
|
|
@@ -1871,8 +1880,23 @@ p.has-background {
|
|
letter-spacing: normal;
|
|
letter-spacing: normal;
|
|
}
|
|
}
|
|
|
|
|
|
-.has-background .wp-block-quote .wp-block-quote__citation, .has-background
|
|
|
|
-.wp-block-quote cite, .has-background
|
|
|
|
|
|
+.has-background:not(.has-background-background-color) .wp-block-quote .wp-block-quote__citation,
|
|
|
|
+[class*="background-color"]:not(.has-background-background-color) .wp-block-quote .wp-block-quote__citation,
|
|
|
|
+[style*="background-color"] .wp-block-quote .wp-block-quote__citation,
|
|
|
|
+.wp-block-cover[style*="background-image"] .wp-block-quote .wp-block-quote__citation, .has-background:not(.has-background-background-color)
|
|
|
|
+.wp-block-quote cite,
|
|
|
|
+[class*="background-color"]:not(.has-background-background-color)
|
|
|
|
+.wp-block-quote cite,
|
|
|
|
+[style*="background-color"]
|
|
|
|
+.wp-block-quote cite,
|
|
|
|
+.wp-block-cover[style*="background-image"]
|
|
|
|
+.wp-block-quote cite, .has-background:not(.has-background-background-color)
|
|
|
|
+.wp-block-quote footer,
|
|
|
|
+[class*="background-color"]:not(.has-background-background-color)
|
|
|
|
+.wp-block-quote footer,
|
|
|
|
+[style*="background-color"]
|
|
|
|
+.wp-block-quote footer,
|
|
|
|
+.wp-block-cover[style*="background-image"]
|
|
.wp-block-quote footer {
|
|
.wp-block-quote footer {
|
|
color: currentColor;
|
|
color: currentColor;
|
|
}
|
|
}
|
|
@@ -1885,6 +1909,7 @@ p.has-background {
|
|
/* Resetting margins to match _block-container.scss */
|
|
/* Resetting margins to match _block-container.scss */
|
|
margin-top: 32px;
|
|
margin-top: 32px;
|
|
margin-bottom: 32px;
|
|
margin-bottom: 32px;
|
|
|
|
+ padding: 0;
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-quote.is-style-large p, .wp-block-quote.is-large p {
|
|
.wp-block-quote.is-style-large p, .wp-block-quote.is-large p {
|
|
@@ -1903,6 +1928,13 @@ p.has-background {
|
|
letter-spacing: normal;
|
|
letter-spacing: normal;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.has-background:not(.has-background-background-color) .wp-block-quote,
|
|
|
|
+[class*="background-color"]:not(.has-background-background-color) .wp-block-quote,
|
|
|
|
+[style*="background-color"] .wp-block-quote,
|
|
|
|
+.wp-block-cover[style*="background-image"] .wp-block-quote {
|
|
|
|
+ border-color: currentColor;
|
|
|
|
+}
|
|
|
|
+
|
|
hr {
|
|
hr {
|
|
border-bottom: 2px solid #CCCCCC;
|
|
border-bottom: 2px solid #CCCCCC;
|
|
clear: both;
|
|
clear: both;
|
|
@@ -1924,6 +1956,13 @@ hr.wp-block-separator.is-style-dots:before {
|
|
padding-right: 0.83333rem;
|
|
padding-right: 0.83333rem;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.has-background:not(.has-background-background-color) hr.wp-block-separator,
|
|
|
|
+[class*="background-color"]:not(.has-background-background-color) hr.wp-block-separator,
|
|
|
|
+[style*="background-color"] hr.wp-block-separator,
|
|
|
|
+.wp-block-cover[style*="background-image"] hr.wp-block-separator {
|
|
|
|
+ border-color: currentColor;
|
|
|
|
+}
|
|
|
|
+
|
|
.wp-block-jetpack-slideshow ul {
|
|
.wp-block-jetpack-slideshow ul {
|
|
margin-right: 0;
|
|
margin-right: 0;
|
|
margin-left: 0;
|
|
margin-left: 0;
|
|
@@ -2079,8 +2118,7 @@ table th,
|
|
}
|
|
}
|
|
|
|
|
|
.has-background:not(.has-background-background-color) a,
|
|
.has-background:not(.has-background-background-color) a,
|
|
-.has-background p, .has-background h1, .has-background h2, .has-background h3, .has-background h4, .has-background h5, .has-background h6,
|
|
|
|
-.has-background .wp-block-quote__citation {
|
|
|
|
|
|
+.has-background p, .has-background h1, .has-background h2, .has-background h3, .has-background h4, .has-background h5, .has-background h6 {
|
|
color: currentColor;
|
|
color: currentColor;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -2727,7 +2765,7 @@ table th,
|
|
}
|
|
}
|
|
|
|
|
|
.entry-content .more-link {
|
|
.entry-content .more-link {
|
|
- display: inline;
|
|
|
|
|
|
+ display: block;
|
|
color: inherit;
|
|
color: inherit;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -2752,6 +2790,10 @@ table th,
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.entry-attachment {
|
|
|
|
+ text-align: center;
|
|
|
|
+}
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* Post Thumbnails
|
|
* Post Thumbnails
|
|
*/
|
|
*/
|
|
@@ -3144,7 +3186,7 @@ img#wpstats {
|
|
.responsive-max-width, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
|
.responsive-max-width, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
|
.wp-block-pullquote.alignfull > p,
|
|
.wp-block-pullquote.alignfull > p,
|
|
.wp-block-pullquote.alignwide blockquote,
|
|
.wp-block-pullquote.alignwide blockquote,
|
|
-.wp-block-pullquote.alignfull blockquote, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator),
|
|
|
|
|
|
+.wp-block-pullquote.alignfull blockquote, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment),
|
|
.entry-content [class*="inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), .entry-content .wp-audio-shortcode, .post-navigation, .pagination {
|
|
.entry-content [class*="inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), .entry-content .wp-audio-shortcode, .post-navigation, .pagination {
|
|
max-width: 100%;
|
|
max-width: 100%;
|
|
margin-right: auto;
|
|
margin-right: auto;
|
|
@@ -3155,7 +3197,7 @@ img#wpstats {
|
|
.responsive-max-width, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
|
.responsive-max-width, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
|
.wp-block-pullquote.alignfull > p,
|
|
.wp-block-pullquote.alignfull > p,
|
|
.wp-block-pullquote.alignwide blockquote,
|
|
.wp-block-pullquote.alignwide blockquote,
|
|
- .wp-block-pullquote.alignfull blockquote, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator),
|
|
|
|
|
|
+ .wp-block-pullquote.alignfull blockquote, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment),
|
|
.entry-content [class*="inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), .entry-content .wp-audio-shortcode, .post-navigation, .pagination {
|
|
.entry-content [class*="inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), .entry-content .wp-audio-shortcode, .post-navigation, .pagination {
|
|
max-width: calc( 560px - 32px);
|
|
max-width: calc( 560px - 32px);
|
|
}
|
|
}
|
|
@@ -3165,7 +3207,7 @@ img#wpstats {
|
|
.responsive-max-width, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
|
.responsive-max-width, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
|
.wp-block-pullquote.alignfull > p,
|
|
.wp-block-pullquote.alignfull > p,
|
|
.wp-block-pullquote.alignwide blockquote,
|
|
.wp-block-pullquote.alignwide blockquote,
|
|
- .wp-block-pullquote.alignfull blockquote, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator),
|
|
|
|
|
|
+ .wp-block-pullquote.alignfull blockquote, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment),
|
|
.entry-content [class*="inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), .entry-content .wp-audio-shortcode, .post-navigation, .pagination {
|
|
.entry-content [class*="inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), .entry-content .wp-audio-shortcode, .post-navigation, .pagination {
|
|
max-width: calc( 640px - 32px);
|
|
max-width: calc( 640px - 32px);
|
|
}
|
|
}
|
|
@@ -3175,7 +3217,7 @@ img#wpstats {
|
|
.responsive-max-width, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
|
.responsive-max-width, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
|
.wp-block-pullquote.alignfull > p,
|
|
.wp-block-pullquote.alignfull > p,
|
|
.wp-block-pullquote.alignwide blockquote,
|
|
.wp-block-pullquote.alignwide blockquote,
|
|
- .wp-block-pullquote.alignfull blockquote, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator),
|
|
|
|
|
|
+ .wp-block-pullquote.alignfull blockquote, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment),
|
|
.entry-content [class*="inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), .entry-content .wp-audio-shortcode, .post-navigation, .pagination {
|
|
.entry-content [class*="inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), .entry-content .wp-audio-shortcode, .post-navigation, .pagination {
|
|
max-width: calc( 782px - 32px);
|
|
max-width: calc( 782px - 32px);
|
|
}
|
|
}
|
|
@@ -3185,7 +3227,7 @@ img#wpstats {
|
|
.responsive-max-width, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
|
.responsive-max-width, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
|
.wp-block-pullquote.alignfull > p,
|
|
.wp-block-pullquote.alignfull > p,
|
|
.wp-block-pullquote.alignwide blockquote,
|
|
.wp-block-pullquote.alignwide blockquote,
|
|
- .wp-block-pullquote.alignfull blockquote, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator),
|
|
|
|
|
|
+ .wp-block-pullquote.alignfull blockquote, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment),
|
|
.entry-content [class*="inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), .entry-content .wp-audio-shortcode, .post-navigation, .pagination {
|
|
.entry-content [class*="inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), .entry-content .wp-audio-shortcode, .post-navigation, .pagination {
|
|
max-width: calc( 782px - 32px);
|
|
max-width: calc( 782px - 32px);
|
|
}
|
|
}
|
|
@@ -3195,7 +3237,7 @@ img#wpstats {
|
|
.responsive-max-width, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
|
.responsive-max-width, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
|
.wp-block-pullquote.alignfull > p,
|
|
.wp-block-pullquote.alignfull > p,
|
|
.wp-block-pullquote.alignwide blockquote,
|
|
.wp-block-pullquote.alignwide blockquote,
|
|
- .wp-block-pullquote.alignfull blockquote, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator),
|
|
|
|
|
|
+ .wp-block-pullquote.alignfull blockquote, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment),
|
|
.entry-content [class*="inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), .entry-content .wp-audio-shortcode, .post-navigation, .pagination {
|
|
.entry-content [class*="inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), .entry-content .wp-audio-shortcode, .post-navigation, .pagination {
|
|
max-width: calc( 782px - 32px);
|
|
max-width: calc( 782px - 32px);
|
|
}
|
|
}
|