Template:Diff/styles.css

From JoJo's Bizarre Encyclopedia - JoJo Wiki
Jump to navigation Jump to search
.volDiffBox {
	display: flex;
	flex-direction: column;
	border: 2px solid black;
	margin: 10px;
	width: 230px;
	text-align: center;
}

.volDiffTitle {
	font-weight: bold;
	text-align: center;
	color: white;
	text-shadow: 1px 1px black;
}

.volDiffTitle a {
	color: white !important;
}

.volDiffContent {
	display: flex;
	flex-direction: column;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}

.volDiffImages {
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.volDiffImages img {
	max-width: 100%;
	height: auto;
}

.volDiffCaption {
	text-align: center;
	padding: 5px;
	font-size: 0.8em;
	line-height: normal;
	flex-grow: 1;
	background-color: #f4f4f4;
}