Difference between revisions of "MediaWiki:Common.css"

From Mini-box.com Wiki Page
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: #ca-talkm #p-tb { display: none !important; }")
 
m
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
#ca-talkm #p-tb { display: none !important; }
+
#ca-talkm { display: none !important; }
 +
li#ca-history, li#ca-viewsource, li#ca-talk, #p-tb { display: none; }';
 +
h1#firstHeading.firstHeading {border-bottom: 0px;}

Latest revision as of 18:07, 20 October 2020

/* CSS placed here will be applied to all skins */
#ca-talkm { display: none !important; }
li#ca-history, li#ca-viewsource, li#ca-talk, #p-tb { display: none; }';
h1#firstHeading.firstHeading {border-bottom: 0px;}