No edit summary |
m 5 revisions imported |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the Citizen skin */ | /* All CSS here will be loaded for users of the Citizen skin */ | ||
.skin-citizen-dark | .skin-citizen-dark table.ambox, | ||
.skin-citizen-dark | .skin-citizen-dark table.ombox, | ||
.skin | .skin-citizen-dark table.imbox, | ||
.skin-citizen-dark | .skin-citizen-dark table.cmbox, | ||
.skin-citizen-dark | .skin-citizen-dark table.nmbox, | ||
.skin-citizen-dark | .skin-citizen-dark table.tmbox, | ||
.skin-citizen-dark | .skin-citizen-dark table.fmbox, | ||
.skin-citizen-dark .nmbox, | |||
.skin-citizen-dark .ts-doc-doc { | .skin-citizen-dark .ts-doc-doc { | ||
background-color: rgb(7, 6, 5) !important; | background-color: rgb(7, 6, 5) !important; | ||
color: #f8f9fa !important; | color: #f8f9fa !important; | ||
} | } | ||
Latest revision as of 16:47, 16 November 2023
/* All CSS here will be loaded for users of the Citizen skin */
.skin-citizen-dark table.ambox,
.skin-citizen-dark table.ombox,
.skin-citizen-dark table.imbox,
.skin-citizen-dark table.cmbox,
.skin-citizen-dark table.nmbox,
.skin-citizen-dark table.tmbox,
.skin-citizen-dark table.fmbox,
.skin-citizen-dark .nmbox,
.skin-citizen-dark .ts-doc-doc {
background-color: rgb(7, 6, 5) !important;
color: #f8f9fa !important;
}