MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| (11 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
@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"); | ||
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swap'); | @import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swap'); | ||
@import url('https://fonts.googleapis.com/css2?family=Roboto: | @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap'); | ||
/* Esconde as subpáginas */ | /* Esconde as subpáginas */ | ||
. | .wiki-submenu { | ||
display: none !important; | display: none !important; | ||
padding-left: 15px !important; | padding-left: 15px !important; | ||
| Line 13: | Line 13: | ||
} | } | ||
. | .wiki-submenu.is-open { | ||
display: block !important; | display: block !important; | ||
} | } | ||
/* Desenha a seta */ | /* Desenha a seta */ | ||
. | .wiki-toggle-btn { | ||
cursor: pointer; | cursor: pointer; | ||
display: inline-block; | display: inline-block; | ||
| Line 33: | Line 33: | ||
/* Quando clicado (Aberto), roda para baixo igual à imagem image_5452b6.png */ | /* Quando clicado (Aberto), roda para baixo igual à imagem image_5452b6.png */ | ||
. | .wiki-toggle-btn.is-active { | ||
transform: rotate(90deg); | transform: rotate(90deg); | ||
} | } | ||
| Line 308: | Line 308: | ||
} | } | ||
} | } | ||