Template:Collectible screenshot/style.css

From Pizza Tower Wiki
.collectibleBox {
	border: 5px solid transparent;
	background-clip: content-box;
	background-color: #d8b8f8;
	flex-basis: 300px;
	max-width: 300px;
	position: relative;
	padding: 3px 8px 2px 4px;
	border-image: url(https://static.miraheze.org/pizzatowerwiki/2/24/PTWikiborder-collectiblebox.png) 40 / 40px round;
}
.collectibleBox.secret {
	flex-basis: 350px;
	max-width: 350px;
}
.collectibleBox>p {
	margin: 0;
	text-align: center;
}
.collectibleBox>p:first-child {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0.2em 0;
}
.collectibleBox>p:first-child>span {
	position: absolute;
	left: 4px;
	top: 4px;
}
.collectibleBox>p:nth-child(2) img {
	border: 1px solid black;
}
.collectibleBox .collectibleInfo {
	padding: 0.5em 0.7em;
}
.collectibleBox .collectibleInfo>p, .collectibleInfo>dl, .collectibleInfo>dl>dd {
	margin: 0;
}
.collectibleInfo>dl>dd {
	margin-left: 1rem;
}