MediaWiki:Vector-2022.css: Difference between revisions
Crazybobbles (talk | contribs) 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:..." |
Crazybobbles (talk | contribs) m More css edits |
||
| Line 1: | Line 1: | ||
/* MuseWiki | /* MuseWiki Vector-2022.css */ | ||
/* Deep space dark theme — The Wow! Signal palette */ | /* Deep space dark theme — The Wow! Signal palette */ | ||
/* === 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) | ||
*/ | */ | ||
| Line 19: | Line 16: | ||
html, body { | html, body { | ||
background: #050810; | background: #050810 !important; | ||
color: #d0eeff; | color: #d0eeff; | ||
} | } | ||
a { color: #4fc8e0 !important; } | |||
a { | a:visited { color: #7aaccc !important; } | ||
a.external { color: #4fc8e0 !important; } | |||
} | a.new { color: #e06060 !important; } | ||
a:visited { | |||
} | |||
a.external { | |||
} | |||
/* === 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; | ||
} | } | ||
.mw-logo-wordmark { | |||
.mw-logo-wordmark | |||
color: #4fc8e0 !important; | color: #4fc8e0 !important; | ||
} | } | ||
/* Search | /* Search */ | ||
.cdx-text-input__input { | .cdx-text-input__input { | ||
background: #0d1525 !important; | background: #0d1525 !important; | ||
| Line 68: | Line 50: | ||
} | } | ||
.cdx-button { | .cdx-button { | ||
background: #0e1e3a !important; | background: #0e1e3a !important; | ||
| Line 80: | Line 61: | ||
} | } | ||
/* | /* Search input specifically */ | ||
.cdx-search-input__end-button { | |||
. | background: #1a2a4a !important; | ||
} | } | ||
/* Personal tools */ | |||
#pt-userpage a, | #pt-userpage-2 a, | ||
#pt- | #pt-userpage a { | ||
color: #8ab4d4 !important; | color: #8ab4d4 !important; | ||
} | } | ||
/* === SIDEBAR === */ | /* === SIDEBAR / MAIN MENU === */ | ||
#mw- | #mw-panel, | ||
.vector-main-menu-container, | |||
#vector- | .vector-main-menu, | ||
#vector-main-menu, | |||
#vector-main-menu-pinned-container { | |||
background: #080d1a !important; | background: #080d1a !important; | ||
} | } | ||
.vector-menu | .vector-main-menu { | ||
border- | border-right: 1px solid #0e1e3a !important; | ||
} | } | ||
.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-content-list li a { | |||
color: #8ab4d4 !important; | color: #8ab4d4 !important; | ||
} | } | ||
.vector-menu-content-list li a:hover { | |||
color: #4fc8e0 !important; | color: #4fc8e0 !important; | ||
} | } | ||
/* | /* Switch to old look link */ | ||
.vector- | .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; | |||
} | } | ||
. | |||
/* === PAGE CONTAINER === */ | |||
.mw-page-container, | |||
.mw-page-container-inner { | |||
background: #050810 !important; | |||
} | } | ||
. | .mw-content-container { | ||
background: #050810 !important; | |||
} | } | ||
.vector- | .vector-column-start { | ||
background: #080d1a !important; | |||
} | } | ||
| Line 148: | Line 139: | ||
/* === PAGE TABS === */ | /* === PAGE TABS === */ | ||
.vector- | .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; | color: #8ab4d4 !important; | ||
} | } | ||
.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; | |||
} | |||
.vector-dropdown-label:hover { | |||
color: #4fc8e0 !important; | |||
} | |||
/* === CONTENT AREA === */ | |||
.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; | |||
} | } | ||
#firstHeading, | |||
.firstHeading { | |||
color: #d0eeff !important; | color: #d0eeff !important; | ||
border-bottom: 1px solid #0e1e3a !important; | border-bottom: 1px solid #0e1e3a !important; | ||
} | } | ||
h1, h2, h3, h4, h5, h6 { | h1, h2, h3, h4, h5, h6 { | ||
color: #d0eeff !important; | color: #d0eeff !important; | ||
} | } | ||
| Line 196: | Line 195: | ||
} | } | ||
p, li, td, dd, dt { | |||
color: #d0eeff; | color: #d0eeff; | ||
} | } | ||
pre, code { | pre, code { | ||
background: #080d1a !important; | background: #080d1a !important; | ||
| Line 208: | Line 205: | ||
} | } | ||
/* Tables | /* Tables */ | ||
th { | th { | ||
background: #0e1e3a !important; | background: #0e1e3a !important; | ||
| Line 214: | Line 211: | ||
} | } | ||
/* | /* 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; /* | 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: | ||
} | } | ||
/* | /* 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; | 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-context { | |||
/* === 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; } | ||
} | |||
/* === | /* === STICKY HEADER === */ | ||
. | .vector-sticky-header { | ||
background: #080d1a !important; | |||
border-bottom: 1px solid #0e1e3a !important; | |||
border- | |||
} | } | ||
. | .vector-sticky-header a { | ||
color: #8ab4d4 !important; | |||
} | } | ||
/* === | /* === NOTICES === */ | ||
.mw-message-box { | |||
background: #080d1a !important; | |||
border- | border-color: #1e3a5a !important; | ||
color: #d0eeff !important; | |||
} | } | ||
#frontpage- | |||
/* === 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; | |||
} | } | ||
#frontpage-title { | .page-MuseWiki #frontpage-title { | ||
font-size: 1.8em; | font-size: 1.8em; | ||
color: #d0eeff; | color: #d0eeff; | ||
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; | ||
} | } | ||
#frontpage-stats { | .page-MuseWiki #frontpage-stats { | ||
color: #3a5a7a; | |||
font-size: .85em; | font-size: .85em; | ||
} | } | ||
#frontpage-stats a { | .page-MuseWiki #frontpage-stats a { | ||
color: #4fc8e0 !important; | color: #4fc8e0 !important; | ||
} | } | ||
.page-MuseWiki #frontpage-indexbox > ul { | |||
#frontpage- | float: none; | ||
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; | ||
} | } | ||
. | .page-MuseWiki #frontpage-indexbox > ul > li { | ||
list-style: none; | |||
} | } | ||
.page-MuseWiki #frontpage-indexbox > ul > li > a { | |||
. | |||
color: #8ab4d4 !important; | color: #8ab4d4 !important; | ||
border: none !important; | |||
font-size: 13px; | |||
} | } | ||
.frontpage- | .page-MuseWiki #frontpage-indexbox > ul > li > a:hover { | ||
color: #4fc8e0 !important; | color: #4fc8e0 !important; | ||
} | } | ||
.frontpage- | .page-MuseWiki #frontpage-indexbox > div:first-child { | ||
float: none; | |||
margin: 0; | |||
} | } | ||
.frontpage- | .page-MuseWiki #frontpage-indexbox-lfooter, | ||
.page-MuseWiki #frontpage-indexbox-rfooter { | |||
color: # | color: #2a4a6a !important; | ||
font-size: .85em; | |||
} | } | ||
.page-MuseWiki #frontpage-indexbox-rfooter { | |||
#frontpage- | float: none; | ||
} | } | ||
.frontpage- | .page-MuseWiki #frontpage-indexbox-lfooter a, | ||
.page-MuseWiki #frontpage-indexbox-rfooter a { | |||
color: #2a4a6a !important; | |||
} | } | ||
.frontpage- | .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; | font-size: 11px !important; | ||
color: # | 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: | font-size: 11px !important; | ||
color: #4fc8e0; | color: #4fc8e0 !important; | ||
text-transform: uppercase; | text-transform: uppercase; | ||
letter-spacing: | letter-spacing: 1px; | ||
border: none !important; | |||
margin: 12px 0 8px 0 !important; | |||
} | } | ||
#frontpage- | /* Footer info on homepage */ | ||
.page-MuseWiki #frontpage-infofooter { | |||
color: #2a4a6a !important; | |||
font-size: .85em; | |||
} | } | ||
.page-MuseWiki #frontpage-infofooter a { | |||
#frontpage-infofooter { | color: #2a4a6a !important; | ||
color: #2a4a6a | |||
} | } | ||
#frontpage-infofooter a { | .page-MuseWiki #frontpage-infofooter a:hover { | ||
color: # | color: #4fc8e0 !important; | ||
} | } | ||
/* 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;
}