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 */
/* Remove skin background from LCARS wrapper blocks */
.mw-parser-output > div {
    background: transparent !important;
}


.lcars-meta,
.lcars-meta,

Revision as of 05:07, 11 January 2026

/* CSS placed here will be applied to all skins */

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

.lcars-meta,
.lcars-meta * {
    background-color: #0b1024 !important;
    color: #e6e6e6 !important;
}