MediaWiki

Difference between revisions of "Common.css"

From Help

(Created page with "CSS placed here will be applied to all skins: body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }")
 
 
(27 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;
 +
}
 +
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; )