MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
(Item groups styling)
No edit summary
Line 1,523: Line 1,523:


div.itemgroup > .tag {
div.itemgroup > .tag {
display: flex;
display: none;
align-items: center;
align-items: center;
justify-content: center;
justify-content: center;
position: absolute;
position: absolute;
top: 0;
top: 0;
left: -24px;
bottom: 0;
bottom: 0;
width: 24px;
width: 24px;
text-align: center;
text-align: center;
color: #ecf5f9;
color: #ecf5f9;
}

div.itemgroup.ltag > .tag,
div.itemgroup.rtag > .tag {
display: flex;
}

div.itemgroup.rtag > .tag {
left: -24px;
}
}


div.itemgroup.rtag > .tag {
div.itemgroup.rtag > .tag {
left: auto;
right: -24px;
right: -24px;
width: 24px;
}
}