MediaWiki:Common.css: Difference between revisions
No edit summary Tag: Manual revert |
No edit summary |
||
Line 22: | Line 22: | ||
.mw-logo { | .mw-logo { | ||
margin-left: 35vh; | margin-left: 35vh; | ||
position: fixed; | |||
} | } | ||
#p-personal { | #p-personal { | ||
margin-right: 35vh; | margin-right: 35vh; | ||
position: fixed; | |||
} | } |
Revision as of 18:23, 11 January 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, #p-personal-more, #mw-sidebar-button, #p-cactions, #ca-view, #ca-history, #ca-unwatch { display: none; } .mw-footer-container { display: none; } .mw-logo { margin-left: 35vh; position: fixed; } #p-personal { margin-right: 35vh; position: fixed; }