MediaWiki:Timeless.css: Difference between revisions
OMNIVERSE
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* ==================== OMNIVERSE WIKI DARK THEME ==================== */ | /* ==================== OMNIVERSE WIKI DARK THEME ==================== */ | ||
/* ==================== BASE COLORS ==================== */ | /* ==================== BASE COLORS ==================== */ | ||
| Line 24: | Line 23: | ||
#mw-header-container { | #mw-header-container { | ||
background-color: #2d3142 !important; | background-color: #2d3142 !important; | ||
} | } | ||
| Line 41: | Line 39: | ||
#mw-header { | #mw-header { | ||
background-color: #2d3142 !important; | background-color: #2d3142 !important; | ||
} | } | ||
| Line 59: | Line 51: | ||
border-color: #60a5fa !important; | border-color: #60a5fa !important; | ||
outline: none !important; | outline: none !important; | ||
} | } | ||
| Line 81: | Line 69: | ||
} | } | ||
/* ==================== LEFT SIDEBAR | /* ==================== LEFT SIDEBAR ==================== */ | ||
#mw-site-navigation, | #mw-site-navigation, | ||
#mw-related-navigation | #mw-related-navigation { | ||
background-color: #1a1d29 !important; | background-color: #1a1d29 !important; | ||
} | } | ||
.mw-portlet { | .mw-portlet { | ||
background-color: #1a1d29 !important; | background-color: #1a1d29 !important; | ||
border | border: none !important; | ||
margin-bottom: 1em !important; | margin-bottom: 1em !important; | ||
} | } | ||
.mw-portlet h3 { | |||
.mw-portlet h3 | |||
background-color: #1a1d29 !important; | background-color: #1a1d29 !important; | ||
color: #fbbf24 !important; | color: #fbbf24 !important; | ||
border: | border: none !important; | ||
padding: 8px 12px !important; | padding: 8px 12px !important; | ||
} | } | ||
.mw-portlet .body, | .mw-portlet .body, | ||
.mw-portlet | .mw-portlet .mw-portlet-body { | ||
.mw-portlet-body { | |||
background-color: #1a1d29 !important; | background-color: #1a1d29 !important; | ||
border | border: none !important; | ||
} | } | ||
.mw-portlet . | .mw-portlet .body ul li { | ||
padding: 6px 12px !important; | padding: 6px 12px !important; | ||
} | } | ||
.mw-portlet . | .mw-portlet .body ul li a { | ||
color: #93c5fd !important; | color: #93c5fd !important; | ||
} | } | ||
.mw-portlet . | .mw-portlet .body ul li a:hover { | ||
color: #ffffff !important; | color: #ffffff !important; | ||
} | } | ||
.mw-portlet . | .mw-portlet .body ul li:hover { | ||
background-color: #2d3142 !important; | background-color: #2d3142 !important; | ||
} | } | ||
/* ==================== PAGE TABS | /* ==================== PAGE TABS ==================== */ | ||
#p-namespaces ul li, | #p-namespaces ul li, | ||
#p-views ul li { | #p-views ul li { | ||
background-color: #2d3142 !important; | background-color: #2d3142 !important; | ||
} | } | ||
| Line 165: | Line 119: | ||
#p-views ul li a { | #p-views ul li a { | ||
color: #93c5fd !important; | color: #93c5fd !important; | ||
} | } | ||
| Line 172: | Line 125: | ||
background-color: #2c3142 !important; | background-color: #2c3142 !important; | ||
border-bottom: 2px solid #fbbf24 !important; | border-bottom: 2px solid #fbbf24 !important; | ||
} | } | ||
| Line 182: | Line 130: | ||
.toc { | .toc { | ||
background-color: #2d3447 !important; | background-color: #2d3447 !important; | ||
border: | border: 1px solid #4a5568 !important; | ||
} | } | ||
.toc | .toc h2 { | ||
color: #fbbf24 !important; | color: #fbbf24 !important; | ||
background-color: transparent !important; | background-color: transparent !important; | ||
} | } | ||
| Line 214: | Line 145: | ||
#page-tools { | #page-tools { | ||
background-color: #1a1d29 !important; | background-color: #1a1d29 !important; | ||
border: | border: none !important; | ||
} | } | ||
#page-tools h3 { | #page-tools h3 { | ||
color: #fbbf24 !important; | color: #fbbf24 !important; | ||
} | } | ||
| Line 251: | Line 172: | ||
a:hover { | a:hover { | ||
color: #93c5fd !important; | color: #93c5fd !important; | ||
} | } | ||
a.new { | a.new { | ||
color: #f87171 !important; | color: #f87171 !important; | ||
} | } | ||
| Line 267: | Line 182: | ||
color: #ffffff !important; | color: #ffffff !important; | ||
border-bottom: 1px solid #3a3f51 !important; | border-bottom: 1px solid #3a3f51 !important; | ||
} | } | ||
| Line 278: | Line 187: | ||
.mw-ui-button, | .mw-ui-button, | ||
button, | button, | ||
input[type="submit"] | input[type="submit"] { | ||
background-color: #3b82f6 !important; | background-color: #3b82f6 !important; | ||
color: #ffffff !important; | color: #ffffff !important; | ||
| Line 293: | Line 201: | ||
/* ==================== FORMS & INPUTS ==================== */ | /* ==================== FORMS & INPUTS ==================== */ | ||
input[type="text"], | input[type="text"], | ||
textarea { | |||
textarea | |||
background-color: #1a1d29 !important; | background-color: #1a1d29 !important; | ||
color: #ffffff !important; | color: #ffffff !important; | ||
| Line 303: | Line 208: | ||
input[type="text"]:focus, | input[type="text"]:focus, | ||
textarea | textarea:focus { | ||
border-color: #60a5fa !important; | border-color: #60a5fa !important; | ||
} | } | ||
| Line 313: | Line 216: | ||
background-color: #2d3142 !important; | background-color: #2d3142 !important; | ||
color: #e5e7eb !important; | color: #e5e7eb !important; | ||
} | } | ||
| Line 319: | Line 221: | ||
background-color: #3a3f51 !important; | background-color: #3a3f51 !important; | ||
color: #ffffff !important; | color: #ffffff !important; | ||
} | } | ||
table td { | table td { | ||
border: 1px solid #3a3f51 !important; | border: 1px solid #3a3f51 !important; | ||
} | } | ||
/* ==================== CODE BLOCKS ==================== */ | /* ==================== CODE BLOCKS ==================== */ | ||
code, | code, | ||
pre | pre { | ||
background-color: #1a1d29 !important; | background-color: #1a1d29 !important; | ||
border: 1px solid #3a3f51 !important; | border: 1px solid #3a3f51 !important; | ||
color: #f3f4f6 !important; | color: #f3f4f6 !important; | ||
} | } | ||
| Line 362: | Line 240: | ||
border-top: 2px solid #3a3f51 !important; | border-top: 2px solid #3a3f51 !important; | ||
color: #9ca3af !important; | color: #9ca3af !important; | ||
} | } | ||
#footer a { | #footer a { | ||
color: #60a5fa !important; | color: #60a5fa !important; | ||
} | } | ||
/* ==================== SCROLLBARS ==================== */ | /* ==================== SCROLLBARS ==================== */ | ||
::-webkit-scrollbar { | ::-webkit-scrollbar { | ||
background-color: #1a1d29; | background-color: #1a1d29; | ||
} | } | ||
| Line 401: | Line 253: | ||
::-webkit-scrollbar-thumb { | ::-webkit-scrollbar-thumb { | ||
background-color: #4a5568; | background-color: #4a5568; | ||
} | } | ||
Revision as of 03:21, 19 January 2026
/* ==================== OMNIVERSE WIKI DARK THEME ==================== */
/* ==================== BASE COLORS ==================== */
body {
background-color: #1a1d29 !important;
color: #e5e7eb !important;
}
/* ==================== MAIN CONTENT AREA ==================== */
#mw-content-container,
#mw-content-wrapper,
#mw-content,
.mw-body {
background-color: #2c3142 !important;
color: #e5e7eb !important;
}
.mw-parser-output {
color: #e5e7eb !important;
}
/* ==================== HEADER / TOP NAVIGATION ==================== */
#mw-header-container {
background-color: #2d3142 !important;
}
#mw-header-container .color-left {
border-bottom: 2px solid #f59e0b !important;
}
#mw-header-container .color-middle {
border-bottom: 2px solid #3b82f6 !important;
}
#mw-header-container .color-right {
border-bottom: 2px solid #10b981 !important;
}
#mw-header {
background-color: #2d3142 !important;
}
/* ==================== SEARCH BAR ==================== */
#searchInput {
background-color: #1a1d29 !important;
color: #ffffff !important;
border: 1px solid #4a5568 !important;
}
#searchInput:focus {
border-color: #60a5fa !important;
outline: none !important;
}
#searchButton {
background-color: #3b82f6 !important;
color: #ffffff !important;
}
/* ==================== USER MENU ==================== */
#personal,
#user-tools {
background-color: #2d3142 !important;
}
#personal ul li a,
#user-tools a {
color: #e5e7eb !important;
}
/* ==================== LEFT SIDEBAR ==================== */
#mw-site-navigation,
#mw-related-navigation {
background-color: #1a1d29 !important;
}
.mw-portlet {
background-color: #1a1d29 !important;
border: none !important;
margin-bottom: 1em !important;
}
.mw-portlet h3 {
background-color: #1a1d29 !important;
color: #fbbf24 !important;
border: none !important;
padding: 8px 12px !important;
}
.mw-portlet .body,
.mw-portlet .mw-portlet-body {
background-color: #1a1d29 !important;
border: none !important;
}
.mw-portlet .body ul li {
padding: 6px 12px !important;
}
.mw-portlet .body ul li a {
color: #93c5fd !important;
}
.mw-portlet .body ul li a:hover {
color: #ffffff !important;
}
.mw-portlet .body ul li:hover {
background-color: #2d3142 !important;
}
/* ==================== PAGE TABS ==================== */
#p-namespaces ul li,
#p-views ul li {
background-color: #2d3142 !important;
}
#p-namespaces ul li a,
#p-views ul li a {
color: #93c5fd !important;
}
#p-namespaces ul li.selected,
#p-views ul li.selected {
background-color: #2c3142 !important;
border-bottom: 2px solid #fbbf24 !important;
}
/* ==================== TABLE OF CONTENTS ==================== */
.toc {
background-color: #2d3447 !important;
border: 1px solid #4a5568 !important;
}
.toc h2 {
color: #fbbf24 !important;
background-color: transparent !important;
}
.toc a {
color: #60a5fa !important;
}
/* ==================== RIGHT SIDEBAR - PAGE TOOLS ==================== */
#page-tools {
background-color: #1a1d29 !important;
border: none !important;
}
#page-tools h3 {
color: #fbbf24 !important;
}
#page-tools .body li a {
color: #93c5fd !important;
}
#page-tools .body li a:hover {
color: #ffffff !important;
background-color: #2d3142 !important;
}
/* ==================== LINKS ==================== */
a {
color: #60a5fa !important;
}
a:visited {
color: #a78bfa !important;
}
a:hover {
color: #93c5fd !important;
}
a.new {
color: #f87171 !important;
}
/* ==================== HEADINGS ==================== */
h1, h2, h3, h4, h5, h6 {
color: #ffffff !important;
border-bottom: 1px solid #3a3f51 !important;
}
/* ==================== BUTTONS ==================== */
.mw-ui-button,
button,
input[type="submit"] {
background-color: #3b82f6 !important;
color: #ffffff !important;
border: 1px solid #2563eb !important;
}
.mw-ui-button:hover,
button:hover,
input[type="submit"]:hover {
background-color: #2563eb !important;
}
/* ==================== FORMS & INPUTS ==================== */
input[type="text"],
textarea {
background-color: #1a1d29 !important;
color: #ffffff !important;
border: 1px solid #4a5568 !important;
}
input[type="text"]:focus,
textarea:focus {
border-color: #60a5fa !important;
}
/* ==================== TABLES ==================== */
table {
background-color: #2d3142 !important;
color: #e5e7eb !important;
}
table th {
background-color: #3a3f51 !important;
color: #ffffff !important;
}
table td {
border: 1px solid #3a3f51 !important;
}
/* ==================== CODE BLOCKS ==================== */
code,
pre {
background-color: #1a1d29 !important;
border: 1px solid #3a3f51 !important;
color: #f3f4f6 !important;
}
/* ==================== FOOTER ==================== */
#footer {
background-color: #1a1d29 !important;
border-top: 2px solid #3a3f51 !important;
color: #9ca3af !important;
}
#footer a {
color: #60a5fa !important;
}
/* ==================== SCROLLBARS ==================== */
::-webkit-scrollbar {
background-color: #1a1d29;
}
::-webkit-scrollbar-thumb {
background-color: #4a5568;
}
