Template:Item thumbnail/styles.css: Difference between revisions

Template page
Content added Content deleted
(ChaoticShadow changed the content model of the page Template:Item thumbnail/styles.css from "wikitext" to "Sanitized CSS")
Tag: content model change
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
.item-thumbnail {}
.item-thumbnail {
display: inline-block;
position: relative;
}

.item-thumbnail .item-count {
bottom: 0;
right: 0;
position: absolute;
padding: 0 5px;
background-color: #34bbbb;
color: #000;
font-size: 90%;
border-radius: 5px 0 5px 0;
user-select: none;
}

Latest revision as of 19:37, 13 July 2022

.item-thumbnail {
	display: inline-block;
	position: relative;
}

.item-thumbnail .item-count {
	bottom: 0;
	right: 0;
	position: absolute;
	padding: 0 5px;
	background-color: #34bbbb;
	color: #000;
	font-size: 90%;
	border-radius: 5px 0 5px 0;
	user-select: none;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.