MediaWiki:Citizen.css: Difference between revisions

From TwogPedia
(Created page with "→‎All CSS here will be loaded for users of the Citizen skin: .ib { background-color: #484848; }")
 
No edit summary
 
(14 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 */
.ib {
/* GENERAL */
    background-color: #484848;
.skin-citizen-dark .dark {
display: block !important;
}
.skin-citizen-dark .dark-inline {
display: inline-block !important;
}
.skin-citizen-dark .dark-inline-flex {
display: inline-flex !important;
}
.skin-citizen-dark .light {
display: none !important;
}
}

Latest revision as of 10:25, 28 September 2022

/* All CSS here will be loaded for users of the Citizen skin */
/* GENERAL */
.skin-citizen-dark .dark {
	display: block !important;
}
.skin-citizen-dark .dark-inline {
	display: inline-block !important;
}
.skin-citizen-dark .dark-inline-flex {
	display: inline-flex !important;
}
.skin-citizen-dark .light {
	display: none !important;
}