MediaWiki:Mobile.css: Difference between revisions

From Galaxypedia
(oops forgot about talk pages)
No edit summary
Tag: Reverted
Line 23: Line 23:
.bannerpedia {
.bannerpedia {
color: black !important;
color: black !important;
}
.mediawiki {
color: white;
}
}

Revision as of 23:23, 26 June 2022

/* All CSS here will be loaded for users of the mobile site */

@font-face {
	font-family: "Rocket Rinder";
	src: url("/fonts/Rocket Rinder.otf") format('opentype')
}

@font-face {
	font-family: "OriginTech";
	src: url("/fonts/OriginTech personal use.ttf") format('truetype')
}

@font-face {
	font-family: "Ethno Centric";
	src: url("/fonts/ethnocentric rg.ttf") format('truetype')
}

@font-face {
	font-family: "Star Jedi";
	src: url("/fonts/Starjedi.ttf") format('truetype')
}

.bannerpedia {
	color: black !important;
}

.mediawiki {
	color: white;
}