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,180: Line 2,180:
width: 100%;
width: 100%;
max-width: 560px;
max-width: 560px;
min-height: 34px;
min-height: 28px;
margin: 14px auto 0;
margin: 14px auto 0;
padding-bottom: 6px;
padding-bottom: 3px;
border-bottom: 1px solid var(--wiz-mobile-spellbook-accent, var(--wiz-content-border, #ff942d));
border-bottom: 1px solid var(--wiz-mobile-spellbook-accent, var(--wiz-content-border, #ff942d));
color: var(--wiz-heading, #e7e1d4);
color: var(--wiz-heading, #e7e1d4);
Line 2,193: Line 2,193:
.wizlords-mobile-spellbook-collapse::before {
.wizlords-mobile-spellbook-collapse::before {
content: "";
content: "";
width: 8px;
width: 11px;
height: 8px;
height: 11px;
border-right: 2px solid currentColor;
border-right: 2px solid currentColor;
border-bottom: 2px solid currentColor;
border-bottom: 2px solid currentColor;
transform: translateY(3px) rotate(225deg);
transform: translateY(4px) rotate(225deg);
transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
}