Explorar o código

re-adding Jamie's Header Hider

Garrick van Buren %!s(int64=12) %!d(string=hai) anos
pai
achega
a3772e2af3
Modificáronse 1 ficheiros con 14 adicións e 1 borrados
  1. 14 1
      assets/stylesheets/foreground.css

+ 14 - 1
assets/stylesheets/foreground.css

@@ -329,4 +329,17 @@ span.smwttactiveinline span.smwbuiltin {
 div.mw-htmlform-field-HTMLCheckField div.mw-label { height:0; }
 
 /* UNTIL I CAN DETERMINE WHY toolboxend GENERATES AN EMPTY <li> IN THE MENU, I'M HIDING IT */
-#p-toolboxend { display:none;}
+#p-toolboxend { display:none;}
+
+/* Jamie's Header Hider */
+body.page-Main_Page h1.firstHeading,
+body.page-Main_Page #siteSub,
+body.page-Extension_Main_Page h1.firstHeading,
+body.page-Extension_Main_Page #siteSub,
+body.page-Skin_Main_Page h1.firstHeading,
+body.page-Skin_Main_Page #siteSub,
+body.page-Farm_Main_Pageh1.firstHeading,
+body.page-Farm_Main_Page #siteSub {
+  display:none;
+}
+