MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 2,171: | Line 2,171: | ||
.wizlords-mobile-spellbook.is-open .wizlords-mobile-spellbook-body { | .wizlords-mobile-spellbook.is-open .wizlords-mobile-spellbook-body { | ||
display: block; | display: block; | ||
} | |||
.wizlords-mobile-spellbook-collapse { | |||
position: relative; | |||
display: flex; | |||
align-items: center; | |||
justify-content: center; | |||
width: 100%; | |||
max-width: 560px; | |||
min-height: 34px; | |||
margin: 14px auto 0; | |||
padding-bottom: 6px; | |||
border-bottom: 1px solid var(--wiz-mobile-spellbook-accent, var(--wiz-content-border, #ff942d)); | |||
color: var(--wiz-heading, #e7e1d4); | |||
font-size: 18px; | |||
font-weight: 700; | |||
line-height: 1.3; | |||
cursor: pointer; | |||
} | |||
.wizlords-mobile-spellbook-collapse::before { | |||
content: ""; | |||
width: 8px; | |||
height: 8px; | |||
border-right: 2px solid currentColor; | |||
border-bottom: 2px solid currentColor; | |||
transform: translateY(3px) rotate(225deg); | |||
transform-origin: 50% 50%; | |||
} | |||
.wizlords-mobile-spellbook-collapse:focus { | |||
outline: 2px solid var(--wiz-content-border, #ff942d); | |||
outline-offset: 3px; | |||
} | } | ||