MediaWiki:Mobile.css: Difference between revisions

From Galaxypedia
imported>Smallketchup82
No edit summary
imported>Smallketchup82
No edit summary
Line 1: Line 1:
/* All CSS here will be loaded for users of the mobile site */
/* 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')
}
#ca-talk { display: none !important; }
.bannerpedia {
.bannerpedia {
color: black;
color: black !important;
}
}

Revision as of 02:28, 14 January 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')
}

#ca-talk { display: none !important; }

.bannerpedia {
	color: black !important;
}