MediaWiki:Common.css

From Liberation Map

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

/* From - https://webapps.stackexchange.com/questions/3851/how-can-i-float-the-table-of-contents-to-the-right-with-mediawiki */
/* #toc {float:right;margin:0 0 1em 1em;position:fixed;top:150px;right:10px;}; */

@font-face {
    font-family: 'Poppl-Laudatio';
    src: url('Poppl-Laudatio-RegularA.woff2') format('woff2'),
        url('Poppl-Laudatio-RegularA.woff') format('woff'),
        url('Poppl-Laudatio-RegularA.ttf') format('truetype'),
        url('Poppl-Laudatio-RegularA.svg#Poppl-Laudatio-RegularA') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GeoSlab703 MdCn BT';
    src: url('GeometricSlab703BT-MediumCond.woff2') format('woff2'),
        url('GeometricSlab703BT-MediumCond.woff') format('woff'),
        url('GeometricSlab703BT-MediumCond.ttf') format('truetype'),
        url('GeometricSlab703BT-MediumCond.svg#GeometricSlab703BT-MediumCond') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

# Customise default Chameleon skin

.p-navbar.collapsible.mb-3.mt-2.mt-cmln-0 {
    background-color: #f8934a; !important;
}