MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
m (dedupe)
mNo edit summary
Line 1,149: Line 1,149:
display: block;
display: block;
position: absolute;
position: absolute;
width: 60%;
width: auto;
top: calc(50% - 11px);
top: -1px;
left: -2px;
left: -2px;
text-align: left;
text-align: left;
padding: 0 2px 0 4px;
padding: 0 4px 0 4px;
text-shadow: 0 0 1px #eaecf0;
font-size: smaller;
}
}


Line 1,170: Line 1,172:
line-height: 18px;
line-height: 18px;
border-radius: 11px;
border-radius: 11px;
}

.itemcard-block img {
margin: 4px 0 -2px;
}
}