MediaWiki:Common.css: Difference between revisions
From USS Pacifica Online Database
Jump to navigationJump to search
No edit summary |
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 */ | ||
/* | /* Force LCARS metadata row to use dark background */ | ||
.lcars-meta, | .lcars-meta, | ||
.lcars-meta div, | .lcars-meta div, | ||
.lcars-meta span { | .lcars-meta span, | ||
.lcars-meta a { | |||
background-color: #0b1024 !important; | background-color: #0b1024 !important; | ||
color: #e6e6e6 !important; | color: #e6e6e6 !important; | ||
} | } | ||
Revision as of 04:53, 11 January 2026
/* CSS placed here will be applied to all skins */
/* Force LCARS metadata row to use dark background */
.lcars-meta,
.lcars-meta div,
.lcars-meta span,
.lcars-meta a {
background-color: #0b1024 !important;
color: #e6e6e6 !important;
}