Jump to content

MediaWiki:Common.css: Difference between revisions

From Game3
Created page with "CSS placed here will be applied to all skins: @font-face { font-family: CozetteVector; src: url(https://game3.gay/CozetteVector.ttf); } body { max-width: 800px; margin: 0 auto; font-family: CozetteVector; }"
 
No edit summary
 
(20 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
@font-face {
@font-face {
  font-family: CozetteVector;
font-family: CozetteVector;
  src: url(https://game3.gay/CozetteVector.ttf);
src: url("https://game3.gay/CozetteVector.ttf");
}
 
body,
.mw-body h1,
.mw-body .mw-heading1,
.mw-body-content h1,
.mw-body-content .mw-heading1,
.mw-body-content h2,
.mw-body-content .mw-heading2,
.mw-editsection, .mw-editsection-like {
font-family: CozetteVector;
}
 
.mw-editsection,
.mw-editsection-like {
font-size: 0.75em;
}
}


body {
body {
max-width: 800px;
font-size: 1.2em; /* cozette's kinda small */
margin: 0 auto;
}
font-family: CozetteVector;
 
.pi-theme-recipe {
float: none;
clear: none;
}
 
.pi-theme-dissolver-recipe, .pi-theme-combiner-recipe {
float: none;
clear: none;
width: 360px;
}
}

Latest revision as of 02:09, 31 March 2025

/* CSS placed here will be applied to all skins */
@font-face {
	font-family: CozetteVector;
	src: url("https://game3.gay/CozetteVector.ttf");
}

body,
.mw-body h1,
.mw-body .mw-heading1,
.mw-body-content h1,
.mw-body-content .mw-heading1,
.mw-body-content h2,
.mw-body-content .mw-heading2,
.mw-editsection, .mw-editsection-like {
	font-family: CozetteVector;
}

.mw-editsection,
.mw-editsection-like {
	font-size: 0.75em;
}

body {
	font-size: 1.2em; /* cozette's kinda small */
}

.pi-theme-recipe {
	float: none;
	clear: none;
}

.pi-theme-dissolver-recipe, .pi-theme-combiner-recipe {
	float: none;
	clear: none;
	width: 360px;
}