MediaWiki:Mobile.css

From Life After BOB Wiki
Revision as of 14:42, 9 June 2021 by Xu6ing (talk | contribs)
Jump to navigation Jump to search

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.
/* All CSS here will be loaded for users of the mobile site */
/* Averia */
@import url('https://fonts.googleapis.com/css2?family=Averia+Serif+Libre:wght@400;700&display=swap');

body{
  font-family: "Arial",sans-serif;
}

h1.firstHeading{
   font-family:"Averia Serif Libre";
   font-weight:700;
}


/* Infoboxs */
aside.portable-infobox{
  line-height: 1.25em;
}

.pi-data-label{
  flex-basis:40%;
  width:40%;
}

.pi-data-value{
  flex-basis:60%;
  width:60%;
}