MediaWiki:Vector-2022.css: Difference between revisions

MuseWiki, wiki for the band Muse
Created page with "→‎MuseWiki Skin-vector-2022.css: →‎Deep space dark theme — The Wow! Signal palette: →‎Preview with ?useskin=vector-2022: /* === COLOUR PALETTE === Background: #050810 (deep space) Surface: #080d1a (slightly lighter) Border: #0e1e3a (subtle border) Signal cyan: #4fc8e0 (accent / highlight) Text primary: #d0eeff (light blue-white) Text secondary:#8ab4d4 (muted blue) Text muted: #3a5a7a (very muted) Link:..."
 
m More css edits
Line 1: Line 1:
/* MuseWiki Skin-vector-2022.css */
/* MuseWiki Vector-2022.css */
/* Deep space dark theme — The Wow! Signal palette */
/* Deep space dark theme — The Wow! Signal palette */
/* Preview with ?useskin=vector-2022 */


/* === COLOUR PALETTE ===
/* === COLOUR PALETTE ===
Line 11: Line 10:
   Text secondary:#8ab4d4  (muted blue)
   Text secondary:#8ab4d4  (muted blue)
   Text muted:    #3a5a7a  (very muted)
   Text muted:    #3a5a7a  (very muted)
  Link:          #4fc8e0
  Link visited:  #7aaccc
*/
*/


Line 19: Line 16:


html, body {
html, body {
background: #050810;
background: #050810 !important;
color: #d0eeff;
color: #d0eeff;
font-size: 100%;
}
}


/* Override link colours for dark theme */
a { color: #4fc8e0 !important; }
a {
a:visited { color: #7aaccc !important; }
color: #4fc8e0;
a.external { color: #4fc8e0 !important; }
}
a.new { color: #e06060 !important; }
 
a:visited {
color: #7aaccc;
}
 
a.external {
color: #4fc8e0 !important;
}




/* === HEADER === */
/* === HEADER === */


.vector-header {
.vector-header,
.vector-header-container,
.mw-header {
background: #080d1a !important;
background: #080d1a !important;
border-bottom: 1px solid #0e1e3a !important;
border-bottom: 1px solid #0e1e3a !important;
}
}


.vector-header-start,
.mw-logo-wordmark {
.vector-header-end {
background: #080d1a !important;
}
 
/* Site name / logo */
.mw-logo-wordmark,
.mw-wiki-title {
color: #4fc8e0 !important;
color: #4fc8e0 !important;
}
}


/* Search bar */
/* Search */
.vector-search-box input[type="search"],
.cdx-text-input__input {
.cdx-text-input__input {
background: #0d1525 !important;
background: #0d1525 !important;
Line 68: Line 50:
}
}


/* Search button */
.cdx-button {
.cdx-button {
background: #0e1e3a !important;
background: #0e1e3a !important;
Line 80: Line 61:
}
}


/* Personal tools (login, username) */
/* Search input specifically */
#vector-user-links-dropdown .vector-menu-content,
.cdx-search-input__end-button {
.vector-user-menu-login,
background: #1a2a4a !important;
.mw-portlet-personal {
color: #8ab4d4 !important;
}
}


.mw-portlet-personal a,
/* Personal tools */
#pt-userpage a,
#pt-userpage-2 a,
#pt-login a {
#pt-userpage a {
color: #8ab4d4 !important;
color: #8ab4d4 !important;
}
.mw-portlet-personal a:hover,
#pt-userpage a:hover {
color: #4fc8e0 !important;
}
}




/* === SIDEBAR === */
/* === SIDEBAR / MAIN MENU === */


#mw-sidebar-checkbox:not(:checked) ~ .vector-sidebar-container-no-toc ~ .mw-content-container .vector-sidebar-container,
#mw-panel,
.mw-table-of-contents-container,
.vector-main-menu-container,
#vector-toc-collapsed-button {
.vector-main-menu,
#vector-main-menu,
#vector-main-menu-pinned-container {
background: #080d1a !important;
background: #080d1a !important;
}
}


.vector-menu-portal {
.vector-main-menu {
border-color: #0e1e3a !important;
border-right: 1px solid #0e1e3a !important;
}
}


.vector-menu-portal .vector-menu-heading {
.vector-menu-heading {
color: #4fc8e0 !important;
color: #4fc8e0 !important;
font-size: 11px !important;
font-size: 11px !important;
text-transform: uppercase !important;
text-transform: uppercase !important;
letter-spacing: 1px !important;
letter-spacing: 1px !important;
border-color: #0e1e3a !important;
}
}


.vector-menu-portal .vector-menu-content-list li a {
.vector-menu-content-list li a {
color: #8ab4d4 !important;
color: #8ab4d4 !important;
}
}


.vector-menu-portal .vector-menu-content-list li a:hover {
.vector-menu-content-list li a:hover {
color: #4fc8e0 !important;
color: #4fc8e0 !important;
}
}


/* TOC */
/* Switch to old look link */
.vector-toc {
.vector-main-menu-action a {
color: #3a5a7a !important;
font-size: 11px;
}
 
/* Pinnable header */
.vector-pinnable-header {
background: #080d1a !important;
background: #080d1a !important;
border-color: #0e1e3a !important;
border-color: #0e1e3a !important;
color: #3a5a7a !important;
}
.vector-pinnable-header-toggle-button {
color: #3a5a7a !important;
}
}


.vector-toc-list-item a {
 
color: #8ab4d4 !important;
/* === PAGE CONTAINER === */
 
.mw-page-container,
.mw-page-container-inner {
background: #050810 !important;
}
}


.vector-toc-list-item a:hover,
.mw-content-container {
.vector-toc-list-item-active > a {
background: #050810 !important;
color: #4fc8e0 !important;
}
}


.vector-toc-heading {
.vector-column-start {
color: #4fc8e0 !important;
background: #080d1a !important;
}
}


Line 148: Line 139:
/* === PAGE TABS === */
/* === PAGE TABS === */


.vector-tab-noicon a,
.vector-page-toolbar,
.mw-portlet-views a {
.vector-page-toolbar-container {
background: #080d1a !important;
border-bottom: 1px solid #0e1e3a !important;
}
 
#left-navigation a,
#right-navigation a {
color: #8ab4d4 !important;
color: #8ab4d4 !important;
}
}


.vector-tab-noicon.selected a,
.selected > a,
.mw-portlet-views .selected a {
.vector-tab-noicon.selected a {
color: #4fc8e0 !important;
color: #4fc8e0 !important;
border-bottom: 2px solid #4fc8e0 !important;
border-bottom: 2px solid #4fc8e0 !important;
Line 163: Line 160:
}
}


/* Dropdown buttons (Tools etc) */
.vector-dropdown-label {
color: #8ab4d4 !important;
}


/* === CONTENT AREA === */
.vector-dropdown-label:hover {
color: #4fc8e0 !important;
}


.mw-page-container {
background: #050810 !important;
}


.mw-content-container {
/* === CONTENT AREA === */
background: #050810 !important;
}


/* The actual page content box */
.mw-body,
#content,
#mw-content-text,
#mw-content-text,
.mw-parser-output {
.mw-parser-output {
color: #d0eeff;
background: #050810 !important;
color: #d0eeff !important;
border: none !important;
}
}


/* Page title */
#firstHeading,
#firstHeading {
.firstHeading {
color: #d0eeff !important;
color: #d0eeff !important;
border-bottom: 1px solid #0e1e3a !important;
border-bottom: 1px solid #0e1e3a !important;
}
}


/* Headings */
h1, h2, h3, h4, h5, h6 {
h1, h2, h3, h4, h5, h6 {
color: #d0eeff !important;
color: #d0eeff !important;
border-color: #0e1e3a !important;
}
}


Line 196: Line 195:
}
}


/* Body text */
p, li, td, dd, dt {
body, p, li, td, th, dd, dt {
color: #d0eeff;
color: #d0eeff;
}
}


/* Pre / code */
pre, code {
pre, code {
background: #080d1a !important;
background: #080d1a !important;
Line 208: Line 205:
}
}


/* Tables — override the white th from Common.css for dark theme */
/* Tables */
th {
th {
background: #0e1e3a !important;
background: #0e1e3a !important;
Line 214: Line 211:
}
}


/* Infobox th overrides — keep their specific colours */
/* Override for coloured infobox headers */
#memberbox > tbody > tr > th,
#memberbox > tbody > tr > th,
#gigbox > tbody > tr > th,
#gigbox > tbody > tr > th,
Line 225: Line 222:
.discobox > tbody > tr > th,
.discobox > tbody > tr > th,
.infbox > tbody > tr > th {
.infbox > tbody > tr > th {
background: unset; /* Let Common.css handle these */
background: unset !important;
}
 
/* Edit section links */
.mw-editsection a {
color: #3a5a7a !important;
font-size: 0.85em;
}
 
.mw-editsection a:hover {
color: #4fc8e0 !important;
}
 
/* Site subtitle */
#siteSub {
color: #3a5a7a !important;
}
}


Line 239: Line 251:
}
}


/* Edit section links */
/* Hide page title on homepage */
.mw-editsection a {
.page-MuseWiki #firstHeading {
color: #3a5a7a !important;
display: none;
font-size: 0.85em;
}
 
 
/* === TOOLS PANEL (right sidebar) === */
 
#vector-page-tools,
#vector-page-tools-pinned-container,
.vector-sticky-pinned-container,
.vector-column-end {
background: #080d1a !important;
}
}


.mw-editsection a:hover {
#vector-page-tools .vector-menu-heading {
color: #4fc8e0 !important;
color: #4fc8e0 !important;
border-color: #0e1e3a !important;
}
}


/* Hide page title on homepage */
#vector-page-tools a {
.page-MuseWiki #firstHeading {
color: #8ab4d4 !important;
display: none;
}
}


#vector-page-tools a:hover {
color: #4fc8e0 !important;
}


/* === DIFF PAGES === */
/* Dropdown content */
.vector-dropdown-content {
background: #080d1a !important;
border-color: #0e1e3a !important;
}


.diff-addedline {
.vector-dropdown-content a {
background: #0a2a1a !important;
color: #8ab4d4 !important;
}
}


.diff-deletedline {
.vector-dropdown-content a:hover {
background: #2a0a0a !important;
color: #4fc8e0 !important;
}
}


.diff-context {
 
background: #080d1a !important;
/* === DIFF PAGES === */
}
 
.diff-addedline { background: #0a2a1a !important; }
.diff-deletedline { background: #2a0a0a !important; }
.diff-context { background: #080d1a !important; }




/* === FOOTER === */
/* === FOOTER === */


.mw-footer-container,
.mw-footer,
.mw-footer,
#footer {
#footer {
Line 289: Line 321:
}
}


#footer-icons {
#footer-icons { display: none; }
display: none;
}




/* === NOTICES & SYSTEM MESSAGES === */
/* === STICKY HEADER === */


.mw-message-box,
.vector-sticky-header {
.warningbox,
background: #080d1a !important;
.errorbox,
border-bottom: 1px solid #0e1e3a !important;
.successbox {
border-color: #1e3a5a !important;
}
}


.mw-message-box-notice {
.vector-sticky-header a {
background: #080d1a !important;
color: #8ab4d4 !important;
}
}




/* === HOMEPAGE — #frontpage === */
/* === NOTICES === */
/* New deep space layout */


#frontpage-hero {
.mw-message-box {
padding: 28px 0 20px;
background: #080d1a !important;
border-bottom: 1px solid #0e1e3a;
border-color: #1e3a5a !important;
position: relative;
color: #d0eeff !important;
overflow: hidden;
}
}


#frontpage-hero::after {
 
content: '';
/* === HOMEPAGE === */
position: absolute;
 
top: 0; right: 0;
/* Hide the old frontpage box title on homepage */
width: 200px; height: 100%;
.page-MuseWiki #frontpage-indexbox {
background: radial-gradient(circle at 80% 50%, #4fc8e0 0%, transparent 70%);
background: transparent !important;
opacity: 0.05;
border: none !important;
pointer-events: none;
box-shadow: none !important;
border-radius: 0 !important;
}
}


#frontpage-title {
.page-MuseWiki #frontpage-title {
font-size: 1.8em;
font-size: 1.8em;
color: #d0eeff;
color: #d0eeff;
margin-bottom: 6px;
text-align: left;
}
}


#frontpage-subtitle {
.page-MuseWiki #frontpage-title a {
color: #d0eeff !important;
text-decoration: none !important;
border: none !important;
}
 
.page-MuseWiki #frontpage-subtitle {
color: #4fc8e0;
font-size: .95em;
font-size: .95em;
color: #4fc8e0;
margin-bottom: 4px;
}
}


#frontpage-stats {
.page-MuseWiki #frontpage-stats {
color: #3a5a7a;
font-size: .85em;
font-size: .85em;
color: #3a5a7a;
}
}


#frontpage-stats a {
.page-MuseWiki #frontpage-stats a {
color: #4fc8e0 !important;
color: #4fc8e0 !important;
}
}


/* Signal waveform divider */
.page-MuseWiki #frontpage-indexbox > ul {
#frontpage-signal {
float: none;
display: flex;
align-items: center;
justify-content: center;
gap: 3px;
padding: 14px 0;
border-bottom: 1px solid #0e1e3a;
}
 
.signal-bar {
width: 4px;
border-radius: 2px;
background: #4fc8e0;
opacity: 0.5;
}
 
/* Quick links pills */
#frontpage-quicklinks {
display: flex;
display: flex;
flex-wrap: wrap;
flex-wrap: wrap;
gap: 8px;
gap: 4px 16px;
margin: 8px 0 0 0;
padding: 12px 0;
padding: 12px 0;
border-top: 1px solid #0e1e3a;
border-bottom: 1px solid #0e1e3a;
border-bottom: 1px solid #0e1e3a;
}
}


.frontpage-pill {
.page-MuseWiki #frontpage-indexbox > ul > li {
font-size: 11px;
list-style: none;
color: #3a6a8a;
border: 0.5px solid #1a2a4a;
border-radius: 20px;
padding: 3px 10px;
text-decoration: none !important;
}
 
.frontpage-pill:hover {
color: #4fc8e0 !important;
border-color: #4fc8e0;
}
}


/* Nav cards */
.page-MuseWiki #frontpage-indexbox > ul > li > a {
#frontpage-cards {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 1px;
background: #0e1e3a;
margin: 0 -1em;
}
 
.frontpage-card {
background: #080d1a;
padding: 16px;
}
 
.frontpage-card-title {
font-size: 10px;
color: #4fc8e0;
text-transform: uppercase;
letter-spacing: 1.5px;
margin-bottom: 12px;
font-weight: 500;
}
 
.frontpage-card a {
display: block;
font-size: 12px;
color: #8ab4d4 !important;
color: #8ab4d4 !important;
margin-bottom: 6px;
border: none !important;
text-decoration: none !important;
font-size: 13px;
}
}


.frontpage-card a:hover {
.page-MuseWiki #frontpage-indexbox > ul > li > a:hover {
color: #4fc8e0 !important;
color: #4fc8e0 !important;
}
}


.frontpage-card.gear {
.page-MuseWiki #frontpage-indexbox > div:first-child {
border-top: 2px solid #4fc8e0;
float: none;
margin: 0;
}
}


.frontpage-card-desc {
.page-MuseWiki #frontpage-indexbox-lfooter,
font-size: 11px;
.page-MuseWiki #frontpage-indexbox-rfooter {
color: #3a5a7a;
color: #2a4a6a !important;
margin-top: 8px;
font-size: .85em;
line-height: 1.5;
}
}


/* Band members */
.page-MuseWiki #frontpage-indexbox-rfooter {
#frontpage-band {
float: none;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1px;
background: #0e1e3a;
margin: 1px -1em 0;
}
}


.frontpage-member {
.page-MuseWiki #frontpage-indexbox-lfooter a,
background: #06080f;
.page-MuseWiki #frontpage-indexbox-rfooter a {
padding: 16px;
color: #2a4a6a !important;
text-align: center;
}
}


.frontpage-member img {
.page-MuseWiki #frontpage-indexbox-lfooter a:hover,
border-radius: 50%;
.page-MuseWiki #frontpage-indexbox-rfooter a:hover {
width: 80px;
color: #4fc8e0 !important;
height: 80px;
object-fit: cover;
border: 1px solid #1e3a5a;
margin-bottom: 8px;
}
}


.frontpage-member-name {
/* Did you know box */
font-size: 13px;
.page-MuseWiki #museNew > div {
color: #8ab4d4;
background: #080d1a !important;
margin-bottom: 4px;
border: 1px solid #0e1e3a !important;
}
}


.frontpage-member-role {
.page-MuseWiki #museNew > div h2 {
font-size: 11px;
font-size: 11px !important;
color: #2a4a6a;
color: #4fc8e0 !important;
line-height: 1.4;
text-transform: uppercase;
letter-spacing: 1px;
border: none !important;
margin: 0 0 6px 0 !important;
}
}


/* Did you know */
/* Band member section */
#frontpage-diyk {
.page-MuseWiki #museAre {
display: flex;
background: transparent !important;
gap: 12px;
align-items: flex-start;
padding: 14px 0;
border-top: 1px solid #0e1e3a;
}
}


#frontpage-diyk-label {
.page-MuseWiki #museAre h2 {
font-size: 10px;
font-size: 11px !important;
color: #4fc8e0;
color: #4fc8e0 !important;
text-transform: uppercase;
text-transform: uppercase;
letter-spacing: 1.5px;
letter-spacing: 1px;
white-space: nowrap;
border: none !important;
padding-top: 2px;
margin: 12px 0 8px 0 !important;
}
}


#frontpage-diyk-text {
/* Footer info on homepage */
font-size: 12px;
.page-MuseWiki #frontpage-infofooter {
color: #5a8aaa;
color: #2a4a6a !important;
font-size: .85em;
}
}


/* Footer info */
.page-MuseWiki #frontpage-infofooter a {
#frontpage-infofooter {
color: #2a4a6a !important;
font-size: .85em;
text-align: center;
padding: 12px 0;
color: #2a4a6a;
border-top: 1px solid #0e1e3a;
}
}


#frontpage-infofooter a {
.page-MuseWiki #frontpage-infofooter a:hover {
color: #2a4a6a !important;
color: #4fc8e0 !important;
}
}


#frontpage-infofooter a:hover {
/* Page headings on homepage */
.page-MuseWiki .mw-parser-output > h2 {
font-size: 11px !important;
color: #4fc8e0 !important;
color: #4fc8e0 !important;
text-transform: uppercase;
letter-spacing: 1px;
border-bottom: 1px solid #0e1e3a !important;
margin-top: 16px !important;
}
}

Revision as of 18:04, 19 June 2026

/* MuseWiki Vector-2022.css */
/* Deep space dark theme — The Wow! Signal palette */

/* === COLOUR PALETTE ===
   Background:    #050810  (deep space)
   Surface:       #080d1a  (slightly lighter)
   Border:        #0e1e3a  (subtle border)
   Signal cyan:   #4fc8e0  (accent / highlight)
   Text primary:  #d0eeff  (light blue-white)
   Text secondary:#8ab4d4  (muted blue)
   Text muted:    #3a5a7a  (very muted)
*/


/* === BASE === */

html, body {
	background: #050810 !important;
	color: #d0eeff;
}

a { color: #4fc8e0 !important; }
a:visited { color: #7aaccc !important; }
a.external { color: #4fc8e0 !important; }
a.new { color: #e06060 !important; }


/* === HEADER === */

.vector-header,
.vector-header-container,
.mw-header {
	background: #080d1a !important;
	border-bottom: 1px solid #0e1e3a !important;
}

.mw-logo-wordmark {
	color: #4fc8e0 !important;
}

/* Search */
.cdx-text-input__input {
	background: #0d1525 !important;
	border-color: #1e3a5a !important;
	color: #d0eeff !important;
}

.cdx-text-input__input::placeholder {
	color: #3a5a7a !important;
}

.cdx-button {
	background: #0e1e3a !important;
	border-color: #1e3a5a !important;
	color: #8ab4d4 !important;
}

.cdx-button:hover {
	background: #1a2a4a !important;
	color: #4fc8e0 !important;
}

/* Search input specifically */
.cdx-search-input__end-button {
	background: #1a2a4a !important;
}

/* Personal tools */
#pt-userpage-2 a,
#pt-userpage a {
	color: #8ab4d4 !important;
}


/* === SIDEBAR / MAIN MENU === */

#mw-panel,
.vector-main-menu-container,
.vector-main-menu,
#vector-main-menu,
#vector-main-menu-pinned-container {
	background: #080d1a !important;
}

.vector-main-menu {
	border-right: 1px solid #0e1e3a !important;
}

.vector-menu-heading {
	color: #4fc8e0 !important;
	font-size: 11px !important;
	text-transform: uppercase !important;
	letter-spacing: 1px !important;
	border-color: #0e1e3a !important;
}

.vector-menu-content-list li a {
	color: #8ab4d4 !important;
}

.vector-menu-content-list li a:hover {
	color: #4fc8e0 !important;
}

/* Switch to old look link */
.vector-main-menu-action a {
	color: #3a5a7a !important;
	font-size: 11px;
}

/* Pinnable header */
.vector-pinnable-header {
	background: #080d1a !important;
	border-color: #0e1e3a !important;
	color: #3a5a7a !important;
}

.vector-pinnable-header-toggle-button {
	color: #3a5a7a !important;
}


/* === PAGE CONTAINER === */

.mw-page-container,
.mw-page-container-inner {
	background: #050810 !important;
}

.mw-content-container {
	background: #050810 !important;
}

.vector-column-start {
	background: #080d1a !important;
}


/* === PAGE TABS === */

.vector-page-toolbar,
.vector-page-toolbar-container {
	background: #080d1a !important;
	border-bottom: 1px solid #0e1e3a !important;
}

#left-navigation a,
#right-navigation a {
	color: #8ab4d4 !important;
}

.selected > a,
.vector-tab-noicon.selected a {
	color: #4fc8e0 !important;
	border-bottom: 2px solid #4fc8e0 !important;
}

.vector-tab-noicon a:hover {
	color: #4fc8e0 !important;
}

/* Dropdown buttons (Tools etc) */
.vector-dropdown-label {
	color: #8ab4d4 !important;
}

.vector-dropdown-label:hover {
	color: #4fc8e0 !important;
}


/* === CONTENT AREA === */

.mw-body,
#content,
#mw-content-text,
.mw-parser-output {
	background: #050810 !important;
	color: #d0eeff !important;
	border: none !important;
}

#firstHeading,
.firstHeading {
	color: #d0eeff !important;
	border-bottom: 1px solid #0e1e3a !important;
}

h1, h2, h3, h4, h5, h6 {
	color: #d0eeff !important;
}

h2 {
	border-bottom: 1px solid #0e1e3a !important;
}

p, li, td, dd, dt {
	color: #d0eeff;
}

pre, code {
	background: #080d1a !important;
	border-color: #0e1e3a !important;
	color: #8ab4d4 !important;
}

/* Tables */
th {
	background: #0e1e3a !important;
	color: #d0eeff !important;
}

/* Override for coloured infobox headers */
#memberbox > tbody > tr > th,
#gigbox > tbody > tr > th,
.gigtable > tbody > tr > th,
#gearbox > tbody > tr > th,
.greytable > tbody > tr > th,
#jambox > tbody > tr > th,
#songbox > tbody > tr > th,
#vidbox > tbody > tr > th,
.discobox > tbody > tr > th,
.infbox > tbody > tr > th {
	background: unset !important;
}

/* Edit section links */
.mw-editsection a {
	color: #3a5a7a !important;
	font-size: 0.85em;
}

.mw-editsection a:hover {
	color: #4fc8e0 !important;
}

/* Site subtitle */
#siteSub {
	color: #3a5a7a !important;
}

/* Category links */
#catlinks {
	background: #080d1a !important;
	border-color: #0e1e3a !important;
	color: #8ab4d4 !important;
}

#catlinks a {
	color: #4fc8e0 !important;
}

/* Hide page title on homepage */
.page-MuseWiki #firstHeading {
	display: none;
}


/* === TOOLS PANEL (right sidebar) === */

#vector-page-tools,
#vector-page-tools-pinned-container,
.vector-sticky-pinned-container,
.vector-column-end {
	background: #080d1a !important;
}

#vector-page-tools .vector-menu-heading {
	color: #4fc8e0 !important;
	border-color: #0e1e3a !important;
}

#vector-page-tools a {
	color: #8ab4d4 !important;
}

#vector-page-tools a:hover {
	color: #4fc8e0 !important;
}

/* Dropdown content */
.vector-dropdown-content {
	background: #080d1a !important;
	border-color: #0e1e3a !important;
}

.vector-dropdown-content a {
	color: #8ab4d4 !important;
}

.vector-dropdown-content a:hover {
	color: #4fc8e0 !important;
}


/* === DIFF PAGES === */

.diff-addedline { background: #0a2a1a !important; }
.diff-deletedline { background: #2a0a0a !important; }
.diff-context { background: #080d1a !important; }


/* === FOOTER === */

.mw-footer-container,
.mw-footer,
#footer {
	background: #080d1a !important;
	border-top: 1px solid #0e1e3a !important;
	color: #3a5a7a !important;
}

.mw-footer a,
#footer a {
	color: #3a5a7a !important;
}

.mw-footer a:hover,
#footer a:hover {
	color: #4fc8e0 !important;
}

#footer-icons { display: none; }


/* === STICKY HEADER === */

.vector-sticky-header {
	background: #080d1a !important;
	border-bottom: 1px solid #0e1e3a !important;
}

.vector-sticky-header a {
	color: #8ab4d4 !important;
}


/* === NOTICES === */

.mw-message-box {
	background: #080d1a !important;
	border-color: #1e3a5a !important;
	color: #d0eeff !important;
}


/* === HOMEPAGE === */

/* Hide the old frontpage box title on homepage */
.page-MuseWiki #frontpage-indexbox {
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	border-radius: 0 !important;
}

.page-MuseWiki #frontpage-title {
	font-size: 1.8em;
	color: #d0eeff;
	text-align: left;
}

.page-MuseWiki #frontpage-title a {
	color: #d0eeff !important;
	text-decoration: none !important;
	border: none !important;
}

.page-MuseWiki #frontpage-subtitle {
	color: #4fc8e0;
	font-size: .95em;
}

.page-MuseWiki #frontpage-stats {
	color: #3a5a7a;
	font-size: .85em;
}

.page-MuseWiki #frontpage-stats a {
	color: #4fc8e0 !important;
}

.page-MuseWiki #frontpage-indexbox > ul {
	float: none;
	display: flex;
	flex-wrap: wrap;
	gap: 4px 16px;
	margin: 8px 0 0 0;
	padding: 12px 0;
	border-top: 1px solid #0e1e3a;
	border-bottom: 1px solid #0e1e3a;
}

.page-MuseWiki #frontpage-indexbox > ul > li {
	list-style: none;
}

.page-MuseWiki #frontpage-indexbox > ul > li > a {
	color: #8ab4d4 !important;
	border: none !important;
	font-size: 13px;
}

.page-MuseWiki #frontpage-indexbox > ul > li > a:hover {
	color: #4fc8e0 !important;
}

.page-MuseWiki #frontpage-indexbox > div:first-child {
	float: none;
	margin: 0;
}

.page-MuseWiki #frontpage-indexbox-lfooter,
.page-MuseWiki #frontpage-indexbox-rfooter {
	color: #2a4a6a !important;
	font-size: .85em;
}

.page-MuseWiki #frontpage-indexbox-rfooter {
	float: none;
}

.page-MuseWiki #frontpage-indexbox-lfooter a,
.page-MuseWiki #frontpage-indexbox-rfooter a {
	color: #2a4a6a !important;
}

.page-MuseWiki #frontpage-indexbox-lfooter a:hover,
.page-MuseWiki #frontpage-indexbox-rfooter a:hover {
	color: #4fc8e0 !important;
}

/* Did you know box */
.page-MuseWiki #museNew > div {
	background: #080d1a !important;
	border: 1px solid #0e1e3a !important;
}

.page-MuseWiki #museNew > div h2 {
	font-size: 11px !important;
	color: #4fc8e0 !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: none !important;
	margin: 0 0 6px 0 !important;
}

/* Band member section */
.page-MuseWiki #museAre {
	background: transparent !important;
}

.page-MuseWiki #museAre h2 {
	font-size: 11px !important;
	color: #4fc8e0 !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: none !important;
	margin: 12px 0 8px 0 !important;
}

/* Footer info on homepage */
.page-MuseWiki #frontpage-infofooter {
	color: #2a4a6a !important;
	font-size: .85em;
}

.page-MuseWiki #frontpage-infofooter a {
	color: #2a4a6a !important;
}

.page-MuseWiki #frontpage-infofooter a:hover {
	color: #4fc8e0 !important;
}

/* Page headings on homepage */
.page-MuseWiki .mw-parser-output > h2 {
	font-size: 11px !important;
	color: #4fc8e0 !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: 1px solid #0e1e3a !important;
	margin-top: 16px !important;
}