MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary Tags: Reverted Mobile edit Mobile web edit |
No edit summary Tag: Manual revert |
||
Line 25: | Line 25: | ||
.page-Main_Page main .page-heading { | .page-Main_Page main .page-heading { | ||
display: none !important; | display: none !important; | ||
} | } |
Revision as of 09:49, 18 April 2025
/* CSS placed here will be applied to all skins */ /* InfoBox */ .infobox { border: 1px solid #aaa; background-color: #f9f9f9; padding: 5px; float: right; margin: 0 0 1em 1em; width: 250px; font-size: 90%; line-height: 1.4em; } .infobox th { background-color: #efefef; text-align: left; padding: 4px; } .infobox td { padding: 4px; } .page-Main_Page main header, .page-Main_Page main .page-heading { display: none !important; }