MediaWiki:Global.css: Difference between revisions

Content deleted Content added
No edit summary
Tag: Manual revert
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1:
/** GLOBAL FONT STYLES */
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
 
/* apply custom font styling throughout the wikifarm */
Line 10 ⟶ 9:
}
 
body:not(.ns--1):not(.ns-2):not(.ns-8):not(.ns-10) .mw-body-content ul {
.mw-content-container {
font-family: 'Lato', serif;
max-width: 65em;
}
 
.mobileonly {
display: none;
}
 
.nomobile {
display: initial;
}
 
Line 248 ⟶ 239:
}
 
/*.mw-parser-output a:visited {
color: #a30481;
}*/
 
#userloginForm form {
margin-left: auto;
margin-right: auto;
}