Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Gcpc request (talk | contribs) |
Gcpc request (talk | contribs) |
||
Line 6: | Line 6: | ||
} | } | ||
− | #ca-history #ca- | + | #ca-history { |
+ | |||
+ | display:none !important; | ||
+ | } | ||
+ | |||
+ | #ca-view { | ||
+ | |||
+ | display:none !important; | ||
+ | } | ||
+ | |||
+ | #ca-viewsource { | ||
+ | |||
+ | display:none !important; | ||
+ | } | ||
+ | |||
+ | #ca-nstab-main { | ||
display:none !important; | display:none !important; | ||
} | } |
Latest revision as of 20:11, 8 December 2017
/* CSS placed here will be applied to all skins */ .mw-wiki-logo { background-size: contain; } #ca-history { display:none !important; } #ca-view { display:none !important; } #ca-viewsource { display:none !important; } #ca-nstab-main { display:none !important; }