MediaWiki:Global.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
 
(23 intermediate revisions by the same user not shown)
Line 1:
/** GLOBAL FONT STYLES */
 
@import url('https://fonts.googleapis.com/css2?family=Merriweather&display=swap');
/* apply custom font styling throughout the wikifarm */
.mw-body-content p {
/* except on Special Pages, User Pages, MediaWiki Pages, Template Pages */
font-family: 'Merriweather', serif;
body:not(.ns--1):not(.ns-2):not(.ns-8):not(.ns-10) .mw-body-content p {
font-family: 'MerriweatherLato', serif;
text-align: justify;
font-size: 1.4em;
}
 
body:not(.ns--1):not(.ns-2):not(.ns-8):not(.ns-10) .mw-body-content ul {
.mobileonly {
font-family: 'Lato', serif;
display: none;
}
 
.nomobile {
display: initial;
}
 
Line 240 ⟶ 239:
}
 
/*.mw-parser-output a:visited {
color: #a30481;
}*/
 
#userloginForm form {
margin-left: auto;
margin-right: auto;
}