MediaWiki:Common.css: Difference between revisions
From Ghost Theory Wiki
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 1: | Line 1: | ||
/* === GLOBAL | /* === GLOBAL BACKGROUND === */ | ||
body { | |||
background-color: # | background-color: #000000 !important; | ||
color: # | color: #ffffff !important; | ||
border- | } | ||
/* === PAGE CONTENT AREA === */ | |||
#content, | |||
.mw-body, | |||
.mw-body-content { | |||
background-color: #111111 !important; | |||
color: #ffffff !important; | |||
width: 100% !important; | |||
max-width: 100% !important; | |||
padding: 1.25rem !important; | |||
box-sizing: border-box !important; | |||
} | } | ||
/* === LINKS === */ | /* === LINKS === */ | ||
a { | a { | ||
color: # | color: #ffea00 !important; /* yellow links */ | ||
} | } | ||
a:visited { | a:visited { | ||
color: # | color: #c0c0c0 !important; /* silver visited links */ | ||
} | } | ||
a:hover { | |||
color: #fff799 !important; | |||
} | } | ||
/* === | /* === HEADINGS === */ | ||
h1, h2, h3, h4, h5, h6 { | |||
color: #ffffff !important; | |||
color: # | |||
} | } | ||
/* === | /* === TABLES, INFOBOXES, BOXES === */ | ||
table, | |||
.infobox, | |||
.toc, | |||
. | .mw-message-box, | ||
. | .mw-notification { | ||
.mw- | background-color: #1a1a1a !important; | ||
.mw- | color: #ffffff !important; | ||
background-color: # | border-color: #333333 !important; | ||
color: # | |||
} | } | ||
/* === | /* === MINERVA HAMBURGER MENU (FULL DARK) === */ | ||
.minerva-drawer, | |||
.minerva-drawer__content, | |||
.minerva-drawer__menu, | |||
.minerva-drawer__header, | |||
.minerva-drawer__footer { | |||
background-color: #000000 !important; | |||
background-color: | color: #ffffff !important; | ||
} | } | ||
.minerva-drawer a { | |||
color: #ffea00 !important; | |||
. | |||
} | } | ||
.minerva-drawer a:visited { | |||
color: #c0c0c0 !important; | color: #c0c0c0 !important; | ||
} | } | ||
/* === SEARCH BAR === */ | |||
/* | .minerva-search-box, | ||
.minerva-search-box input { | |||
background-color: #111111 !important; | |||
color: #ffffff !important; | |||
border-color: #333333 !important; | |||
background-color: # | |||
} | } | ||
# | /* === FOOTER === */ | ||
color: # | #footer, | ||
#footer-info, | |||
#footer-places { | |||
background-color: #000000 !important; | |||
color: #ffffff !important; | |||
} | } | ||
/* === FIX WHITE FLASHES === */ | |||
html, | |||
body { | |||
background: #000000 !important; | |||
} | } | ||
Revision as of 21:29, 15 December 2025
/* === GLOBAL BACKGROUND === */
body {
background-color: #000000 !important;
color: #ffffff !important;
}
/* === PAGE CONTENT AREA === */
#content,
.mw-body,
.mw-body-content {
background-color: #111111 !important;
color: #ffffff !important;
width: 100% !important;
max-width: 100% !important;
padding: 1.25rem !important;
box-sizing: border-box !important;
}
/* === LINKS === */
a {
color: #ffea00 !important; /* yellow links */
}
a:visited {
color: #c0c0c0 !important; /* silver visited links */
}
a:hover {
color: #fff799 !important;
}
/* === HEADINGS === */
h1, h2, h3, h4, h5, h6 {
color: #ffffff !important;
}
/* === TABLES, INFOBOXES, BOXES === */
table,
.infobox,
.toc,
.mw-message-box,
.mw-notification {
background-color: #1a1a1a !important;
color: #ffffff !important;
border-color: #333333 !important;
}
/* === MINERVA HAMBURGER MENU (FULL DARK) === */
.minerva-drawer,
.minerva-drawer__content,
.minerva-drawer__menu,
.minerva-drawer__header,
.minerva-drawer__footer {
background-color: #000000 !important;
color: #ffffff !important;
}
.minerva-drawer a {
color: #ffea00 !important;
}
.minerva-drawer a:visited {
color: #c0c0c0 !important;
}
/* === SEARCH BAR === */
.minerva-search-box,
.minerva-search-box input {
background-color: #111111 !important;
color: #ffffff !important;
border-color: #333333 !important;
}
/* === FOOTER === */
#footer,
#footer-info,
#footer-places {
background-color: #000000 !important;
color: #ffffff !important;
}
/* === FIX WHITE FLASHES === */
html,
body {
background: #000000 !important;
}
