MediaWiki:Common.css

From Wiki.OSArch
Revision as of 23:50, 7 November 2020 by Moult (talk | contribs)

Note: After saving, 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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will be applied to all skins */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

/* Timeless skin includes an empty space for a logo, which we don't have */
.mw-wiki-logo.fallback {
        height: 0 !important;
}

/* Round the search bar */
#simpleSearch {
        border-radius: 5px;
}

body {
        font-family: 'Open Sans';
}

table.gallery { width: 100%; }
table.gallery td { width: 20%; }
table.gallery td img { width: 100%; height: auto; }