MediaWiki:Mobile.css: Difference between revisions

From Galaxypedia
(nvm)
Tag: Manual revert
(remove the home navigation on mobile view cause it looks plain ugly)
Line 23: Line 23:
.bannerpedia {
.bannerpedia {
color: black !important;
color: black !important;
}
.homenavigation {
display: none;
}
}

Revision as of 01:10, 27 August 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;
}

.homenavigation {
	display: none;
}