|
@@ -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;
|
|
|
}
|
|
|
|
|
|
/**
|
|
@@ -2366,6 +2375,11 @@ table.is-style-stripes tbody tr:nth-child(odd),
|
|
|
margin-bottom: 32px;
|
|
|
}
|
|
|
|
|
|
+.entry-content > .alignleft {
|
|
|
+ /*rtl:ignore*/
|
|
|
+ float: left;
|
|
|
+}
|
|
|
+
|
|
|
/**
|
|
|
* .aligncenter
|
|
|
*/
|
|
@@ -2390,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;
|
|
@@ -3790,13 +3809,14 @@ body:not(.fse-enabled) #colophon {
|
|
|
|
|
|
.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;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -3804,6 +3824,7 @@ body:not(.fse-enabled) #colophon {
|
|
|
.entry-content > .alignright {
|
|
|
/*rtl:ignore*/
|
|
|
margin-right: calc( 0.5 * (100vw - calc( 640px - 32px)));
|
|
|
+ max-width: calc( 0.5 * calc( 640px - 32px));
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -3811,6 +3832,7 @@ body:not(.fse-enabled) #colophon {
|
|
|
.entry-content > .alignright {
|
|
|
/*rtl:ignore*/
|
|
|
margin-right: calc( 0.5 * (100vw - calc( 782px - 32px)));
|
|
|
+ max-width: calc( 0.5 * calc( 782px - 32px));
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -3818,6 +3840,7 @@ body:not(.fse-enabled) #colophon {
|
|
|
.entry-content > .alignright {
|
|
|
/*rtl:ignore*/
|
|
|
margin-right: calc( 0.5 * (100vw - calc( 782px - 32px)));
|
|
|
+ max-width: calc( 0.5 * calc( 782px - 32px));
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -3825,18 +3848,20 @@ body:not(.fse-enabled) #colophon {
|
|
|
.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;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -3844,6 +3869,7 @@ body:not(.fse-enabled) #colophon {
|
|
|
.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));
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -3851,6 +3877,7 @@ body:not(.fse-enabled) #colophon {
|
|
|
.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));
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -3858,6 +3885,7 @@ body:not(.fse-enabled) #colophon {
|
|
|
.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));
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -3865,6 +3893,7 @@ body:not(.fse-enabled) #colophon {
|
|
|
.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));
|
|
|
}
|
|
|
}
|
|
|
|