|
@@ -709,11 +709,11 @@ footer {
|
|
|
}
|
|
|
|
|
|
::selection {
|
|
|
- background-color: #e5f8ea;
|
|
|
+ background-color: lightblue;
|
|
|
}
|
|
|
|
|
|
::-moz-selection {
|
|
|
- background-color: #e5f8ea;
|
|
|
+ background-color: lightblue;
|
|
|
}
|
|
|
|
|
|
/**
|
|
@@ -1958,7 +1958,10 @@ table th,
|
|
|
vertical-align: middle;
|
|
|
}
|
|
|
|
|
|
-/* Text Alignments */
|
|
|
+/* Block Alignments */
|
|
|
+/**
|
|
|
+ * .alignleft
|
|
|
+ */
|
|
|
.alignleft {
|
|
|
text-align: left;
|
|
|
float: left;
|
|
@@ -1967,12 +1970,18 @@ table th,
|
|
|
margin-bottom: 32px;
|
|
|
}
|
|
|
|
|
|
+/**
|
|
|
+ * .aligncenter
|
|
|
+ */
|
|
|
.aligncenter {
|
|
|
clear: both;
|
|
|
float: none;
|
|
|
text-align: center;
|
|
|
}
|
|
|
|
|
|
+/**
|
|
|
+ * .alignright
|
|
|
+ */
|
|
|
.alignright {
|
|
|
float: right;
|
|
|
margin-top: 0;
|
|
@@ -1980,6 +1989,11 @@ table th,
|
|
|
margin-left: 16px;
|
|
|
}
|
|
|
|
|
|
+.entry-content * > .alignleft + *,
|
|
|
+.entry-content * > .alignright + * {
|
|
|
+ margin-top: 0;
|
|
|
+}
|
|
|
+
|
|
|
/**
|
|
|
* .aligndefault
|
|
|
*/
|
|
@@ -3279,70 +3293,70 @@ img#wpstats {
|
|
|
/* Letting the box-model do all the work here. */
|
|
|
}
|
|
|
|
|
|
-.alignright {
|
|
|
+.entry-content > .alignright {
|
|
|
margin-right: 16px;
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 560px) {
|
|
|
- .alignright {
|
|
|
+ .entry-content > .alignright {
|
|
|
margin-right: calc( 0.5 * (100vw - calc( 560px - 32px)));
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 640px) {
|
|
|
- .alignright {
|
|
|
+ .entry-content > .alignright {
|
|
|
margin-right: calc( 0.5 * (100vw - calc( 640px - 32px)));
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 782px) {
|
|
|
- .alignright {
|
|
|
+ .entry-content > .alignright {
|
|
|
margin-right: calc( 0.5 * (100vw - calc( 782px - 32px)));
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 1024px) {
|
|
|
- .alignright {
|
|
|
+ .entry-content > .alignright {
|
|
|
margin-right: calc( 0.5 * (100vw - calc( 782px - 32px)));
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 1280px) {
|
|
|
- .alignright {
|
|
|
+ .entry-content > .alignright {
|
|
|
margin-right: calc( 0.5 * (100vw - calc( 782px - 32px)));
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.alignleft {
|
|
|
+.entry-content > .alignleft {
|
|
|
margin-left: 16px;
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 560px) {
|
|
|
- .alignleft {
|
|
|
+ .entry-content > .alignleft {
|
|
|
margin-left: calc( 0.5 * (100vw - calc( 560px - 32px)));
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 640px) {
|
|
|
- .alignleft {
|
|
|
+ .entry-content > .alignleft {
|
|
|
margin-left: calc( 0.5 * (100vw - calc( 640px - 32px)));
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 782px) {
|
|
|
- .alignleft {
|
|
|
+ .entry-content > .alignleft {
|
|
|
margin-left: calc( 0.5 * (100vw - calc( 782px - 32px)));
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 1024px) {
|
|
|
- .alignleft {
|
|
|
+ .entry-content > .alignleft {
|
|
|
margin-left: calc( 0.5 * (100vw - calc( 782px - 32px)));
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 1280px) {
|
|
|
- .alignleft {
|
|
|
+ .entry-content > .alignleft {
|
|
|
margin-left: calc( 0.5 * (100vw - calc( 782px - 32px)));
|
|
|
}
|
|
|
}
|
|
@@ -3355,6 +3369,29 @@ img#wpstats {
|
|
|
* Vendors
|
|
|
* - 3rd-party compatibility styles
|
|
|
*/
|
|
|
+/**
|
|
|
+ * Subscription Form
|
|
|
+ */
|
|
|
+.wp-block-jetpack-subscriptions form > * {
|
|
|
+ margin-top: 21.312px;
|
|
|
+ margin-bottom: 21.312px;
|
|
|
+}
|
|
|
+
|
|
|
+@media only screen and (min-width: 560px) {
|
|
|
+ .wp-block-jetpack-subscriptions form > * {
|
|
|
+ margin-top: 32px;
|
|
|
+ margin-bottom: 32px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-jetpack-subscriptions form > *:first-child {
|
|
|
+ margin-top: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-jetpack-subscriptions form > *:last-child {
|
|
|
+ margin-bottom: 0;
|
|
|
+}
|
|
|
+
|
|
|
/**
|
|
|
* Child Theme Extra Styles
|
|
|
*/
|