MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary Tag: Manual revert |
No edit summary |
||
| Line 1: | Line 1: | ||
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined'); | @import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined'); | ||
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:FILL@0..1'); | @import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:FILL@0..1'); | ||
/* | |||
. | |||
/* Remove qualquer preenchimento extra de tags pre ou code que a wiki insira */ | |||
. | .variations-toggle pre, | ||
.variations-toggle code { | |||
background: | display: contents !important; | ||
background: none !important; | |||
border: none !important; | border: none !important; | ||
padding: 0 !important; | |||
margin: 0 !important; | |||
} | |||
/* Garante que o botão de toggle não tenha largura total */ | |||
.mw-customtoggle { | |||
width: fit-content !important; | |||
max-width: 100%; | |||
} | } | ||
/* | /* A tua animação da seta (mantém como estava) */ | ||
.arrow-icon { | .arrow-icon { | ||
transition: transform 0.3s ease; | |||
transition: transform 0.3s ease | display: inline-block !important; | ||
} | } | ||
.variations-toggle.mw-collapsible-toggle-expanded .arrow-icon { | .variations-toggle.mw-collapsible-toggle-expanded .arrow-icon { | ||
transform: rotate(180deg); | transform: rotate(180deg) !important; | ||
} | } | ||
.variations-list > pre, | .variations-list > pre, | ||