summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/modules/theme-tools/compat/twentytwenty.css')
-rw-r--r--plugins/jetpack/modules/theme-tools/compat/twentytwenty.css54
1 files changed, 54 insertions, 0 deletions
diff --git a/plugins/jetpack/modules/theme-tools/compat/twentytwenty.css b/plugins/jetpack/modules/theme-tools/compat/twentytwenty.css
index 6474bf35..9d88c7fe 100644
--- a/plugins/jetpack/modules/theme-tools/compat/twentytwenty.css
+++ b/plugins/jetpack/modules/theme-tools/compat/twentytwenty.css
@@ -163,6 +163,28 @@
}
}
+/* Subscriptions Widget */
+
+.jetpack_subscription_widget .widget-title label {
+ font-size: 2.8rem;
+ font-weight: 700;
+ margin: 0;
+}
+@media ( min-width: 700px ) {
+ .jetpack_subscription_widget .widget-title label {
+ font-size: 4rem;
+ }
+}
+
+/*
+ * This overwrites inline styles added to the wpcom widget,
+ * hence the use of !important
+ */
+.widget_blog_subscription form p:not(#subscribe-email) input[type="text"] {
+ padding: 1.5rem 1.8rem !important;
+ width: 100% !important;
+}
+
/* Related Posts */
.entry-content #jp-relatedposts {
@@ -235,6 +257,11 @@
margin: 1em auto;
}
+/* Facebook */
+.entry-content .fb-video {
+ display: block;
+}
+
/**
* Blocks
*/
@@ -249,3 +276,30 @@
/* !important because the gif block styles are loaded in the footer after this file */
margin: 1em auto !important;
}
+
+/**
+ * Images
+ */
+
+/* Beautiful Math */
+.entry-content img.latex {
+ display: inline;
+}
+
+/**
+ * .com Toolbar
+ */
+
+/* fix wordpress.com notification iframe width */
+iframe#wpnt-notes-iframe2.wide {
+ width: auto !important;
+}
+
+/* fix site position when overflow nav modal */
+.admin-bar {
+ position: unset !important;
+}
+
+.screen-reader-text {
+ position: absolute;
+}