Difference between revisions of "MediaWiki:Vector.css"
From EEWiki
Line 2: | Line 2: | ||
#mw-panel h3 { | #mw-panel h3 { | ||
− | display: block; | + | display: block !important; |
− | padding: 0px 0px 0.5em; | + | padding: 0px 0px 0.5em !important; |
− | font-size: 1em; | + | font-size: 1em !important; |
} | } | ||
#mw-panel .body { | #mw-panel .body { | ||
− | margin: 0px; | + | margin: 0px !important; |
} | } | ||
#mw-panel .portal { | #mw-panel .portal { | ||
− | background-image: none; | + | background-image: none !important; |
} | } |
Revision as of 13:21, 22 April 2024
/* CSS placed here will affect users of the Vector skin */ #mw-panel h3 { display: block !important; padding: 0px 0px 0.5em !important; font-size: 1em !important; } #mw-panel .body { margin: 0px !important; } #mw-panel .portal { background-image: none !important; }