Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(Add toolbox hiding) |
(Disable numbering and footer) |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
+ | |||
#p-tb{ | #p-tb{ | ||
display : none; | display : none; | ||
} | } | ||
+ | |||
+ | # Disable footer | ||
+ | div#footer {display: none;} | ||
+ | |||
+ | # Disable numbering | ||
+ | .tocnumber { display: none; } |
Revision as of 14:59, 28 September 2016
/* CSS placed here will be applied to all skins */ #p-tb{ display : none; } # Disable footer div#footer {display: none;} # Disable numbering .tocnumber { display: none; }