Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Gcpc request (talk | contribs) (Created page with "→CSS placed here will be applied to all skins: .mw-wiki-logo { background-size: contain; }") |
Gcpc request (talk | contribs) |
||
| (7 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 */ | ||
| + | |||
| + | |||
.mw-wiki-logo { | .mw-wiki-logo { | ||
background-size: contain; | background-size: contain; | ||
| + | } | ||
| + | |||
| + | #ca-history { | ||
| + | |||
| + | display:none !important; | ||
| + | } | ||
| + | |||
| + | #ca-view { | ||
| + | |||
| + | display:none !important; | ||
| + | } | ||
| + | |||
| + | #ca-viewsource { | ||
| + | |||
| + | display:none !important; | ||
| + | } | ||
| + | |||
| + | #ca-nstab-main { | ||
| + | |||
| + | 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;
}