MediaWiki

Difference between revisions of "Common.css"

From Help

 
(24 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
+
#p-tb{
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }
+
display : none;
/* hide sidemenu to non-logged users */
+
}
#menu { display: none !important; }
+
body.ns-xx #firstHeading {
 +
    display: none;
 +
}
 +
.tocnumber { display:none; )

Latest revision as of 18:57, 30 October 2018

#p-tb{
 display : none;
 }
body.ns-xx #firstHeading {
    display: none;
}
.tocnumber { display:none; )