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