MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 16: | Line 16: | ||
.mw-footer-container { | .mw-footer-container { | ||
display: none; | |||
} | |||
#p-personal-more { | |||
display: none; | |||
} | |||
#mw-sidebar-button { | |||
display: none; | display: none; | ||
} | } | ||
Revision as of 17:51, 10 January 2023
/* CSS placed here will be applied to all skins */
#ca-talk { display: none !important; }
#firstHeading {
font-family: Arial;
font-weight: bold;
}
#left-navigation {
display: none;
}
#mw-panel {
display: none;
}
.mw-footer-container {
display: none;
}
#p-personal-more {
display: none;
}
#mw-sidebar-button {
display: none;
}