MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
/* Remove qualquer preenchimento extra de tags pre ou code que a wiki insira */ | |||
/* | .variations-toggle pre, | ||
.variations-toggle { | .variations-toggle code { | ||
display: contents !important; | |||
background: none !important; | |||
border: none !important; | |||
padding: 0 !important; | |||
margin: 0 !important; | |||
} | } | ||
/* Base arrow */ | |||
.arrow-icon { | |||
transition: transform 0.25s ease; | |||
display: inline-block; | |||
} | |||
/* Rotate when OPEN */ | |||
#mw-customcollapsible-1:not(.mw-collapsed) | |||
+ .mw-customtoggle-1 .arrow-icon { | |||
transform: rotate(180deg); | |||
} | |||
.variations-list > pre, | .variations-list > pre, | ||