Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
Content deleted Content added
mNo edit summary
mNo edit summary
Line 5: Line 5:
--color-surface-1: #1a1a1a;
--color-surface-1: #1a1a1a;
--color-surface-2: #1c1c1c;
--color-surface-2: #1c1c1c;
--color-base: #cccccc;
--color-base: #ddd;
--color-base--subtle: #abababee;
--color-base--subtle: #aaa;
--color-base--emphasized: #eee;
--color-base--emphasized: #fff;
--color-link: #cfffff;
--color-link: #cfffff;
}
}

Revision as of 09:01, 18 January 2024

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

:root.skin-citizen-dark {
--color-surface-0: #141414;
--color-surface-1: #1a1a1a;
--color-surface-2: #1c1c1c;
--color-base: #ddd;
--color-base--subtle: #aaa;
--color-base--emphasized: #fff;
--color-link: #cfffff;
}

a {
color: #cfffff;	
}

body {
accent-color: #cfffff;
}

/* Footer Customisation */
.citizen-footer__content {
display: flex;
flex-direction: column;
align-items: center;
gap: var(--space-md);
padding: var(--space-md) 0;
}
.citizen-footer__siteinfo {
display: flex;
flex-direction: column;
gap: var(--space-xs);
align-items: center;
text-align: center;
max-width: 720px;
}
#footer-places ul {
flex-direction: row;
justify-content: center;
}
.citizen-footer__bottom {
display: flex;
flex-direction: column;
text-align: center;
}
#footer-places-about,
#footer-places-mobileview,
#footer-places-disclaimers {
display: none;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.