Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

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

Template page
Content added Content deleted
(Created page with ".item-thumbnail {}")
 
No edit summary
 
(3 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.