Przeglądaj źródła

Varia: Simply hides the wpstats image :-)

Allan Cole 6 lat temu
rodzic
commit
40e33fdd01
4 zmienionych plików z 40 dodań i 0 usunięć
  1. 10 0
      varia/sass/elements/_media.scss
  2. 10 0
      varia/style-editor.css
  3. 10 0
      varia/style-rtl.css
  4. 10 0
      varia/style.css

+ 10 - 0
varia/sass/elements/_media.scss

@@ -26,6 +26,16 @@ figcaption {
 	padding: 0;
 	padding: 0;
 }
 }
 
 
+/* WP Stats */
+img#wpstats {
+	position: absolute;
+	opacity: 0;
+	left: 100%;
+	top: 100%;
+	height: 0;
+	width: 0;
+}
+
 /* Make sure embeds and iframes fit their containers. */
 /* Make sure embeds and iframes fit their containers. */
 embed,
 embed,
 iframe,
 iframe,

+ 10 - 0
varia/style-editor.css

@@ -233,6 +233,16 @@ figcaption {
 	padding: 0;
 	padding: 0;
 }
 }
 
 
+/* WP Stats */
+img#wpstats {
+	position: absolute;
+	opacity: 0;
+	left: 100%;
+	top: 100%;
+	height: 0;
+	width: 0;
+}
+
 /* Make sure embeds and iframes fit their containers. */
 /* Make sure embeds and iframes fit their containers. */
 embed,
 embed,
 iframe,
 iframe,

+ 10 - 0
varia/style-rtl.css

@@ -992,6 +992,16 @@ figcaption {
 	padding: 0;
 	padding: 0;
 }
 }
 
 
+/* WP Stats */
+img#wpstats {
+	position: absolute;
+	opacity: 0;
+	right: 100%;
+	top: 100%;
+	height: 0;
+	width: 0;
+}
+
 /* Make sure embeds and iframes fit their containers. */
 /* Make sure embeds and iframes fit their containers. */
 embed,
 embed,
 iframe,
 iframe,

+ 10 - 0
varia/style.css

@@ -992,6 +992,16 @@ figcaption {
 	padding: 0;
 	padding: 0;
 }
 }
 
 
+/* WP Stats */
+img#wpstats {
+	position: absolute;
+	opacity: 0;
+	left: 100%;
+	top: 100%;
+	height: 0;
+	width: 0;
+}
+
 /* Make sure embeds and iframes fit their containers. */
 /* Make sure embeds and iframes fit their containers. */
 embed,
 embed,
 iframe,
 iframe,