MediaWiki:Common.css: Difference between revisions
From USS Pacifica Online Database
Jump to navigationJump to search
(Created page with "→CSS placed here will be applied to all skins: .lcars-box div { background: transparent !important; }") |
No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.lcars- | /* LCARS metadata bar – keep it dark and consistent */ | ||
background: | .lcars-meta, | ||
.lcars-meta div, | |||
.lcars-meta span { | |||
background: #0b1024 !important; | |||
} | } | ||
Revision as of 04:44, 11 January 2026
/* CSS placed here will be applied to all skins */
/* LCARS metadata bar – keep it dark and consistent */
.lcars-meta,
.lcars-meta div,
.lcars-meta span {
background: #0b1024 !important;
}