MediaWiki:Global.css: Difference between revisions

no edit summary
No edit summary
Tag: Reverted
No edit summary
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
/** GLOBAL FONT STYLES */
/** GLOBAL FONT STYLES */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap');


/* apply custom font styling throughout the wikifarm */
/* apply custom font styling throughout the wikifarm */
/* except on Special Pages, User Pages, MediaWiki Pages, Template Pages */
/* except on Special Pages, User Pages, MediaWiki Pages, Template Pages */
body:not(.ns--1):not(.ns-2):not(.ns-8):not(.ns-10) .mw-body-content p {
body:not(.ns--1):not(.ns-2):not(.ns-8):not(.ns-10) .mw-body-content p {
font-family: 'Roboto Slab', serif;
font-family: 'Lato', serif;
text-align: justify;
text-align: justify;
font-size: 1.4em;
font-size: 1.4em;
}
body:not(.ns--1):not(.ns-2):not(.ns-8):not(.ns-10) .mw-body-content ul {
font-family: 'Lato', serif;
}
}


.mw-content-container {
.mw-content-container {
max-width: 65em;
max-width: 65em;
}
.mobileonly {
display: none;
}
.nomobile {
display: initial;
}
}


Line 248: Line 243:
}
}


.mw-parser-output a:visited {
/*.mw-parser-output a:visited {
color: #a30481;
color: #a30481;
}
}*/