MediaWiki:Common.css
From IUO Tome of Knowledge
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* ==========================
Default Dark Theme for Timeless Skin
========================== */
/* Global background and text */
body {
background-color: #111 !important;
color: #eee !important;
font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}
/* Header */
#mw-head,
#mw-head .mw-shell {
background-color: #1a1a1a !important;
color: #eee !important;
border-bottom: 1px solid #222;
}
/* Sidebar / navigation panels */
#mw-panel {
background-color: #1c1c1c !important;
color: #eee !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);
}
/* Footer */
#footer {
background-color: #111 !important;
color: #ccc !important;
border-top: 1px solid #222;
}
/* Links */
a {
color: #5cc989 !important; /* InsaneUO green acce*
