MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
(22 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 */ | ||
#ca-talk { display: none !important; } | #ca-talk { display: none !important; } | ||
.mw-headline { | |||
font-family: Arial; | |||
font-weight: bold; | |||
} | |||
#firstHeading { | #firstHeading { | ||
Line 7: | Line 12: | ||
} | } | ||
#left-navigation, #mw-panel | #left-navigation, #mw-panel, #mw-sidebar-button, #p-cactions, #ca-view, #ca-history, #ca-unwatch { | ||
display: none; | display: none; | ||
} | } | ||
.mw-footer-container { | .mw-footer-container { | ||
Line 15: | Line 20: | ||
} | } | ||
.mw- | /* .mw-logo { | ||
margin-left: 3%; | |||
} | |||
#p-personal { | |||
margin-right: 3%; | |||
} */ | |||
.mw-content-container, .mw-article-toolbar-container { | |||
max-width: 100%; | |||
} | } |
Latest revision as of 13:48, 16 March 2023
/* CSS placed here will be applied to all skins */ #ca-talk { display: none !important; } .mw-headline { font-family: Arial; font-weight: bold; } #firstHeading { font-family: Arial; font-weight: bold; } #left-navigation, #mw-panel, #mw-sidebar-button, #p-cactions, #ca-view, #ca-history, #ca-unwatch { display: none; } .mw-footer-container { display: none; } /* .mw-logo { margin-left: 3%; } #p-personal { margin-right: 3%; } */ .mw-content-container, .mw-article-toolbar-container { max-width: 100%; }