Template:Appearance/styles.css

From JoJo's Bizarre Encyclopedia - JoJo Wiki
< Template:Appearance
Revision as of 05:18, 14 April 2021 by Vish (talk | contribs) (Created page with ".appearanceBox { width:100%; margin:auto; height:auto; border: 2px solid #56566d; border-radius: 5px; } .appearanceManga { border: 2px solid #44446f; } .appearanceAnim...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
.appearanceBox {
	width:100%;
	margin:auto;
	height:auto;
	border: 2px solid #56566d;
	border-radius: 5px;
}

.appearanceManga {
	border: 2px solid #44446f;
}

.appearanceAnime {
	border: 2px solid #492059;
}

.appearanceManga, .appearanceAnime {
	border-radius: 6px;
	text-align: center;
	font-family: Roboto Slab;
}

.appearanceBox2 {
	text-align:center;
	color: white;
}

.appearanceBox3 {
	background: #fff;
	max-height: 260px;
	height: auto;
}