Difference between revisions of "MediaWiki:Mobile.css"
Jump to navigation
Jump to search
Tags: Mobile web edit Mobile edit |
|||
| Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the mobile site */ | /* 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 */ | /* Infoboxs */ | ||
aside.portable-infobox{ | aside.portable-infobox{ | ||
Revision as of 14:42, 9 June 2021
/* 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%;
}