MediaWiki:Common.css: Difference between revisions
From IUO Tome of Knowledge
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* ========================== | /* ========================================= | ||
Default Dark Theme | IUO Tome of Knowledge - Default Dark Theme | ||
========================== */ | Timeless skin adjustments | ||
========================================= */ | |||
/* Global | /* Global body */ | ||
body { | body { | ||
background-color: #111 !important; | background-color: #111 !important; | ||
Line 10: | Line 11: | ||
} | } | ||
/* Header */ | /* Header containers */ | ||
#mw- | #mw-header-container, | ||
#mw- | #mw-header, | ||
#mw-header-hack, | |||
#mw-header-nav-hack { | |||
background-color: #1a1a1a !important; | background-color: #1a1a1a !important; | ||
color: #eee !important; | color: #eee !important; | ||
Line 18: | Line 21: | ||
} | } | ||
/* | /* User tools & personal menu */ | ||
# | #user-tools, | ||
#personal, | |||
#p-personal { | |||
background-color: #1b1b1b !important; | |||
color: #eee !important; | |||
} | |||
/* Search bar */ | |||
#p-search, | |||
#simpleSearch input, | |||
#simpleSearch input[type="submit"] { | |||
background-color: #1c1c1c !important; | background-color: #1c1c1c !important; | ||
color: #eee !important; | color: #eee !important; | ||
border: 1px solid #333; | |||
} | |||
/* Logo & banner */ | |||
#p-logo-text, | |||
#p-banner, | |||
#p-logo a, | |||
#p-logo img { | |||
background: none !important; | |||
} | |||
/* Navigation / Sidebar */ | |||
#mw-site-navigation, | |||
.sidebar-chunk, | |||
#p-navigation, | |||
#p-more, | |||
#p-views, | |||
#p-tb, | |||
#p-userpagetools, | |||
#p-pagemisc { | |||
background-color: #1c1c1c !important; | |||
color: #eee !important; | |||
} | |||
#mw-site-navigation a, | |||
#mw-site-navigation a:visited { | |||
color: #ccc !important; | |||
} | |||
#mw-site-navigation a:hover { | |||
color: #5cc989 !important; | |||
} | } | ||
Line 35: | Line 77: | ||
} | } | ||
/* | /* Page headers */ | ||
.mw-body h1, | |||
.mw-body h2, | |||
.mw-body h3 | |||
Revision as of 05:20, 6 October 2025
/* ========================================= IUO Tome of Knowledge - Default Dark Theme Timeless skin adjustments ========================================= */ /* Global body */ body { background-color: #111 !important; color: #eee !important; font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif; } /* Header containers */ #mw-header-container, #mw-header, #mw-header-hack, #mw-header-nav-hack { background-color: #1a1a1a !important; color: #eee !important; border-bottom: 1px solid #222; } /* User tools & personal menu */ #user-tools, #personal, #p-personal { background-color: #1b1b1b !important; color: #eee !important; } /* Search bar */ #p-search, #simpleSearch input, #simpleSearch input[type="submit"] { background-color: #1c1c1c !important; color: #eee !important; border: 1px solid #333; } /* Logo & banner */ #p-logo-text, #p-banner, #p-logo a, #p-logo img { background: none !important; } /* Navigation / Sidebar */ #mw-site-navigation, .sidebar-chunk, #p-navigation, #p-more, #p-views, #p-tb, #p-userpagetools, #p-pagemisc { background-color: #1c1c1c !important; color: #eee !important; } #mw-site-navigation a, #mw-site-navigation a:visited { color: #ccc !important; } #mw-site-navigation a:hover { color: #5cc989 !important; } /* Main content */ #content, .mw-body-content, .mw-parser-output { background-color: #1b1b1b !important; color: #eee !important; border-radius: 8px; padding: 1.25rem 1.5rem; box-shadow: 0 6px 20px rgba(0,0,0,0.08); } /* Page headers */ .mw-body h1, .mw-body h2, .mw-body h3