MediaWiki:Citizen.css: Difference between revisions

From TwogPedia
No edit summary
No edit summary
 
(10 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 */
/* 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;
}

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;
}