MediaWiki:Common.css: Difference between revisions
From USS Pacifica Online Database
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* LCARS metadata row — force dark background everywhere */ | |||
.lcars-meta, | .lcars-meta, | ||
.lcars-meta * { | .lcars-meta * { | ||
| Line 6: | Line 7: | ||
color: #e6e6e6 !important; | color: #e6e6e6 !important; | ||
} | } | ||
/* Remove pale background from LCARS wrapper */ | |||
.mw-content-ltr > .lcars-wrapper { | |||
background: transparent !important; | |||
} | |||
/* this is for the background color of the title of the Navigation menu in the left column */ | |||
#p-navigation {background-color: #313131 } | |||
Latest revision as of 07:13, 14 February 2026
/* CSS placed here will be applied to all skins */
/* LCARS metadata row — force dark background everywhere */
.lcars-meta,
.lcars-meta * {
background-color: #0b1024 !important;
color: #e6e6e6 !important;
}
/* Remove pale background from LCARS wrapper */
.mw-content-ltr > .lcars-wrapper {
background: transparent !important;
}
/* this is for the background color of the title of the Navigation menu in the left column */
#p-navigation {background-color: #313131 }