MediaWiki:Common.css: Difference between revisions
From TerGoPedia
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
Line 24: | Line 24: | ||
display: flex; | display: flex; | ||
flex-direction: row; | flex-direction: row; | ||
align-items: center; | |||
gap: 80px; | |||
} | } |
Revision as of 11:43, 5 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; } #footer-places { display: flex; flex-direction: row; align-items: center; gap: 80px; }