Template:Infobox government agency/styles.css: Difference between revisions
Appearance
No edit summary |
Center infobox section headers consistently |
||
| Line 42: | Line 42: | ||
html.skin-theme-clientpref-dark .infobox a { | html.skin-theme-clientpref-dark .infobox a { | ||
color: #8ec5ff !important; | color: #8ec5ff !important; | ||
} | |||
/* Keep infobox section headers centered. */ | |||
.infobox .infobox-header, | |||
.infobox th.infobox-header { | |||
text-align: center; | |||
} | } | ||
Revision as of 14:14, 23 June 2026
/* 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;
}
/* Keep infobox section headers centered. */
.infobox .infobox-header,
.infobox th.infobox-header {
text-align: center;
}