MediaWiki:Mobile.css
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;
background-image: url(https://d2w9rnfcy7mm78.cloudfront.net/12168207/original_451377e6bf71f18de13dabbc7d064c96.png);
background-position:center top;
background-repeat: repeat-y;
background-attachment: fixed;
background-size: cover;
}
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%;
}