MediaWiki:Common.css: Difference between revisions

From USS Pacifica Online Database
Jump to navigationJump to search
No edit summary
No edit summary
Line 7: Line 7:
     color: #e6e6e6 !important;
     color: #e6e6e6 !important;
}
}
/* Fix parser-generated wrapper blocks */
 
/* Override Vector skin wrapper around metadata */
.mw-parser-output .lcars-meta {
.mw-parser-output .lcars-meta {
     background-color: #0b1024 !important;
     background-color: #0b1024 !important;
}
}

Revision as of 05:03, 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;
}

/* Override Vector skin wrapper around metadata */
.mw-parser-output .lcars-meta {
    background-color: #0b1024 !important;
}