MediaWiki:Common.css: Difference between revisions
From TerGoPedia
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
.container b { | .container b { | ||
Line 18: | Line 16: | ||
display: none !important; | display: none !important; | ||
} | } | ||
#p-banner, #p-banner:hover, #p-banner:visited, .mw-hamb { | |||
display: none !important; | |||
} | |||
#toc.toc { | #toc.toc { | ||
float: none !important; | float: none !important; |
Revision as of 18:24, 11 July 2022
/* CSS placed here will be applied to all skins */ .container b { color: #11b5ac; font-size: 20px; } .container p { margin-bottom: 5px; } .mw-mobile-sitename .mw-desktop-sitename { display: none !important; } #p-banner, #p-banner:hover, #p-banner:visited, .mw-hamb { display: none !important; } #toc.toc { float: none !important; } div.container { float: left; }