MediaWiki:Vector-2022.css: Difference between revisions

MuseWiki, wiki for the band Muse
m More css edits
m Row styling
Line 483: Line 483:
margin-top: 16px !important;
margin-top: 16px !important;
}
}
/* Dark theme infobox alternating rows */
#memberbox > tbody > tr:nth-child(2n+1) { background: #1a1a2a !important; }
#gigbox > tbody > tr:nth-child(2n+1),
.gigtable > tbody > tr:nth-child(2n+1) { background: #1a2a1a !important; }
#gearbox > tbody > tr:nth-child(2n+1),
.greytable > tbody > tr:nth-child(2n+1) { background: #1a1a1a !important; }
#jambox > tbody > tr:nth-child(2n+1),
#songbox > tbody > tr:nth-child(2n+1) { background: #0a1a2a !important; }
.discobox > tbody > tr:nth-child(2n+1) { background: #1a0a2a !important; }

Revision as of 18:07, 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;
}

/* Dark theme infobox alternating rows */
#memberbox > tbody > tr:nth-child(2n+1) { background: #1a1a2a !important; }
#gigbox > tbody > tr:nth-child(2n+1),
.gigtable > tbody > tr:nth-child(2n+1) { background: #1a2a1a !important; }
#gearbox > tbody > tr:nth-child(2n+1),
.greytable > tbody > tr:nth-child(2n+1) { background: #1a1a1a !important; }
#jambox > tbody > tr:nth-child(2n+1),
#songbox > tbody > tr:nth-child(2n+1) { background: #0a1a2a !important; }
.discobox > tbody > tr:nth-child(2n+1) { background: #1a0a2a !important; }