MediaWiki:Common.css: Difference between revisions
From Twisted
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
body, | |||
. | .skin-chameleon, | ||
background: # | .skin-chameleon .container, | ||
color: # | .skin-chameleon .row, | ||
.skin-chameleon .col { | |||
background: #181d22 !important; | |||
color: #f0f2f5 !important; | |||
font-family: 'Inter', 'Roboto', 'Segoe UI', Arial, sans-serif !important; | |||
} | } | ||
a, a:visited, .navbar a, .footer a { | |||
. | color: #49c8fa !important; | ||
text-decoration: none !important; | |||
} | } | ||
a:hover, .navbar a:hover, .footer a:hover { | |||
color: #00aaff !important; | |||
color: # | text-decoration: underline !important; | ||
} | } | ||
h1, h2, h3, h4, h5, h6 { | |||
color: #fff !important; | color: #fff !important; | ||
font-family: 'Inter', 'Roboto', 'Segoe UI', Arial, sans-serif !important; | |||
} | } | ||
pre, code, .mw-code, .mw-highlight pre { | |||
background: #21272e !important; | |||
background: # | color: #6ee7ff !important; | ||
color: # | font-family: 'JetBrains Mono', 'Consolas', 'monospace' !important; | ||
border-radius: 4px; | |||
} | } | ||
table, th, td { | |||
background: # | background: #22262c !important; | ||
color: # | color: #f0f2f5 !important; | ||
border-color: #32363c !important; | |||
} | } | ||
input[type="search"], input[type="text"], .form-control, textarea { | |||
color: # | background: #232a32 !important; | ||
color: #f0f2f5 !important; | |||
border: 1px solid #49c8fa !important; | |||
} | } | ||
.navbar, . | .navbar, .footer, .chameleon-navbar, .chameleon-footer, .chameleon-header { | ||
background: # | background: #181d22 !important; | ||
color: #f0f2f5 !important; | |||
border: none !important; | border: none !important; | ||
} | } |
Revision as of 23:31, 13 August 2025
body, .skin-chameleon, .skin-chameleon .container, .skin-chameleon .row, .skin-chameleon .col { background: #181d22 !important; color: #f0f2f5 !important; font-family: 'Inter', 'Roboto', 'Segoe UI', Arial, sans-serif !important; } a, a:visited, .navbar a, .footer a { color: #49c8fa !important; text-decoration: none !important; } a:hover, .navbar a:hover, .footer a:hover { color: #00aaff !important; text-decoration: underline !important; } h1, h2, h3, h4, h5, h6 { color: #fff !important; font-family: 'Inter', 'Roboto', 'Segoe UI', Arial, sans-serif !important; } pre, code, .mw-code, .mw-highlight pre { background: #21272e !important; color: #6ee7ff !important; font-family: 'JetBrains Mono', 'Consolas', 'monospace' !important; border-radius: 4px; } table, th, td { background: #22262c !important; color: #f0f2f5 !important; border-color: #32363c !important; } input[type="search"], input[type="text"], .form-control, textarea { background: #232a32 !important; color: #f0f2f5 !important; border: 1px solid #49c8fa !important; } .navbar, .footer, .chameleon-navbar, .chameleon-footer, .chameleon-header { background: #181d22 !important; color: #f0f2f5 !important; border: none !important; }