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

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 2,391: Line 2,391:
.wizlords-mobile-servant-rules-title {
.wizlords-mobile-servant-rules-title {
position: relative;
position: relative;
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
margin: 0 0 10px;
margin: 0 0 10px;
padding: 0 18px 6px;
padding: 0 18px 6px;
Line 2,399: Line 2,403:
font-weight: 700;
font-weight: 700;
line-height: 1.25;
line-height: 1.25;
text-align: left;
text-align: center;
}
}


.wizlords-mobile-servant-rules-title::before {
.wizlords-mobile-servant-rules-title::before {
content: "";
content: "";
position: absolute;
flex: 0 0 auto;
top: 50%;
left: 2px;
width: 7px;
width: 7px;
height: 7px;
height: 7px;
border-right: 2px solid var(--wiz-heading, #e7e1d4);
border-right: 2px solid var(--wiz-heading, #e7e1d4);
border-bottom: 2px solid var(--wiz-heading, #e7e1d4);
border-bottom: 2px solid var(--wiz-heading, #e7e1d4);
transform: translateY(-65%) rotate(45deg);
transform: translateY(-2px) rotate(45deg);
transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
}


.wizlords-mobile-servant-rules-card.is-open .wizlords-mobile-servant-rules-title::before {
.wizlords-mobile-servant-rules-card.is-open .wizlords-mobile-servant-rules-title::before {
transform: translateY(-35%) rotate(225deg);
transform: translateY(2px) rotate(225deg);
}
}