Template:HftfMovelist/styles.css

From JoJo's Bizarre Encyclopedia - JoJo Wiki
Jump to navigation Jump to search
.hftf-box {
	margin-bottom: 5px;
	text-align: center;
	font-size: 90%;
	border-radius: 7px;
	display: table;
	width: 100%;
}

.hftf-image {
	background:#dfdbdb;
	width: 15%;
	display:table-cell;
	border: 2px solid black;
	border-right: 0;
	vertical-align: middle;
}

.hftf-c2 {
	display:table-cell;
	vertical-align: top;
	border: 2px solid black;
}

.hftf-heading {
	font-family: Roboto Slab;
	padding: 5px;
	text-shadow: 1px 1px 1px #333333;
	vertical-align: middle;
	display: table-cell;
	border: 1.5px solid black;
	color: white;
}

.hftf-name {
	width: 60%;
	border-left: none;
}

.hftf-rarity {
	border-right: none;
}

.hftf-h2 {
	width: 20%;
}

.hftf-row {
	display: table;
	width: 100%;
	border: 1px solid black;
}

.hftf-sub {
	color: white;
	width: 10%;
	display: table-cell;
}

.hftf-sub2 {
	color: white;
}

.icon img:hover {
	 animation: shake 0.5s;
  animation-iteration-count: 1;
}