|
@@ -974,9 +974,18 @@ footer {
|
|
margin-bottom: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
|
|
|
|
-.entry-content > *.alignfull + .alignleft,
|
|
|
|
|
|
+.entry-content > *.alignfull + .alignleft {
|
|
|
|
+ float: right;
|
|
|
|
+ margin-top: 32px;
|
|
|
|
+ margin-right: 16px;
|
|
|
|
+ margin-left: 16px;
|
|
|
|
+}
|
|
|
|
+
|
|
.entry-content > *.alignfull + .alignright {
|
|
.entry-content > *.alignfull + .alignright {
|
|
|
|
+ float: left;
|
|
margin-top: 32px;
|
|
margin-top: 32px;
|
|
|
|
+ margin-right: 16px;
|
|
|
|
+ margin-left: 16px;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -1817,6 +1826,7 @@ img {
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-latest-posts > li {
|
|
.wp-block-latest-posts > li {
|
|
|
|
+ word-wrap: break-word;
|
|
/* Vertical margins logic */
|
|
/* Vertical margins logic */
|
|
margin-top: 32px;
|
|
margin-top: 32px;
|
|
margin-bottom: 32px;
|
|
margin-bottom: 32px;
|
|
@@ -2362,6 +2372,10 @@ table.is-style-stripes tbody tr:nth-child(odd),
|
|
margin-bottom: 32px;
|
|
margin-bottom: 32px;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.entry-content > .alignleft {
|
|
|
|
+ float: left;
|
|
|
|
+}
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* .aligncenter
|
|
* .aligncenter
|
|
*/
|
|
*/
|
|
@@ -2384,6 +2398,10 @@ table.is-style-stripes tbody tr:nth-child(odd),
|
|
margin-left: 16px;
|
|
margin-left: 16px;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.entry-content > .alignright {
|
|
|
|
+ float: right;
|
|
|
|
+}
|
|
|
|
+
|
|
.entry-content * > .alignleft + *,
|
|
.entry-content * > .alignleft + *,
|
|
.entry-content * > .alignright + * {
|
|
.entry-content * > .alignright + * {
|
|
margin-top: 0;
|
|
margin-top: 0;
|
|
@@ -2452,50 +2470,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: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;
|
|
color: currentColor;
|
|
}
|
|
}
|
|
|
|
|
|
.has-primary-background-color,
|
|
.has-primary-background-color,
|
|
.has-primary-background-color.has-background-dim {
|
|
.has-primary-background-color.has-background-dim {
|
|
background-color: #20603C;
|
|
background-color: #20603C;
|
|
|
|
+ color: #FFFDF6;
|
|
}
|
|
}
|
|
|
|
|
|
.has-secondary-background-color,
|
|
.has-secondary-background-color,
|
|
.has-secondary-background-color.has-background-dim {
|
|
.has-secondary-background-color.has-background-dim {
|
|
background-color: #655441;
|
|
background-color: #655441;
|
|
|
|
+ color: #FFFDF6;
|
|
}
|
|
}
|
|
|
|
|
|
.has-background-dim,
|
|
.has-background-dim,
|
|
.has-foreground-background-color,
|
|
.has-foreground-background-color,
|
|
.has-foreground-background-color.has-background-dim {
|
|
.has-foreground-background-color.has-background-dim {
|
|
background-color: #3C2323;
|
|
background-color: #3C2323;
|
|
|
|
+ color: #FFFDF6;
|
|
}
|
|
}
|
|
|
|
|
|
.has-foreground-light-background-color,
|
|
.has-foreground-light-background-color,
|
|
.has-foreground-light-background-color.has-background-dim {
|
|
.has-foreground-light-background-color.has-background-dim {
|
|
background-color: #844d4d;
|
|
background-color: #844d4d;
|
|
|
|
+ color: #FFFDF6;
|
|
}
|
|
}
|
|
|
|
|
|
.has-foreground-dark-background-color,
|
|
.has-foreground-dark-background-color,
|
|
.has-foreground-dark-background-color.has-background-dim {
|
|
.has-foreground-dark-background-color.has-background-dim {
|
|
background-color: #0D1B24;
|
|
background-color: #0D1B24;
|
|
|
|
+ color: #FFFDF6;
|
|
}
|
|
}
|
|
|
|
|
|
.has-background-light-background-color,
|
|
.has-background-light-background-color,
|
|
.has-background-light-background-color.has-background-dim {
|
|
.has-background-light-background-color.has-background-dim {
|
|
background-color: #FDF9EC;
|
|
background-color: #FDF9EC;
|
|
|
|
+ color: #3C2323;
|
|
}
|
|
}
|
|
|
|
|
|
.has-background-dark-background-color,
|
|
.has-background-dark-background-color,
|
|
.has-background-dark-background-color.has-background-dim {
|
|
.has-background-dark-background-color.has-background-dim {
|
|
background-color: #DDDDDD;
|
|
background-color: #DDDDDD;
|
|
|
|
+ color: #3C2323;
|
|
}
|
|
}
|
|
|
|
|
|
.has-background-background-color,
|
|
.has-background-background-color,
|
|
.has-background-background-color.has-background-dim {
|
|
.has-background-background-color.has-background-dim {
|
|
background-color: #FFFDF6;
|
|
background-color: #FFFDF6;
|
|
|
|
+ color: #3C2323;
|
|
}
|
|
}
|
|
|
|
|
|
.is-small-text,
|
|
.is-small-text,
|
|
@@ -3748,70 +3779,82 @@ img#wpstats {
|
|
}
|
|
}
|
|
|
|
|
|
.entry-content > .alignright {
|
|
.entry-content > .alignright {
|
|
- margin-right: 16px;
|
|
|
|
}
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 560px) {
|
|
@media only screen and (min-width: 560px) {
|
|
.entry-content > .alignright {
|
|
.entry-content > .alignright {
|
|
|
|
+ /*rtl:ignore*/
|
|
margin-right: calc( 0.5 * (100vw - calc( 560px - 32px)));
|
|
margin-right: calc( 0.5 * (100vw - calc( 560px - 32px)));
|
|
|
|
+ max-width: calc( 0.5 * calc( 560px - 32px));
|
|
|
|
+ margin-left: 16px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 640px) {
|
|
@media only screen and (min-width: 640px) {
|
|
.entry-content > .alignright {
|
|
.entry-content > .alignright {
|
|
margin-right: calc( 0.5 * (100vw - calc( 640px - 32px)));
|
|
margin-right: calc( 0.5 * (100vw - calc( 640px - 32px)));
|
|
|
|
+ max-width: calc( 0.5 * calc( 640px - 32px));
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 782px) {
|
|
@media only screen and (min-width: 782px) {
|
|
.entry-content > .alignright {
|
|
.entry-content > .alignright {
|
|
margin-right: calc( 0.5 * (100vw - calc( 782px - 32px)));
|
|
margin-right: calc( 0.5 * (100vw - calc( 782px - 32px)));
|
|
|
|
+ max-width: calc( 0.5 * calc( 782px - 32px));
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 1024px) {
|
|
@media only screen and (min-width: 1024px) {
|
|
.entry-content > .alignright {
|
|
.entry-content > .alignright {
|
|
margin-right: calc( 0.5 * (100vw - calc( 782px - 32px)));
|
|
margin-right: calc( 0.5 * (100vw - calc( 782px - 32px)));
|
|
|
|
+ max-width: calc( 0.5 * calc( 782px - 32px));
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 1280px) {
|
|
@media only screen and (min-width: 1280px) {
|
|
.entry-content > .alignright {
|
|
.entry-content > .alignright {
|
|
margin-right: calc( 0.5 * (100vw - calc( 782px - 32px)));
|
|
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 {
|
|
.entry-content > .wp-block-button:not(.alignleft):not(.alignright), .entry-content > .alignleft {
|
|
- margin-left: 16px;
|
|
|
|
}
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 560px) {
|
|
@media only screen and (min-width: 560px) {
|
|
.entry-content > .wp-block-button:not(.alignleft):not(.alignright), .entry-content > .alignleft {
|
|
.entry-content > .wp-block-button:not(.alignleft):not(.alignright), .entry-content > .alignleft {
|
|
|
|
+ /*rtl:ignore*/
|
|
margin-left: calc( 0.5 * (100vw - calc( 560px - 32px)));
|
|
margin-left: calc( 0.5 * (100vw - calc( 560px - 32px)));
|
|
|
|
+ max-width: calc( 0.5 * calc( 560px - 32px));
|
|
|
|
+ margin-right: 16px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 640px) {
|
|
@media only screen and (min-width: 640px) {
|
|
.entry-content > .wp-block-button:not(.alignleft):not(.alignright), .entry-content > .alignleft {
|
|
.entry-content > .wp-block-button:not(.alignleft):not(.alignright), .entry-content > .alignleft {
|
|
margin-left: calc( 0.5 * (100vw - calc( 640px - 32px)));
|
|
margin-left: calc( 0.5 * (100vw - calc( 640px - 32px)));
|
|
|
|
+ max-width: calc( 0.5 * calc( 640px - 32px));
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 782px) {
|
|
@media only screen and (min-width: 782px) {
|
|
.entry-content > .wp-block-button:not(.alignleft):not(.alignright), .entry-content > .alignleft {
|
|
.entry-content > .wp-block-button:not(.alignleft):not(.alignright), .entry-content > .alignleft {
|
|
margin-left: calc( 0.5 * (100vw - calc( 782px - 32px)));
|
|
margin-left: calc( 0.5 * (100vw - calc( 782px - 32px)));
|
|
|
|
+ max-width: calc( 0.5 * calc( 782px - 32px));
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 1024px) {
|
|
@media only screen and (min-width: 1024px) {
|
|
.entry-content > .wp-block-button:not(.alignleft):not(.alignright), .entry-content > .alignleft {
|
|
.entry-content > .wp-block-button:not(.alignleft):not(.alignright), .entry-content > .alignleft {
|
|
margin-left: calc( 0.5 * (100vw - calc( 782px - 32px)));
|
|
margin-left: calc( 0.5 * (100vw - calc( 782px - 32px)));
|
|
|
|
+ max-width: calc( 0.5 * calc( 782px - 32px));
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 1280px) {
|
|
@media only screen and (min-width: 1280px) {
|
|
.entry-content > .wp-block-button:not(.alignleft):not(.alignright), .entry-content > .alignleft {
|
|
.entry-content > .wp-block-button:not(.alignleft):not(.alignright), .entry-content > .alignleft {
|
|
margin-left: calc( 0.5 * (100vw - calc( 782px - 32px)));
|
|
margin-left: calc( 0.5 * (100vw - calc( 782px - 32px)));
|
|
|
|
+ max-width: calc( 0.5 * calc( 782px - 32px));
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|