Jump to content

Template:Infobox government agency/styles.css

/* Infobox government agency — Dark mode override */
/* Uses MediaWiki client preference dark theme */

html.skin-theme-clientpref-dark .infobox {
    background-color: #1e1e1e !important;
    color: #d0d0d0 !important;
    border-color: #444 !important;
}

/* Main title (e.g., "Bau-Einsatz") */
html.skin-theme-clientpref-dark .infobox caption {
    background-color: #1B223D !important;
    color: #e0f0ff !important;
    border-color: #3a506b !important;
}

/* Section headers like "Agency overview" */
html.skin-theme-clientpref-dark .infobox th.infobox-header,
html.skin-theme-clientpref-dark .infobox .infobox-header,
html.skin-theme-clientpref-dark .infobox .infobox-section-header,
html.skin-theme-clientpref-dark .infobox th[colspan="2"] {
    background-color: #1B223D !important;
    color: #e0f0ff !important;
    border-color: #3a506b !important;
}

/* Label cells (left column) */
html.skin-theme-clientpref-dark .infobox th {
    background-color: #2a2a2a !important;
    color: #e0e0e0 !important;
    border-color: #444 !important;
}

/* Data cells (right column) */
html.skin-theme-clientpref-dark .infobox td {
    background-color: #1e1e1e !important;
    color: #d0d0d0 !important;
    border-color: #444 !important;
}

/* Links inside infobox */
html.skin-theme-clientpref-dark .infobox a {
    color: #8ec5ff !important;
}