Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(Add toolbox hiding) |
m |
||
(One intermediate revision 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 */ | ||
+ | |||
#p-tb{ | #p-tb{ | ||
display : none; | display : none; | ||
} | } | ||
+ | |||
+ | /* Disable footer */ | ||
+ | div#footer {display: none;} | ||
+ | |||
+ | /* Disable numbering */ | ||
+ | .tocnumber { display: none; } |
Latest revision as of 15:00, 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; }