MediaWiki:Mobile.css: Difference between revisions

From Galaxypedia
imported>Smallketchup82
No edit summary
(oops forgot about talk pages)
Line 20: Line 20:
src: url("/fonts/Starjedi.ttf") format('truetype')
src: url("/fonts/Starjedi.ttf") format('truetype')
}
}
#ca-talk { display: none !important; }


.bannerpedia {
.bannerpedia {
color: black !important;
color: black !important;
}
}

Revision as of 00:46, 12 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;
}