MediaWiki:Timeless.css: Difference between revisions
OMNIVERSE
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 77: | Line 77: | ||
.mw-portlet { | .mw-portlet { | ||
background-color: #1a1d29 !important; | background-color: #1a1d29 !important; | ||
border: | border: 1px solid #2d3142 !important; | ||
border-radius: 4px !important; | |||
margin-bottom: 1em !important; | margin-bottom: 1em !important; | ||
outline: none !important; | |||
} | } | ||
.mw-portlet h3 { | .mw-portlet h3 { | ||
background-color: # | background-color: #2d3142 !important; | ||
color: #fbbf24 !important; | color: #fbbf24 !important; | ||
border: none !important; | border: none !important; | ||
padding: 8px 12px !important; | padding: 10px 12px 8px 12px !important; | ||
margin: 0 !important; | |||
border-radius: 4px 4px 0 0 !important; | |||
font-size: 16px !important; | |||
font-weight: bold !important; | |||
position: relative !important; | |||
} | |||
/* Short underline under sidebar headers */ | |||
.mw-portlet h3::after { | |||
content: '' !important; | |||
position: absolute !important; | |||
bottom: 0 !important; | |||
left: 12px !important; | |||
width: 40px !important; | |||
height: 2px !important; | |||
background-color: #fbbf24 !important; | |||
} | } | ||
| Line 92: | Line 110: | ||
background-color: #1a1d29 !important; | background-color: #1a1d29 !important; | ||
border: none !important; | border: none !important; | ||
padding: 8px 0 !important; | |||
} | } | ||
| Line 107: | Line 126: | ||
.mw-portlet .body ul li:hover { | .mw-portlet .body ul li:hover { | ||
background-color: # | background-color: #252936 !important; | ||
} | } | ||
/* ==================== PAGE TABS ==================== */ | /* ==================== PAGE TABS ==================== */ | ||
#p-namespaces, | |||
#p-views { | |||
background: none !important; | |||
background-color: transparent !important; | |||
border: none !important; | |||
box-shadow: none !important; | |||
outline: none !important; | |||
} | |||
#p-namespaces *, | |||
#p-views * { | |||
background-color: transparent !important; | |||
} | |||
#p-namespaces ul, | |||
#p-views ul { | |||
background: none !important; | |||
background-color: transparent !important; | |||
border: none !important; | |||
} | |||
#p-namespaces ul li, | #p-namespaces ul li, | ||
#p-views ul li { | #p-views ul li { | ||
background-color: #2d3142 !important; | background-color: #2d3142 !important; | ||
margin-right: 4px !important; | |||
} | } | ||
| Line 131: | Line 172: | ||
background-color: #2d3447 !important; | background-color: #2d3447 !important; | ||
border: 1px solid #4a5568 !important; | border: 1px solid #4a5568 !important; | ||
padding: 12px !important; | |||
} | } | ||
| Line 144: | Line 186: | ||
/* ==================== RIGHT SIDEBAR - PAGE TOOLS ==================== */ | /* ==================== RIGHT SIDEBAR - PAGE TOOLS ==================== */ | ||
#page-tools { | #page-tools { | ||
background-color: # | background-color: transparent !important; | ||
border: none !important; | |||
outline: none !important; | |||
} | |||
#page-tools .mw-portlet { | |||
background-color: transparent !important; | |||
border: none !important; | border: none !important; | ||
outline: none !important; | |||
} | } | ||
#page-tools h3 { | #page-tools h3 { | ||
background-color: transparent !important; | |||
color: #fbbf24 !important; | color: #fbbf24 !important; | ||
border: none !important; | |||
padding: 10px 0 8px 0 !important; | |||
font-size: 16px !important; | |||
font-weight: bold !important; | |||
position: relative !important; | |||
} | |||
/* Short underline under page tools headers */ | |||
#page-tools h3::after { | |||
content: '' !important; | |||
position: absolute !important; | |||
bottom: 0 !important; | |||
left: 0 !important; | |||
width: 40px !important; | |||
height: 2px !important; | |||
background-color: #fbbf24 !important; | |||
} | } | ||
| Line 253: | Line 319: | ||
::-webkit-scrollbar-thumb { | ::-webkit-scrollbar-thumb { | ||
background-color: #4a5568; | background-color: #4a5568; | ||
} | } | ||
/* ==================== REMOVE VERTICAL LINES ==================== */ | |||
/* ==================== | |||
* { | * { | ||
border-left: none !important; | border-left: none !important; | ||
| Line 378: | Line 327: | ||
} | } | ||
.mw-portlet { | .mw-portlet { | ||
border: 1px solid #2d3142 !important; | border: 1px solid #2d3142 !important; | ||
} | } | ||
h1, h2, h3, h4, h5, h6 { | h1, h2, h3, h4, h5, h6 { | ||
border-bottom: 1px solid #3a3f51 !important; | border-bottom: 1px solid #3a3f51 !important; | ||
} | } | ||
#footer { | #footer { | ||
border-top: 2px solid #3a3f51 !important; | border-top: 2px solid #3a3f51 !important; | ||
} | } | ||
table td, | table td, | ||
table th { | table th { | ||
| Line 405: | Line 344: | ||
} | } | ||
#mw-header-container .color-left, | #mw-header-container .color-left, | ||
#mw-header-container .color-middle, | #mw-header-container .color-middle, | ||
#mw-header-container .color-right { | #mw-header-container .color-right { | ||
border-bottom: 2px solid !important; | border-bottom: 2px solid !important; | ||
} | } | ||
Revision as of 03:38, 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: 1px solid #2d3142 !important;
border-radius: 4px !important;
margin-bottom: 1em !important;
outline: none !important;
}
.mw-portlet h3 {
background-color: #2d3142 !important;
color: #fbbf24 !important;
border: none !important;
padding: 10px 12px 8px 12px !important;
margin: 0 !important;
border-radius: 4px 4px 0 0 !important;
font-size: 16px !important;
font-weight: bold !important;
position: relative !important;
}
/* Short underline under sidebar headers */
.mw-portlet h3::after {
content: '' !important;
position: absolute !important;
bottom: 0 !important;
left: 12px !important;
width: 40px !important;
height: 2px !important;
background-color: #fbbf24 !important;
}
.mw-portlet .body,
.mw-portlet .mw-portlet-body {
background-color: #1a1d29 !important;
border: none !important;
padding: 8px 0 !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: #252936 !important;
}
/* ==================== PAGE TABS ==================== */
#p-namespaces,
#p-views {
background: none !important;
background-color: transparent !important;
border: none !important;
box-shadow: none !important;
outline: none !important;
}
#p-namespaces *,
#p-views * {
background-color: transparent !important;
}
#p-namespaces ul,
#p-views ul {
background: none !important;
background-color: transparent !important;
border: none !important;
}
#p-namespaces ul li,
#p-views ul li {
background-color: #2d3142 !important;
margin-right: 4px !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;
padding: 12px !important;
}
.toc h2 {
color: #fbbf24 !important;
background-color: transparent !important;
}
.toc a {
color: #60a5fa !important;
}
/* ==================== RIGHT SIDEBAR - PAGE TOOLS ==================== */
#page-tools {
background-color: transparent !important;
border: none !important;
outline: none !important;
}
#page-tools .mw-portlet {
background-color: transparent !important;
border: none !important;
outline: none !important;
}
#page-tools h3 {
background-color: transparent !important;
color: #fbbf24 !important;
border: none !important;
padding: 10px 0 8px 0 !important;
font-size: 16px !important;
font-weight: bold !important;
position: relative !important;
}
/* Short underline under page tools headers */
#page-tools h3::after {
content: '' !important;
position: absolute !important;
bottom: 0 !important;
left: 0 !important;
width: 40px !important;
height: 2px !important;
background-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;
}
/* ==================== REMOVE VERTICAL LINES ==================== */
* {
border-left: none !important;
border-right: none !important;
}
.mw-portlet {
border: 1px solid #2d3142 !important;
}
h1, h2, h3, h4, h5, h6 {
border-bottom: 1px solid #3a3f51 !important;
}
#footer {
border-top: 2px solid #3a3f51 !important;
}
table td,
table th {
border: 1px solid #3a3f51 !important;
}
#mw-header-container .color-left,
#mw-header-container .color-middle,
#mw-header-container .color-right {
border-bottom: 2px solid !important;
}
