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: 3px;
	flex-grow: 1;
	max-width: 270px;
	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;
	border: 2px solid black;
	margin-bottom: 3px;
}

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

.volDiffExpand {
	float: right;
	text-shadow: none;
	line-height: 0;
}

.volDiffContainerBody {
	max-height: 385px;
	overflow: auto;
}