MediaWiki:Common.css: Difference between revisions
Appearance
Created page with "→CSS placed here will be applied to all skins: #header { background-color: #333; color: white; padding: 10px; display: flex; justify-content: space-between; align-items: center; font-size: 18px; } #logo { font-weight: bold; font-size: 22px; padding-left: 15px; } #nav { padding-right: 15px; } #nav a { color: white; text-decoration: none; margin: 0 10px; } #nav a:hover { text-decoration: underline; } #con..." |
(No difference)
|
Revision as of 20:19, 26 February 2025
/* CSS placed here will be applied to all skins */ #header { background-color: #333; color: white; padding: 10px; display: flex; justify-content: space-between; align-items: center; font-size: 18px; } #logo { font-weight: bold; font-size: 22px; padding-left: 15px; } #nav { padding-right: 15px; } #nav a { color: white; text-decoration: none; margin: 0 10px; } #nav a:hover { text-decoration: underline; } #content { padding: 20px; }