MediaWiki:Global.css: Difference between revisions
Content deleted Content added
Johnrdorazio (talk | contribs) No edit summary Tag: Reverted |
Johnrdorazio (talk | contribs) No edit summary |
||
(13 intermediate revisions by the same user not shown) | |||
Line 1:
/** GLOBAL FONT STYLES */
/* apply custom font styling throughout the wikifarm */
/* 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 {
font-family: '
text-align: justify;
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;
}
Line 248 ⟶ 239:
}
/*.mw-parser-output a:visited {
color: #a30481;
}*/
#userloginForm form {
margin-left: auto;
margin-right: auto;
}
|