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

MediaWiki:Common.css

MediaWiki interface page
Revision as of 17:20, 29 December 2023 by MarbleNiter (talk | contribs)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* 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=PT+Serif:ital@0;1&display=swap');

/* Footer Customisation */
.citizen-footer__content {
display: flex;
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;
}
#footer-places ul {
flex-direction: row;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.