MediaWiki:Skin-vector-2022.css

MuseWiki, wiki for the band Muse

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* 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:          #4fc8e0
   Link visited:  #7aaccc
*/


/* === BASE === */

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

/* Override link colours for dark theme */
a {
	color: #4fc8e0;
}

a:visited {
	color: #7aaccc;
}

a.external {
	color: #4fc8e0 !important;
}


/* === HEADER === */

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

.vector-header-start,
.vector-header-end {
	background: #080d1a !important;
}

/* Site name / logo */
.mw-logo-wordmark,
.mw-wiki-title {
	color: #4fc8e0 !important;
}

/* Search bar */
.vector-search-box input[type="search"],
.cdx-text-input__input {
	background: #0d1525 !important;
	border-color: #1e3a5a !important;
	color: #d0eeff !important;
}

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

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

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

/* Personal tools (login, username) */
#vector-user-links-dropdown .vector-menu-content,
.vector-user-menu-login,
.mw-portlet-personal {
	color: #8ab4d4 !important;
}

.mw-portlet-personal a,
#pt-userpage a,
#pt-login a {
	color: #8ab4d4 !important;
}

.mw-portlet-personal a:hover,
#pt-userpage a:hover {
	color: #4fc8e0 !important;
}


/* === SIDEBAR === */

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

.vector-menu-portal {
	border-color: #0e1e3a !important;
}

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

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

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

/* TOC */
.vector-toc {
	background: #080d1a !important;
	border-color: #0e1e3a !important;
}

.vector-toc-list-item a {
	color: #8ab4d4 !important;
}

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

.vector-toc-heading {
	color: #4fc8e0 !important;
}


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

.vector-tab-noicon a,
.mw-portlet-views a {
	color: #8ab4d4 !important;
}

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

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


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

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

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

/* The actual page content box */
#mw-content-text,
.mw-parser-output {
	color: #d0eeff;
}

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

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

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

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

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

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

/* Infobox th overrides — keep their specific colours */
#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; /* Let Common.css handle these */
}

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

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

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

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

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


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

.diff-addedline {
	background: #0a2a1a !important;
}

.diff-deletedline {
	background: #2a0a0a !important;
}

.diff-context {
	background: #080d1a !important;
}


/* === FOOTER === */

.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;
}


/* === NOTICES & SYSTEM MESSAGES === */

.mw-message-box,
.warningbox,
.errorbox,
.successbox {
	border-color: #1e3a5a !important;
}

.mw-message-box-notice {
	background: #080d1a !important;
}


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

#frontpage-hero {
	padding: 28px 0 20px;
	border-bottom: 1px solid #0e1e3a;
	position: relative;
	overflow: hidden;
}

#frontpage-hero::after {
	content: '';
	position: absolute;
	top: 0; right: 0;
	width: 200px; height: 100%;
	background: radial-gradient(circle at 80% 50%, #4fc8e0 0%, transparent 70%);
	opacity: 0.05;
	pointer-events: none;
}

#frontpage-title {
	font-size: 1.8em;
	color: #d0eeff;
	margin-bottom: 6px;
}

#frontpage-subtitle {
	font-size: .95em;
	color: #4fc8e0;
	margin-bottom: 4px;
}

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

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

/* Signal waveform divider */
#frontpage-signal {
	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;
	flex-wrap: wrap;
	gap: 8px;
	padding: 12px 0;
	border-bottom: 1px solid #0e1e3a;
}

.frontpage-pill {
	font-size: 11px;
	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 */
#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;
	margin-bottom: 6px;
	text-decoration: none !important;
}

.frontpage-card a:hover {
	color: #4fc8e0 !important;
}

.frontpage-card.gear {
	border-top: 2px solid #4fc8e0;
}

.frontpage-card-desc {
	font-size: 11px;
	color: #3a5a7a;
	margin-top: 8px;
	line-height: 1.5;
}

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

.frontpage-member {
	background: #06080f;
	padding: 16px;
	text-align: center;
}

.frontpage-member img {
	border-radius: 50%;
	width: 80px;
	height: 80px;
	object-fit: cover;
	border: 1px solid #1e3a5a;
	margin-bottom: 8px;
}

.frontpage-member-name {
	font-size: 13px;
	color: #8ab4d4;
	margin-bottom: 4px;
}

.frontpage-member-role {
	font-size: 11px;
	color: #2a4a6a;
	line-height: 1.4;
}

/* Did you know */
#frontpage-diyk {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	padding: 14px 0;
	border-top: 1px solid #0e1e3a;
}

#frontpage-diyk-label {
	font-size: 10px;
	color: #4fc8e0;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	white-space: nowrap;
	padding-top: 2px;
}

#frontpage-diyk-text {
	font-size: 12px;
	color: #5a8aaa;
}

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

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

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