MediaWiki:Common.css: Difference between revisions

From USS Pacifica Online Database
Jump to navigationJump to search
No edit summary
No edit summary
Line 9: Line 9:


/* Remove Vector skin background from wrapper blocks around LCARS panels */
/* Remove Vector skin background from wrapper blocks around LCARS panels */
.mw-parser-output > div.lcars-wrapper,
.mw-parser-output > .lcars-wrapper {
.mw-parser-output > div.lcars-wrapper * {
     background: transparent !important;
     background: transparent !important;
}
}

Revision as of 05:14, 11 January 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 Vector skin background from wrapper blocks around LCARS panels */
.mw-parser-output > .lcars-wrapper {
    background: transparent !important;
}