User:Naomi/common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 15: | Line 15: | ||
margin: 0; | margin: 0; | ||
text-align: center; | text-align: center; | ||
} | |||
.vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a, .vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a:visited { | |||
color: #9f9fa0; | |||
text-decoration: none; | |||
} | |||
.vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a:hover { | |||
color: #ffffff; | |||
text-decoration: underline; | |||
} | } | ||
Revision as of 23:35, 8 February 2024
body { background-color: #2f2f2f; } .vector-legacy-sidebar .vector-menu-portal { background-color: #232324; border: 1px solid #000000; margin-top: 0.75rem; } .vector-legacy-sidebar .vector-menu-portal .vector-menu-heading { color: #ffffff; border-bottom: 1px solid #000000; background-image: none; margin: 0; text-align: center; } .vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a, .vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a:visited { color: #9f9fa0; text-decoration: none; } .vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a:hover { color: #ffffff; text-decoration: underline; } .mw-body { background-color: #2b2f39; color: #ffffff; } pre, code, .mw-code, .mw-message-box, textarea, .editOptions { background-color: #2f2f2f; border: 1px solid #202125; color: #ffffff; } .oo-ui-inputWidget-input, .oo-ui-textInputWidget { background-color: #2f2f2f !important; border: 1px solid #202125 !important; color: #ffffff !important; } .vector-menu-tabs-legacy li { background: rgba(43, 47, 57, 0.5); } .vector-menu-tabs-legacy .selected { background: #2b2f39; } .vector-menu-tabs-legacy .selected a, .vector-menu-tabs-legacy .selected a:visited { color: #ffffff; text-decoration: none; } h1, h2, h3, h4, h5, h6 { color: #ffffff; }