Template:VA/Styles.css

.vabox {
	border: 4px ridge;
	border-radius: 5px;
	width: auto;
	max-width: 740px;
	overflow: hidden;
}

.rolebox {
	display:table-cell;
	text-align:center;
	vertical-align:top;
}

.role {
	width:95px;
	line-height:150%;
	background-color:white;
	border: 2px solid black;
	font-size: 12px;
	font-weight: bold;
	color:black;
	padding: 1px 3px;
	border-radius: 3px 0;
	margin-left: auto;
	margin-right: auto;
	letter-spacing:-1px;
}

.role2 {
	width:95px;
	line-height:150%;
	background-color:white;
	border: 2px solid black;
	font-size: 12px;
	font-weight: bold;
	color:black;
	padding: 1px 3px;
	border-radius: 3px 0;
	margin-left: auto;
	margin-right: auto;
	letter-spacing:-1px;
}

.vabox2 {
	display:table-cell;
	width: 740px;
}

.vaTable {
	border-spacing: inherit;
	width:100%;
}

.vapic img {
	border: 3px solid black;
	box-shadow: 0px 3px 15px 3px rgba(0,0,0,0.33);
	transition: 0.4s ease-out;
	max-height: 80px;
	width: auto;
}

.vapic img:hover {
	transform: scale(1.04);
}

.MediaAnime, .MediaVideo, .MediaPlay, .MediaRadio, .MediaOVA, .MediaMovie, .MediaDrama, .MediaEntertainment {color: white; background-image: url(https://static.jojowiki.com/images/customizations/DiamondBG.png) !important; background-blend-mode: soft-light;}

.MediaAnime {background: #cba000;}
.MediaVideo {background: #bb79b7;}
.MediaPlay, .MediaRadio {background: #6798c5;}
.MediaOVA, .MediaDrama {background: #2ea16c;}
.MediaMovie, .MediaEntertainment {background: #a12e2e;}