|
@@ -974,9 +974,18 @@ footer {
|
|
|
margin-bottom: 0;
|
|
|
}
|
|
|
|
|
|
-.entry-content > *.alignfull + .alignleft,
|
|
|
+.entry-content > *.alignfull + .alignleft {
|
|
|
+ float: left;
|
|
|
+ margin-top: 32px;
|
|
|
+ margin-left: 16px;
|
|
|
+ margin-right: 16px;
|
|
|
+}
|
|
|
+
|
|
|
.entry-content > *.alignfull + .alignright {
|
|
|
+ float: right;
|
|
|
margin-top: 32px;
|
|
|
+ margin-left: 16px;
|
|
|
+ margin-right: 16px;
|
|
|
}
|
|
|
|
|
|
/**
|
|
@@ -1817,6 +1826,7 @@ img {
|
|
|
}
|
|
|
|
|
|
.wp-block-latest-posts > li {
|
|
|
+ word-wrap: break-word;
|
|
|
/* Vertical margins logic */
|
|
|
margin-top: 32px;
|
|
|
margin-bottom: 32px;
|
|
@@ -2365,6 +2375,11 @@ table.is-style-stripes tbody tr:nth-child(odd),
|
|
|
margin-bottom: 32px;
|
|
|
}
|
|
|
|
|
|
+.entry-content > .alignleft {
|
|
|
+ /*rtl:ignore*/
|
|
|
+ float: left;
|
|
|
+}
|
|
|
+
|
|
|
/**
|
|
|
* .aligncenter
|
|
|
*/
|
|
@@ -2389,6 +2404,11 @@ table.is-style-stripes tbody tr:nth-child(odd),
|
|
|
margin-left: 16px;
|
|
|
}
|
|
|
|
|
|
+.entry-content > .alignright {
|
|
|
+ /*rtl:ignore*/
|
|
|
+ float: right;
|
|
|
+}
|
|
|
+
|
|
|
.entry-content * > .alignleft + *,
|
|
|
.entry-content * > .alignright + * {
|
|
|
margin-top: 0;
|
|
@@ -2457,50 +2477,63 @@ table.is-style-stripes tbody tr:nth-child(odd),
|
|
|
}
|
|
|
|
|
|
.has-background:not(.has-background-background-color) a:not(.wp-block-button__link),
|
|
|
-.has-background a:not(.wp-block-button__link),
|
|
|
-.has-background p, .has-background h1, .has-background h2, .has-background h3, .has-background h4, .has-background h5, .has-background h6 {
|
|
|
+.has-background p:not(.has-text-color),
|
|
|
+.has-background h1:not(.has-text-color),
|
|
|
+.has-background h2:not(.has-text-color),
|
|
|
+.has-background h3:not(.has-text-color),
|
|
|
+.has-background h4:not(.has-text-color),
|
|
|
+.has-background h5:not(.has-text-color),
|
|
|
+.has-background h6:not(.has-text-color) {
|
|
|
color: currentColor;
|
|
|
}
|
|
|
|
|
|
.has-primary-background-color,
|
|
|
.has-primary-background-color.has-background-dim {
|
|
|
background-color: #20603C;
|
|
|
+ color: #FFFDF6;
|
|
|
}
|
|
|
|
|
|
.has-secondary-background-color,
|
|
|
.has-secondary-background-color.has-background-dim {
|
|
|
background-color: #655441;
|
|
|
+ color: #FFFDF6;
|
|
|
}
|
|
|
|
|
|
.has-background-dim,
|
|
|
.has-foreground-background-color,
|
|
|
.has-foreground-background-color.has-background-dim {
|
|
|
background-color: #3C2323;
|
|
|
+ color: #FFFDF6;
|
|
|
}
|
|
|
|
|
|
.has-foreground-light-background-color,
|
|
|
.has-foreground-light-background-color.has-background-dim {
|
|
|
background-color: #844d4d;
|
|
|
+ color: #FFFDF6;
|
|
|
}
|
|
|
|
|
|
.has-foreground-dark-background-color,
|
|
|
.has-foreground-dark-background-color.has-background-dim {
|
|
|
background-color: #0D1B24;
|
|
|
+ color: #FFFDF6;
|
|
|
}
|
|
|
|
|
|
.has-background-light-background-color,
|
|
|
.has-background-light-background-color.has-background-dim {
|
|
|
background-color: #FDF9EC;
|
|
|
+ color: #3C2323;
|
|
|
}
|
|
|
|
|
|
.has-background-dark-background-color,
|
|
|
.has-background-dark-background-color.has-background-dim {
|
|
|
background-color: #DDDDDD;
|
|
|
+ color: #3C2323;
|
|
|
}
|
|
|
|
|
|
.has-background-background-color,
|
|
|
.has-background-background-color.has-background-dim {
|
|
|
background-color: #FFFDF6;
|
|
|
+ color: #3C2323;
|
|
|
}
|
|
|
|
|
|
.is-small-text,
|
|
@@ -3766,13 +3799,14 @@ img#wpstats {
|
|
|
|
|
|
.entry-content > .alignright {
|
|
|
/*rtl:ignore*/
|
|
|
- margin-right: 16px;
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 560px) {
|
|
|
.entry-content > .alignright {
|
|
|
/*rtl:ignore*/
|
|
|
margin-right: calc( 0.5 * (100vw - calc( 560px - 32px)));
|
|
|
+ max-width: calc( 0.5 * calc( 560px - 32px));
|
|
|
+ margin-left: 16px;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -3780,6 +3814,7 @@ img#wpstats {
|
|
|
.entry-content > .alignright {
|
|
|
/*rtl:ignore*/
|
|
|
margin-right: calc( 0.5 * (100vw - calc( 640px - 32px)));
|
|
|
+ max-width: calc( 0.5 * calc( 640px - 32px));
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -3787,6 +3822,7 @@ img#wpstats {
|
|
|
.entry-content > .alignright {
|
|
|
/*rtl:ignore*/
|
|
|
margin-right: calc( 0.5 * (100vw - calc( 782px - 32px)));
|
|
|
+ max-width: calc( 0.5 * calc( 782px - 32px));
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -3794,6 +3830,7 @@ img#wpstats {
|
|
|
.entry-content > .alignright {
|
|
|
/*rtl:ignore*/
|
|
|
margin-right: calc( 0.5 * (100vw - calc( 782px - 32px)));
|
|
|
+ max-width: calc( 0.5 * calc( 782px - 32px));
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -3801,18 +3838,20 @@ img#wpstats {
|
|
|
.entry-content > .alignright {
|
|
|
/*rtl:ignore*/
|
|
|
margin-right: calc( 0.5 * (100vw - calc( 782px - 32px)));
|
|
|
+ max-width: calc( 0.5 * calc( 782px - 32px));
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.entry-content > .wp-block-button:not(.alignleft):not(.alignright), .entry-content > .alignleft {
|
|
|
/*rtl:ignore*/
|
|
|
- margin-left: 16px;
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 560px) {
|
|
|
.entry-content > .wp-block-button:not(.alignleft):not(.alignright), .entry-content > .alignleft {
|
|
|
/*rtl:ignore*/
|
|
|
margin-left: calc( 0.5 * (100vw - calc( 560px - 32px)));
|
|
|
+ max-width: calc( 0.5 * calc( 560px - 32px));
|
|
|
+ margin-right: 16px;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -3820,6 +3859,7 @@ img#wpstats {
|
|
|
.entry-content > .wp-block-button:not(.alignleft):not(.alignright), .entry-content > .alignleft {
|
|
|
/*rtl:ignore*/
|
|
|
margin-left: calc( 0.5 * (100vw - calc( 640px - 32px)));
|
|
|
+ max-width: calc( 0.5 * calc( 640px - 32px));
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -3827,6 +3867,7 @@ img#wpstats {
|
|
|
.entry-content > .wp-block-button:not(.alignleft):not(.alignright), .entry-content > .alignleft {
|
|
|
/*rtl:ignore*/
|
|
|
margin-left: calc( 0.5 * (100vw - calc( 782px - 32px)));
|
|
|
+ max-width: calc( 0.5 * calc( 782px - 32px));
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -3834,6 +3875,7 @@ img#wpstats {
|
|
|
.entry-content > .wp-block-button:not(.alignleft):not(.alignright), .entry-content > .alignleft {
|
|
|
/*rtl:ignore*/
|
|
|
margin-left: calc( 0.5 * (100vw - calc( 782px - 32px)));
|
|
|
+ max-width: calc( 0.5 * calc( 782px - 32px));
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -3841,6 +3883,7 @@ img#wpstats {
|
|
|
.entry-content > .wp-block-button:not(.alignleft):not(.alignright), .entry-content > .alignleft {
|
|
|
/*rtl:ignore*/
|
|
|
margin-left: calc( 0.5 * (100vw - calc( 782px - 32px)));
|
|
|
+ max-width: calc( 0.5 * calc( 782px - 32px));
|
|
|
}
|
|
|
}
|
|
|
|