Template:Imbox/styles.css: Difference between revisions

From Ylvapedia
(Implementing more consistent styling for Imboxes)
 
(CSS moved from MediaWiki:Common.css)
 
Line 1: Line 1:
/* Fancy fonts for imboxes, hopefully it's not too bandwidth intensive. */
/* Imbox Layout & Styling */
.imbox-notice {
margin-bottom: 2em;
padding-right: 1em;
}
 
.imbox-notice td {
padding: 0;
}
 
.imbox img {
image-rendering: pixelated;
}
 
/* Fancy fonts for imboxes. */
.imbox {
.imbox {
font-family: "GenEi Antique v5";
font-family: "GenEi Antique v5";

Latest revision as of 18:32, 25 December 2024

/* Imbox Layout & Styling */
.imbox-notice {
	margin-bottom: 2em;
	padding-right: 1em;
}

.imbox-notice td {
	padding: 0;
}

.imbox img {
	image-rendering: pixelated;
}

/* Fancy fonts for imboxes. */
.imbox {
	font-family: "GenEi Antique v5";
	font-weight: lighter;
	font-size: 12pt;
	color: #5B1000;
}