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

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
Content added Content deleted
mNo edit summary
mNo edit summary
Line 14: Line 14:
--color-base--subtle: #aaa;
--color-base--subtle: #aaa;
--color-base--emphasized: #fff;
--color-base--emphasized: #fff;
--color-link: #ccf6ff;
--color-link: #ccf6ff !important;
--color-link-hover: #ffefcc;
--color-link-hover: #ffefcc;
}
}


a, a.external {
a, .external.text {
color: #ccf6ff;
color: #ccf6ff;
text-decoration: none;
}
}



Revision as of 12:20, 20 January 2024

/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

:root {
--font-family-citizen-base: 'Inter';
--font-family-citizen-serif: 'Noto Serif';
letter-spacing: 0.02em;
font-kerning: normal;
--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: #ccf6ff !important;
--color-link-hover: #ffefcc;
}

a, .external.text {
color: #ccf6ff;	
text-decoration: none;
}

/* Hide Main Page Header */
.page-Main_Page .mw-body-header {
display: none !important;
}

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

/* Hiding Page-Info */
.page-info {
display: none;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.