MediaWiki:Common.css: Difference between revisions
From Twisted
(Blanked the page) Tag: Blanking |
No edit summary |
||
Line 1: | Line 1: | ||
body { | |||
background: #11191f !important; /* Deep stormy blue */ | |||
color: #c4f000 !important; /* Radar green for text */ | |||
font-family: 'Share Tech Mono', 'Consolas', 'monospace', Arial, sans-serif; | |||
} | |||
a, a:visited { | |||
color: #00ffe7 !important; /* Cyan link like radar UI */ | |||
} | |||
.navbar, .sidebar, #mw-panel, .mw-portlet, .footer { | |||
background: #18232a !important; | |||
border: none !important; | |||
color: #c4f000 !important; | |||
} | |||
h1, h2, h3, h4, h5, h6 { | |||
color: #c4f000 !important; | |||
font-family: 'Share Tech Mono', 'Consolas', 'monospace', Arial, sans-serif; | |||
} | |||
pre, code { | |||
background: #252e37 !important; | |||
color: #00ffe7 !important; | |||
font-family: 'Share Tech Mono', 'Consolas', 'monospace'; | |||
} | |||
table, th, td { | |||
border-color: #00ffe7 !important; | |||
background: #171f26 !important; | |||
color: #c4f000 !important; | |||
} | |||
::-webkit-scrollbar { | |||
background: #1a242c; | |||
width: 12px; | |||
} | |||
::-webkit-scrollbar-thumb { | |||
background: #00ffe7; | |||
} |
Revision as of 23:04, 13 August 2025
body { background: #11191f !important; /* Deep stormy blue */ color: #c4f000 !important; /* Radar green for text */ font-family: 'Share Tech Mono', 'Consolas', 'monospace', Arial, sans-serif; } a, a:visited { color: #00ffe7 !important; /* Cyan link like radar UI */ } .navbar, .sidebar, #mw-panel, .mw-portlet, .footer { background: #18232a !important; border: none !important; color: #c4f000 !important; } h1, h2, h3, h4, h5, h6 { color: #c4f000 !important; font-family: 'Share Tech Mono', 'Consolas', 'monospace', Arial, sans-serif; } pre, code { background: #252e37 !important; color: #00ffe7 !important; font-family: 'Share Tech Mono', 'Consolas', 'monospace'; } table, th, td { border-color: #00ffe7 !important; background: #171f26 !important; color: #c4f000 !important; } ::-webkit-scrollbar { background: #1a242c; width: 12px; } ::-webkit-scrollbar-thumb { background: #00ffe7; }