MediaWiki:Anisa.css: Difference between revisions

From Lorhondel World

ArtsyAxolotl (talk | contribs)
Created page with "CSS placed here will be applied to all skins: Change Main Page Titles: .mw-page-title-main { font-family: 'Alegreya SC', serif; } Change Body Font: .mediawiki .p { font-family: 'Source Sans Pro', sans-serif; }"
 
ArtsyAxolotl (talk | contribs)
No edit summary
Line 4: Line 4:
.mw-page-title-main {
.mw-page-title-main {
font-family: 'Alegreya SC', serif;
font-family: 'Alegreya SC', serif;
color: red;
}
}


Line 9: Line 10:
.mediawiki .p {
.mediawiki .p {
font-family: 'Source Sans Pro', sans-serif;
font-family: 'Source Sans Pro', sans-serif;
color: purple;
}
}

Revision as of 19:11, 17 January 2025

/* CSS placed here will be applied to all skins */

/* Change Main Page Titles */
.mw-page-title-main {
	font-family: 'Alegreya SC', serif;
	color: red;
}

/* Change Body Font */
.mediawiki .p {
	font-family: 'Source Sans Pro', sans-serif;
	color: purple;
}