MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
m (Made sidebar 2 columns)
(Updated.)
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 */
.mw-logo-icon {
opacity: 0.7;
}
/* Footer badges */
#footer-icons a {
opacity: .5;
transition: opacity .55s ease;
}
#footer-icons a:hover {
opacity: .7;
}
.skin-citizen-dark .mw-logo-icon {
filter: invert( 1 ) hue-rotate( 180deg );
}
.mw-empty-elt {
display: none;
}
/* Hide main page header */
.page-Star_Citizen_Wiki .mw-body-header {
display: none;
}
/* Temporary fix for plainlists */
.citizen-body .plainlist ol,
.citizen-body .plainlist ul {
margin-left: 0;
}
#mw-drawer-menu {
#mw-drawer-menu {
grid-template-columns: auto auto;
grid-template-columns: auto auto;
}
}

Revision as of 19:59, 10 April 2022

/* All CSS here will be loaded for users of the Citizen skin */

.mw-logo-icon {
	opacity: 0.7;
}

/* Footer badges */
#footer-icons a {
	opacity: .5;
	transition: opacity .55s ease;
}
#footer-icons a:hover {
	opacity: .7;
}

.skin-citizen-dark .mw-logo-icon {
	filter: invert( 1 ) hue-rotate( 180deg );
}
.mw-empty-elt {
	display: none;
}

/* Hide main page header */
.page-Star_Citizen_Wiki .mw-body-header {
	display: none;
}

/* Temporary fix for plainlists */
.citizen-body .plainlist ol,
.citizen-body .plainlist ul {
	margin-left: 0;
}

#mw-drawer-menu {
	grid-template-columns: auto auto;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.