MediaWiki:Common.css: Difference between revisions

From Sunfish City Wiki
(Created page with "→‎Dark Mode Theme for Sunfish City Wiki: →‎Page background: html, body { background-color: #121212 !important; } →‎Content area: .mw-body, .mw-page-container { background-color: #1e1e1e !important; color: #e0e0e0 !important; } →‎Headers: h1, h2, h3, h4, h5, h6, .mw-headline, .mw-page-title-main { color: #ffffff !important; border-bottom-color: #444 !important; } →‎Links: a, a:visited { color: #6db3f2 !important; } a:hover {...")
 
(Blanked the page)
Tag: Blanking
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
/* Dark Mode Theme for Sunfish City Wiki */


/* Page background */
html, body {
    background-color: #121212 !important;
}
/* Content area */
.mw-body, .mw-page-container {
    background-color: #1e1e1e !important;
    color: #e0e0e0 !important;
}
/* Headers */
h1, h2, h3, h4, h5, h6,
.mw-headline,
.mw-page-title-main {
    color: #ffffff !important;
    border-bottom-color: #444 !important;
}
/* Links */
a, a:visited {
    color: #6db3f2 !important;
}
a:hover {
    color: #90caf9 !important;
}
/* Sidebar */
.vector-menu-portal,
.mw-sidebar,
.vector-menu-content {
    background-color: #1e1e1e !important;
    color: #e0e0e0 !important;
}
/* Navigation */
.vector-menu-tabs,
.vector-menu-tabs a {
    background-color: #2d2d2d !important;
    color: #e0e0e0 !important;
}
/* Search box */
.vector-search-box-input {
    background-color: #2d2d2d !important;
    color: #e0e0e0 !important;
    border-color: #444 !important;
}
/* Tables */
table, th, td {
    border-color: #444 !important;
}
th {
    background-color: #2d2d2d !important;
    color: #e0e0e0 !important;
}
/* Infoboxes and content boxes */
.infobox, .wikitable {
    background-color: #2d2d2d !important;
    color: #e0e0e0 !important;
}
/* Footer */
#footer {
    background-color: #1e1e1e !important;
    color: #888 !important;
}
/* Category links */
.catlinks {
    background-color: #2d2d2d !important;
    border-color: #444 !important;
}
/* Edit page textarea */
.mw-editfont-monospace,
textarea {
    background-color: #2d2d2d !important;
    color: #e0e0e0 !important;
}

Latest revision as of 19:48, 9 February 2026