MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 18: | Line 18: | ||
h1, h2 { | h1, h2 { | ||
border-bottom: 1px solid #902082 | border-bottom: 1px solid #902082 | ||
} | |||
#footer { | |||
background-color: #902082; | |||
} | |||
#footer-icon { | |||
display: none; | |||
} | } |
Revision as of 21:06, 27 September 2024
/* CSS placed here will be applied to all skins */ #p-tb { display: none; } #p-Editor_tools { display: none; } #mw-head-base { height: 2em; } #mw-panel { position: fixed; } .mw-body { border: 1px solid #902082 } h1, h2 { border-bottom: 1px solid #902082 } #footer { background-color: #902082; } #footer-icon { display: none; }