rebuild all child themes
This commit is contained in:
parent
0a602a63a8
commit
709fbc5596
107 changed files with 685 additions and 2572 deletions
2
alves/package-lock.json
generated
2
alves/package-lock.json
generated
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "alves",
|
"name": "alves",
|
||||||
"version": "1.4.4",
|
"version": "1.4.5",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "alves",
|
"name": "alves",
|
||||||
"version": "1.4.4",
|
"version": "1.4.5",
|
||||||
"description": "Alves",
|
"description": "Alves",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/Automattic/themes/issues"
|
"url": "https://github.com/Automattic/themes/issues"
|
||||||
|
|
|
@ -5,7 +5,7 @@ Author: Automattic
|
||||||
Author URI: https://automattic.com/
|
Author URI: https://automattic.com/
|
||||||
Description: Convincing design for your charity or organization’s online presence. Highlight your actions, causes and projects, Alves is versatile enough to be your personal site too.
|
Description: Convincing design for your charity or organization’s online presence. Highlight your actions, causes and projects, Alves is versatile enough to be your personal site too.
|
||||||
Requires at least: WordPress 4.9.6
|
Requires at least: WordPress 4.9.6
|
||||||
Version: 1.4.4
|
Version: 1.4.5
|
||||||
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
|
||||||
|
|
|
@ -6,7 +6,7 @@ Author: Automattic
|
||||||
Author URI: https://automattic.com/
|
Author URI: https://automattic.com/
|
||||||
Description: Convincing design for your charity or organization’s online presence. Highlight your actions, causes and projects, Alves is versatile enough to be your personal site too.
|
Description: Convincing design for your charity or organization’s online presence. Highlight your actions, causes and projects, Alves is versatile enough to be your personal site too.
|
||||||
Requires at least: WordPress 4.9.6
|
Requires at least: WordPress 4.9.6
|
||||||
Version: 1.4.4
|
Version: 1.4.5
|
||||||
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
|
||||||
|
|
|
@ -6,7 +6,7 @@ Author: Automattic
|
||||||
Author URI: https://automattic.com/
|
Author URI: https://automattic.com/
|
||||||
Description: Convincing design for your charity or organization’s online presence. Highlight your actions, causes and projects, Alves is versatile enough to be your personal site too.
|
Description: Convincing design for your charity or organization’s online presence. Highlight your actions, causes and projects, Alves is versatile enough to be your personal site too.
|
||||||
Requires at least: WordPress 4.9.6
|
Requires at least: WordPress 4.9.6
|
||||||
Version: 1.4.4
|
Version: 1.4.5
|
||||||
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
|
||||||
|
|
2
balasana/package-lock.json
generated
2
balasana/package-lock.json
generated
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "balasana",
|
"name": "balasana",
|
||||||
"version": "1.2.5",
|
"version": "1.2.6",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "balasana",
|
"name": "balasana",
|
||||||
"version": "1.2.5",
|
"version": "1.2.6",
|
||||||
"description": "Balasana",
|
"description": "Balasana",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/Automattic/themes/issues"
|
"url": "https://github.com/Automattic/themes/issues"
|
||||||
|
|
|
@ -5,7 +5,7 @@ Author: Automattic
|
||||||
Author URI: https://automattic.com/
|
Author URI: https://automattic.com/
|
||||||
Description: Balasana is a clean and minimalist business theme designed with health and wellness-focused sites in mind.
|
Description: Balasana is a clean and minimalist business theme designed with health and wellness-focused sites in mind.
|
||||||
Requires at least: WordPress 4.9.6
|
Requires at least: WordPress 4.9.6
|
||||||
Version: 1.2.5
|
Version: 1.2.6
|
||||||
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
|
||||||
|
|
|
@ -837,32 +837,25 @@ p.has-background:not(.has-background-background-color) a {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote {
|
.wp-block-pullquote {
|
||||||
padding: calc( 3 * 16px) 0;
|
|
||||||
margin-left: 0;
|
|
||||||
margin-right: 0;
|
|
||||||
text-align: center;
|
|
||||||
border-top-color: #D0D0D0;
|
border-top-color: #D0D0D0;
|
||||||
border-top-width: 4px;
|
border-top-width: 4px;
|
||||||
border-bottom-color: #D0D0D0;
|
border-bottom-color: #D0D0D0;
|
||||||
border-bottom-width: 4px;
|
border-bottom-width: 4px;
|
||||||
color: #303030;
|
color: #303030;
|
||||||
/**
|
|
||||||
* Block Options
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote blockquote {
|
.wp-block-pullquote blockquote p {
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote p {
|
|
||||||
font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||||
font-family: var(--font-headings, "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
font-family: var(--font-headings, "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||||
font-size: 1.728em;
|
font-size: 1.728rem;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
line-height: 1.125;
|
line-height: 1.125;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-block-pullquote.is-style-solid-color blockquote p {
|
||||||
|
font-size: 1.728rem;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-block-pullquote a {
|
.wp-block-pullquote a {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
@ -871,42 +864,26 @@ p.has-background:not(.has-background-background-color) a {
|
||||||
.wp-block-pullquote cite,
|
.wp-block-pullquote cite,
|
||||||
.wp-block-pullquote footer {
|
.wp-block-pullquote footer {
|
||||||
color: #505050;
|
color: #505050;
|
||||||
font-size: 0.83333em;
|
font-size: 0.83333rem;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) {
|
.wp-block-pullquote blockquote {
|
||||||
background: none;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color {
|
.wp-block-pullquote.is-style-solid-color {
|
||||||
background-color: #19744C;
|
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color.alignleft blockquote,
|
|
||||||
.wp-block-pullquote.is-style-solid-color.alignright blockquote {
|
|
||||||
padding-left: 16px;
|
|
||||||
padding-right: 16px;
|
|
||||||
max-width: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color blockquote {
|
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
||||||
.wp-block-pullquote.is-style-solid-color cite,
|
.wp-block-pullquote.is-style-solid-color cite,
|
||||||
.wp-block-pullquote.is-style-solid-color footer {
|
.wp-block-pullquote.is-style-solid-color footer {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.alignwide > p,
|
.wp-block-pullquote.is-style-solid-color:not(.has-background) {
|
||||||
.wp-block-pullquote.alignfull > p,
|
background-color: #19744C;
|
||||||
.wp-block-pullquote.alignwide blockquote,
|
|
||||||
.wp-block-pullquote.alignfull blockquote {
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-quote {
|
.wp-block-quote {
|
||||||
|
|
|
@ -6,7 +6,7 @@ Author: Automattic
|
||||||
Author URI: https://automattic.com/
|
Author URI: https://automattic.com/
|
||||||
Description: Balasana is a clean and minimalist business theme designed with health and wellness-focused sites in mind.
|
Description: Balasana is a clean and minimalist business theme designed with health and wellness-focused sites in mind.
|
||||||
Requires at least: WordPress 4.9.6
|
Requires at least: WordPress 4.9.6
|
||||||
Version: 1.2.5
|
Version: 1.2.6
|
||||||
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
|
||||||
|
@ -2082,21 +2082,14 @@ p.has-background {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote {
|
.wp-block-pullquote {
|
||||||
padding: calc( 3 * 16px) 0;
|
|
||||||
margin-right: 0;
|
|
||||||
margin-left: 0;
|
|
||||||
text-align: center;
|
|
||||||
border-top-color: #D0D0D0;
|
border-top-color: #D0D0D0;
|
||||||
border-top-width: 4px;
|
border-top-width: 4px;
|
||||||
border-bottom-color: #D0D0D0;
|
border-bottom-color: #D0D0D0;
|
||||||
border-bottom-width: 4px;
|
border-bottom-width: 4px;
|
||||||
color: #303030;
|
color: #303030;
|
||||||
/**
|
|
||||||
* Block Options
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote p {
|
.wp-block-pullquote blockquote p {
|
||||||
font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||||
font-family: var(--font-headings, "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
font-family: var(--font-headings, "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||||
font-size: 1.728rem;
|
font-size: 1.728rem;
|
||||||
|
@ -2104,6 +2097,10 @@ p.has-background {
|
||||||
line-height: 1.125;
|
line-height: 1.125;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-block-pullquote.is-style-solid-color blockquote p {
|
||||||
|
font-size: 1.728rem;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-block-pullquote a {
|
.wp-block-pullquote a {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
@ -2114,31 +2111,16 @@ p.has-background {
|
||||||
color: #505050;
|
color: #505050;
|
||||||
font-size: 0.83333rem;
|
font-size: 0.83333rem;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
display: block;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) {
|
.wp-block-pullquote blockquote {
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) blockquote {
|
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-default.alignleft blockquote > *, .wp-block-pullquote.is-style-default.aligncenter blockquote > *, .wp-block-pullquote.is-style-default.alignright blockquote > * {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color {
|
.wp-block-pullquote.is-style-solid-color {
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color blockquote {
|
|
||||||
padding-right: 16px;
|
|
||||||
padding-left: 16px;
|
|
||||||
max-width: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
||||||
.wp-block-pullquote.is-style-solid-color cite,
|
.wp-block-pullquote.is-style-solid-color cite,
|
||||||
.wp-block-pullquote.is-style-solid-color footer {
|
.wp-block-pullquote.is-style-solid-color footer {
|
||||||
|
@ -2149,14 +2131,6 @@ p.has-background {
|
||||||
background-color: #19744C;
|
background-color: #19744C;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.alignwide > p,
|
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.wp-block-pullquote.alignwide blockquote,
|
|
||||||
.wp-block-pullquote.alignfull blockquote {
|
|
||||||
margin-right: auto;
|
|
||||||
margin-left: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-quote {
|
.wp-block-quote {
|
||||||
border-right-color: #19744C;
|
border-right-color: #19744C;
|
||||||
margin: 32px 0;
|
margin: 32px 0;
|
||||||
|
@ -3610,10 +3584,7 @@ img#wpstats {
|
||||||
* Page Layout Styles & Repsonsive Styles
|
* Page Layout Styles & Repsonsive Styles
|
||||||
*/
|
*/
|
||||||
/* Responsive width-content overrides */
|
/* Responsive width-content overrides */
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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%;
|
||||||
|
@ -3622,10 +3593,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 560px) {
|
@media only screen and (min-width: 560px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3633,10 +3601,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 640px) {
|
@media only screen and (min-width: 640px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3644,10 +3609,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 782px) {
|
@media only screen and (min-width: 782px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3655,10 +3617,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1024px) {
|
@media only screen and (min-width: 1024px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3666,10 +3625,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1280px) {
|
@media only screen and (min-width: 1280px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
|
|
@ -6,7 +6,7 @@ Author: Automattic
|
||||||
Author URI: https://automattic.com/
|
Author URI: https://automattic.com/
|
||||||
Description: Balasana is a clean and minimalist business theme designed with health and wellness-focused sites in mind.
|
Description: Balasana is a clean and minimalist business theme designed with health and wellness-focused sites in mind.
|
||||||
Requires at least: WordPress 4.9.6
|
Requires at least: WordPress 4.9.6
|
||||||
Version: 1.2.5
|
Version: 1.2.6
|
||||||
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
|
||||||
|
@ -2082,21 +2082,14 @@ p.has-background {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote {
|
.wp-block-pullquote {
|
||||||
padding: calc( 3 * 16px) 0;
|
|
||||||
margin-left: 0;
|
|
||||||
margin-right: 0;
|
|
||||||
text-align: center;
|
|
||||||
border-top-color: #D0D0D0;
|
border-top-color: #D0D0D0;
|
||||||
border-top-width: 4px;
|
border-top-width: 4px;
|
||||||
border-bottom-color: #D0D0D0;
|
border-bottom-color: #D0D0D0;
|
||||||
border-bottom-width: 4px;
|
border-bottom-width: 4px;
|
||||||
color: #303030;
|
color: #303030;
|
||||||
/**
|
|
||||||
* Block Options
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote p {
|
.wp-block-pullquote blockquote p {
|
||||||
font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||||
font-family: var(--font-headings, "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
font-family: var(--font-headings, "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||||
font-size: 1.728rem;
|
font-size: 1.728rem;
|
||||||
|
@ -2104,6 +2097,10 @@ p.has-background {
|
||||||
line-height: 1.125;
|
line-height: 1.125;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-block-pullquote.is-style-solid-color blockquote p {
|
||||||
|
font-size: 1.728rem;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-block-pullquote a {
|
.wp-block-pullquote a {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
@ -2114,31 +2111,16 @@ p.has-background {
|
||||||
color: #505050;
|
color: #505050;
|
||||||
font-size: 0.83333rem;
|
font-size: 0.83333rem;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
display: block;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) {
|
.wp-block-pullquote blockquote {
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) blockquote {
|
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-default.alignleft blockquote > *, .wp-block-pullquote.is-style-default.aligncenter blockquote > *, .wp-block-pullquote.is-style-default.alignright blockquote > * {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color {
|
.wp-block-pullquote.is-style-solid-color {
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color blockquote {
|
|
||||||
padding-left: 16px;
|
|
||||||
padding-right: 16px;
|
|
||||||
max-width: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
||||||
.wp-block-pullquote.is-style-solid-color cite,
|
.wp-block-pullquote.is-style-solid-color cite,
|
||||||
.wp-block-pullquote.is-style-solid-color footer {
|
.wp-block-pullquote.is-style-solid-color footer {
|
||||||
|
@ -2149,14 +2131,6 @@ p.has-background {
|
||||||
background-color: #19744C;
|
background-color: #19744C;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.alignwide > p,
|
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.wp-block-pullquote.alignwide blockquote,
|
|
||||||
.wp-block-pullquote.alignfull blockquote {
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-quote {
|
.wp-block-quote {
|
||||||
border-left-color: #19744C;
|
border-left-color: #19744C;
|
||||||
margin: 32px 0;
|
margin: 32px 0;
|
||||||
|
@ -3629,10 +3603,7 @@ img#wpstats {
|
||||||
* Page Layout Styles & Repsonsive Styles
|
* Page Layout Styles & Repsonsive Styles
|
||||||
*/
|
*/
|
||||||
/* Responsive width-content overrides */
|
/* Responsive width-content overrides */
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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%;
|
||||||
|
@ -3641,10 +3612,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 560px) {
|
@media only screen and (min-width: 560px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3652,10 +3620,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 640px) {
|
@media only screen and (min-width: 640px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3663,10 +3628,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 782px) {
|
@media only screen and (min-width: 782px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3674,10 +3636,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1024px) {
|
@media only screen and (min-width: 1024px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3685,10 +3644,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1280px) {
|
@media only screen and (min-width: 1280px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
|
2
barnsbury/package-lock.json
generated
2
barnsbury/package-lock.json
generated
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "barnsbury",
|
"name": "barnsbury",
|
||||||
"version": "1.2.4",
|
"version": "1.2.5",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "barnsbury",
|
"name": "barnsbury",
|
||||||
"version": "1.2.4",
|
"version": "1.2.5",
|
||||||
"description": "Barnsbury",
|
"description": "Barnsbury",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/Automattic/themes/issues"
|
"url": "https://github.com/Automattic/themes/issues"
|
||||||
|
|
|
@ -5,7 +5,7 @@ Author: Automattic
|
||||||
Author URI: https://automattic.com/
|
Author URI: https://automattic.com/
|
||||||
Description: Barnsbury is an earthy and friendly theme design with farming and agriculture businesses in mind.
|
Description: Barnsbury is an earthy and friendly theme design with farming and agriculture businesses in mind.
|
||||||
Requires at least: WordPress 4.9.6
|
Requires at least: WordPress 4.9.6
|
||||||
Version: 1.2.4
|
Version: 1.2.5
|
||||||
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
|
||||||
|
|
|
@ -837,32 +837,25 @@ p.has-background:not(.has-background-background-color) a {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote {
|
.wp-block-pullquote {
|
||||||
padding: calc( 3 * 16px) 0;
|
|
||||||
margin-left: 0;
|
|
||||||
margin-right: 0;
|
|
||||||
text-align: center;
|
|
||||||
border-top-color: #3C2323;
|
border-top-color: #3C2323;
|
||||||
border-top-width: 4px;
|
border-top-width: 4px;
|
||||||
border-bottom-color: #3C2323;
|
border-bottom-color: #3C2323;
|
||||||
border-bottom-width: 4px;
|
border-bottom-width: 4px;
|
||||||
color: #3C2323;
|
color: #3C2323;
|
||||||
/**
|
|
||||||
* Block Options
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote blockquote {
|
.wp-block-pullquote blockquote p {
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote p {
|
|
||||||
font-family: "Rubik", Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
|
font-family: "Rubik", Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
|
||||||
font-family: var(--font-headings, "Rubik", Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif);
|
font-family: var(--font-headings, "Rubik", Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif);
|
||||||
font-size: 1.64303em;
|
font-size: 1.64303rem;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
line-height: 1.15;
|
line-height: 1.15;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-block-pullquote.is-style-solid-color blockquote p {
|
||||||
|
font-size: 1.64303rem;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-block-pullquote a {
|
.wp-block-pullquote a {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
@ -871,42 +864,26 @@ p.has-background:not(.has-background-background-color) a {
|
||||||
.wp-block-pullquote cite,
|
.wp-block-pullquote cite,
|
||||||
.wp-block-pullquote footer {
|
.wp-block-pullquote footer {
|
||||||
color: #844d4d;
|
color: #844d4d;
|
||||||
font-size: 0.84746em;
|
font-size: 0.84746rem;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) {
|
.wp-block-pullquote blockquote {
|
||||||
background: none;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color {
|
.wp-block-pullquote.is-style-solid-color {
|
||||||
background-color: #20603C;
|
|
||||||
color: #FFFDF6;
|
color: #FFFDF6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color.alignleft blockquote,
|
|
||||||
.wp-block-pullquote.is-style-solid-color.alignright blockquote {
|
|
||||||
padding-left: 16px;
|
|
||||||
padding-right: 16px;
|
|
||||||
max-width: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color blockquote {
|
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
||||||
.wp-block-pullquote.is-style-solid-color cite,
|
.wp-block-pullquote.is-style-solid-color cite,
|
||||||
.wp-block-pullquote.is-style-solid-color footer {
|
.wp-block-pullquote.is-style-solid-color footer {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.alignwide > p,
|
.wp-block-pullquote.is-style-solid-color:not(.has-background) {
|
||||||
.wp-block-pullquote.alignfull > p,
|
background-color: #20603C;
|
||||||
.wp-block-pullquote.alignwide blockquote,
|
|
||||||
.wp-block-pullquote.alignfull blockquote {
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-quote {
|
.wp-block-quote {
|
||||||
|
|
|
@ -6,7 +6,7 @@ Author: Automattic
|
||||||
Author URI: https://automattic.com/
|
Author URI: https://automattic.com/
|
||||||
Description: Barnsbury is an earthy and friendly theme design with farming and agriculture businesses in mind.
|
Description: Barnsbury is an earthy and friendly theme design with farming and agriculture businesses in mind.
|
||||||
Requires at least: WordPress 4.9.6
|
Requires at least: WordPress 4.9.6
|
||||||
Version: 1.2.4
|
Version: 1.2.5
|
||||||
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
|
||||||
|
@ -2082,21 +2082,14 @@ p.has-background {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote {
|
.wp-block-pullquote {
|
||||||
padding: calc( 3 * 16px) 0;
|
|
||||||
margin-right: 0;
|
|
||||||
margin-left: 0;
|
|
||||||
text-align: center;
|
|
||||||
border-top-color: #3C2323;
|
border-top-color: #3C2323;
|
||||||
border-top-width: 4px;
|
border-top-width: 4px;
|
||||||
border-bottom-color: #3C2323;
|
border-bottom-color: #3C2323;
|
||||||
border-bottom-width: 4px;
|
border-bottom-width: 4px;
|
||||||
color: #3C2323;
|
color: #3C2323;
|
||||||
/**
|
|
||||||
* Block Options
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote p {
|
.wp-block-pullquote blockquote p {
|
||||||
font-family: "Rubik", Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
|
font-family: "Rubik", Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
|
||||||
font-family: var(--font-headings, "Rubik", Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif);
|
font-family: var(--font-headings, "Rubik", Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif);
|
||||||
font-size: 1.64303rem;
|
font-size: 1.64303rem;
|
||||||
|
@ -2104,6 +2097,10 @@ p.has-background {
|
||||||
line-height: 1.15;
|
line-height: 1.15;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-block-pullquote.is-style-solid-color blockquote p {
|
||||||
|
font-size: 1.64303rem;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-block-pullquote a {
|
.wp-block-pullquote a {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
@ -2114,31 +2111,16 @@ p.has-background {
|
||||||
color: #844d4d;
|
color: #844d4d;
|
||||||
font-size: 0.84746rem;
|
font-size: 0.84746rem;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
display: block;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) {
|
.wp-block-pullquote blockquote {
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) blockquote {
|
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-default.alignleft blockquote > *, .wp-block-pullquote.is-style-default.aligncenter blockquote > *, .wp-block-pullquote.is-style-default.alignright blockquote > * {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color {
|
.wp-block-pullquote.is-style-solid-color {
|
||||||
color: #FFFDF6;
|
color: #FFFDF6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color blockquote {
|
|
||||||
padding-right: 16px;
|
|
||||||
padding-left: 16px;
|
|
||||||
max-width: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
||||||
.wp-block-pullquote.is-style-solid-color cite,
|
.wp-block-pullquote.is-style-solid-color cite,
|
||||||
.wp-block-pullquote.is-style-solid-color footer {
|
.wp-block-pullquote.is-style-solid-color footer {
|
||||||
|
@ -2149,14 +2131,6 @@ p.has-background {
|
||||||
background-color: #20603C;
|
background-color: #20603C;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.alignwide > p,
|
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.wp-block-pullquote.alignwide blockquote,
|
|
||||||
.wp-block-pullquote.alignfull blockquote {
|
|
||||||
margin-right: auto;
|
|
||||||
margin-left: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-quote {
|
.wp-block-quote {
|
||||||
border-right-color: #20603C;
|
border-right-color: #20603C;
|
||||||
margin: 32px 0;
|
margin: 32px 0;
|
||||||
|
@ -3610,10 +3584,7 @@ img#wpstats {
|
||||||
* Page Layout Styles & Repsonsive Styles
|
* Page Layout Styles & Repsonsive Styles
|
||||||
*/
|
*/
|
||||||
/* Responsive width-content overrides */
|
/* Responsive width-content overrides */
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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%;
|
||||||
|
@ -3622,10 +3593,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 560px) {
|
@media only screen and (min-width: 560px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3633,10 +3601,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 640px) {
|
@media only screen and (min-width: 640px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3644,10 +3609,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 782px) {
|
@media only screen and (min-width: 782px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3655,10 +3617,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1024px) {
|
@media only screen and (min-width: 1024px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3666,10 +3625,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1280px) {
|
@media only screen and (min-width: 1280px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
|
|
@ -6,7 +6,7 @@ Author: Automattic
|
||||||
Author URI: https://automattic.com/
|
Author URI: https://automattic.com/
|
||||||
Description: Barnsbury is an earthy and friendly theme design with farming and agriculture businesses in mind.
|
Description: Barnsbury is an earthy and friendly theme design with farming and agriculture businesses in mind.
|
||||||
Requires at least: WordPress 4.9.6
|
Requires at least: WordPress 4.9.6
|
||||||
Version: 1.2.4
|
Version: 1.2.5
|
||||||
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
|
||||||
|
@ -2082,21 +2082,14 @@ p.has-background {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote {
|
.wp-block-pullquote {
|
||||||
padding: calc( 3 * 16px) 0;
|
|
||||||
margin-left: 0;
|
|
||||||
margin-right: 0;
|
|
||||||
text-align: center;
|
|
||||||
border-top-color: #3C2323;
|
border-top-color: #3C2323;
|
||||||
border-top-width: 4px;
|
border-top-width: 4px;
|
||||||
border-bottom-color: #3C2323;
|
border-bottom-color: #3C2323;
|
||||||
border-bottom-width: 4px;
|
border-bottom-width: 4px;
|
||||||
color: #3C2323;
|
color: #3C2323;
|
||||||
/**
|
|
||||||
* Block Options
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote p {
|
.wp-block-pullquote blockquote p {
|
||||||
font-family: "Rubik", Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
|
font-family: "Rubik", Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
|
||||||
font-family: var(--font-headings, "Rubik", Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif);
|
font-family: var(--font-headings, "Rubik", Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif);
|
||||||
font-size: 1.64303rem;
|
font-size: 1.64303rem;
|
||||||
|
@ -2104,6 +2097,10 @@ p.has-background {
|
||||||
line-height: 1.15;
|
line-height: 1.15;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-block-pullquote.is-style-solid-color blockquote p {
|
||||||
|
font-size: 1.64303rem;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-block-pullquote a {
|
.wp-block-pullquote a {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
@ -2114,31 +2111,16 @@ p.has-background {
|
||||||
color: #844d4d;
|
color: #844d4d;
|
||||||
font-size: 0.84746rem;
|
font-size: 0.84746rem;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
display: block;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) {
|
.wp-block-pullquote blockquote {
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) blockquote {
|
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-default.alignleft blockquote > *, .wp-block-pullquote.is-style-default.aligncenter blockquote > *, .wp-block-pullquote.is-style-default.alignright blockquote > * {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color {
|
.wp-block-pullquote.is-style-solid-color {
|
||||||
color: #FFFDF6;
|
color: #FFFDF6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color blockquote {
|
|
||||||
padding-left: 16px;
|
|
||||||
padding-right: 16px;
|
|
||||||
max-width: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
||||||
.wp-block-pullquote.is-style-solid-color cite,
|
.wp-block-pullquote.is-style-solid-color cite,
|
||||||
.wp-block-pullquote.is-style-solid-color footer {
|
.wp-block-pullquote.is-style-solid-color footer {
|
||||||
|
@ -2149,14 +2131,6 @@ p.has-background {
|
||||||
background-color: #20603C;
|
background-color: #20603C;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.alignwide > p,
|
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.wp-block-pullquote.alignwide blockquote,
|
|
||||||
.wp-block-pullquote.alignfull blockquote {
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-quote {
|
.wp-block-quote {
|
||||||
border-left-color: #20603C;
|
border-left-color: #20603C;
|
||||||
margin: 32px 0;
|
margin: 32px 0;
|
||||||
|
@ -3629,10 +3603,7 @@ img#wpstats {
|
||||||
* Page Layout Styles & Repsonsive Styles
|
* Page Layout Styles & Repsonsive Styles
|
||||||
*/
|
*/
|
||||||
/* Responsive width-content overrides */
|
/* Responsive width-content overrides */
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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%;
|
||||||
|
@ -3641,10 +3612,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 560px) {
|
@media only screen and (min-width: 560px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3652,10 +3620,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 640px) {
|
@media only screen and (min-width: 640px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3663,10 +3628,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 782px) {
|
@media only screen and (min-width: 782px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3674,10 +3636,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1024px) {
|
@media only screen and (min-width: 1024px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3685,10 +3644,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1280px) {
|
@media only screen and (min-width: 1280px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
|
2
brompton/package-lock.json
generated
2
brompton/package-lock.json
generated
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "brompton",
|
"name": "brompton",
|
||||||
"version": "1.3.4",
|
"version": "1.3.5",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "brompton",
|
"name": "brompton",
|
||||||
"version": "1.3.4",
|
"version": "1.3.5",
|
||||||
"description": "Brompton",
|
"description": "Brompton",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/Automattic/themes/issues"
|
"url": "https://github.com/Automattic/themes/issues"
|
||||||
|
|
|
@ -5,7 +5,7 @@ Author: Automattic
|
||||||
Author URI: https://automattic.com/
|
Author URI: https://automattic.com/
|
||||||
Description: Running a business is no small task. But with the right tools and support, creating a website doesn’t have to be another chore on your to-do list: enter Brompton, a simple yet powerful theme for small-business owners and entrepreneurs.
|
Description: Running a business is no small task. But with the right tools and support, creating a website doesn’t have to be another chore on your to-do list: enter Brompton, a simple yet powerful theme for small-business owners and entrepreneurs.
|
||||||
Requires at least: WordPress 4.9.6
|
Requires at least: WordPress 4.9.6
|
||||||
Version: 1.3.4
|
Version: 1.3.5
|
||||||
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
|
||||||
|
|
|
@ -837,32 +837,25 @@ p.has-background:not(.has-background-background-color) a {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote {
|
.wp-block-pullquote {
|
||||||
padding: calc( 3 * 16px) 0;
|
|
||||||
margin-left: 0;
|
|
||||||
margin-right: 0;
|
|
||||||
text-align: center;
|
|
||||||
border-top-color: #B9B6B2;
|
border-top-color: #B9B6B2;
|
||||||
border-top-width: 5px;
|
border-top-width: 5px;
|
||||||
border-bottom-color: #B9B6B2;
|
border-bottom-color: #B9B6B2;
|
||||||
border-bottom-width: 5px;
|
border-bottom-width: 5px;
|
||||||
color: #252E36;
|
color: #252E36;
|
||||||
/**
|
|
||||||
* Block Options
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote blockquote {
|
.wp-block-pullquote blockquote p {
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote p {
|
|
||||||
font-family: Lora, Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
|
font-family: Lora, Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
|
||||||
font-family: var(--font-base, Lora, Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif);
|
font-family: var(--font-base, Lora, Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif);
|
||||||
font-size: 1.728em;
|
font-size: 1.728rem;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
line-height: 1.125;
|
line-height: 1.125;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-block-pullquote.is-style-solid-color blockquote p {
|
||||||
|
font-size: 1.728rem;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-block-pullquote a {
|
.wp-block-pullquote a {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
@ -871,42 +864,26 @@ p.has-background:not(.has-background-background-color) a {
|
||||||
.wp-block-pullquote cite,
|
.wp-block-pullquote cite,
|
||||||
.wp-block-pullquote footer {
|
.wp-block-pullquote footer {
|
||||||
color: #666666;
|
color: #666666;
|
||||||
font-size: 0.83333em;
|
font-size: 0.83333rem;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) {
|
.wp-block-pullquote blockquote {
|
||||||
background: none;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color {
|
.wp-block-pullquote.is-style-solid-color {
|
||||||
background-color: #C04239;
|
|
||||||
color: #E8E4DD;
|
color: #E8E4DD;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color.alignleft blockquote,
|
|
||||||
.wp-block-pullquote.is-style-solid-color.alignright blockquote {
|
|
||||||
padding-left: 16px;
|
|
||||||
padding-right: 16px;
|
|
||||||
max-width: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color blockquote {
|
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
||||||
.wp-block-pullquote.is-style-solid-color cite,
|
.wp-block-pullquote.is-style-solid-color cite,
|
||||||
.wp-block-pullquote.is-style-solid-color footer {
|
.wp-block-pullquote.is-style-solid-color footer {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.alignwide > p,
|
.wp-block-pullquote.is-style-solid-color:not(.has-background) {
|
||||||
.wp-block-pullquote.alignfull > p,
|
background-color: #C04239;
|
||||||
.wp-block-pullquote.alignwide blockquote,
|
|
||||||
.wp-block-pullquote.alignfull blockquote {
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-quote {
|
.wp-block-quote {
|
||||||
|
|
|
@ -6,7 +6,7 @@ Author: Automattic
|
||||||
Author URI: https://automattic.com/
|
Author URI: https://automattic.com/
|
||||||
Description: Running a business is no small task. But with the right tools and support, creating a website doesn’t have to be another chore on your to-do list: enter Brompton, a simple yet powerful theme for small-business owners and entrepreneurs.
|
Description: Running a business is no small task. But with the right tools and support, creating a website doesn’t have to be another chore on your to-do list: enter Brompton, a simple yet powerful theme for small-business owners and entrepreneurs.
|
||||||
Requires at least: WordPress 4.9.6
|
Requires at least: WordPress 4.9.6
|
||||||
Version: 1.3.4
|
Version: 1.3.5
|
||||||
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
|
||||||
|
@ -2082,21 +2082,14 @@ p.has-background {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote {
|
.wp-block-pullquote {
|
||||||
padding: calc( 3 * 16px) 0;
|
|
||||||
margin-right: 0;
|
|
||||||
margin-left: 0;
|
|
||||||
text-align: center;
|
|
||||||
border-top-color: #B9B6B2;
|
border-top-color: #B9B6B2;
|
||||||
border-top-width: 5px;
|
border-top-width: 5px;
|
||||||
border-bottom-color: #B9B6B2;
|
border-bottom-color: #B9B6B2;
|
||||||
border-bottom-width: 5px;
|
border-bottom-width: 5px;
|
||||||
color: #252E36;
|
color: #252E36;
|
||||||
/**
|
|
||||||
* Block Options
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote p {
|
.wp-block-pullquote blockquote p {
|
||||||
font-family: Lora, Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
|
font-family: Lora, Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
|
||||||
font-family: var(--font-base, Lora, Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif);
|
font-family: var(--font-base, Lora, Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif);
|
||||||
font-size: 1.728rem;
|
font-size: 1.728rem;
|
||||||
|
@ -2104,6 +2097,10 @@ p.has-background {
|
||||||
line-height: 1.125;
|
line-height: 1.125;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-block-pullquote.is-style-solid-color blockquote p {
|
||||||
|
font-size: 1.728rem;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-block-pullquote a {
|
.wp-block-pullquote a {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
@ -2114,31 +2111,16 @@ p.has-background {
|
||||||
color: #666666;
|
color: #666666;
|
||||||
font-size: 0.83333rem;
|
font-size: 0.83333rem;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
display: block;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) {
|
.wp-block-pullquote blockquote {
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) blockquote {
|
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-default.alignleft blockquote > *, .wp-block-pullquote.is-style-default.aligncenter blockquote > *, .wp-block-pullquote.is-style-default.alignright blockquote > * {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color {
|
.wp-block-pullquote.is-style-solid-color {
|
||||||
color: #E8E4DD;
|
color: #E8E4DD;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color blockquote {
|
|
||||||
padding-right: 16px;
|
|
||||||
padding-left: 16px;
|
|
||||||
max-width: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
||||||
.wp-block-pullquote.is-style-solid-color cite,
|
.wp-block-pullquote.is-style-solid-color cite,
|
||||||
.wp-block-pullquote.is-style-solid-color footer {
|
.wp-block-pullquote.is-style-solid-color footer {
|
||||||
|
@ -2149,14 +2131,6 @@ p.has-background {
|
||||||
background-color: #C04239;
|
background-color: #C04239;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.alignwide > p,
|
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.wp-block-pullquote.alignwide blockquote,
|
|
||||||
.wp-block-pullquote.alignfull blockquote {
|
|
||||||
margin-right: auto;
|
|
||||||
margin-left: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-quote {
|
.wp-block-quote {
|
||||||
border-right-color: #C04239;
|
border-right-color: #C04239;
|
||||||
margin: 32px 0;
|
margin: 32px 0;
|
||||||
|
@ -3610,10 +3584,7 @@ img#wpstats {
|
||||||
* Page Layout Styles & Repsonsive Styles
|
* Page Layout Styles & Repsonsive Styles
|
||||||
*/
|
*/
|
||||||
/* Responsive width-content overrides */
|
/* Responsive width-content overrides */
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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%;
|
||||||
|
@ -3622,10 +3593,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 560px) {
|
@media only screen and (min-width: 560px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3633,10 +3601,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 640px) {
|
@media only screen and (min-width: 640px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3644,10 +3609,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 782px) {
|
@media only screen and (min-width: 782px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3655,10 +3617,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1024px) {
|
@media only screen and (min-width: 1024px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3666,10 +3625,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1280px) {
|
@media only screen and (min-width: 1280px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
|
|
@ -6,7 +6,7 @@ Author: Automattic
|
||||||
Author URI: https://automattic.com/
|
Author URI: https://automattic.com/
|
||||||
Description: Running a business is no small task. But with the right tools and support, creating a website doesn’t have to be another chore on your to-do list: enter Brompton, a simple yet powerful theme for small-business owners and entrepreneurs.
|
Description: Running a business is no small task. But with the right tools and support, creating a website doesn’t have to be another chore on your to-do list: enter Brompton, a simple yet powerful theme for small-business owners and entrepreneurs.
|
||||||
Requires at least: WordPress 4.9.6
|
Requires at least: WordPress 4.9.6
|
||||||
Version: 1.3.4
|
Version: 1.3.5
|
||||||
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
|
||||||
|
@ -2082,21 +2082,14 @@ p.has-background {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote {
|
.wp-block-pullquote {
|
||||||
padding: calc( 3 * 16px) 0;
|
|
||||||
margin-left: 0;
|
|
||||||
margin-right: 0;
|
|
||||||
text-align: center;
|
|
||||||
border-top-color: #B9B6B2;
|
border-top-color: #B9B6B2;
|
||||||
border-top-width: 5px;
|
border-top-width: 5px;
|
||||||
border-bottom-color: #B9B6B2;
|
border-bottom-color: #B9B6B2;
|
||||||
border-bottom-width: 5px;
|
border-bottom-width: 5px;
|
||||||
color: #252E36;
|
color: #252E36;
|
||||||
/**
|
|
||||||
* Block Options
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote p {
|
.wp-block-pullquote blockquote p {
|
||||||
font-family: Lora, Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
|
font-family: Lora, Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
|
||||||
font-family: var(--font-base, Lora, Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif);
|
font-family: var(--font-base, Lora, Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif);
|
||||||
font-size: 1.728rem;
|
font-size: 1.728rem;
|
||||||
|
@ -2104,6 +2097,10 @@ p.has-background {
|
||||||
line-height: 1.125;
|
line-height: 1.125;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-block-pullquote.is-style-solid-color blockquote p {
|
||||||
|
font-size: 1.728rem;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-block-pullquote a {
|
.wp-block-pullquote a {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
@ -2114,31 +2111,16 @@ p.has-background {
|
||||||
color: #666666;
|
color: #666666;
|
||||||
font-size: 0.83333rem;
|
font-size: 0.83333rem;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
display: block;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) {
|
.wp-block-pullquote blockquote {
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) blockquote {
|
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-default.alignleft blockquote > *, .wp-block-pullquote.is-style-default.aligncenter blockquote > *, .wp-block-pullquote.is-style-default.alignright blockquote > * {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color {
|
.wp-block-pullquote.is-style-solid-color {
|
||||||
color: #E8E4DD;
|
color: #E8E4DD;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color blockquote {
|
|
||||||
padding-left: 16px;
|
|
||||||
padding-right: 16px;
|
|
||||||
max-width: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
||||||
.wp-block-pullquote.is-style-solid-color cite,
|
.wp-block-pullquote.is-style-solid-color cite,
|
||||||
.wp-block-pullquote.is-style-solid-color footer {
|
.wp-block-pullquote.is-style-solid-color footer {
|
||||||
|
@ -2149,14 +2131,6 @@ p.has-background {
|
||||||
background-color: #C04239;
|
background-color: #C04239;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.alignwide > p,
|
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.wp-block-pullquote.alignwide blockquote,
|
|
||||||
.wp-block-pullquote.alignfull blockquote {
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-quote {
|
.wp-block-quote {
|
||||||
border-left-color: #C04239;
|
border-left-color: #C04239;
|
||||||
margin: 32px 0;
|
margin: 32px 0;
|
||||||
|
@ -3629,10 +3603,7 @@ img#wpstats {
|
||||||
* Page Layout Styles & Repsonsive Styles
|
* Page Layout Styles & Repsonsive Styles
|
||||||
*/
|
*/
|
||||||
/* Responsive width-content overrides */
|
/* Responsive width-content overrides */
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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%;
|
||||||
|
@ -3641,10 +3612,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 560px) {
|
@media only screen and (min-width: 560px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3652,10 +3620,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 640px) {
|
@media only screen and (min-width: 640px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3663,10 +3628,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 782px) {
|
@media only screen and (min-width: 782px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3674,10 +3636,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1024px) {
|
@media only screen and (min-width: 1024px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3685,10 +3644,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1280px) {
|
@media only screen and (min-width: 1280px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
|
2
coutoire/package-lock.json
generated
2
coutoire/package-lock.json
generated
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "coutoire",
|
"name": "coutoire",
|
||||||
"version": "1.3.4",
|
"version": "1.3.5",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "coutoire",
|
"name": "coutoire",
|
||||||
"version": "1.3.4",
|
"version": "1.3.5",
|
||||||
"description": "Coutoire",
|
"description": "Coutoire",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/Automattic/themes/issues"
|
"url": "https://github.com/Automattic/themes/issues"
|
||||||
|
|
|
@ -5,7 +5,7 @@ Author: Automattic
|
||||||
Author URI: https://automattic.com/
|
Author URI: https://automattic.com/
|
||||||
Description: A design system for WordPress sites built with Gutenberg.
|
Description: A design system for WordPress sites built with Gutenberg.
|
||||||
Requires at least: WordPress 4.9.6
|
Requires at least: WordPress 4.9.6
|
||||||
Version: 1.3.5
|
Version: 1.3.6
|
||||||
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
|
||||||
|
|
|
@ -834,32 +834,25 @@ p.has-background:not(.has-background-background-color) a {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote {
|
.wp-block-pullquote {
|
||||||
padding: calc( 3 * 16px) 0;
|
|
||||||
margin-left: 0;
|
|
||||||
margin-right: 0;
|
|
||||||
text-align: center;
|
|
||||||
border-top-color: #DDDDDD;
|
border-top-color: #DDDDDD;
|
||||||
border-top-width: 4px;
|
border-top-width: 4px;
|
||||||
border-bottom-color: #DDDDDD;
|
border-bottom-color: #DDDDDD;
|
||||||
border-bottom-width: 4px;
|
border-bottom-width: 4px;
|
||||||
color: #444444;
|
color: #444444;
|
||||||
/**
|
|
||||||
* Block Options
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote blockquote {
|
.wp-block-pullquote blockquote p {
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote p {
|
|
||||||
font-family: "EB Garamond", serif;
|
font-family: "EB Garamond", serif;
|
||||||
font-family: var(--font-headings, "EB Garamond", serif);
|
font-family: var(--font-headings, "EB Garamond", serif);
|
||||||
font-size: 1.728em;
|
font-size: 1.728rem;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-block-pullquote.is-style-solid-color blockquote p {
|
||||||
|
font-size: 1.728rem;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-block-pullquote a {
|
.wp-block-pullquote a {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
@ -868,42 +861,26 @@ p.has-background:not(.has-background-background-color) a {
|
||||||
.wp-block-pullquote cite,
|
.wp-block-pullquote cite,
|
||||||
.wp-block-pullquote footer {
|
.wp-block-pullquote footer {
|
||||||
color: #767676;
|
color: #767676;
|
||||||
font-size: 0.83333em;
|
font-size: 0.83333rem;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) {
|
.wp-block-pullquote blockquote {
|
||||||
background: none;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color {
|
.wp-block-pullquote.is-style-solid-color {
|
||||||
background-color: #000000;
|
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color.alignleft blockquote,
|
|
||||||
.wp-block-pullquote.is-style-solid-color.alignright blockquote {
|
|
||||||
padding-left: 16px;
|
|
||||||
padding-right: 16px;
|
|
||||||
max-width: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color blockquote {
|
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
||||||
.wp-block-pullquote.is-style-solid-color cite,
|
.wp-block-pullquote.is-style-solid-color cite,
|
||||||
.wp-block-pullquote.is-style-solid-color footer {
|
.wp-block-pullquote.is-style-solid-color footer {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.alignwide > p,
|
.wp-block-pullquote.is-style-solid-color:not(.has-background) {
|
||||||
.wp-block-pullquote.alignfull > p,
|
background-color: #000000;
|
||||||
.wp-block-pullquote.alignwide blockquote,
|
|
||||||
.wp-block-pullquote.alignfull blockquote {
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-quote {
|
.wp-block-quote {
|
||||||
|
|
|
@ -6,7 +6,7 @@ Author: Automattic
|
||||||
Author URI: https://automattic.com/
|
Author URI: https://automattic.com/
|
||||||
Description: A design system for WordPress sites built with Gutenberg.
|
Description: A design system for WordPress sites built with Gutenberg.
|
||||||
Requires at least: WordPress 4.9.6
|
Requires at least: WordPress 4.9.6
|
||||||
Version: 1.3.5
|
Version: 1.3.6
|
||||||
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
|
||||||
|
@ -2080,21 +2080,14 @@ p.has-background {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote {
|
.wp-block-pullquote {
|
||||||
padding: calc( 3 * 16px) 0;
|
|
||||||
margin-right: 0;
|
|
||||||
margin-left: 0;
|
|
||||||
text-align: center;
|
|
||||||
border-top-color: #DDDDDD;
|
border-top-color: #DDDDDD;
|
||||||
border-top-width: 4px;
|
border-top-width: 4px;
|
||||||
border-bottom-color: #DDDDDD;
|
border-bottom-color: #DDDDDD;
|
||||||
border-bottom-width: 4px;
|
border-bottom-width: 4px;
|
||||||
color: #444444;
|
color: #444444;
|
||||||
/**
|
|
||||||
* Block Options
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote p {
|
.wp-block-pullquote blockquote p {
|
||||||
font-family: "EB Garamond", serif;
|
font-family: "EB Garamond", serif;
|
||||||
font-family: var(--font-headings, "EB Garamond", serif);
|
font-family: var(--font-headings, "EB Garamond", serif);
|
||||||
font-size: 1.728rem;
|
font-size: 1.728rem;
|
||||||
|
@ -2102,6 +2095,10 @@ p.has-background {
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-block-pullquote.is-style-solid-color blockquote p {
|
||||||
|
font-size: 1.728rem;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-block-pullquote a {
|
.wp-block-pullquote a {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
@ -2112,31 +2109,16 @@ p.has-background {
|
||||||
color: #767676;
|
color: #767676;
|
||||||
font-size: 0.83333rem;
|
font-size: 0.83333rem;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
display: block;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) {
|
.wp-block-pullquote blockquote {
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) blockquote {
|
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-default.alignleft blockquote > *, .wp-block-pullquote.is-style-default.aligncenter blockquote > *, .wp-block-pullquote.is-style-default.alignright blockquote > * {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color {
|
.wp-block-pullquote.is-style-solid-color {
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color blockquote {
|
|
||||||
padding-right: 16px;
|
|
||||||
padding-left: 16px;
|
|
||||||
max-width: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
||||||
.wp-block-pullquote.is-style-solid-color cite,
|
.wp-block-pullquote.is-style-solid-color cite,
|
||||||
.wp-block-pullquote.is-style-solid-color footer {
|
.wp-block-pullquote.is-style-solid-color footer {
|
||||||
|
@ -2147,14 +2129,6 @@ p.has-background {
|
||||||
background-color: #000000;
|
background-color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.alignwide > p,
|
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.wp-block-pullquote.alignwide blockquote,
|
|
||||||
.wp-block-pullquote.alignfull blockquote {
|
|
||||||
margin-right: auto;
|
|
||||||
margin-left: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-quote {
|
.wp-block-quote {
|
||||||
border-right-color: #000000;
|
border-right-color: #000000;
|
||||||
margin: 32px 0;
|
margin: 32px 0;
|
||||||
|
@ -3608,10 +3582,7 @@ img#wpstats {
|
||||||
* Page Layout Styles & Repsonsive Styles
|
* Page Layout Styles & Repsonsive Styles
|
||||||
*/
|
*/
|
||||||
/* Responsive width-content overrides */
|
/* Responsive width-content overrides */
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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%;
|
||||||
|
@ -3620,10 +3591,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 560px) {
|
@media only screen and (min-width: 560px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3631,10 +3599,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 640px) {
|
@media only screen and (min-width: 640px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3642,10 +3607,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 782px) {
|
@media only screen and (min-width: 782px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3653,10 +3615,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1024px) {
|
@media only screen and (min-width: 1024px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3664,10 +3623,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1280px) {
|
@media only screen and (min-width: 1280px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
|
|
@ -6,7 +6,7 @@ Author: Automattic
|
||||||
Author URI: https://automattic.com/
|
Author URI: https://automattic.com/
|
||||||
Description: A design system for WordPress sites built with Gutenberg.
|
Description: A design system for WordPress sites built with Gutenberg.
|
||||||
Requires at least: WordPress 4.9.6
|
Requires at least: WordPress 4.9.6
|
||||||
Version: 1.3.5
|
Version: 1.3.6
|
||||||
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
|
||||||
|
@ -2080,21 +2080,14 @@ p.has-background {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote {
|
.wp-block-pullquote {
|
||||||
padding: calc( 3 * 16px) 0;
|
|
||||||
margin-left: 0;
|
|
||||||
margin-right: 0;
|
|
||||||
text-align: center;
|
|
||||||
border-top-color: #DDDDDD;
|
border-top-color: #DDDDDD;
|
||||||
border-top-width: 4px;
|
border-top-width: 4px;
|
||||||
border-bottom-color: #DDDDDD;
|
border-bottom-color: #DDDDDD;
|
||||||
border-bottom-width: 4px;
|
border-bottom-width: 4px;
|
||||||
color: #444444;
|
color: #444444;
|
||||||
/**
|
|
||||||
* Block Options
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote p {
|
.wp-block-pullquote blockquote p {
|
||||||
font-family: "EB Garamond", serif;
|
font-family: "EB Garamond", serif;
|
||||||
font-family: var(--font-headings, "EB Garamond", serif);
|
font-family: var(--font-headings, "EB Garamond", serif);
|
||||||
font-size: 1.728rem;
|
font-size: 1.728rem;
|
||||||
|
@ -2102,6 +2095,10 @@ p.has-background {
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-block-pullquote.is-style-solid-color blockquote p {
|
||||||
|
font-size: 1.728rem;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-block-pullquote a {
|
.wp-block-pullquote a {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
@ -2112,31 +2109,16 @@ p.has-background {
|
||||||
color: #767676;
|
color: #767676;
|
||||||
font-size: 0.83333rem;
|
font-size: 0.83333rem;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
display: block;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) {
|
.wp-block-pullquote blockquote {
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) blockquote {
|
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-default.alignleft blockquote > *, .wp-block-pullquote.is-style-default.aligncenter blockquote > *, .wp-block-pullquote.is-style-default.alignright blockquote > * {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color {
|
.wp-block-pullquote.is-style-solid-color {
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color blockquote {
|
|
||||||
padding-left: 16px;
|
|
||||||
padding-right: 16px;
|
|
||||||
max-width: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
||||||
.wp-block-pullquote.is-style-solid-color cite,
|
.wp-block-pullquote.is-style-solid-color cite,
|
||||||
.wp-block-pullquote.is-style-solid-color footer {
|
.wp-block-pullquote.is-style-solid-color footer {
|
||||||
|
@ -2147,14 +2129,6 @@ p.has-background {
|
||||||
background-color: #000000;
|
background-color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.alignwide > p,
|
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.wp-block-pullquote.alignwide blockquote,
|
|
||||||
.wp-block-pullquote.alignfull blockquote {
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-quote {
|
.wp-block-quote {
|
||||||
border-left-color: #000000;
|
border-left-color: #000000;
|
||||||
margin: 32px 0;
|
margin: 32px 0;
|
||||||
|
@ -3627,10 +3601,7 @@ img#wpstats {
|
||||||
* Page Layout Styles & Repsonsive Styles
|
* Page Layout Styles & Repsonsive Styles
|
||||||
*/
|
*/
|
||||||
/* Responsive width-content overrides */
|
/* Responsive width-content overrides */
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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%;
|
||||||
|
@ -3639,10 +3610,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 560px) {
|
@media only screen and (min-width: 560px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3650,10 +3618,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 640px) {
|
@media only screen and (min-width: 640px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3661,10 +3626,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 782px) {
|
@media only screen and (min-width: 782px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3672,10 +3634,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1024px) {
|
@media only screen and (min-width: 1024px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3683,10 +3642,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1280px) {
|
@media only screen and (min-width: 1280px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
|
2
dalston/package-lock.json
generated
2
dalston/package-lock.json
generated
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "dalston",
|
"name": "dalston",
|
||||||
"version": "1.2.4",
|
"version": "1.2.5",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "dalston",
|
"name": "dalston",
|
||||||
"version": "1.2.4",
|
"version": "1.2.5",
|
||||||
"description": "Dalston",
|
"description": "Dalston",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/Automattic/themes/issues"
|
"url": "https://github.com/Automattic/themes/issues"
|
||||||
|
|
|
@ -5,7 +5,7 @@ Author: Automattic
|
||||||
Author URI: https://automattic.com/
|
Author URI: https://automattic.com/
|
||||||
Description: Make your online portfolio impressively awesome with Dalston. With the ability to beautifully highlight your illustration and other projects, Dalston is also versatile enough to be your personal site too.
|
Description: Make your online portfolio impressively awesome with Dalston. With the ability to beautifully highlight your illustration and other projects, Dalston is also versatile enough to be your personal site too.
|
||||||
Requires at least: WordPress 4.9.6
|
Requires at least: WordPress 4.9.6
|
||||||
Version: 1.2.4
|
Version: 1.2.5
|
||||||
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
|
||||||
|
|
|
@ -837,32 +837,25 @@ p.has-background:not(.has-background-background-color) a {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote {
|
.wp-block-pullquote {
|
||||||
padding: calc( 3 * 16px) 0;
|
|
||||||
margin-left: 0;
|
|
||||||
margin-right: 0;
|
|
||||||
text-align: center;
|
|
||||||
border-top-color: transparent;
|
border-top-color: transparent;
|
||||||
border-top-width: 4px;
|
border-top-width: 4px;
|
||||||
border-bottom-color: transparent;
|
border-bottom-color: transparent;
|
||||||
border-bottom-width: 4px;
|
border-bottom-width: 4px;
|
||||||
color: #1e1e1e;
|
color: #1e1e1e;
|
||||||
/**
|
|
||||||
* Block Options
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote blockquote {
|
.wp-block-pullquote blockquote p {
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote p {
|
|
||||||
font-family: "Crimson Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
|
font-family: "Crimson Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
|
||||||
font-family: var(--font-headings, "Crimson Text", "Baskerville Old Face", Garamond, "Times New Roman", serif);
|
font-family: var(--font-headings, "Crimson Text", "Baskerville Old Face", Garamond, "Times New Roman", serif);
|
||||||
font-size: 1.52087em;
|
font-size: 1.52087rem;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-block-pullquote.is-style-solid-color blockquote p {
|
||||||
|
font-size: 1.52087rem;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-block-pullquote a {
|
.wp-block-pullquote a {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
@ -871,42 +864,26 @@ p.has-background:not(.has-background-background-color) a {
|
||||||
.wp-block-pullquote cite,
|
.wp-block-pullquote cite,
|
||||||
.wp-block-pullquote footer {
|
.wp-block-pullquote footer {
|
||||||
color: #767676;
|
color: #767676;
|
||||||
font-size: 0.86957em;
|
font-size: 0.86957rem;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) {
|
.wp-block-pullquote blockquote {
|
||||||
background: none;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color {
|
.wp-block-pullquote.is-style-solid-color {
|
||||||
background-color: #0073AA;
|
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color.alignleft blockquote,
|
|
||||||
.wp-block-pullquote.is-style-solid-color.alignright blockquote {
|
|
||||||
padding-left: 16px;
|
|
||||||
padding-right: 16px;
|
|
||||||
max-width: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color blockquote {
|
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
||||||
.wp-block-pullquote.is-style-solid-color cite,
|
.wp-block-pullquote.is-style-solid-color cite,
|
||||||
.wp-block-pullquote.is-style-solid-color footer {
|
.wp-block-pullquote.is-style-solid-color footer {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.alignwide > p,
|
.wp-block-pullquote.is-style-solid-color:not(.has-background) {
|
||||||
.wp-block-pullquote.alignfull > p,
|
background-color: #0073AA;
|
||||||
.wp-block-pullquote.alignwide blockquote,
|
|
||||||
.wp-block-pullquote.alignfull blockquote {
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-quote {
|
.wp-block-quote {
|
||||||
|
|
|
@ -6,7 +6,7 @@ Author: Automattic
|
||||||
Author URI: https://automattic.com/
|
Author URI: https://automattic.com/
|
||||||
Description: Make your online portfolio impressively awesome with Dalston. With the ability to beautifully highlight your illustration and other projects, Dalston is also versatile enough to be your personal site too.
|
Description: Make your online portfolio impressively awesome with Dalston. With the ability to beautifully highlight your illustration and other projects, Dalston is also versatile enough to be your personal site too.
|
||||||
Requires at least: WordPress 4.9.6
|
Requires at least: WordPress 4.9.6
|
||||||
Version: 1.2.4
|
Version: 1.2.5
|
||||||
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
|
||||||
|
@ -2082,21 +2082,14 @@ p.has-background {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote {
|
.wp-block-pullquote {
|
||||||
padding: calc( 3 * 16px) 0;
|
|
||||||
margin-right: 0;
|
|
||||||
margin-left: 0;
|
|
||||||
text-align: center;
|
|
||||||
border-top-color: transparent;
|
border-top-color: transparent;
|
||||||
border-top-width: 4px;
|
border-top-width: 4px;
|
||||||
border-bottom-color: transparent;
|
border-bottom-color: transparent;
|
||||||
border-bottom-width: 4px;
|
border-bottom-width: 4px;
|
||||||
color: #1e1e1e;
|
color: #1e1e1e;
|
||||||
/**
|
|
||||||
* Block Options
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote p {
|
.wp-block-pullquote blockquote p {
|
||||||
font-family: "Crimson Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
|
font-family: "Crimson Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
|
||||||
font-family: var(--font-headings, "Crimson Text", "Baskerville Old Face", Garamond, "Times New Roman", serif);
|
font-family: var(--font-headings, "Crimson Text", "Baskerville Old Face", Garamond, "Times New Roman", serif);
|
||||||
font-size: 1.52087rem;
|
font-size: 1.52087rem;
|
||||||
|
@ -2104,6 +2097,10 @@ p.has-background {
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-block-pullquote.is-style-solid-color blockquote p {
|
||||||
|
font-size: 1.52087rem;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-block-pullquote a {
|
.wp-block-pullquote a {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
@ -2114,31 +2111,16 @@ p.has-background {
|
||||||
color: #767676;
|
color: #767676;
|
||||||
font-size: 0.86957rem;
|
font-size: 0.86957rem;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
display: block;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) {
|
.wp-block-pullquote blockquote {
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) blockquote {
|
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-default.alignleft blockquote > *, .wp-block-pullquote.is-style-default.aligncenter blockquote > *, .wp-block-pullquote.is-style-default.alignright blockquote > * {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color {
|
.wp-block-pullquote.is-style-solid-color {
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color blockquote {
|
|
||||||
padding-right: 16px;
|
|
||||||
padding-left: 16px;
|
|
||||||
max-width: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
||||||
.wp-block-pullquote.is-style-solid-color cite,
|
.wp-block-pullquote.is-style-solid-color cite,
|
||||||
.wp-block-pullquote.is-style-solid-color footer {
|
.wp-block-pullquote.is-style-solid-color footer {
|
||||||
|
@ -2149,14 +2131,6 @@ p.has-background {
|
||||||
background-color: #0073AA;
|
background-color: #0073AA;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.alignwide > p,
|
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.wp-block-pullquote.alignwide blockquote,
|
|
||||||
.wp-block-pullquote.alignfull blockquote {
|
|
||||||
margin-right: auto;
|
|
||||||
margin-left: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-quote {
|
.wp-block-quote {
|
||||||
border-right-color: #0073AA;
|
border-right-color: #0073AA;
|
||||||
margin: 32px 0;
|
margin: 32px 0;
|
||||||
|
@ -3610,10 +3584,7 @@ img#wpstats {
|
||||||
* Page Layout Styles & Repsonsive Styles
|
* Page Layout Styles & Repsonsive Styles
|
||||||
*/
|
*/
|
||||||
/* Responsive width-content overrides */
|
/* Responsive width-content overrides */
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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%;
|
||||||
|
@ -3622,10 +3593,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 560px) {
|
@media only screen and (min-width: 560px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3633,10 +3601,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 640px) {
|
@media only screen and (min-width: 640px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3644,10 +3609,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 782px) {
|
@media only screen and (min-width: 782px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3655,10 +3617,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1024px) {
|
@media only screen and (min-width: 1024px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3666,10 +3625,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1280px) {
|
@media only screen and (min-width: 1280px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
|
|
@ -6,7 +6,7 @@ Author: Automattic
|
||||||
Author URI: https://automattic.com/
|
Author URI: https://automattic.com/
|
||||||
Description: Make your online portfolio impressively awesome with Dalston. With the ability to beautifully highlight your illustration and other projects, Dalston is also versatile enough to be your personal site too.
|
Description: Make your online portfolio impressively awesome with Dalston. With the ability to beautifully highlight your illustration and other projects, Dalston is also versatile enough to be your personal site too.
|
||||||
Requires at least: WordPress 4.9.6
|
Requires at least: WordPress 4.9.6
|
||||||
Version: 1.2.4
|
Version: 1.2.5
|
||||||
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
|
||||||
|
@ -2082,21 +2082,14 @@ p.has-background {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote {
|
.wp-block-pullquote {
|
||||||
padding: calc( 3 * 16px) 0;
|
|
||||||
margin-left: 0;
|
|
||||||
margin-right: 0;
|
|
||||||
text-align: center;
|
|
||||||
border-top-color: transparent;
|
border-top-color: transparent;
|
||||||
border-top-width: 4px;
|
border-top-width: 4px;
|
||||||
border-bottom-color: transparent;
|
border-bottom-color: transparent;
|
||||||
border-bottom-width: 4px;
|
border-bottom-width: 4px;
|
||||||
color: #1e1e1e;
|
color: #1e1e1e;
|
||||||
/**
|
|
||||||
* Block Options
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote p {
|
.wp-block-pullquote blockquote p {
|
||||||
font-family: "Crimson Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
|
font-family: "Crimson Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
|
||||||
font-family: var(--font-headings, "Crimson Text", "Baskerville Old Face", Garamond, "Times New Roman", serif);
|
font-family: var(--font-headings, "Crimson Text", "Baskerville Old Face", Garamond, "Times New Roman", serif);
|
||||||
font-size: 1.52087rem;
|
font-size: 1.52087rem;
|
||||||
|
@ -2104,6 +2097,10 @@ p.has-background {
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-block-pullquote.is-style-solid-color blockquote p {
|
||||||
|
font-size: 1.52087rem;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-block-pullquote a {
|
.wp-block-pullquote a {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
@ -2114,31 +2111,16 @@ p.has-background {
|
||||||
color: #767676;
|
color: #767676;
|
||||||
font-size: 0.86957rem;
|
font-size: 0.86957rem;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
display: block;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) {
|
.wp-block-pullquote blockquote {
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) blockquote {
|
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-default.alignleft blockquote > *, .wp-block-pullquote.is-style-default.aligncenter blockquote > *, .wp-block-pullquote.is-style-default.alignright blockquote > * {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color {
|
.wp-block-pullquote.is-style-solid-color {
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color blockquote {
|
|
||||||
padding-left: 16px;
|
|
||||||
padding-right: 16px;
|
|
||||||
max-width: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
||||||
.wp-block-pullquote.is-style-solid-color cite,
|
.wp-block-pullquote.is-style-solid-color cite,
|
||||||
.wp-block-pullquote.is-style-solid-color footer {
|
.wp-block-pullquote.is-style-solid-color footer {
|
||||||
|
@ -2149,14 +2131,6 @@ p.has-background {
|
||||||
background-color: #0073AA;
|
background-color: #0073AA;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.alignwide > p,
|
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.wp-block-pullquote.alignwide blockquote,
|
|
||||||
.wp-block-pullquote.alignfull blockquote {
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-quote {
|
.wp-block-quote {
|
||||||
border-left-color: #0073AA;
|
border-left-color: #0073AA;
|
||||||
margin: 32px 0;
|
margin: 32px 0;
|
||||||
|
@ -3629,10 +3603,7 @@ img#wpstats {
|
||||||
* Page Layout Styles & Repsonsive Styles
|
* Page Layout Styles & Repsonsive Styles
|
||||||
*/
|
*/
|
||||||
/* Responsive width-content overrides */
|
/* Responsive width-content overrides */
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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%;
|
||||||
|
@ -3641,10 +3612,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 560px) {
|
@media only screen and (min-width: 560px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3652,10 +3620,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 640px) {
|
@media only screen and (min-width: 640px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3663,10 +3628,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 782px) {
|
@media only screen and (min-width: 782px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3674,10 +3636,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1024px) {
|
@media only screen and (min-width: 1024px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3685,10 +3644,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1280px) {
|
@media only screen and (min-width: 1280px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
|
2
exford/package-lock.json
generated
2
exford/package-lock.json
generated
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "exford",
|
"name": "exford",
|
||||||
"version": "1.4.5",
|
"version": "1.4.6",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "exford",
|
"name": "exford",
|
||||||
"version": "1.4.5",
|
"version": "1.4.6",
|
||||||
"description": "Exford",
|
"description": "Exford",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/Automattic/themes/issues"
|
"url": "https://github.com/Automattic/themes/issues"
|
||||||
|
|
|
@ -5,7 +5,7 @@ Author: Automattic
|
||||||
Author URI: https://automattic.com/
|
Author URI: https://automattic.com/
|
||||||
Description: Make your online presence as striking and stylish as your business with Exford.
|
Description: Make your online presence as striking and stylish as your business with Exford.
|
||||||
Requires at least: WordPress 4.9.6
|
Requires at least: WordPress 4.9.6
|
||||||
Version: 1.4.5
|
Version: 1.4.6
|
||||||
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
|
||||||
|
|
|
@ -837,32 +837,25 @@ p.has-background:not(.has-background-background-color) a {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote {
|
.wp-block-pullquote {
|
||||||
padding: calc( 3 * 16px) 0;
|
|
||||||
margin-left: 0;
|
|
||||||
margin-right: 0;
|
|
||||||
text-align: center;
|
|
||||||
border-top-color: #CCCCCC;
|
border-top-color: #CCCCCC;
|
||||||
border-top-width: 4px;
|
border-top-width: 4px;
|
||||||
border-bottom-color: #CCCCCC;
|
border-bottom-color: #CCCCCC;
|
||||||
border-bottom-width: 4px;
|
border-bottom-width: 4px;
|
||||||
color: #111111;
|
color: #111111;
|
||||||
/**
|
|
||||||
* Block Options
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote blockquote {
|
.wp-block-pullquote blockquote p {
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote p {
|
|
||||||
font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||||
font-family: var(--font-headings, "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
font-family: var(--font-headings, "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||||
font-size: 1.2em;
|
font-size: 1.2rem;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
line-height: 1.125;
|
line-height: 1.125;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-block-pullquote.is-style-solid-color blockquote p {
|
||||||
|
font-size: 1.2rem;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-block-pullquote a {
|
.wp-block-pullquote a {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
@ -871,42 +864,26 @@ p.has-background:not(.has-background-background-color) a {
|
||||||
.wp-block-pullquote cite,
|
.wp-block-pullquote cite,
|
||||||
.wp-block-pullquote footer {
|
.wp-block-pullquote footer {
|
||||||
color: #6E6E6E;
|
color: #6E6E6E;
|
||||||
font-size: 0.83333em;
|
font-size: 0.83333rem;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) {
|
.wp-block-pullquote blockquote {
|
||||||
background: none;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color {
|
.wp-block-pullquote.is-style-solid-color {
|
||||||
background-color: #23883D;
|
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color.alignleft blockquote,
|
|
||||||
.wp-block-pullquote.is-style-solid-color.alignright blockquote {
|
|
||||||
padding-left: 16px;
|
|
||||||
padding-right: 16px;
|
|
||||||
max-width: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color blockquote {
|
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
||||||
.wp-block-pullquote.is-style-solid-color cite,
|
.wp-block-pullquote.is-style-solid-color cite,
|
||||||
.wp-block-pullquote.is-style-solid-color footer {
|
.wp-block-pullquote.is-style-solid-color footer {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.alignwide > p,
|
.wp-block-pullquote.is-style-solid-color:not(.has-background) {
|
||||||
.wp-block-pullquote.alignfull > p,
|
background-color: #23883D;
|
||||||
.wp-block-pullquote.alignwide blockquote,
|
|
||||||
.wp-block-pullquote.alignfull blockquote {
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-quote {
|
.wp-block-quote {
|
||||||
|
|
|
@ -6,7 +6,7 @@ Author: Automattic
|
||||||
Author URI: https://automattic.com/
|
Author URI: https://automattic.com/
|
||||||
Description: Make your online presence as striking and stylish as your business with Exford.
|
Description: Make your online presence as striking and stylish as your business with Exford.
|
||||||
Requires at least: WordPress 4.9.6
|
Requires at least: WordPress 4.9.6
|
||||||
Version: 1.4.5
|
Version: 1.4.6
|
||||||
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
|
||||||
|
@ -2082,21 +2082,14 @@ p.has-background {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote {
|
.wp-block-pullquote {
|
||||||
padding: calc( 3 * 16px) 0;
|
|
||||||
margin-right: 0;
|
|
||||||
margin-left: 0;
|
|
||||||
text-align: center;
|
|
||||||
border-top-color: #CCCCCC;
|
border-top-color: #CCCCCC;
|
||||||
border-top-width: 4px;
|
border-top-width: 4px;
|
||||||
border-bottom-color: #CCCCCC;
|
border-bottom-color: #CCCCCC;
|
||||||
border-bottom-width: 4px;
|
border-bottom-width: 4px;
|
||||||
color: #111111;
|
color: #111111;
|
||||||
/**
|
|
||||||
* Block Options
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote p {
|
.wp-block-pullquote blockquote p {
|
||||||
font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||||
font-family: var(--font-headings, "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
font-family: var(--font-headings, "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
|
@ -2104,6 +2097,10 @@ p.has-background {
|
||||||
line-height: 1.125;
|
line-height: 1.125;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-block-pullquote.is-style-solid-color blockquote p {
|
||||||
|
font-size: 1.2rem;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-block-pullquote a {
|
.wp-block-pullquote a {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
@ -2114,31 +2111,16 @@ p.has-background {
|
||||||
color: #6E6E6E;
|
color: #6E6E6E;
|
||||||
font-size: 0.83333rem;
|
font-size: 0.83333rem;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
display: block;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) {
|
.wp-block-pullquote blockquote {
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) blockquote {
|
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-default.alignleft blockquote > *, .wp-block-pullquote.is-style-default.aligncenter blockquote > *, .wp-block-pullquote.is-style-default.alignright blockquote > * {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color {
|
.wp-block-pullquote.is-style-solid-color {
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color blockquote {
|
|
||||||
padding-right: 16px;
|
|
||||||
padding-left: 16px;
|
|
||||||
max-width: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
||||||
.wp-block-pullquote.is-style-solid-color cite,
|
.wp-block-pullquote.is-style-solid-color cite,
|
||||||
.wp-block-pullquote.is-style-solid-color footer {
|
.wp-block-pullquote.is-style-solid-color footer {
|
||||||
|
@ -2149,14 +2131,6 @@ p.has-background {
|
||||||
background-color: #23883D;
|
background-color: #23883D;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.alignwide > p,
|
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.wp-block-pullquote.alignwide blockquote,
|
|
||||||
.wp-block-pullquote.alignfull blockquote {
|
|
||||||
margin-right: auto;
|
|
||||||
margin-left: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-quote {
|
.wp-block-quote {
|
||||||
border-right-color: #23883D;
|
border-right-color: #23883D;
|
||||||
margin: 32px 0;
|
margin: 32px 0;
|
||||||
|
@ -3610,10 +3584,7 @@ img#wpstats {
|
||||||
* Page Layout Styles & Repsonsive Styles
|
* Page Layout Styles & Repsonsive Styles
|
||||||
*/
|
*/
|
||||||
/* Responsive width-content overrides */
|
/* Responsive width-content overrides */
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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%;
|
||||||
|
@ -3622,10 +3593,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 560px) {
|
@media only screen and (min-width: 560px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3633,10 +3601,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 640px) {
|
@media only screen and (min-width: 640px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3644,10 +3609,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 782px) {
|
@media only screen and (min-width: 782px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3655,10 +3617,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1024px) {
|
@media only screen and (min-width: 1024px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3666,10 +3625,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1280px) {
|
@media only screen and (min-width: 1280px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
|
|
@ -6,7 +6,7 @@ Author: Automattic
|
||||||
Author URI: https://automattic.com/
|
Author URI: https://automattic.com/
|
||||||
Description: Make your online presence as striking and stylish as your business with Exford.
|
Description: Make your online presence as striking and stylish as your business with Exford.
|
||||||
Requires at least: WordPress 4.9.6
|
Requires at least: WordPress 4.9.6
|
||||||
Version: 1.4.5
|
Version: 1.4.6
|
||||||
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
|
||||||
|
@ -2082,21 +2082,14 @@ p.has-background {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote {
|
.wp-block-pullquote {
|
||||||
padding: calc( 3 * 16px) 0;
|
|
||||||
margin-left: 0;
|
|
||||||
margin-right: 0;
|
|
||||||
text-align: center;
|
|
||||||
border-top-color: #CCCCCC;
|
border-top-color: #CCCCCC;
|
||||||
border-top-width: 4px;
|
border-top-width: 4px;
|
||||||
border-bottom-color: #CCCCCC;
|
border-bottom-color: #CCCCCC;
|
||||||
border-bottom-width: 4px;
|
border-bottom-width: 4px;
|
||||||
color: #111111;
|
color: #111111;
|
||||||
/**
|
|
||||||
* Block Options
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote p {
|
.wp-block-pullquote blockquote p {
|
||||||
font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||||
font-family: var(--font-headings, "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
font-family: var(--font-headings, "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
|
@ -2104,6 +2097,10 @@ p.has-background {
|
||||||
line-height: 1.125;
|
line-height: 1.125;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-block-pullquote.is-style-solid-color blockquote p {
|
||||||
|
font-size: 1.2rem;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-block-pullquote a {
|
.wp-block-pullquote a {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
@ -2114,31 +2111,16 @@ p.has-background {
|
||||||
color: #6E6E6E;
|
color: #6E6E6E;
|
||||||
font-size: 0.83333rem;
|
font-size: 0.83333rem;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
display: block;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) {
|
.wp-block-pullquote blockquote {
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) blockquote {
|
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-default.alignleft blockquote > *, .wp-block-pullquote.is-style-default.aligncenter blockquote > *, .wp-block-pullquote.is-style-default.alignright blockquote > * {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color {
|
.wp-block-pullquote.is-style-solid-color {
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color blockquote {
|
|
||||||
padding-left: 16px;
|
|
||||||
padding-right: 16px;
|
|
||||||
max-width: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
||||||
.wp-block-pullquote.is-style-solid-color cite,
|
.wp-block-pullquote.is-style-solid-color cite,
|
||||||
.wp-block-pullquote.is-style-solid-color footer {
|
.wp-block-pullquote.is-style-solid-color footer {
|
||||||
|
@ -2149,14 +2131,6 @@ p.has-background {
|
||||||
background-color: #23883D;
|
background-color: #23883D;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.alignwide > p,
|
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.wp-block-pullquote.alignwide blockquote,
|
|
||||||
.wp-block-pullquote.alignfull blockquote {
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-quote {
|
.wp-block-quote {
|
||||||
border-left-color: #23883D;
|
border-left-color: #23883D;
|
||||||
margin: 32px 0;
|
margin: 32px 0;
|
||||||
|
@ -3629,10 +3603,7 @@ img#wpstats {
|
||||||
* Page Layout Styles & Repsonsive Styles
|
* Page Layout Styles & Repsonsive Styles
|
||||||
*/
|
*/
|
||||||
/* Responsive width-content overrides */
|
/* Responsive width-content overrides */
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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%;
|
||||||
|
@ -3641,10 +3612,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 560px) {
|
@media only screen and (min-width: 560px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3652,10 +3620,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 640px) {
|
@media only screen and (min-width: 640px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3663,10 +3628,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 782px) {
|
@media only screen and (min-width: 782px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3674,10 +3636,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1024px) {
|
@media only screen and (min-width: 1024px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3685,10 +3644,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1280px) {
|
@media only screen and (min-width: 1280px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
|
2
hever/package-lock.json
generated
2
hever/package-lock.json
generated
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "hever",
|
"name": "hever",
|
||||||
"version": "1.3.4",
|
"version": "1.3.5",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "hever",
|
"name": "hever",
|
||||||
"version": "1.3.4",
|
"version": "1.3.5",
|
||||||
"description": "Hever",
|
"description": "Hever",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/Automattic/themes/issues"
|
"url": "https://github.com/Automattic/themes/issues"
|
||||||
|
|
|
@ -5,7 +5,7 @@ Author: Automattic
|
||||||
Author URI: https://automattic.com/
|
Author URI: https://automattic.com/
|
||||||
Description: A fully responsive theme, ideal for creating a strong — yet beautiful — online presence for your business.
|
Description: A fully responsive theme, ideal for creating a strong — yet beautiful — online presence for your business.
|
||||||
Requires at least: WordPress 4.9.6
|
Requires at least: WordPress 4.9.6
|
||||||
Version: 1.4.5
|
Version: 1.4.6
|
||||||
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
|
||||||
|
|
|
@ -837,32 +837,25 @@ p.has-background:not(.has-background-background-color) a {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote {
|
.wp-block-pullquote {
|
||||||
padding: calc( 3 * 16px) 0;
|
|
||||||
margin-left: 0;
|
|
||||||
margin-right: 0;
|
|
||||||
text-align: center;
|
|
||||||
border-top-color: #C5C5C5;
|
border-top-color: #C5C5C5;
|
||||||
border-top-width: 4px;
|
border-top-width: 4px;
|
||||||
border-bottom-color: #C5C5C5;
|
border-bottom-color: #C5C5C5;
|
||||||
border-bottom-width: 4px;
|
border-bottom-width: 4px;
|
||||||
color: #303030;
|
color: #303030;
|
||||||
/**
|
|
||||||
* Block Options
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote blockquote {
|
.wp-block-pullquote blockquote p {
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote p {
|
|
||||||
font-family: "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
font-family: "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||||
font-family: var(--font-headings, "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
font-family: var(--font-headings, "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||||
font-size: 1.52087em;
|
font-size: 1.52087rem;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
line-height: 1.125;
|
line-height: 1.125;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-block-pullquote.is-style-solid-color blockquote p {
|
||||||
|
font-size: 1.52087rem;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-block-pullquote a {
|
.wp-block-pullquote a {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
@ -871,42 +864,26 @@ p.has-background:not(.has-background-background-color) a {
|
||||||
.wp-block-pullquote cite,
|
.wp-block-pullquote cite,
|
||||||
.wp-block-pullquote footer {
|
.wp-block-pullquote footer {
|
||||||
color: #757575;
|
color: #757575;
|
||||||
font-size: 0.86957em;
|
font-size: 0.86957rem;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) {
|
.wp-block-pullquote blockquote {
|
||||||
background: none;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color {
|
.wp-block-pullquote.is-style-solid-color {
|
||||||
background-color: #1279BE;
|
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color.alignleft blockquote,
|
|
||||||
.wp-block-pullquote.is-style-solid-color.alignright blockquote {
|
|
||||||
padding-left: 16px;
|
|
||||||
padding-right: 16px;
|
|
||||||
max-width: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color blockquote {
|
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
||||||
.wp-block-pullquote.is-style-solid-color cite,
|
.wp-block-pullquote.is-style-solid-color cite,
|
||||||
.wp-block-pullquote.is-style-solid-color footer {
|
.wp-block-pullquote.is-style-solid-color footer {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.alignwide > p,
|
.wp-block-pullquote.is-style-solid-color:not(.has-background) {
|
||||||
.wp-block-pullquote.alignfull > p,
|
background-color: #1279BE;
|
||||||
.wp-block-pullquote.alignwide blockquote,
|
|
||||||
.wp-block-pullquote.alignfull blockquote {
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-quote {
|
.wp-block-quote {
|
||||||
|
|
|
@ -6,7 +6,7 @@ Author: Automattic
|
||||||
Author URI: https://automattic.com/
|
Author URI: https://automattic.com/
|
||||||
Description: A fully responsive theme, ideal for creating a strong — yet beautiful — online presence for your business.
|
Description: A fully responsive theme, ideal for creating a strong — yet beautiful — online presence for your business.
|
||||||
Requires at least: WordPress 4.9.6
|
Requires at least: WordPress 4.9.6
|
||||||
Version: 1.4.5
|
Version: 1.4.6
|
||||||
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
|
||||||
|
@ -2082,21 +2082,14 @@ p.has-background {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote {
|
.wp-block-pullquote {
|
||||||
padding: calc( 3 * 16px) 0;
|
|
||||||
margin-right: 0;
|
|
||||||
margin-left: 0;
|
|
||||||
text-align: center;
|
|
||||||
border-top-color: #C5C5C5;
|
border-top-color: #C5C5C5;
|
||||||
border-top-width: 4px;
|
border-top-width: 4px;
|
||||||
border-bottom-color: #C5C5C5;
|
border-bottom-color: #C5C5C5;
|
||||||
border-bottom-width: 4px;
|
border-bottom-width: 4px;
|
||||||
color: #303030;
|
color: #303030;
|
||||||
/**
|
|
||||||
* Block Options
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote p {
|
.wp-block-pullquote blockquote p {
|
||||||
font-family: "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
font-family: "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||||
font-family: var(--font-headings, "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
font-family: var(--font-headings, "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||||
font-size: 1.52087rem;
|
font-size: 1.52087rem;
|
||||||
|
@ -2104,6 +2097,10 @@ p.has-background {
|
||||||
line-height: 1.125;
|
line-height: 1.125;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-block-pullquote.is-style-solid-color blockquote p {
|
||||||
|
font-size: 1.52087rem;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-block-pullquote a {
|
.wp-block-pullquote a {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
@ -2114,31 +2111,16 @@ p.has-background {
|
||||||
color: #757575;
|
color: #757575;
|
||||||
font-size: 0.86957rem;
|
font-size: 0.86957rem;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
display: block;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) {
|
.wp-block-pullquote blockquote {
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) blockquote {
|
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-default.alignleft blockquote > *, .wp-block-pullquote.is-style-default.aligncenter blockquote > *, .wp-block-pullquote.is-style-default.alignright blockquote > * {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color {
|
.wp-block-pullquote.is-style-solid-color {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color blockquote {
|
|
||||||
padding-right: 16px;
|
|
||||||
padding-left: 16px;
|
|
||||||
max-width: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
||||||
.wp-block-pullquote.is-style-solid-color cite,
|
.wp-block-pullquote.is-style-solid-color cite,
|
||||||
.wp-block-pullquote.is-style-solid-color footer {
|
.wp-block-pullquote.is-style-solid-color footer {
|
||||||
|
@ -2149,14 +2131,6 @@ p.has-background {
|
||||||
background-color: #1279BE;
|
background-color: #1279BE;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.alignwide > p,
|
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.wp-block-pullquote.alignwide blockquote,
|
|
||||||
.wp-block-pullquote.alignfull blockquote {
|
|
||||||
margin-right: auto;
|
|
||||||
margin-left: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-quote {
|
.wp-block-quote {
|
||||||
border-right-color: #1279BE;
|
border-right-color: #1279BE;
|
||||||
margin: 32px 0;
|
margin: 32px 0;
|
||||||
|
@ -3610,10 +3584,7 @@ img#wpstats {
|
||||||
* Page Layout Styles & Repsonsive Styles
|
* Page Layout Styles & Repsonsive Styles
|
||||||
*/
|
*/
|
||||||
/* Responsive width-content overrides */
|
/* Responsive width-content overrides */
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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%;
|
||||||
|
@ -3622,10 +3593,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 560px) {
|
@media only screen and (min-width: 560px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3633,10 +3601,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 640px) {
|
@media only screen and (min-width: 640px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3644,10 +3609,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 782px) {
|
@media only screen and (min-width: 782px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3655,10 +3617,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1024px) {
|
@media only screen and (min-width: 1024px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3666,10 +3625,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1280px) {
|
@media only screen and (min-width: 1280px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
|
|
@ -6,7 +6,7 @@ Author: Automattic
|
||||||
Author URI: https://automattic.com/
|
Author URI: https://automattic.com/
|
||||||
Description: A fully responsive theme, ideal for creating a strong — yet beautiful — online presence for your business.
|
Description: A fully responsive theme, ideal for creating a strong — yet beautiful — online presence for your business.
|
||||||
Requires at least: WordPress 4.9.6
|
Requires at least: WordPress 4.9.6
|
||||||
Version: 1.4.5
|
Version: 1.4.6
|
||||||
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
|
||||||
|
@ -2082,21 +2082,14 @@ p.has-background {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote {
|
.wp-block-pullquote {
|
||||||
padding: calc( 3 * 16px) 0;
|
|
||||||
margin-left: 0;
|
|
||||||
margin-right: 0;
|
|
||||||
text-align: center;
|
|
||||||
border-top-color: #C5C5C5;
|
border-top-color: #C5C5C5;
|
||||||
border-top-width: 4px;
|
border-top-width: 4px;
|
||||||
border-bottom-color: #C5C5C5;
|
border-bottom-color: #C5C5C5;
|
||||||
border-bottom-width: 4px;
|
border-bottom-width: 4px;
|
||||||
color: #303030;
|
color: #303030;
|
||||||
/**
|
|
||||||
* Block Options
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote p {
|
.wp-block-pullquote blockquote p {
|
||||||
font-family: "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
font-family: "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||||
font-family: var(--font-headings, "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
font-family: var(--font-headings, "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||||
font-size: 1.52087rem;
|
font-size: 1.52087rem;
|
||||||
|
@ -2104,6 +2097,10 @@ p.has-background {
|
||||||
line-height: 1.125;
|
line-height: 1.125;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-block-pullquote.is-style-solid-color blockquote p {
|
||||||
|
font-size: 1.52087rem;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-block-pullquote a {
|
.wp-block-pullquote a {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
@ -2114,31 +2111,16 @@ p.has-background {
|
||||||
color: #757575;
|
color: #757575;
|
||||||
font-size: 0.86957rem;
|
font-size: 0.86957rem;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
display: block;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) {
|
.wp-block-pullquote blockquote {
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) blockquote {
|
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-default.alignleft blockquote > *, .wp-block-pullquote.is-style-default.aligncenter blockquote > *, .wp-block-pullquote.is-style-default.alignright blockquote > * {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color {
|
.wp-block-pullquote.is-style-solid-color {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color blockquote {
|
|
||||||
padding-left: 16px;
|
|
||||||
padding-right: 16px;
|
|
||||||
max-width: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
||||||
.wp-block-pullquote.is-style-solid-color cite,
|
.wp-block-pullquote.is-style-solid-color cite,
|
||||||
.wp-block-pullquote.is-style-solid-color footer {
|
.wp-block-pullquote.is-style-solid-color footer {
|
||||||
|
@ -2149,14 +2131,6 @@ p.has-background {
|
||||||
background-color: #1279BE;
|
background-color: #1279BE;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.alignwide > p,
|
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.wp-block-pullquote.alignwide blockquote,
|
|
||||||
.wp-block-pullquote.alignfull blockquote {
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-quote {
|
.wp-block-quote {
|
||||||
border-left-color: #1279BE;
|
border-left-color: #1279BE;
|
||||||
margin: 32px 0;
|
margin: 32px 0;
|
||||||
|
@ -3629,10 +3603,7 @@ img#wpstats {
|
||||||
* Page Layout Styles & Repsonsive Styles
|
* Page Layout Styles & Repsonsive Styles
|
||||||
*/
|
*/
|
||||||
/* Responsive width-content overrides */
|
/* Responsive width-content overrides */
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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%;
|
||||||
|
@ -3641,10 +3612,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 560px) {
|
@media only screen and (min-width: 560px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3652,10 +3620,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 640px) {
|
@media only screen and (min-width: 640px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3663,10 +3628,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 782px) {
|
@media only screen and (min-width: 782px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3674,10 +3636,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1024px) {
|
@media only screen and (min-width: 1024px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3685,10 +3644,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1280px) {
|
@media only screen and (min-width: 1280px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
|
2
leven/package-lock.json
generated
2
leven/package-lock.json
generated
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "leven",
|
"name": "leven",
|
||||||
"version": "1.3.4",
|
"version": "1.3.5",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "leven",
|
"name": "leven",
|
||||||
"version": "1.3.4",
|
"version": "1.3.5",
|
||||||
"description": "Leven",
|
"description": "Leven",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/Automattic/themes/issues"
|
"url": "https://github.com/Automattic/themes/issues"
|
||||||
|
|
|
@ -5,7 +5,7 @@ Author: the WordPress team
|
||||||
Author URI: https://wordpress.org/
|
Author URI: https://wordpress.org/
|
||||||
Description: A colorful, typography driven, Gutenberg-ready theme meant to grab the attention of potential customers and market or sell products to them.
|
Description: A colorful, typography driven, Gutenberg-ready theme meant to grab the attention of potential customers and market or sell products to them.
|
||||||
Requires at least: WordPress 4.9.6
|
Requires at least: WordPress 4.9.6
|
||||||
Version: 1.3.4
|
Version: 1.3.5
|
||||||
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
|
||||||
|
|
|
@ -837,32 +837,25 @@ p.has-background:not(.has-background-background-color) a {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote {
|
.wp-block-pullquote {
|
||||||
padding: calc( 3 * 16px) 0;
|
|
||||||
margin-left: 0;
|
|
||||||
margin-right: 0;
|
|
||||||
text-align: center;
|
|
||||||
border-top-color: #DDDDDD;
|
border-top-color: #DDDDDD;
|
||||||
border-top-width: 4px;
|
border-top-width: 4px;
|
||||||
border-bottom-color: #DDDDDD;
|
border-bottom-color: #DDDDDD;
|
||||||
border-bottom-width: 4px;
|
border-bottom-width: 4px;
|
||||||
color: #444444;
|
color: #444444;
|
||||||
/**
|
|
||||||
* Block Options
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote blockquote {
|
.wp-block-pullquote blockquote p {
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote p {
|
|
||||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||||
font-family: var(--font-headings, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
font-family: var(--font-headings, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||||
font-size: 1.78256em;
|
font-size: 1.78256rem;
|
||||||
letter-spacing: -0.02em;
|
letter-spacing: -0.02em;
|
||||||
line-height: 1.125;
|
line-height: 1.125;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-block-pullquote.is-style-solid-color blockquote p {
|
||||||
|
font-size: 1.78256rem;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-block-pullquote a {
|
.wp-block-pullquote a {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
@ -871,42 +864,26 @@ p.has-background:not(.has-background-background-color) a {
|
||||||
.wp-block-pullquote cite,
|
.wp-block-pullquote cite,
|
||||||
.wp-block-pullquote footer {
|
.wp-block-pullquote footer {
|
||||||
color: #767676;
|
color: #767676;
|
||||||
font-size: 0.82474em;
|
font-size: 0.82474rem;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) {
|
.wp-block-pullquote blockquote {
|
||||||
background: none;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color {
|
.wp-block-pullquote.is-style-solid-color {
|
||||||
background-color: #ff302c;
|
|
||||||
color: #f7f7f6;
|
color: #f7f7f6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color.alignleft blockquote,
|
|
||||||
.wp-block-pullquote.is-style-solid-color.alignright blockquote {
|
|
||||||
padding-left: 16px;
|
|
||||||
padding-right: 16px;
|
|
||||||
max-width: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color blockquote {
|
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
||||||
.wp-block-pullquote.is-style-solid-color cite,
|
.wp-block-pullquote.is-style-solid-color cite,
|
||||||
.wp-block-pullquote.is-style-solid-color footer {
|
.wp-block-pullquote.is-style-solid-color footer {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.alignwide > p,
|
.wp-block-pullquote.is-style-solid-color:not(.has-background) {
|
||||||
.wp-block-pullquote.alignfull > p,
|
background-color: #ff302c;
|
||||||
.wp-block-pullquote.alignwide blockquote,
|
|
||||||
.wp-block-pullquote.alignfull blockquote {
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-quote {
|
.wp-block-quote {
|
||||||
|
|
|
@ -6,7 +6,7 @@ Author: the WordPress team
|
||||||
Author URI: https://wordpress.org/
|
Author URI: https://wordpress.org/
|
||||||
Description: A colorful, typography driven, Gutenberg-ready theme meant to grab the attention of potential customers and market or sell products to them.
|
Description: A colorful, typography driven, Gutenberg-ready theme meant to grab the attention of potential customers and market or sell products to them.
|
||||||
Requires at least: WordPress 4.9.6
|
Requires at least: WordPress 4.9.6
|
||||||
Version: 1.3.4
|
Version: 1.3.5
|
||||||
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
|
||||||
|
@ -2082,21 +2082,14 @@ p.has-background {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote {
|
.wp-block-pullquote {
|
||||||
padding: calc( 3 * 16px) 0;
|
|
||||||
margin-right: 0;
|
|
||||||
margin-left: 0;
|
|
||||||
text-align: center;
|
|
||||||
border-top-color: #DDDDDD;
|
border-top-color: #DDDDDD;
|
||||||
border-top-width: 4px;
|
border-top-width: 4px;
|
||||||
border-bottom-color: #DDDDDD;
|
border-bottom-color: #DDDDDD;
|
||||||
border-bottom-width: 4px;
|
border-bottom-width: 4px;
|
||||||
color: #444444;
|
color: #444444;
|
||||||
/**
|
|
||||||
* Block Options
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote p {
|
.wp-block-pullquote blockquote p {
|
||||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||||
font-family: var(--font-headings, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
font-family: var(--font-headings, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||||
font-size: 1.78256rem;
|
font-size: 1.78256rem;
|
||||||
|
@ -2104,6 +2097,10 @@ p.has-background {
|
||||||
line-height: 1.125;
|
line-height: 1.125;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-block-pullquote.is-style-solid-color blockquote p {
|
||||||
|
font-size: 1.78256rem;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-block-pullquote a {
|
.wp-block-pullquote a {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
@ -2114,31 +2111,16 @@ p.has-background {
|
||||||
color: #767676;
|
color: #767676;
|
||||||
font-size: 0.82474rem;
|
font-size: 0.82474rem;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
display: block;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) {
|
.wp-block-pullquote blockquote {
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) blockquote {
|
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-default.alignleft blockquote > *, .wp-block-pullquote.is-style-default.aligncenter blockquote > *, .wp-block-pullquote.is-style-default.alignright blockquote > * {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color {
|
.wp-block-pullquote.is-style-solid-color {
|
||||||
color: #f7f7f6;
|
color: #f7f7f6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color blockquote {
|
|
||||||
padding-right: 16px;
|
|
||||||
padding-left: 16px;
|
|
||||||
max-width: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
||||||
.wp-block-pullquote.is-style-solid-color cite,
|
.wp-block-pullquote.is-style-solid-color cite,
|
||||||
.wp-block-pullquote.is-style-solid-color footer {
|
.wp-block-pullquote.is-style-solid-color footer {
|
||||||
|
@ -2149,14 +2131,6 @@ p.has-background {
|
||||||
background-color: #ff302c;
|
background-color: #ff302c;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.alignwide > p,
|
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.wp-block-pullquote.alignwide blockquote,
|
|
||||||
.wp-block-pullquote.alignfull blockquote {
|
|
||||||
margin-right: auto;
|
|
||||||
margin-left: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-quote {
|
.wp-block-quote {
|
||||||
border-right-color: #ff302c;
|
border-right-color: #ff302c;
|
||||||
margin: 32px 0;
|
margin: 32px 0;
|
||||||
|
@ -3610,10 +3584,7 @@ img#wpstats {
|
||||||
* Page Layout Styles & Repsonsive Styles
|
* Page Layout Styles & Repsonsive Styles
|
||||||
*/
|
*/
|
||||||
/* Responsive width-content overrides */
|
/* Responsive width-content overrides */
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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%;
|
||||||
|
@ -3622,10 +3593,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 560px) {
|
@media only screen and (min-width: 560px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3633,10 +3601,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 640px) {
|
@media only screen and (min-width: 640px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3644,10 +3609,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 782px) {
|
@media only screen and (min-width: 782px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3655,10 +3617,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1024px) {
|
@media only screen and (min-width: 1024px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3666,10 +3625,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1280px) {
|
@media only screen and (min-width: 1280px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
|
|
@ -6,7 +6,7 @@ Author: the WordPress team
|
||||||
Author URI: https://wordpress.org/
|
Author URI: https://wordpress.org/
|
||||||
Description: A colorful, typography driven, Gutenberg-ready theme meant to grab the attention of potential customers and market or sell products to them.
|
Description: A colorful, typography driven, Gutenberg-ready theme meant to grab the attention of potential customers and market or sell products to them.
|
||||||
Requires at least: WordPress 4.9.6
|
Requires at least: WordPress 4.9.6
|
||||||
Version: 1.3.4
|
Version: 1.3.5
|
||||||
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
|
||||||
|
@ -2082,21 +2082,14 @@ p.has-background {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote {
|
.wp-block-pullquote {
|
||||||
padding: calc( 3 * 16px) 0;
|
|
||||||
margin-left: 0;
|
|
||||||
margin-right: 0;
|
|
||||||
text-align: center;
|
|
||||||
border-top-color: #DDDDDD;
|
border-top-color: #DDDDDD;
|
||||||
border-top-width: 4px;
|
border-top-width: 4px;
|
||||||
border-bottom-color: #DDDDDD;
|
border-bottom-color: #DDDDDD;
|
||||||
border-bottom-width: 4px;
|
border-bottom-width: 4px;
|
||||||
color: #444444;
|
color: #444444;
|
||||||
/**
|
|
||||||
* Block Options
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote p {
|
.wp-block-pullquote blockquote p {
|
||||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||||
font-family: var(--font-headings, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
font-family: var(--font-headings, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||||
font-size: 1.78256rem;
|
font-size: 1.78256rem;
|
||||||
|
@ -2104,6 +2097,10 @@ p.has-background {
|
||||||
line-height: 1.125;
|
line-height: 1.125;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-block-pullquote.is-style-solid-color blockquote p {
|
||||||
|
font-size: 1.78256rem;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-block-pullquote a {
|
.wp-block-pullquote a {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
@ -2114,31 +2111,16 @@ p.has-background {
|
||||||
color: #767676;
|
color: #767676;
|
||||||
font-size: 0.82474rem;
|
font-size: 0.82474rem;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
display: block;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) {
|
.wp-block-pullquote blockquote {
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) blockquote {
|
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-default.alignleft blockquote > *, .wp-block-pullquote.is-style-default.aligncenter blockquote > *, .wp-block-pullquote.is-style-default.alignright blockquote > * {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color {
|
.wp-block-pullquote.is-style-solid-color {
|
||||||
color: #f7f7f6;
|
color: #f7f7f6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color blockquote {
|
|
||||||
padding-left: 16px;
|
|
||||||
padding-right: 16px;
|
|
||||||
max-width: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
||||||
.wp-block-pullquote.is-style-solid-color cite,
|
.wp-block-pullquote.is-style-solid-color cite,
|
||||||
.wp-block-pullquote.is-style-solid-color footer {
|
.wp-block-pullquote.is-style-solid-color footer {
|
||||||
|
@ -2149,14 +2131,6 @@ p.has-background {
|
||||||
background-color: #ff302c;
|
background-color: #ff302c;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.alignwide > p,
|
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.wp-block-pullquote.alignwide blockquote,
|
|
||||||
.wp-block-pullquote.alignfull blockquote {
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-quote {
|
.wp-block-quote {
|
||||||
border-left-color: #ff302c;
|
border-left-color: #ff302c;
|
||||||
margin: 32px 0;
|
margin: 32px 0;
|
||||||
|
@ -3629,10 +3603,7 @@ img#wpstats {
|
||||||
* Page Layout Styles & Repsonsive Styles
|
* Page Layout Styles & Repsonsive Styles
|
||||||
*/
|
*/
|
||||||
/* Responsive width-content overrides */
|
/* Responsive width-content overrides */
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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%;
|
||||||
|
@ -3641,10 +3612,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 560px) {
|
@media only screen and (min-width: 560px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3652,10 +3620,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 640px) {
|
@media only screen and (min-width: 640px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3663,10 +3628,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 782px) {
|
@media only screen and (min-width: 782px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3674,10 +3636,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1024px) {
|
@media only screen and (min-width: 1024px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3685,10 +3644,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1280px) {
|
@media only screen and (min-width: 1280px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
|
2
mayland/package-lock.json
generated
2
mayland/package-lock.json
generated
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "mayland",
|
"name": "mayland",
|
||||||
"version": "1.2.4",
|
"version": "1.2.5",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "mayland",
|
"name": "mayland",
|
||||||
"version": "1.2.4",
|
"version": "1.2.5",
|
||||||
"description": "mayland",
|
"description": "mayland",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/Automattic/themes/issues"
|
"url": "https://github.com/Automattic/themes/issues"
|
||||||
|
|
|
@ -5,7 +5,7 @@ Author: Automattic
|
||||||
Author URI: https://automattic.com/
|
Author URI: https://automattic.com/
|
||||||
Description: Make your online portfolio wonderfully uncluttered with Mayland. Gracefully highlight your photography and other projects. Mayland is versatile enough to be your personal site too.
|
Description: Make your online portfolio wonderfully uncluttered with Mayland. Gracefully highlight your photography and other projects. Mayland is versatile enough to be your personal site too.
|
||||||
Requires at least: WordPress 4.9.6
|
Requires at least: WordPress 4.9.6
|
||||||
Version: 1.2.4
|
Version: 1.2.5
|
||||||
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
|
||||||
|
|
|
@ -836,32 +836,25 @@ p.has-background:not(.has-background-background-color) a {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote {
|
.wp-block-pullquote {
|
||||||
padding: calc( 3 * 16px) 0;
|
|
||||||
margin-left: 0;
|
|
||||||
margin-right: 0;
|
|
||||||
text-align: center;
|
|
||||||
border-top-color: #e6e6e6;
|
border-top-color: #e6e6e6;
|
||||||
border-top-width: 4px;
|
border-top-width: 4px;
|
||||||
border-bottom-color: #e6e6e6;
|
border-bottom-color: #e6e6e6;
|
||||||
border-bottom-width: 4px;
|
border-bottom-width: 4px;
|
||||||
color: #010101;
|
color: #010101;
|
||||||
/**
|
|
||||||
* Block Options
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote blockquote {
|
.wp-block-pullquote blockquote p {
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote p {
|
|
||||||
font-family: Poppins, sans-serif;
|
font-family: Poppins, sans-serif;
|
||||||
font-family: var(--font-headings, Poppins, sans-serif);
|
font-family: var(--font-headings, Poppins, sans-serif);
|
||||||
font-size: 1.2em;
|
font-size: 1.2rem;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
line-height: 1.125;
|
line-height: 1.125;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-block-pullquote.is-style-solid-color blockquote p {
|
||||||
|
font-size: 1.2rem;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-block-pullquote a {
|
.wp-block-pullquote a {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
@ -870,42 +863,26 @@ p.has-background:not(.has-background-background-color) a {
|
||||||
.wp-block-pullquote cite,
|
.wp-block-pullquote cite,
|
||||||
.wp-block-pullquote footer {
|
.wp-block-pullquote footer {
|
||||||
color: #666666;
|
color: #666666;
|
||||||
font-size: 0.83333em;
|
font-size: 0.83333rem;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) {
|
.wp-block-pullquote blockquote {
|
||||||
background: none;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color {
|
.wp-block-pullquote.is-style-solid-color {
|
||||||
background-color: #000000;
|
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color.alignleft blockquote,
|
|
||||||
.wp-block-pullquote.is-style-solid-color.alignright blockquote {
|
|
||||||
padding-left: 16px;
|
|
||||||
padding-right: 16px;
|
|
||||||
max-width: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color blockquote {
|
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
||||||
.wp-block-pullquote.is-style-solid-color cite,
|
.wp-block-pullquote.is-style-solid-color cite,
|
||||||
.wp-block-pullquote.is-style-solid-color footer {
|
.wp-block-pullquote.is-style-solid-color footer {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.alignwide > p,
|
.wp-block-pullquote.is-style-solid-color:not(.has-background) {
|
||||||
.wp-block-pullquote.alignfull > p,
|
background-color: #000000;
|
||||||
.wp-block-pullquote.alignwide blockquote,
|
|
||||||
.wp-block-pullquote.alignfull blockquote {
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-quote {
|
.wp-block-quote {
|
||||||
|
|
|
@ -6,7 +6,7 @@ Author: Automattic
|
||||||
Author URI: https://automattic.com/
|
Author URI: https://automattic.com/
|
||||||
Description: Make your online portfolio wonderfully uncluttered with Mayland. Gracefully highlight your photography and other projects. Mayland is versatile enough to be your personal site too.
|
Description: Make your online portfolio wonderfully uncluttered with Mayland. Gracefully highlight your photography and other projects. Mayland is versatile enough to be your personal site too.
|
||||||
Requires at least: WordPress 4.9.6
|
Requires at least: WordPress 4.9.6
|
||||||
Version: 1.2.4
|
Version: 1.2.5
|
||||||
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
|
||||||
|
@ -2081,21 +2081,14 @@ p.has-background {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote {
|
.wp-block-pullquote {
|
||||||
padding: calc( 3 * 16px) 0;
|
|
||||||
margin-right: 0;
|
|
||||||
margin-left: 0;
|
|
||||||
text-align: center;
|
|
||||||
border-top-color: #e6e6e6;
|
border-top-color: #e6e6e6;
|
||||||
border-top-width: 4px;
|
border-top-width: 4px;
|
||||||
border-bottom-color: #e6e6e6;
|
border-bottom-color: #e6e6e6;
|
||||||
border-bottom-width: 4px;
|
border-bottom-width: 4px;
|
||||||
color: #010101;
|
color: #010101;
|
||||||
/**
|
|
||||||
* Block Options
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote p {
|
.wp-block-pullquote blockquote p {
|
||||||
font-family: Poppins, sans-serif;
|
font-family: Poppins, sans-serif;
|
||||||
font-family: var(--font-headings, Poppins, sans-serif);
|
font-family: var(--font-headings, Poppins, sans-serif);
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
|
@ -2103,6 +2096,10 @@ p.has-background {
|
||||||
line-height: 1.125;
|
line-height: 1.125;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-block-pullquote.is-style-solid-color blockquote p {
|
||||||
|
font-size: 1.2rem;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-block-pullquote a {
|
.wp-block-pullquote a {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
@ -2113,31 +2110,16 @@ p.has-background {
|
||||||
color: #666666;
|
color: #666666;
|
||||||
font-size: 0.83333rem;
|
font-size: 0.83333rem;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
display: block;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) {
|
.wp-block-pullquote blockquote {
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) blockquote {
|
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-default.alignleft blockquote > *, .wp-block-pullquote.is-style-default.aligncenter blockquote > *, .wp-block-pullquote.is-style-default.alignright blockquote > * {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color {
|
.wp-block-pullquote.is-style-solid-color {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color blockquote {
|
|
||||||
padding-right: 16px;
|
|
||||||
padding-left: 16px;
|
|
||||||
max-width: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
||||||
.wp-block-pullquote.is-style-solid-color cite,
|
.wp-block-pullquote.is-style-solid-color cite,
|
||||||
.wp-block-pullquote.is-style-solid-color footer {
|
.wp-block-pullquote.is-style-solid-color footer {
|
||||||
|
@ -2148,14 +2130,6 @@ p.has-background {
|
||||||
background-color: #000000;
|
background-color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.alignwide > p,
|
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.wp-block-pullquote.alignwide blockquote,
|
|
||||||
.wp-block-pullquote.alignfull blockquote {
|
|
||||||
margin-right: auto;
|
|
||||||
margin-left: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-quote {
|
.wp-block-quote {
|
||||||
border-right-color: #000000;
|
border-right-color: #000000;
|
||||||
margin: 32px 0;
|
margin: 32px 0;
|
||||||
|
@ -3609,10 +3583,7 @@ img#wpstats {
|
||||||
* Page Layout Styles & Repsonsive Styles
|
* Page Layout Styles & Repsonsive Styles
|
||||||
*/
|
*/
|
||||||
/* Responsive width-content overrides */
|
/* Responsive width-content overrides */
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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%;
|
||||||
|
@ -3621,10 +3592,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 560px) {
|
@media only screen and (min-width: 560px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3632,10 +3600,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 640px) {
|
@media only screen and (min-width: 640px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3643,10 +3608,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 782px) {
|
@media only screen and (min-width: 782px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3654,10 +3616,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1024px) {
|
@media only screen and (min-width: 1024px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3665,10 +3624,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1280px) {
|
@media only screen and (min-width: 1280px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
|
|
@ -6,7 +6,7 @@ Author: Automattic
|
||||||
Author URI: https://automattic.com/
|
Author URI: https://automattic.com/
|
||||||
Description: Make your online portfolio wonderfully uncluttered with Mayland. Gracefully highlight your photography and other projects. Mayland is versatile enough to be your personal site too.
|
Description: Make your online portfolio wonderfully uncluttered with Mayland. Gracefully highlight your photography and other projects. Mayland is versatile enough to be your personal site too.
|
||||||
Requires at least: WordPress 4.9.6
|
Requires at least: WordPress 4.9.6
|
||||||
Version: 1.2.4
|
Version: 1.2.5
|
||||||
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
|
||||||
|
@ -2081,21 +2081,14 @@ p.has-background {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote {
|
.wp-block-pullquote {
|
||||||
padding: calc( 3 * 16px) 0;
|
|
||||||
margin-left: 0;
|
|
||||||
margin-right: 0;
|
|
||||||
text-align: center;
|
|
||||||
border-top-color: #e6e6e6;
|
border-top-color: #e6e6e6;
|
||||||
border-top-width: 4px;
|
border-top-width: 4px;
|
||||||
border-bottom-color: #e6e6e6;
|
border-bottom-color: #e6e6e6;
|
||||||
border-bottom-width: 4px;
|
border-bottom-width: 4px;
|
||||||
color: #010101;
|
color: #010101;
|
||||||
/**
|
|
||||||
* Block Options
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote p {
|
.wp-block-pullquote blockquote p {
|
||||||
font-family: Poppins, sans-serif;
|
font-family: Poppins, sans-serif;
|
||||||
font-family: var(--font-headings, Poppins, sans-serif);
|
font-family: var(--font-headings, Poppins, sans-serif);
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
|
@ -2103,6 +2096,10 @@ p.has-background {
|
||||||
line-height: 1.125;
|
line-height: 1.125;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-block-pullquote.is-style-solid-color blockquote p {
|
||||||
|
font-size: 1.2rem;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-block-pullquote a {
|
.wp-block-pullquote a {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
@ -2113,31 +2110,16 @@ p.has-background {
|
||||||
color: #666666;
|
color: #666666;
|
||||||
font-size: 0.83333rem;
|
font-size: 0.83333rem;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
display: block;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) {
|
.wp-block-pullquote blockquote {
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) blockquote {
|
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-default.alignleft blockquote > *, .wp-block-pullquote.is-style-default.aligncenter blockquote > *, .wp-block-pullquote.is-style-default.alignright blockquote > * {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color {
|
.wp-block-pullquote.is-style-solid-color {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color blockquote {
|
|
||||||
padding-left: 16px;
|
|
||||||
padding-right: 16px;
|
|
||||||
max-width: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
||||||
.wp-block-pullquote.is-style-solid-color cite,
|
.wp-block-pullquote.is-style-solid-color cite,
|
||||||
.wp-block-pullquote.is-style-solid-color footer {
|
.wp-block-pullquote.is-style-solid-color footer {
|
||||||
|
@ -2148,14 +2130,6 @@ p.has-background {
|
||||||
background-color: #000000;
|
background-color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.alignwide > p,
|
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.wp-block-pullquote.alignwide blockquote,
|
|
||||||
.wp-block-pullquote.alignfull blockquote {
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-quote {
|
.wp-block-quote {
|
||||||
border-left-color: #000000;
|
border-left-color: #000000;
|
||||||
margin: 32px 0;
|
margin: 32px 0;
|
||||||
|
@ -3628,10 +3602,7 @@ img#wpstats {
|
||||||
* Page Layout Styles & Repsonsive Styles
|
* Page Layout Styles & Repsonsive Styles
|
||||||
*/
|
*/
|
||||||
/* Responsive width-content overrides */
|
/* Responsive width-content overrides */
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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%;
|
||||||
|
@ -3640,10 +3611,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 560px) {
|
@media only screen and (min-width: 560px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3651,10 +3619,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 640px) {
|
@media only screen and (min-width: 640px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3662,10 +3627,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 782px) {
|
@media only screen and (min-width: 782px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3673,10 +3635,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1024px) {
|
@media only screen and (min-width: 1024px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3684,10 +3643,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1280px) {
|
@media only screen and (min-width: 1280px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
|
2
maywood/package-lock.json
generated
2
maywood/package-lock.json
generated
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "maywood",
|
"name": "maywood",
|
||||||
"version": "1.4.6",
|
"version": "1.4.7",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "maywood",
|
"name": "maywood",
|
||||||
"version": "1.4.6",
|
"version": "1.4.7",
|
||||||
"description": "Maywood",
|
"description": "Maywood",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/Automattic/themes/issues"
|
"url": "https://github.com/Automattic/themes/issues"
|
||||||
|
|
|
@ -5,7 +5,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.4.6
|
Version: 1.4.7
|
||||||
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
|
||||||
|
|
|
@ -852,32 +852,25 @@ p.has-background:not(.has-background-background-color) a {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote {
|
.wp-block-pullquote {
|
||||||
padding: calc( 3 * 16px) 0;
|
|
||||||
margin-left: 0;
|
|
||||||
margin-right: 0;
|
|
||||||
text-align: center;
|
|
||||||
border-top-color: #CCCCCC;
|
border-top-color: #CCCCCC;
|
||||||
border-top-width: 4px;
|
border-top-width: 4px;
|
||||||
border-bottom-color: #CCCCCC;
|
border-bottom-color: #CCCCCC;
|
||||||
border-bottom-width: 4px;
|
border-bottom-width: 4px;
|
||||||
color: #181818;
|
color: #181818;
|
||||||
/**
|
|
||||||
* Block Options
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote blockquote {
|
.wp-block-pullquote blockquote p {
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote p {
|
|
||||||
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;
|
||||||
font-family: var(--font-headings, "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
font-family: var(--font-headings, "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||||
font-size: 1.2em;
|
font-size: 1.2rem;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
line-height: 1.125;
|
line-height: 1.125;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-block-pullquote.is-style-solid-color blockquote p {
|
||||||
|
font-size: 1.2rem;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-block-pullquote a {
|
.wp-block-pullquote a {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
@ -886,42 +879,26 @@ p.has-background:not(.has-background-background-color) a {
|
||||||
.wp-block-pullquote cite,
|
.wp-block-pullquote cite,
|
||||||
.wp-block-pullquote footer {
|
.wp-block-pullquote footer {
|
||||||
color: #686868;
|
color: #686868;
|
||||||
font-size: 0.83333em;
|
font-size: 0.83333rem;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) {
|
.wp-block-pullquote blockquote {
|
||||||
background: none;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color {
|
.wp-block-pullquote.is-style-solid-color {
|
||||||
background-color: #897248;
|
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color.alignleft blockquote,
|
|
||||||
.wp-block-pullquote.is-style-solid-color.alignright blockquote {
|
|
||||||
padding-left: 16px;
|
|
||||||
padding-right: 16px;
|
|
||||||
max-width: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color blockquote {
|
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
||||||
.wp-block-pullquote.is-style-solid-color cite,
|
.wp-block-pullquote.is-style-solid-color cite,
|
||||||
.wp-block-pullquote.is-style-solid-color footer {
|
.wp-block-pullquote.is-style-solid-color footer {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.alignwide > p,
|
.wp-block-pullquote.is-style-solid-color:not(.has-background) {
|
||||||
.wp-block-pullquote.alignfull > p,
|
background-color: #897248;
|
||||||
.wp-block-pullquote.alignwide blockquote,
|
|
||||||
.wp-block-pullquote.alignfull blockquote {
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-quote {
|
.wp-block-quote {
|
||||||
|
|
|
@ -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.4.6
|
Version: 1.4.7
|
||||||
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
|
||||||
|
@ -2082,21 +2082,14 @@ p.has-background {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote {
|
.wp-block-pullquote {
|
||||||
padding: calc( 3 * 16px) 0;
|
|
||||||
margin-right: 0;
|
|
||||||
margin-left: 0;
|
|
||||||
text-align: center;
|
|
||||||
border-top-color: #CCCCCC;
|
border-top-color: #CCCCCC;
|
||||||
border-top-width: 4px;
|
border-top-width: 4px;
|
||||||
border-bottom-color: #CCCCCC;
|
border-bottom-color: #CCCCCC;
|
||||||
border-bottom-width: 4px;
|
border-bottom-width: 4px;
|
||||||
color: #181818;
|
color: #181818;
|
||||||
/**
|
|
||||||
* Block Options
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote p {
|
.wp-block-pullquote blockquote p {
|
||||||
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;
|
||||||
font-family: var(--font-headings, "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
font-family: var(--font-headings, "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
|
@ -2104,6 +2097,10 @@ p.has-background {
|
||||||
line-height: 1.125;
|
line-height: 1.125;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-block-pullquote.is-style-solid-color blockquote p {
|
||||||
|
font-size: 1.2rem;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-block-pullquote a {
|
.wp-block-pullquote a {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
@ -2114,31 +2111,16 @@ p.has-background {
|
||||||
color: #686868;
|
color: #686868;
|
||||||
font-size: 0.83333rem;
|
font-size: 0.83333rem;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
display: block;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) {
|
.wp-block-pullquote blockquote {
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) blockquote {
|
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-default.alignleft blockquote > *, .wp-block-pullquote.is-style-default.aligncenter blockquote > *, .wp-block-pullquote.is-style-default.alignright blockquote > * {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color {
|
.wp-block-pullquote.is-style-solid-color {
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color blockquote {
|
|
||||||
padding-right: 16px;
|
|
||||||
padding-left: 16px;
|
|
||||||
max-width: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
||||||
.wp-block-pullquote.is-style-solid-color cite,
|
.wp-block-pullquote.is-style-solid-color cite,
|
||||||
.wp-block-pullquote.is-style-solid-color footer {
|
.wp-block-pullquote.is-style-solid-color footer {
|
||||||
|
@ -2149,14 +2131,6 @@ p.has-background {
|
||||||
background-color: #897248;
|
background-color: #897248;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.alignwide > p,
|
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.wp-block-pullquote.alignwide blockquote,
|
|
||||||
.wp-block-pullquote.alignfull blockquote {
|
|
||||||
margin-right: auto;
|
|
||||||
margin-left: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-quote {
|
.wp-block-quote {
|
||||||
border-right-color: #897248;
|
border-right-color: #897248;
|
||||||
margin: 32px 0;
|
margin: 32px 0;
|
||||||
|
@ -3610,10 +3584,7 @@ img#wpstats {
|
||||||
* Page Layout Styles & Repsonsive Styles
|
* Page Layout Styles & Repsonsive Styles
|
||||||
*/
|
*/
|
||||||
/* Responsive width-content overrides */
|
/* Responsive width-content overrides */
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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%;
|
||||||
|
@ -3622,10 +3593,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 560px) {
|
@media only screen and (min-width: 560px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3633,10 +3601,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 640px) {
|
@media only screen and (min-width: 640px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3644,10 +3609,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 782px) {
|
@media only screen and (min-width: 782px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3655,10 +3617,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1024px) {
|
@media only screen and (min-width: 1024px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3666,10 +3625,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1280px) {
|
@media only screen and (min-width: 1280px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
|
|
@ -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.4.6
|
Version: 1.4.7
|
||||||
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
|
||||||
|
@ -2082,21 +2082,14 @@ p.has-background {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote {
|
.wp-block-pullquote {
|
||||||
padding: calc( 3 * 16px) 0;
|
|
||||||
margin-left: 0;
|
|
||||||
margin-right: 0;
|
|
||||||
text-align: center;
|
|
||||||
border-top-color: #CCCCCC;
|
border-top-color: #CCCCCC;
|
||||||
border-top-width: 4px;
|
border-top-width: 4px;
|
||||||
border-bottom-color: #CCCCCC;
|
border-bottom-color: #CCCCCC;
|
||||||
border-bottom-width: 4px;
|
border-bottom-width: 4px;
|
||||||
color: #181818;
|
color: #181818;
|
||||||
/**
|
|
||||||
* Block Options
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote p {
|
.wp-block-pullquote blockquote p {
|
||||||
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;
|
||||||
font-family: var(--font-headings, "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
font-family: var(--font-headings, "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
|
@ -2104,6 +2097,10 @@ p.has-background {
|
||||||
line-height: 1.125;
|
line-height: 1.125;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-block-pullquote.is-style-solid-color blockquote p {
|
||||||
|
font-size: 1.2rem;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-block-pullquote a {
|
.wp-block-pullquote a {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
@ -2114,31 +2111,16 @@ p.has-background {
|
||||||
color: #686868;
|
color: #686868;
|
||||||
font-size: 0.83333rem;
|
font-size: 0.83333rem;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
display: block;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) {
|
.wp-block-pullquote blockquote {
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) blockquote {
|
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-default.alignleft blockquote > *, .wp-block-pullquote.is-style-default.aligncenter blockquote > *, .wp-block-pullquote.is-style-default.alignright blockquote > * {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color {
|
.wp-block-pullquote.is-style-solid-color {
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color blockquote {
|
|
||||||
padding-left: 16px;
|
|
||||||
padding-right: 16px;
|
|
||||||
max-width: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
||||||
.wp-block-pullquote.is-style-solid-color cite,
|
.wp-block-pullquote.is-style-solid-color cite,
|
||||||
.wp-block-pullquote.is-style-solid-color footer {
|
.wp-block-pullquote.is-style-solid-color footer {
|
||||||
|
@ -2149,14 +2131,6 @@ p.has-background {
|
||||||
background-color: #897248;
|
background-color: #897248;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.alignwide > p,
|
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.wp-block-pullquote.alignwide blockquote,
|
|
||||||
.wp-block-pullquote.alignfull blockquote {
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-quote {
|
.wp-block-quote {
|
||||||
border-left-color: #897248;
|
border-left-color: #897248;
|
||||||
margin: 32px 0;
|
margin: 32px 0;
|
||||||
|
@ -3629,10 +3603,7 @@ img#wpstats {
|
||||||
* Page Layout Styles & Repsonsive Styles
|
* Page Layout Styles & Repsonsive Styles
|
||||||
*/
|
*/
|
||||||
/* Responsive width-content overrides */
|
/* Responsive width-content overrides */
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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%;
|
||||||
|
@ -3641,10 +3612,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 560px) {
|
@media only screen and (min-width: 560px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3652,10 +3620,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 640px) {
|
@media only screen and (min-width: 640px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3663,10 +3628,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 782px) {
|
@media only screen and (min-width: 782px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3674,10 +3636,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1024px) {
|
@media only screen and (min-width: 1024px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3685,10 +3644,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1280px) {
|
@media only screen and (min-width: 1280px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
|
2
morden/package-lock.json
generated
2
morden/package-lock.json
generated
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "morden",
|
"name": "morden",
|
||||||
"version": "1.5.4",
|
"version": "1.5.5",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "morden",
|
"name": "morden",
|
||||||
"version": "1.5.4",
|
"version": "1.5.5",
|
||||||
"description": "Morden",
|
"description": "Morden",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/Automattic/themes/issues"
|
"url": "https://github.com/Automattic/themes/issues"
|
||||||
|
|
|
@ -5,7 +5,7 @@ Author: Automattic
|
||||||
Author URI: https://automattic.com/
|
Author URI: https://automattic.com/
|
||||||
Description: Morden is a functional and responsive multi-purpose theme that is the perfect solution for your business's online presence.
|
Description: Morden is a functional and responsive multi-purpose theme that is the perfect solution for your business's online presence.
|
||||||
Requires at least: WordPress 4.9.6
|
Requires at least: WordPress 4.9.6
|
||||||
Version: 1.5.4
|
Version: 1.5.5
|
||||||
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
|
||||||
|
|
|
@ -837,32 +837,25 @@ p.has-background:not(.has-background-background-color) a {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote {
|
.wp-block-pullquote {
|
||||||
padding: calc( 3 * 16px) 0;
|
|
||||||
margin-left: 0;
|
|
||||||
margin-right: 0;
|
|
||||||
text-align: center;
|
|
||||||
border-top-color: #C5C5C5;
|
border-top-color: #C5C5C5;
|
||||||
border-top-width: 2px;
|
border-top-width: 2px;
|
||||||
border-bottom-color: #C5C5C5;
|
border-bottom-color: #C5C5C5;
|
||||||
border-bottom-width: 2px;
|
border-bottom-width: 2px;
|
||||||
color: #303030;
|
color: #303030;
|
||||||
/**
|
|
||||||
* Block Options
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote blockquote {
|
.wp-block-pullquote blockquote p {
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote p {
|
|
||||||
font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||||
font-family: var(--font-headings, "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
font-family: var(--font-headings, "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||||
font-size: 1.52087em;
|
font-size: 1.52087rem;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
line-height: 1.125;
|
line-height: 1.125;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-block-pullquote.is-style-solid-color blockquote p {
|
||||||
|
font-size: 1.52087rem;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-block-pullquote a {
|
.wp-block-pullquote a {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
@ -871,42 +864,26 @@ p.has-background:not(.has-background-background-color) a {
|
||||||
.wp-block-pullquote cite,
|
.wp-block-pullquote cite,
|
||||||
.wp-block-pullquote footer {
|
.wp-block-pullquote footer {
|
||||||
color: #757575;
|
color: #757575;
|
||||||
font-size: 0.86957em;
|
font-size: 0.86957rem;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) {
|
.wp-block-pullquote blockquote {
|
||||||
background: none;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color {
|
.wp-block-pullquote.is-style-solid-color {
|
||||||
background-color: #CD2220;
|
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color.alignleft blockquote,
|
|
||||||
.wp-block-pullquote.is-style-solid-color.alignright blockquote {
|
|
||||||
padding-left: 16px;
|
|
||||||
padding-right: 16px;
|
|
||||||
max-width: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color blockquote {
|
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
||||||
.wp-block-pullquote.is-style-solid-color cite,
|
.wp-block-pullquote.is-style-solid-color cite,
|
||||||
.wp-block-pullquote.is-style-solid-color footer {
|
.wp-block-pullquote.is-style-solid-color footer {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.alignwide > p,
|
.wp-block-pullquote.is-style-solid-color:not(.has-background) {
|
||||||
.wp-block-pullquote.alignfull > p,
|
background-color: #CD2220;
|
||||||
.wp-block-pullquote.alignwide blockquote,
|
|
||||||
.wp-block-pullquote.alignfull blockquote {
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-quote {
|
.wp-block-quote {
|
||||||
|
|
|
@ -6,7 +6,7 @@ Author: Automattic
|
||||||
Author URI: https://automattic.com/
|
Author URI: https://automattic.com/
|
||||||
Description: Morden is a functional and responsive multi-purpose theme that is the perfect solution for your business's online presence.
|
Description: Morden is a functional and responsive multi-purpose theme that is the perfect solution for your business's online presence.
|
||||||
Requires at least: WordPress 4.9.6
|
Requires at least: WordPress 4.9.6
|
||||||
Version: 1.5.4
|
Version: 1.5.5
|
||||||
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
|
||||||
|
@ -2082,21 +2082,14 @@ p.has-background {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote {
|
.wp-block-pullquote {
|
||||||
padding: calc( 3 * 16px) 0;
|
|
||||||
margin-right: 0;
|
|
||||||
margin-left: 0;
|
|
||||||
text-align: center;
|
|
||||||
border-top-color: #C5C5C5;
|
border-top-color: #C5C5C5;
|
||||||
border-top-width: 2px;
|
border-top-width: 2px;
|
||||||
border-bottom-color: #C5C5C5;
|
border-bottom-color: #C5C5C5;
|
||||||
border-bottom-width: 2px;
|
border-bottom-width: 2px;
|
||||||
color: #303030;
|
color: #303030;
|
||||||
/**
|
|
||||||
* Block Options
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote p {
|
.wp-block-pullquote blockquote p {
|
||||||
font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||||
font-family: var(--font-headings, "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
font-family: var(--font-headings, "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||||
font-size: 1.52087rem;
|
font-size: 1.52087rem;
|
||||||
|
@ -2104,6 +2097,10 @@ p.has-background {
|
||||||
line-height: 1.125;
|
line-height: 1.125;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-block-pullquote.is-style-solid-color blockquote p {
|
||||||
|
font-size: 1.52087rem;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-block-pullquote a {
|
.wp-block-pullquote a {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
@ -2114,31 +2111,16 @@ p.has-background {
|
||||||
color: #757575;
|
color: #757575;
|
||||||
font-size: 0.86957rem;
|
font-size: 0.86957rem;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
display: block;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) {
|
.wp-block-pullquote blockquote {
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) blockquote {
|
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-default.alignleft blockquote > *, .wp-block-pullquote.is-style-default.aligncenter blockquote > *, .wp-block-pullquote.is-style-default.alignright blockquote > * {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color {
|
.wp-block-pullquote.is-style-solid-color {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color blockquote {
|
|
||||||
padding-right: 16px;
|
|
||||||
padding-left: 16px;
|
|
||||||
max-width: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
||||||
.wp-block-pullquote.is-style-solid-color cite,
|
.wp-block-pullquote.is-style-solid-color cite,
|
||||||
.wp-block-pullquote.is-style-solid-color footer {
|
.wp-block-pullquote.is-style-solid-color footer {
|
||||||
|
@ -2149,14 +2131,6 @@ p.has-background {
|
||||||
background-color: #CD2220;
|
background-color: #CD2220;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.alignwide > p,
|
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.wp-block-pullquote.alignwide blockquote,
|
|
||||||
.wp-block-pullquote.alignfull blockquote {
|
|
||||||
margin-right: auto;
|
|
||||||
margin-left: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-quote {
|
.wp-block-quote {
|
||||||
border-right-color: #CD2220;
|
border-right-color: #CD2220;
|
||||||
margin: 32px 0;
|
margin: 32px 0;
|
||||||
|
@ -3610,10 +3584,7 @@ img#wpstats {
|
||||||
* Page Layout Styles & Repsonsive Styles
|
* Page Layout Styles & Repsonsive Styles
|
||||||
*/
|
*/
|
||||||
/* Responsive width-content overrides */
|
/* Responsive width-content overrides */
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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%;
|
||||||
|
@ -3622,10 +3593,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 560px) {
|
@media only screen and (min-width: 560px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3633,10 +3601,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 640px) {
|
@media only screen and (min-width: 640px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3644,10 +3609,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 782px) {
|
@media only screen and (min-width: 782px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3655,10 +3617,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1024px) {
|
@media only screen and (min-width: 1024px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3666,10 +3625,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1280px) {
|
@media only screen and (min-width: 1280px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
|
|
@ -6,7 +6,7 @@ Author: Automattic
|
||||||
Author URI: https://automattic.com/
|
Author URI: https://automattic.com/
|
||||||
Description: Morden is a functional and responsive multi-purpose theme that is the perfect solution for your business's online presence.
|
Description: Morden is a functional and responsive multi-purpose theme that is the perfect solution for your business's online presence.
|
||||||
Requires at least: WordPress 4.9.6
|
Requires at least: WordPress 4.9.6
|
||||||
Version: 1.5.4
|
Version: 1.5.5
|
||||||
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
|
||||||
|
@ -2082,21 +2082,14 @@ p.has-background {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote {
|
.wp-block-pullquote {
|
||||||
padding: calc( 3 * 16px) 0;
|
|
||||||
margin-left: 0;
|
|
||||||
margin-right: 0;
|
|
||||||
text-align: center;
|
|
||||||
border-top-color: #C5C5C5;
|
border-top-color: #C5C5C5;
|
||||||
border-top-width: 2px;
|
border-top-width: 2px;
|
||||||
border-bottom-color: #C5C5C5;
|
border-bottom-color: #C5C5C5;
|
||||||
border-bottom-width: 2px;
|
border-bottom-width: 2px;
|
||||||
color: #303030;
|
color: #303030;
|
||||||
/**
|
|
||||||
* Block Options
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote p {
|
.wp-block-pullquote blockquote p {
|
||||||
font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||||
font-family: var(--font-headings, "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
font-family: var(--font-headings, "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||||
font-size: 1.52087rem;
|
font-size: 1.52087rem;
|
||||||
|
@ -2104,6 +2097,10 @@ p.has-background {
|
||||||
line-height: 1.125;
|
line-height: 1.125;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-block-pullquote.is-style-solid-color blockquote p {
|
||||||
|
font-size: 1.52087rem;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-block-pullquote a {
|
.wp-block-pullquote a {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
@ -2114,31 +2111,16 @@ p.has-background {
|
||||||
color: #757575;
|
color: #757575;
|
||||||
font-size: 0.86957rem;
|
font-size: 0.86957rem;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
display: block;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) {
|
.wp-block-pullquote blockquote {
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) blockquote {
|
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-default.alignleft blockquote > *, .wp-block-pullquote.is-style-default.aligncenter blockquote > *, .wp-block-pullquote.is-style-default.alignright blockquote > * {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color {
|
.wp-block-pullquote.is-style-solid-color {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color blockquote {
|
|
||||||
padding-left: 16px;
|
|
||||||
padding-right: 16px;
|
|
||||||
max-width: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
||||||
.wp-block-pullquote.is-style-solid-color cite,
|
.wp-block-pullquote.is-style-solid-color cite,
|
||||||
.wp-block-pullquote.is-style-solid-color footer {
|
.wp-block-pullquote.is-style-solid-color footer {
|
||||||
|
@ -2149,14 +2131,6 @@ p.has-background {
|
||||||
background-color: #CD2220;
|
background-color: #CD2220;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.alignwide > p,
|
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.wp-block-pullquote.alignwide blockquote,
|
|
||||||
.wp-block-pullquote.alignfull blockquote {
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-quote {
|
.wp-block-quote {
|
||||||
border-left-color: #CD2220;
|
border-left-color: #CD2220;
|
||||||
margin: 32px 0;
|
margin: 32px 0;
|
||||||
|
@ -3629,10 +3603,7 @@ img#wpstats {
|
||||||
* Page Layout Styles & Repsonsive Styles
|
* Page Layout Styles & Repsonsive Styles
|
||||||
*/
|
*/
|
||||||
/* Responsive width-content overrides */
|
/* Responsive width-content overrides */
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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%;
|
||||||
|
@ -3641,10 +3612,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 560px) {
|
@media only screen and (min-width: 560px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3652,10 +3620,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 640px) {
|
@media only screen and (min-width: 640px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3663,10 +3628,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 782px) {
|
@media only screen and (min-width: 782px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3674,10 +3636,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1024px) {
|
@media only screen and (min-width: 1024px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3685,10 +3644,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1280px) {
|
@media only screen and (min-width: 1280px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
|
2
redhill/package-lock.json
generated
2
redhill/package-lock.json
generated
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "redhill",
|
"name": "redhill",
|
||||||
"version": "1.4.4",
|
"version": "1.4.5",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "redhill",
|
"name": "redhill",
|
||||||
"version": "1.4.4",
|
"version": "1.4.5",
|
||||||
"description": "redhill",
|
"description": "redhill",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/Automattic/themes/issues"
|
"url": "https://github.com/Automattic/themes/issues"
|
||||||
|
|
|
@ -5,7 +5,7 @@ Author: Automattic
|
||||||
Author URI: https://automattic.com/
|
Author URI: https://automattic.com/
|
||||||
Description: A simple theme with clean typography, created with entrepreneurs and small business owners in mind.
|
Description: A simple theme with clean typography, created with entrepreneurs and small business owners in mind.
|
||||||
Requires at least: WordPress 4.9.6
|
Requires at least: WordPress 4.9.6
|
||||||
Version: 1.4.4
|
Version: 1.4.5
|
||||||
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
|
||||||
|
|
|
@ -849,32 +849,25 @@ p.has-background:not(.has-background-background-color) a {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote {
|
.wp-block-pullquote {
|
||||||
padding: calc( 3 * 16px) 0;
|
|
||||||
margin-left: 0;
|
|
||||||
margin-right: 0;
|
|
||||||
text-align: center;
|
|
||||||
border-top-color: #DDDDDD;
|
border-top-color: #DDDDDD;
|
||||||
border-top-width: 4px;
|
border-top-width: 4px;
|
||||||
border-bottom-color: #DDDDDD;
|
border-bottom-color: #DDDDDD;
|
||||||
border-bottom-width: 4px;
|
border-bottom-width: 4px;
|
||||||
color: #222222;
|
color: #222222;
|
||||||
/**
|
|
||||||
* Block Options
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote blockquote {
|
.wp-block-pullquote blockquote p {
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote p {
|
|
||||||
font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Times, "Times New Roman", serif;
|
font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Times, "Times New Roman", serif;
|
||||||
font-family: var(--font-headings, Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Times, "Times New Roman", serif);
|
font-family: var(--font-headings, Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Times, "Times New Roman", serif);
|
||||||
font-size: 1.44em;
|
font-size: 1.44rem;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
line-height: 1.125;
|
line-height: 1.125;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-block-pullquote.is-style-solid-color blockquote p {
|
||||||
|
font-size: 1.44rem;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-block-pullquote a {
|
.wp-block-pullquote a {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
@ -883,42 +876,26 @@ p.has-background:not(.has-background-background-color) a {
|
||||||
.wp-block-pullquote cite,
|
.wp-block-pullquote cite,
|
||||||
.wp-block-pullquote footer {
|
.wp-block-pullquote footer {
|
||||||
color: #666666;
|
color: #666666;
|
||||||
font-size: 0.83333em;
|
font-size: 0.83333rem;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) {
|
.wp-block-pullquote blockquote {
|
||||||
background: none;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color {
|
.wp-block-pullquote.is-style-solid-color {
|
||||||
background-color: #CA2017;
|
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color.alignleft blockquote,
|
|
||||||
.wp-block-pullquote.is-style-solid-color.alignright blockquote {
|
|
||||||
padding-left: 16px;
|
|
||||||
padding-right: 16px;
|
|
||||||
max-width: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color blockquote {
|
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
||||||
.wp-block-pullquote.is-style-solid-color cite,
|
.wp-block-pullquote.is-style-solid-color cite,
|
||||||
.wp-block-pullquote.is-style-solid-color footer {
|
.wp-block-pullquote.is-style-solid-color footer {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.alignwide > p,
|
.wp-block-pullquote.is-style-solid-color:not(.has-background) {
|
||||||
.wp-block-pullquote.alignfull > p,
|
background-color: #CA2017;
|
||||||
.wp-block-pullquote.alignwide blockquote,
|
|
||||||
.wp-block-pullquote.alignfull blockquote {
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-quote {
|
.wp-block-quote {
|
||||||
|
|
|
@ -6,7 +6,7 @@ Author: Automattic
|
||||||
Author URI: https://automattic.com/
|
Author URI: https://automattic.com/
|
||||||
Description: A simple theme with clean typography, created with entrepreneurs and small business owners in mind.
|
Description: A simple theme with clean typography, created with entrepreneurs and small business owners in mind.
|
||||||
Requires at least: WordPress 4.9.6
|
Requires at least: WordPress 4.9.6
|
||||||
Version: 1.4.4
|
Version: 1.4.5
|
||||||
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
|
||||||
|
@ -2082,21 +2082,14 @@ p.has-background {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote {
|
.wp-block-pullquote {
|
||||||
padding: calc( 3 * 16px) 0;
|
|
||||||
margin-right: 0;
|
|
||||||
margin-left: 0;
|
|
||||||
text-align: center;
|
|
||||||
border-top-color: #DDDDDD;
|
border-top-color: #DDDDDD;
|
||||||
border-top-width: 4px;
|
border-top-width: 4px;
|
||||||
border-bottom-color: #DDDDDD;
|
border-bottom-color: #DDDDDD;
|
||||||
border-bottom-width: 4px;
|
border-bottom-width: 4px;
|
||||||
color: #222222;
|
color: #222222;
|
||||||
/**
|
|
||||||
* Block Options
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote p {
|
.wp-block-pullquote blockquote p {
|
||||||
font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Times, "Times New Roman", serif;
|
font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Times, "Times New Roman", serif;
|
||||||
font-family: var(--font-headings, Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Times, "Times New Roman", serif);
|
font-family: var(--font-headings, Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Times, "Times New Roman", serif);
|
||||||
font-size: 1.44rem;
|
font-size: 1.44rem;
|
||||||
|
@ -2104,6 +2097,10 @@ p.has-background {
|
||||||
line-height: 1.125;
|
line-height: 1.125;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-block-pullquote.is-style-solid-color blockquote p {
|
||||||
|
font-size: 1.44rem;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-block-pullquote a {
|
.wp-block-pullquote a {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
@ -2114,31 +2111,16 @@ p.has-background {
|
||||||
color: #666666;
|
color: #666666;
|
||||||
font-size: 0.83333rem;
|
font-size: 0.83333rem;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
display: block;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) {
|
.wp-block-pullquote blockquote {
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) blockquote {
|
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-default.alignleft blockquote > *, .wp-block-pullquote.is-style-default.aligncenter blockquote > *, .wp-block-pullquote.is-style-default.alignright blockquote > * {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color {
|
.wp-block-pullquote.is-style-solid-color {
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color blockquote {
|
|
||||||
padding-right: 16px;
|
|
||||||
padding-left: 16px;
|
|
||||||
max-width: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
||||||
.wp-block-pullquote.is-style-solid-color cite,
|
.wp-block-pullquote.is-style-solid-color cite,
|
||||||
.wp-block-pullquote.is-style-solid-color footer {
|
.wp-block-pullquote.is-style-solid-color footer {
|
||||||
|
@ -2149,14 +2131,6 @@ p.has-background {
|
||||||
background-color: #CA2017;
|
background-color: #CA2017;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.alignwide > p,
|
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.wp-block-pullquote.alignwide blockquote,
|
|
||||||
.wp-block-pullquote.alignfull blockquote {
|
|
||||||
margin-right: auto;
|
|
||||||
margin-left: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-quote {
|
.wp-block-quote {
|
||||||
border-right-color: #CA2017;
|
border-right-color: #CA2017;
|
||||||
margin: 32px 0;
|
margin: 32px 0;
|
||||||
|
@ -3610,10 +3584,7 @@ img#wpstats {
|
||||||
* Page Layout Styles & Repsonsive Styles
|
* Page Layout Styles & Repsonsive Styles
|
||||||
*/
|
*/
|
||||||
/* Responsive width-content overrides */
|
/* Responsive width-content overrides */
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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%;
|
||||||
|
@ -3622,10 +3593,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 560px) {
|
@media only screen and (min-width: 560px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3633,10 +3601,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 640px) {
|
@media only screen and (min-width: 640px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3644,10 +3609,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 772px) {
|
@media only screen and (min-width: 772px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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( 772px - 32px);
|
max-width: calc( 772px - 32px);
|
||||||
|
@ -3655,10 +3617,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1024px) {
|
@media only screen and (min-width: 1024px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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( 772px - 32px);
|
max-width: calc( 772px - 32px);
|
||||||
|
@ -3666,10 +3625,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1280px) {
|
@media only screen and (min-width: 1280px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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( 772px - 32px);
|
max-width: calc( 772px - 32px);
|
||||||
|
|
|
@ -6,7 +6,7 @@ Author: Automattic
|
||||||
Author URI: https://automattic.com/
|
Author URI: https://automattic.com/
|
||||||
Description: A simple theme with clean typography, created with entrepreneurs and small business owners in mind.
|
Description: A simple theme with clean typography, created with entrepreneurs and small business owners in mind.
|
||||||
Requires at least: WordPress 4.9.6
|
Requires at least: WordPress 4.9.6
|
||||||
Version: 1.4.4
|
Version: 1.4.5
|
||||||
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
|
||||||
|
@ -2082,21 +2082,14 @@ p.has-background {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote {
|
.wp-block-pullquote {
|
||||||
padding: calc( 3 * 16px) 0;
|
|
||||||
margin-left: 0;
|
|
||||||
margin-right: 0;
|
|
||||||
text-align: center;
|
|
||||||
border-top-color: #DDDDDD;
|
border-top-color: #DDDDDD;
|
||||||
border-top-width: 4px;
|
border-top-width: 4px;
|
||||||
border-bottom-color: #DDDDDD;
|
border-bottom-color: #DDDDDD;
|
||||||
border-bottom-width: 4px;
|
border-bottom-width: 4px;
|
||||||
color: #222222;
|
color: #222222;
|
||||||
/**
|
|
||||||
* Block Options
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote p {
|
.wp-block-pullquote blockquote p {
|
||||||
font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Times, "Times New Roman", serif;
|
font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Times, "Times New Roman", serif;
|
||||||
font-family: var(--font-headings, Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Times, "Times New Roman", serif);
|
font-family: var(--font-headings, Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Times, "Times New Roman", serif);
|
||||||
font-size: 1.44rem;
|
font-size: 1.44rem;
|
||||||
|
@ -2104,6 +2097,10 @@ p.has-background {
|
||||||
line-height: 1.125;
|
line-height: 1.125;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-block-pullquote.is-style-solid-color blockquote p {
|
||||||
|
font-size: 1.44rem;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-block-pullquote a {
|
.wp-block-pullquote a {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
@ -2114,31 +2111,16 @@ p.has-background {
|
||||||
color: #666666;
|
color: #666666;
|
||||||
font-size: 0.83333rem;
|
font-size: 0.83333rem;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
display: block;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) {
|
.wp-block-pullquote blockquote {
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) blockquote {
|
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-default.alignleft blockquote > *, .wp-block-pullquote.is-style-default.aligncenter blockquote > *, .wp-block-pullquote.is-style-default.alignright blockquote > * {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color {
|
.wp-block-pullquote.is-style-solid-color {
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color blockquote {
|
|
||||||
padding-left: 16px;
|
|
||||||
padding-right: 16px;
|
|
||||||
max-width: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
||||||
.wp-block-pullquote.is-style-solid-color cite,
|
.wp-block-pullquote.is-style-solid-color cite,
|
||||||
.wp-block-pullquote.is-style-solid-color footer {
|
.wp-block-pullquote.is-style-solid-color footer {
|
||||||
|
@ -2149,14 +2131,6 @@ p.has-background {
|
||||||
background-color: #CA2017;
|
background-color: #CA2017;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.alignwide > p,
|
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.wp-block-pullquote.alignwide blockquote,
|
|
||||||
.wp-block-pullquote.alignfull blockquote {
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-quote {
|
.wp-block-quote {
|
||||||
border-left-color: #CA2017;
|
border-left-color: #CA2017;
|
||||||
margin: 32px 0;
|
margin: 32px 0;
|
||||||
|
@ -3629,10 +3603,7 @@ img#wpstats {
|
||||||
* Page Layout Styles & Repsonsive Styles
|
* Page Layout Styles & Repsonsive Styles
|
||||||
*/
|
*/
|
||||||
/* Responsive width-content overrides */
|
/* Responsive width-content overrides */
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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%;
|
||||||
|
@ -3641,10 +3612,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 560px) {
|
@media only screen and (min-width: 560px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3652,10 +3620,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 640px) {
|
@media only screen and (min-width: 640px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3663,10 +3628,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 772px) {
|
@media only screen and (min-width: 772px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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( 772px - 32px);
|
max-width: calc( 772px - 32px);
|
||||||
|
@ -3674,10 +3636,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1024px) {
|
@media only screen and (min-width: 1024px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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( 772px - 32px);
|
max-width: calc( 772px - 32px);
|
||||||
|
@ -3685,10 +3644,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1280px) {
|
@media only screen and (min-width: 1280px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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( 772px - 32px);
|
max-width: calc( 772px - 32px);
|
||||||
|
|
2
rivington/package-lock.json
generated
2
rivington/package-lock.json
generated
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "rivington",
|
"name": "rivington",
|
||||||
"version": "1.2.4",
|
"version": "1.2.5",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "rivington",
|
"name": "rivington",
|
||||||
"version": "1.2.4",
|
"version": "1.2.5",
|
||||||
"description": "Rivington",
|
"description": "Rivington",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/Automattic/themes/issues"
|
"url": "https://github.com/Automattic/themes/issues"
|
||||||
|
|
|
@ -5,7 +5,7 @@ Author: Automattic
|
||||||
Author URI: https://automattic.com/
|
Author URI: https://automattic.com/
|
||||||
Description: Rivington is a robust theme designed for single property real estate.
|
Description: Rivington is a robust theme designed for single property real estate.
|
||||||
Requires at least: WordPress 4.9.6
|
Requires at least: WordPress 4.9.6
|
||||||
Version: 1.2.4
|
Version: 1.2.5
|
||||||
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
|
||||||
|
|
|
@ -837,32 +837,25 @@ p.has-background:not(.has-background-background-color) a {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote {
|
.wp-block-pullquote {
|
||||||
padding: calc( 3 * 16px) 0;
|
|
||||||
margin-left: 0;
|
|
||||||
margin-right: 0;
|
|
||||||
text-align: center;
|
|
||||||
border-top-color: #353a46;
|
border-top-color: #353a46;
|
||||||
border-top-width: 4px;
|
border-top-width: 4px;
|
||||||
border-bottom-color: #353a46;
|
border-bottom-color: #353a46;
|
||||||
border-bottom-width: 4px;
|
border-bottom-width: 4px;
|
||||||
color: #f2f2f2;
|
color: #f2f2f2;
|
||||||
/**
|
|
||||||
* Block Options
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote blockquote {
|
.wp-block-pullquote blockquote p {
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote p {
|
|
||||||
font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||||
font-family: var(--font-headings, "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
font-family: var(--font-headings, "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||||
font-size: 1.25em;
|
font-size: 1.25rem;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
line-height: 1.125;
|
line-height: 1.125;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-block-pullquote.is-style-solid-color blockquote p {
|
||||||
|
font-size: 1.25rem;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-block-pullquote a {
|
.wp-block-pullquote a {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
@ -871,42 +864,26 @@ p.has-background:not(.has-background-background-color) a {
|
||||||
.wp-block-pullquote cite,
|
.wp-block-pullquote cite,
|
||||||
.wp-block-pullquote footer {
|
.wp-block-pullquote footer {
|
||||||
color: white;
|
color: white;
|
||||||
font-size: 0.8em;
|
font-size: 0.8rem;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) {
|
.wp-block-pullquote blockquote {
|
||||||
background: none;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color {
|
.wp-block-pullquote.is-style-solid-color {
|
||||||
background-color: #CAAB57;
|
|
||||||
color: #060f29;
|
color: #060f29;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color.alignleft blockquote,
|
|
||||||
.wp-block-pullquote.is-style-solid-color.alignright blockquote {
|
|
||||||
padding-left: 16px;
|
|
||||||
padding-right: 16px;
|
|
||||||
max-width: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color blockquote {
|
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
||||||
.wp-block-pullquote.is-style-solid-color cite,
|
.wp-block-pullquote.is-style-solid-color cite,
|
||||||
.wp-block-pullquote.is-style-solid-color footer {
|
.wp-block-pullquote.is-style-solid-color footer {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.alignwide > p,
|
.wp-block-pullquote.is-style-solid-color:not(.has-background) {
|
||||||
.wp-block-pullquote.alignfull > p,
|
background-color: #CAAB57;
|
||||||
.wp-block-pullquote.alignwide blockquote,
|
|
||||||
.wp-block-pullquote.alignfull blockquote {
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-quote {
|
.wp-block-quote {
|
||||||
|
|
|
@ -6,7 +6,7 @@ Author: Automattic
|
||||||
Author URI: https://automattic.com/
|
Author URI: https://automattic.com/
|
||||||
Description: Rivington is a robust theme designed for single property real estate.
|
Description: Rivington is a robust theme designed for single property real estate.
|
||||||
Requires at least: WordPress 4.9.6
|
Requires at least: WordPress 4.9.6
|
||||||
Version: 1.2.4
|
Version: 1.2.5
|
||||||
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
|
||||||
|
@ -2082,21 +2082,14 @@ p.has-background {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote {
|
.wp-block-pullquote {
|
||||||
padding: calc( 3 * 16px) 0;
|
|
||||||
margin-right: 0;
|
|
||||||
margin-left: 0;
|
|
||||||
text-align: center;
|
|
||||||
border-top-color: #353a46;
|
border-top-color: #353a46;
|
||||||
border-top-width: 4px;
|
border-top-width: 4px;
|
||||||
border-bottom-color: #353a46;
|
border-bottom-color: #353a46;
|
||||||
border-bottom-width: 4px;
|
border-bottom-width: 4px;
|
||||||
color: #f2f2f2;
|
color: #f2f2f2;
|
||||||
/**
|
|
||||||
* Block Options
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote p {
|
.wp-block-pullquote blockquote p {
|
||||||
font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||||
font-family: var(--font-headings, "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
font-family: var(--font-headings, "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||||
font-size: 1.25rem;
|
font-size: 1.25rem;
|
||||||
|
@ -2104,6 +2097,10 @@ p.has-background {
|
||||||
line-height: 1.125;
|
line-height: 1.125;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-block-pullquote.is-style-solid-color blockquote p {
|
||||||
|
font-size: 1.25rem;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-block-pullquote a {
|
.wp-block-pullquote a {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
@ -2114,31 +2111,16 @@ p.has-background {
|
||||||
color: white;
|
color: white;
|
||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
display: block;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) {
|
.wp-block-pullquote blockquote {
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) blockquote {
|
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-default.alignleft blockquote > *, .wp-block-pullquote.is-style-default.aligncenter blockquote > *, .wp-block-pullquote.is-style-default.alignright blockquote > * {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color {
|
.wp-block-pullquote.is-style-solid-color {
|
||||||
color: #060f29;
|
color: #060f29;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color blockquote {
|
|
||||||
padding-right: 16px;
|
|
||||||
padding-left: 16px;
|
|
||||||
max-width: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
||||||
.wp-block-pullquote.is-style-solid-color cite,
|
.wp-block-pullquote.is-style-solid-color cite,
|
||||||
.wp-block-pullquote.is-style-solid-color footer {
|
.wp-block-pullquote.is-style-solid-color footer {
|
||||||
|
@ -2149,14 +2131,6 @@ p.has-background {
|
||||||
background-color: #CAAB57;
|
background-color: #CAAB57;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.alignwide > p,
|
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.wp-block-pullquote.alignwide blockquote,
|
|
||||||
.wp-block-pullquote.alignfull blockquote {
|
|
||||||
margin-right: auto;
|
|
||||||
margin-left: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-quote {
|
.wp-block-quote {
|
||||||
border-right-color: #CAAB57;
|
border-right-color: #CAAB57;
|
||||||
margin: 32px 0;
|
margin: 32px 0;
|
||||||
|
@ -3610,10 +3584,7 @@ img#wpstats {
|
||||||
* Page Layout Styles & Repsonsive Styles
|
* Page Layout Styles & Repsonsive Styles
|
||||||
*/
|
*/
|
||||||
/* Responsive width-content overrides */
|
/* Responsive width-content overrides */
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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%;
|
||||||
|
@ -3622,10 +3593,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 560px) {
|
@media only screen and (min-width: 560px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3633,10 +3601,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 640px) {
|
@media only screen and (min-width: 640px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3644,10 +3609,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 782px) {
|
@media only screen and (min-width: 782px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3655,10 +3617,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1024px) {
|
@media only screen and (min-width: 1024px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3666,10 +3625,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1280px) {
|
@media only screen and (min-width: 1280px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
|
|
@ -6,7 +6,7 @@ Author: Automattic
|
||||||
Author URI: https://automattic.com/
|
Author URI: https://automattic.com/
|
||||||
Description: Rivington is a robust theme designed for single property real estate.
|
Description: Rivington is a robust theme designed for single property real estate.
|
||||||
Requires at least: WordPress 4.9.6
|
Requires at least: WordPress 4.9.6
|
||||||
Version: 1.2.4
|
Version: 1.2.5
|
||||||
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
|
||||||
|
@ -2082,21 +2082,14 @@ p.has-background {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote {
|
.wp-block-pullquote {
|
||||||
padding: calc( 3 * 16px) 0;
|
|
||||||
margin-left: 0;
|
|
||||||
margin-right: 0;
|
|
||||||
text-align: center;
|
|
||||||
border-top-color: #353a46;
|
border-top-color: #353a46;
|
||||||
border-top-width: 4px;
|
border-top-width: 4px;
|
||||||
border-bottom-color: #353a46;
|
border-bottom-color: #353a46;
|
||||||
border-bottom-width: 4px;
|
border-bottom-width: 4px;
|
||||||
color: #f2f2f2;
|
color: #f2f2f2;
|
||||||
/**
|
|
||||||
* Block Options
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote p {
|
.wp-block-pullquote blockquote p {
|
||||||
font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||||
font-family: var(--font-headings, "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
font-family: var(--font-headings, "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
||||||
font-size: 1.25rem;
|
font-size: 1.25rem;
|
||||||
|
@ -2104,6 +2097,10 @@ p.has-background {
|
||||||
line-height: 1.125;
|
line-height: 1.125;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-block-pullquote.is-style-solid-color blockquote p {
|
||||||
|
font-size: 1.25rem;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-block-pullquote a {
|
.wp-block-pullquote a {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
@ -2114,31 +2111,16 @@ p.has-background {
|
||||||
color: white;
|
color: white;
|
||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
display: block;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) {
|
.wp-block-pullquote blockquote {
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) blockquote {
|
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-default.alignleft blockquote > *, .wp-block-pullquote.is-style-default.aligncenter blockquote > *, .wp-block-pullquote.is-style-default.alignright blockquote > * {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color {
|
.wp-block-pullquote.is-style-solid-color {
|
||||||
color: #060f29;
|
color: #060f29;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color blockquote {
|
|
||||||
padding-left: 16px;
|
|
||||||
padding-right: 16px;
|
|
||||||
max-width: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
||||||
.wp-block-pullquote.is-style-solid-color cite,
|
.wp-block-pullquote.is-style-solid-color cite,
|
||||||
.wp-block-pullquote.is-style-solid-color footer {
|
.wp-block-pullquote.is-style-solid-color footer {
|
||||||
|
@ -2149,14 +2131,6 @@ p.has-background {
|
||||||
background-color: #CAAB57;
|
background-color: #CAAB57;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.alignwide > p,
|
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.wp-block-pullquote.alignwide blockquote,
|
|
||||||
.wp-block-pullquote.alignfull blockquote {
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-quote {
|
.wp-block-quote {
|
||||||
border-left-color: #CAAB57;
|
border-left-color: #CAAB57;
|
||||||
margin: 32px 0;
|
margin: 32px 0;
|
||||||
|
@ -3629,10 +3603,7 @@ img#wpstats {
|
||||||
* Page Layout Styles & Repsonsive Styles
|
* Page Layout Styles & Repsonsive Styles
|
||||||
*/
|
*/
|
||||||
/* Responsive width-content overrides */
|
/* Responsive width-content overrides */
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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%;
|
||||||
|
@ -3641,10 +3612,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 560px) {
|
@media only screen and (min-width: 560px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3652,10 +3620,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 640px) {
|
@media only screen and (min-width: 640px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3663,10 +3628,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 782px) {
|
@media only screen and (min-width: 782px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3674,10 +3636,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1024px) {
|
@media only screen and (min-width: 1024px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3685,10 +3644,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1280px) {
|
@media only screen and (min-width: 1280px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
|
2
rockfield/package-lock.json
generated
2
rockfield/package-lock.json
generated
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "rockfield",
|
"name": "rockfield",
|
||||||
"version": "1.3.4",
|
"version": "1.3.5",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "rockfield",
|
"name": "rockfield",
|
||||||
"version": "1.3.4",
|
"version": "1.3.5",
|
||||||
"description": "Rockfield",
|
"description": "Rockfield",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/Automattic/themes/issues"
|
"url": "https://github.com/Automattic/themes/issues"
|
||||||
|
|
|
@ -5,7 +5,7 @@ Author: Automattic
|
||||||
Author URI: https://automattic.com/
|
Author URI: https://automattic.com/
|
||||||
Description: Rockfield is a refined theme designed for restaurants and food-related businesses seeking a classic, elegant look.
|
Description: Rockfield is a refined theme designed for restaurants and food-related businesses seeking a classic, elegant look.
|
||||||
Requires at least: WordPress 4.9.6
|
Requires at least: WordPress 4.9.6
|
||||||
Version: 1.3.4
|
Version: 1.3.5
|
||||||
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
|
||||||
|
|
|
@ -837,32 +837,25 @@ p.has-background:not(.has-background-background-color) a {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote {
|
.wp-block-pullquote {
|
||||||
padding: calc( 3 * 16px) 0;
|
|
||||||
margin-left: 0;
|
|
||||||
margin-right: 0;
|
|
||||||
text-align: center;
|
|
||||||
border-top-color: #E0E0E0;
|
border-top-color: #E0E0E0;
|
||||||
border-top-width: 2px;
|
border-top-width: 2px;
|
||||||
border-bottom-color: #E0E0E0;
|
border-bottom-color: #E0E0E0;
|
||||||
border-bottom-width: 2px;
|
border-bottom-width: 2px;
|
||||||
color: #444444;
|
color: #444444;
|
||||||
/**
|
|
||||||
* Block Options
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote blockquote {
|
.wp-block-pullquote blockquote p {
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote p {
|
|
||||||
font-family: Lora, Baskerville, Georgia, Times, serif;
|
font-family: Lora, Baskerville, Georgia, Times, serif;
|
||||||
font-family: var(--font-headings, Lora, Baskerville, Georgia, Times, serif);
|
font-family: var(--font-headings, Lora, Baskerville, Georgia, Times, serif);
|
||||||
font-size: 1.728em;
|
font-size: 1.728rem;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
line-height: 1.125;
|
line-height: 1.125;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-block-pullquote.is-style-solid-color blockquote p {
|
||||||
|
font-size: 1.728rem;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-block-pullquote a {
|
.wp-block-pullquote a {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
@ -871,42 +864,26 @@ p.has-background:not(.has-background-background-color) a {
|
||||||
.wp-block-pullquote cite,
|
.wp-block-pullquote cite,
|
||||||
.wp-block-pullquote footer {
|
.wp-block-pullquote footer {
|
||||||
color: #757575;
|
color: #757575;
|
||||||
font-size: 0.83333em;
|
font-size: 0.83333rem;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) {
|
.wp-block-pullquote blockquote {
|
||||||
background: none;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color {
|
.wp-block-pullquote.is-style-solid-color {
|
||||||
background-color: #222222;
|
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color.alignleft blockquote,
|
|
||||||
.wp-block-pullquote.is-style-solid-color.alignright blockquote {
|
|
||||||
padding-left: 16px;
|
|
||||||
padding-right: 16px;
|
|
||||||
max-width: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color blockquote {
|
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
||||||
.wp-block-pullquote.is-style-solid-color cite,
|
.wp-block-pullquote.is-style-solid-color cite,
|
||||||
.wp-block-pullquote.is-style-solid-color footer {
|
.wp-block-pullquote.is-style-solid-color footer {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.alignwide > p,
|
.wp-block-pullquote.is-style-solid-color:not(.has-background) {
|
||||||
.wp-block-pullquote.alignfull > p,
|
background-color: #222222;
|
||||||
.wp-block-pullquote.alignwide blockquote,
|
|
||||||
.wp-block-pullquote.alignfull blockquote {
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-quote {
|
.wp-block-quote {
|
||||||
|
|
|
@ -6,7 +6,7 @@ Author: Automattic
|
||||||
Author URI: https://automattic.com/
|
Author URI: https://automattic.com/
|
||||||
Description: Rockfield is a refined theme designed for restaurants and food-related businesses seeking a classic, elegant look.
|
Description: Rockfield is a refined theme designed for restaurants and food-related businesses seeking a classic, elegant look.
|
||||||
Requires at least: WordPress 4.9.6
|
Requires at least: WordPress 4.9.6
|
||||||
Version: 1.3.4
|
Version: 1.3.5
|
||||||
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
|
||||||
|
@ -2082,21 +2082,14 @@ p.has-background {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote {
|
.wp-block-pullquote {
|
||||||
padding: calc( 3 * 16px) 0;
|
|
||||||
margin-right: 0;
|
|
||||||
margin-left: 0;
|
|
||||||
text-align: center;
|
|
||||||
border-top-color: #E0E0E0;
|
border-top-color: #E0E0E0;
|
||||||
border-top-width: 2px;
|
border-top-width: 2px;
|
||||||
border-bottom-color: #E0E0E0;
|
border-bottom-color: #E0E0E0;
|
||||||
border-bottom-width: 2px;
|
border-bottom-width: 2px;
|
||||||
color: #444444;
|
color: #444444;
|
||||||
/**
|
|
||||||
* Block Options
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote p {
|
.wp-block-pullquote blockquote p {
|
||||||
font-family: Lora, Baskerville, Georgia, Times, serif;
|
font-family: Lora, Baskerville, Georgia, Times, serif;
|
||||||
font-family: var(--font-headings, Lora, Baskerville, Georgia, Times, serif);
|
font-family: var(--font-headings, Lora, Baskerville, Georgia, Times, serif);
|
||||||
font-size: 1.728rem;
|
font-size: 1.728rem;
|
||||||
|
@ -2104,6 +2097,10 @@ p.has-background {
|
||||||
line-height: 1.125;
|
line-height: 1.125;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-block-pullquote.is-style-solid-color blockquote p {
|
||||||
|
font-size: 1.728rem;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-block-pullquote a {
|
.wp-block-pullquote a {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
@ -2114,31 +2111,16 @@ p.has-background {
|
||||||
color: #757575;
|
color: #757575;
|
||||||
font-size: 0.83333rem;
|
font-size: 0.83333rem;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
display: block;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) {
|
.wp-block-pullquote blockquote {
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) blockquote {
|
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-default.alignleft blockquote > *, .wp-block-pullquote.is-style-default.aligncenter blockquote > *, .wp-block-pullquote.is-style-default.alignright blockquote > * {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color {
|
.wp-block-pullquote.is-style-solid-color {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color blockquote {
|
|
||||||
padding-right: 16px;
|
|
||||||
padding-left: 16px;
|
|
||||||
max-width: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
||||||
.wp-block-pullquote.is-style-solid-color cite,
|
.wp-block-pullquote.is-style-solid-color cite,
|
||||||
.wp-block-pullquote.is-style-solid-color footer {
|
.wp-block-pullquote.is-style-solid-color footer {
|
||||||
|
@ -2149,14 +2131,6 @@ p.has-background {
|
||||||
background-color: #222222;
|
background-color: #222222;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.alignwide > p,
|
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.wp-block-pullquote.alignwide blockquote,
|
|
||||||
.wp-block-pullquote.alignfull blockquote {
|
|
||||||
margin-right: auto;
|
|
||||||
margin-left: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-quote {
|
.wp-block-quote {
|
||||||
border-right-color: #222222;
|
border-right-color: #222222;
|
||||||
margin: 32px 0;
|
margin: 32px 0;
|
||||||
|
@ -3610,10 +3584,7 @@ img#wpstats {
|
||||||
* Page Layout Styles & Repsonsive Styles
|
* Page Layout Styles & Repsonsive Styles
|
||||||
*/
|
*/
|
||||||
/* Responsive width-content overrides */
|
/* Responsive width-content overrides */
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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%;
|
||||||
|
@ -3622,10 +3593,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 560px) {
|
@media only screen and (min-width: 560px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3633,10 +3601,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 640px) {
|
@media only screen and (min-width: 640px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3644,10 +3609,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 782px) {
|
@media only screen and (min-width: 782px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3655,10 +3617,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1024px) {
|
@media only screen and (min-width: 1024px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3666,10 +3625,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1280px) {
|
@media only screen and (min-width: 1280px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
|
|
@ -6,7 +6,7 @@ Author: Automattic
|
||||||
Author URI: https://automattic.com/
|
Author URI: https://automattic.com/
|
||||||
Description: Rockfield is a refined theme designed for restaurants and food-related businesses seeking a classic, elegant look.
|
Description: Rockfield is a refined theme designed for restaurants and food-related businesses seeking a classic, elegant look.
|
||||||
Requires at least: WordPress 4.9.6
|
Requires at least: WordPress 4.9.6
|
||||||
Version: 1.3.4
|
Version: 1.3.5
|
||||||
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
|
||||||
|
@ -2082,21 +2082,14 @@ p.has-background {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote {
|
.wp-block-pullquote {
|
||||||
padding: calc( 3 * 16px) 0;
|
|
||||||
margin-left: 0;
|
|
||||||
margin-right: 0;
|
|
||||||
text-align: center;
|
|
||||||
border-top-color: #E0E0E0;
|
border-top-color: #E0E0E0;
|
||||||
border-top-width: 2px;
|
border-top-width: 2px;
|
||||||
border-bottom-color: #E0E0E0;
|
border-bottom-color: #E0E0E0;
|
||||||
border-bottom-width: 2px;
|
border-bottom-width: 2px;
|
||||||
color: #444444;
|
color: #444444;
|
||||||
/**
|
|
||||||
* Block Options
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote p {
|
.wp-block-pullquote blockquote p {
|
||||||
font-family: Lora, Baskerville, Georgia, Times, serif;
|
font-family: Lora, Baskerville, Georgia, Times, serif;
|
||||||
font-family: var(--font-headings, Lora, Baskerville, Georgia, Times, serif);
|
font-family: var(--font-headings, Lora, Baskerville, Georgia, Times, serif);
|
||||||
font-size: 1.728rem;
|
font-size: 1.728rem;
|
||||||
|
@ -2104,6 +2097,10 @@ p.has-background {
|
||||||
line-height: 1.125;
|
line-height: 1.125;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-block-pullquote.is-style-solid-color blockquote p {
|
||||||
|
font-size: 1.728rem;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-block-pullquote a {
|
.wp-block-pullquote a {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
@ -2114,31 +2111,16 @@ p.has-background {
|
||||||
color: #757575;
|
color: #757575;
|
||||||
font-size: 0.83333rem;
|
font-size: 0.83333rem;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
display: block;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) {
|
.wp-block-pullquote blockquote {
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) blockquote {
|
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-default.alignleft blockquote > *, .wp-block-pullquote.is-style-default.aligncenter blockquote > *, .wp-block-pullquote.is-style-default.alignright blockquote > * {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color {
|
.wp-block-pullquote.is-style-solid-color {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color blockquote {
|
|
||||||
padding-left: 16px;
|
|
||||||
padding-right: 16px;
|
|
||||||
max-width: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
||||||
.wp-block-pullquote.is-style-solid-color cite,
|
.wp-block-pullquote.is-style-solid-color cite,
|
||||||
.wp-block-pullquote.is-style-solid-color footer {
|
.wp-block-pullquote.is-style-solid-color footer {
|
||||||
|
@ -2149,14 +2131,6 @@ p.has-background {
|
||||||
background-color: #222222;
|
background-color: #222222;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.alignwide > p,
|
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.wp-block-pullquote.alignwide blockquote,
|
|
||||||
.wp-block-pullquote.alignfull blockquote {
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-quote {
|
.wp-block-quote {
|
||||||
border-left-color: #222222;
|
border-left-color: #222222;
|
||||||
margin: 32px 0;
|
margin: 32px 0;
|
||||||
|
@ -3629,10 +3603,7 @@ img#wpstats {
|
||||||
* Page Layout Styles & Repsonsive Styles
|
* Page Layout Styles & Repsonsive Styles
|
||||||
*/
|
*/
|
||||||
/* Responsive width-content overrides */
|
/* Responsive width-content overrides */
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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%;
|
||||||
|
@ -3641,10 +3612,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 560px) {
|
@media only screen and (min-width: 560px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3652,10 +3620,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 640px) {
|
@media only screen and (min-width: 640px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3663,10 +3628,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 782px) {
|
@media only screen and (min-width: 782px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3674,10 +3636,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1024px) {
|
@media only screen and (min-width: 1024px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3685,10 +3644,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1280px) {
|
@media only screen and (min-width: 1280px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
|
2
shawburn/package-lock.json
generated
2
shawburn/package-lock.json
generated
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "shawburn",
|
"name": "shawburn",
|
||||||
"version": "1.3.5",
|
"version": "1.3.6",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "shawburn",
|
"name": "shawburn",
|
||||||
"version": "1.3.5",
|
"version": "1.3.6",
|
||||||
"description": "Shawburn",
|
"description": "Shawburn",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/Automattic/themes/issues"
|
"url": "https://github.com/Automattic/themes/issues"
|
||||||
|
|
|
@ -5,7 +5,7 @@ Author: Automattic
|
||||||
Author URI: https://automattic.com/
|
Author URI: https://automattic.com/
|
||||||
Description: Shawburn is the ideal choice for creating an online presence for your business.
|
Description: Shawburn is the ideal choice for creating an online presence for your business.
|
||||||
Requires at least: WordPress 4.9.6
|
Requires at least: WordPress 4.9.6
|
||||||
Version: 1.3.5
|
Version: 1.3.6
|
||||||
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
|
||||||
|
|
|
@ -837,32 +837,25 @@ p.has-background:not(.has-background-background-color) a {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote {
|
.wp-block-pullquote {
|
||||||
padding: calc( 3 * 16px) 0;
|
|
||||||
margin-left: 0;
|
|
||||||
margin-right: 0;
|
|
||||||
text-align: center;
|
|
||||||
border-top-color: #EAEAEA;
|
border-top-color: #EAEAEA;
|
||||||
border-top-width: 2px;
|
border-top-width: 2px;
|
||||||
border-bottom-color: #EAEAEA;
|
border-bottom-color: #EAEAEA;
|
||||||
border-bottom-width: 2px;
|
border-bottom-width: 2px;
|
||||||
color: #444444;
|
color: #444444;
|
||||||
/**
|
|
||||||
* Block Options
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote blockquote {
|
.wp-block-pullquote blockquote p {
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote p {
|
|
||||||
font-family: "PT Sans", Arial, sans-serif;
|
font-family: "PT Sans", Arial, sans-serif;
|
||||||
font-family: var(--font-base, "PT Sans", Arial, sans-serif);
|
font-family: var(--font-base, "PT Sans", Arial, sans-serif);
|
||||||
font-size: 1.2em;
|
font-size: 1.2rem;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
line-height: 1.125;
|
line-height: 1.125;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-block-pullquote.is-style-solid-color blockquote p {
|
||||||
|
font-size: 1.2rem;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-block-pullquote a {
|
.wp-block-pullquote a {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
@ -871,42 +864,26 @@ p.has-background:not(.has-background-background-color) a {
|
||||||
.wp-block-pullquote cite,
|
.wp-block-pullquote cite,
|
||||||
.wp-block-pullquote footer {
|
.wp-block-pullquote footer {
|
||||||
color: #767676;
|
color: #767676;
|
||||||
font-size: 0.83333em;
|
font-size: 0.83333rem;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) {
|
.wp-block-pullquote blockquote {
|
||||||
background: none;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color {
|
.wp-block-pullquote.is-style-solid-color {
|
||||||
background-color: #0C80A1;
|
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color.alignleft blockquote,
|
|
||||||
.wp-block-pullquote.is-style-solid-color.alignright blockquote {
|
|
||||||
padding-left: 16px;
|
|
||||||
padding-right: 16px;
|
|
||||||
max-width: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color blockquote {
|
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
||||||
.wp-block-pullquote.is-style-solid-color cite,
|
.wp-block-pullquote.is-style-solid-color cite,
|
||||||
.wp-block-pullquote.is-style-solid-color footer {
|
.wp-block-pullquote.is-style-solid-color footer {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.alignwide > p,
|
.wp-block-pullquote.is-style-solid-color:not(.has-background) {
|
||||||
.wp-block-pullquote.alignfull > p,
|
background-color: #0C80A1;
|
||||||
.wp-block-pullquote.alignwide blockquote,
|
|
||||||
.wp-block-pullquote.alignfull blockquote {
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-quote {
|
.wp-block-quote {
|
||||||
|
|
|
@ -6,7 +6,7 @@ Author: Automattic
|
||||||
Author URI: https://automattic.com/
|
Author URI: https://automattic.com/
|
||||||
Description: Shawburn is the ideal choice for creating an online presence for your business.
|
Description: Shawburn is the ideal choice for creating an online presence for your business.
|
||||||
Requires at least: WordPress 4.9.6
|
Requires at least: WordPress 4.9.6
|
||||||
Version: 1.3.5
|
Version: 1.3.6
|
||||||
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
|
||||||
|
@ -2082,21 +2082,14 @@ p.has-background {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote {
|
.wp-block-pullquote {
|
||||||
padding: calc( 3 * 16px) 0;
|
|
||||||
margin-right: 0;
|
|
||||||
margin-left: 0;
|
|
||||||
text-align: center;
|
|
||||||
border-top-color: #EAEAEA;
|
border-top-color: #EAEAEA;
|
||||||
border-top-width: 2px;
|
border-top-width: 2px;
|
||||||
border-bottom-color: #EAEAEA;
|
border-bottom-color: #EAEAEA;
|
||||||
border-bottom-width: 2px;
|
border-bottom-width: 2px;
|
||||||
color: #444444;
|
color: #444444;
|
||||||
/**
|
|
||||||
* Block Options
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote p {
|
.wp-block-pullquote blockquote p {
|
||||||
font-family: "PT Sans", Arial, sans-serif;
|
font-family: "PT Sans", Arial, sans-serif;
|
||||||
font-family: var(--font-base, "PT Sans", Arial, sans-serif);
|
font-family: var(--font-base, "PT Sans", Arial, sans-serif);
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
|
@ -2104,6 +2097,10 @@ p.has-background {
|
||||||
line-height: 1.125;
|
line-height: 1.125;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-block-pullquote.is-style-solid-color blockquote p {
|
||||||
|
font-size: 1.2rem;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-block-pullquote a {
|
.wp-block-pullquote a {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
@ -2114,31 +2111,16 @@ p.has-background {
|
||||||
color: #767676;
|
color: #767676;
|
||||||
font-size: 0.83333rem;
|
font-size: 0.83333rem;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
display: block;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) {
|
.wp-block-pullquote blockquote {
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) blockquote {
|
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-default.alignleft blockquote > *, .wp-block-pullquote.is-style-default.aligncenter blockquote > *, .wp-block-pullquote.is-style-default.alignright blockquote > * {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color {
|
.wp-block-pullquote.is-style-solid-color {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color blockquote {
|
|
||||||
padding-right: 16px;
|
|
||||||
padding-left: 16px;
|
|
||||||
max-width: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
||||||
.wp-block-pullquote.is-style-solid-color cite,
|
.wp-block-pullquote.is-style-solid-color cite,
|
||||||
.wp-block-pullquote.is-style-solid-color footer {
|
.wp-block-pullquote.is-style-solid-color footer {
|
||||||
|
@ -2149,14 +2131,6 @@ p.has-background {
|
||||||
background-color: #0C80A1;
|
background-color: #0C80A1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.alignwide > p,
|
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.wp-block-pullquote.alignwide blockquote,
|
|
||||||
.wp-block-pullquote.alignfull blockquote {
|
|
||||||
margin-right: auto;
|
|
||||||
margin-left: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-quote {
|
.wp-block-quote {
|
||||||
border-right-color: #0C80A1;
|
border-right-color: #0C80A1;
|
||||||
margin: 32px 0;
|
margin: 32px 0;
|
||||||
|
@ -3609,10 +3583,7 @@ img#wpstats {
|
||||||
* Page Layout Styles & Repsonsive Styles
|
* Page Layout Styles & Repsonsive Styles
|
||||||
*/
|
*/
|
||||||
/* Responsive width-content overrides */
|
/* Responsive width-content overrides */
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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%;
|
||||||
|
@ -3621,10 +3592,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 560px) {
|
@media only screen and (min-width: 560px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3632,10 +3600,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 640px) {
|
@media only screen and (min-width: 640px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3643,10 +3608,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 782px) {
|
@media only screen and (min-width: 782px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3654,10 +3616,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1024px) {
|
@media only screen and (min-width: 1024px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3665,10 +3624,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1280px) {
|
@media only screen and (min-width: 1280px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
|
|
@ -6,7 +6,7 @@ Author: Automattic
|
||||||
Author URI: https://automattic.com/
|
Author URI: https://automattic.com/
|
||||||
Description: Shawburn is the ideal choice for creating an online presence for your business.
|
Description: Shawburn is the ideal choice for creating an online presence for your business.
|
||||||
Requires at least: WordPress 4.9.6
|
Requires at least: WordPress 4.9.6
|
||||||
Version: 1.3.5
|
Version: 1.3.6
|
||||||
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
|
||||||
|
@ -2082,21 +2082,14 @@ p.has-background {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote {
|
.wp-block-pullquote {
|
||||||
padding: calc( 3 * 16px) 0;
|
|
||||||
margin-left: 0;
|
|
||||||
margin-right: 0;
|
|
||||||
text-align: center;
|
|
||||||
border-top-color: #EAEAEA;
|
border-top-color: #EAEAEA;
|
||||||
border-top-width: 2px;
|
border-top-width: 2px;
|
||||||
border-bottom-color: #EAEAEA;
|
border-bottom-color: #EAEAEA;
|
||||||
border-bottom-width: 2px;
|
border-bottom-width: 2px;
|
||||||
color: #444444;
|
color: #444444;
|
||||||
/**
|
|
||||||
* Block Options
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote p {
|
.wp-block-pullquote blockquote p {
|
||||||
font-family: "PT Sans", Arial, sans-serif;
|
font-family: "PT Sans", Arial, sans-serif;
|
||||||
font-family: var(--font-base, "PT Sans", Arial, sans-serif);
|
font-family: var(--font-base, "PT Sans", Arial, sans-serif);
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
|
@ -2104,6 +2097,10 @@ p.has-background {
|
||||||
line-height: 1.125;
|
line-height: 1.125;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-block-pullquote.is-style-solid-color blockquote p {
|
||||||
|
font-size: 1.2rem;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-block-pullquote a {
|
.wp-block-pullquote a {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
@ -2114,31 +2111,16 @@ p.has-background {
|
||||||
color: #767676;
|
color: #767676;
|
||||||
font-size: 0.83333rem;
|
font-size: 0.83333rem;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
display: block;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) {
|
.wp-block-pullquote blockquote {
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) blockquote {
|
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-default.alignleft blockquote > *, .wp-block-pullquote.is-style-default.aligncenter blockquote > *, .wp-block-pullquote.is-style-default.alignright blockquote > * {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color {
|
.wp-block-pullquote.is-style-solid-color {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color blockquote {
|
|
||||||
padding-left: 16px;
|
|
||||||
padding-right: 16px;
|
|
||||||
max-width: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
||||||
.wp-block-pullquote.is-style-solid-color cite,
|
.wp-block-pullquote.is-style-solid-color cite,
|
||||||
.wp-block-pullquote.is-style-solid-color footer {
|
.wp-block-pullquote.is-style-solid-color footer {
|
||||||
|
@ -2149,14 +2131,6 @@ p.has-background {
|
||||||
background-color: #0C80A1;
|
background-color: #0C80A1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.alignwide > p,
|
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.wp-block-pullquote.alignwide blockquote,
|
|
||||||
.wp-block-pullquote.alignfull blockquote {
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-quote {
|
.wp-block-quote {
|
||||||
border-left-color: #0C80A1;
|
border-left-color: #0C80A1;
|
||||||
margin: 32px 0;
|
margin: 32px 0;
|
||||||
|
@ -3628,10 +3602,7 @@ img#wpstats {
|
||||||
* Page Layout Styles & Repsonsive Styles
|
* Page Layout Styles & Repsonsive Styles
|
||||||
*/
|
*/
|
||||||
/* Responsive width-content overrides */
|
/* Responsive width-content overrides */
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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%;
|
||||||
|
@ -3640,10 +3611,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 560px) {
|
@media only screen and (min-width: 560px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3651,10 +3619,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 640px) {
|
@media only screen and (min-width: 640px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3662,10 +3627,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 782px) {
|
@media only screen and (min-width: 782px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3673,10 +3635,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1024px) {
|
@media only screen and (min-width: 1024px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3684,10 +3643,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1280px) {
|
@media only screen and (min-width: 1280px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
|
2
stow/package-lock.json
generated
2
stow/package-lock.json
generated
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "stow",
|
"name": "stow",
|
||||||
"version": "1.4.4",
|
"version": "1.4.5",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "stow",
|
"name": "stow",
|
||||||
"version": "1.4.4",
|
"version": "1.4.5",
|
||||||
"description": "Stow",
|
"description": "Stow",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/Automattic/themes/issues"
|
"url": "https://github.com/Automattic/themes/issues"
|
||||||
|
|
|
@ -5,7 +5,7 @@ Author: Automattic
|
||||||
Author URI: https://automattic.com/
|
Author URI: https://automattic.com/
|
||||||
Description: A bold and clean theme - Stow is the ideal choice for creating an online presence for your business.
|
Description: A bold and clean theme - Stow is the ideal choice for creating an online presence for your business.
|
||||||
Requires at least: WordPress 4.9.6
|
Requires at least: WordPress 4.9.6
|
||||||
Version: 1.4.4
|
Version: 1.4.5
|
||||||
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
|
||||||
|
|
|
@ -837,32 +837,25 @@ p.has-background:not(.has-background-background-color) a {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote {
|
.wp-block-pullquote {
|
||||||
padding: calc( 3 * 16px) 0;
|
|
||||||
margin-left: 0;
|
|
||||||
margin-right: 0;
|
|
||||||
text-align: center;
|
|
||||||
border-top-color: #DDDDDD;
|
border-top-color: #DDDDDD;
|
||||||
border-top-width: 4px;
|
border-top-width: 4px;
|
||||||
border-bottom-color: #DDDDDD;
|
border-bottom-color: #DDDDDD;
|
||||||
border-bottom-width: 4px;
|
border-bottom-width: 4px;
|
||||||
color: #444444;
|
color: #444444;
|
||||||
/**
|
|
||||||
* Block Options
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote blockquote {
|
.wp-block-pullquote blockquote p {
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote p {
|
|
||||||
font-family: "Source Sans Pro", Arial, sans-serif;
|
font-family: "Source Sans Pro", Arial, sans-serif;
|
||||||
font-family: var(--font-base, "Source Sans Pro", Arial, sans-serif);
|
font-family: var(--font-base, "Source Sans Pro", Arial, sans-serif);
|
||||||
font-size: 1.2em;
|
font-size: 1.2rem;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
line-height: 1.125;
|
line-height: 1.125;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-block-pullquote.is-style-solid-color blockquote p {
|
||||||
|
font-size: 1.2rem;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-block-pullquote a {
|
.wp-block-pullquote a {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
@ -871,42 +864,26 @@ p.has-background:not(.has-background-background-color) a {
|
||||||
.wp-block-pullquote cite,
|
.wp-block-pullquote cite,
|
||||||
.wp-block-pullquote footer {
|
.wp-block-pullquote footer {
|
||||||
color: #767676;
|
color: #767676;
|
||||||
font-size: 0.83333em;
|
font-size: 0.83333rem;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) {
|
.wp-block-pullquote blockquote {
|
||||||
background: none;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color {
|
.wp-block-pullquote.is-style-solid-color {
|
||||||
background-color: #404040;
|
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color.alignleft blockquote,
|
|
||||||
.wp-block-pullquote.is-style-solid-color.alignright blockquote {
|
|
||||||
padding-left: 16px;
|
|
||||||
padding-right: 16px;
|
|
||||||
max-width: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color blockquote {
|
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
||||||
.wp-block-pullquote.is-style-solid-color cite,
|
.wp-block-pullquote.is-style-solid-color cite,
|
||||||
.wp-block-pullquote.is-style-solid-color footer {
|
.wp-block-pullquote.is-style-solid-color footer {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.alignwide > p,
|
.wp-block-pullquote.is-style-solid-color:not(.has-background) {
|
||||||
.wp-block-pullquote.alignfull > p,
|
background-color: #404040;
|
||||||
.wp-block-pullquote.alignwide blockquote,
|
|
||||||
.wp-block-pullquote.alignfull blockquote {
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-quote {
|
.wp-block-quote {
|
||||||
|
|
|
@ -6,7 +6,7 @@ Author: Automattic
|
||||||
Author URI: https://automattic.com/
|
Author URI: https://automattic.com/
|
||||||
Description: A bold and clean theme - Stow is the ideal choice for creating an online presence for your business.
|
Description: A bold and clean theme - Stow is the ideal choice for creating an online presence for your business.
|
||||||
Requires at least: WordPress 4.9.6
|
Requires at least: WordPress 4.9.6
|
||||||
Version: 1.4.4
|
Version: 1.4.5
|
||||||
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
|
||||||
|
@ -2082,21 +2082,14 @@ p.has-background {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote {
|
.wp-block-pullquote {
|
||||||
padding: calc( 3 * 16px) 0;
|
|
||||||
margin-right: 0;
|
|
||||||
margin-left: 0;
|
|
||||||
text-align: center;
|
|
||||||
border-top-color: #DDDDDD;
|
border-top-color: #DDDDDD;
|
||||||
border-top-width: 4px;
|
border-top-width: 4px;
|
||||||
border-bottom-color: #DDDDDD;
|
border-bottom-color: #DDDDDD;
|
||||||
border-bottom-width: 4px;
|
border-bottom-width: 4px;
|
||||||
color: #444444;
|
color: #444444;
|
||||||
/**
|
|
||||||
* Block Options
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote p {
|
.wp-block-pullquote blockquote p {
|
||||||
font-family: "Source Sans Pro", Arial, sans-serif;
|
font-family: "Source Sans Pro", Arial, sans-serif;
|
||||||
font-family: var(--font-base, "Source Sans Pro", Arial, sans-serif);
|
font-family: var(--font-base, "Source Sans Pro", Arial, sans-serif);
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
|
@ -2104,6 +2097,10 @@ p.has-background {
|
||||||
line-height: 1.125;
|
line-height: 1.125;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-block-pullquote.is-style-solid-color blockquote p {
|
||||||
|
font-size: 1.2rem;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-block-pullquote a {
|
.wp-block-pullquote a {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
@ -2114,31 +2111,16 @@ p.has-background {
|
||||||
color: #767676;
|
color: #767676;
|
||||||
font-size: 0.83333rem;
|
font-size: 0.83333rem;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
display: block;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) {
|
.wp-block-pullquote blockquote {
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote:not(.is-style-solid-color) blockquote {
|
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-default.alignleft blockquote > *, .wp-block-pullquote.is-style-default.aligncenter blockquote > *, .wp-block-pullquote.is-style-default.alignright blockquote > * {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color {
|
.wp-block-pullquote.is-style-solid-color {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color blockquote {
|
|
||||||
padding-right: 16px;
|
|
||||||
padding-left: 16px;
|
|
||||||
max-width: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
||||||
.wp-block-pullquote.is-style-solid-color cite,
|
.wp-block-pullquote.is-style-solid-color cite,
|
||||||
.wp-block-pullquote.is-style-solid-color footer {
|
.wp-block-pullquote.is-style-solid-color footer {
|
||||||
|
@ -2149,14 +2131,6 @@ p.has-background {
|
||||||
background-color: #404040;
|
background-color: #404040;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.alignwide > p,
|
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.wp-block-pullquote.alignwide blockquote,
|
|
||||||
.wp-block-pullquote.alignfull blockquote {
|
|
||||||
margin-right: auto;
|
|
||||||
margin-left: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-quote {
|
.wp-block-quote {
|
||||||
border-right-color: #404040;
|
border-right-color: #404040;
|
||||||
margin: 32px 0;
|
margin: 32px 0;
|
||||||
|
@ -3610,10 +3584,7 @@ img#wpstats {
|
||||||
* Page Layout Styles & Repsonsive Styles
|
* Page Layout Styles & Repsonsive Styles
|
||||||
*/
|
*/
|
||||||
/* Responsive width-content overrides */
|
/* Responsive width-content overrides */
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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%;
|
||||||
|
@ -3622,10 +3593,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 560px) {
|
@media only screen and (min-width: 560px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3633,10 +3601,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 640px) {
|
@media only screen and (min-width: 640px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3644,10 +3609,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 782px) {
|
@media only screen and (min-width: 782px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3655,10 +3617,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1024px) {
|
@media only screen and (min-width: 1024px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
@ -3666,10 +3625,7 @@ img#wpstats {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1280px) {
|
@media only screen and (min-width: 1280px) {
|
||||||
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment),
|
||||||
.wp-block-pullquote.alignfull > p,
|
|
||||||
.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):not(.wp-block-button):not(.entry-attachment),
|
|
||||||
.entry-content > *:not(.wp-block-button),
|
.entry-content > *:not(.wp-block-button),
|
||||||
.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);
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue