MediaWiki:Common.css: Difference between revisions

Item groups styling
No edit summary
(Item groups styling)
Line 1,522:
border-radius: 8px;
background-color: #ecf5f9;
topmargin: 01px;
}
 
div.itemgroup.tag {
border-width: 24px 0 3px 0;
}
 
div.itemgroup.btag {
border-width: 3px 0 24px 0 ;
}
 
Line 1,531 ⟶ 1,540:
border-width: 0 24px 0 3px;
}
 
 
 
div.itemgroup > .tag {
Line 1,537 ⟶ 1,548:
justify-content: center;
position: absolute;
top: 0;
bottom: 0;
width: 24px;
text-align: center;
color: #ecf5f9;
}
 
div.itemgroup.tag > .tag,
div.itemgroup.btag > .tag,
div.itemgroup.ltag > .tag,
div.itemgroup.rtag > .tag {
display: flex;
}
 
div.itemgroup.tag > .tag {
height: 24px;
top:0;
left:0;
right:0;
}
 
div.itemgroup.btag > .tag {
height: 24px;
bottom: 0;
left:0;
right:0;
}
 
div.itemgroup.ltag > .tag {
width: 24px;
top:0;
bottom:0;
left: -24px;
}
 
div.itemgroup.rtag > .tag {
width: 24px;
top:0;
bottom:0;
right: -24px;
}