Difference between revisions of "MediaWiki:Mobile.css"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
body{ | body{ | ||
font-family: "Arial",sans-serif; | 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; | ||
} | } | ||
Revision as of 14:44, 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; 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%; }