Jump to content

MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 3: Line 3:




 
/* Remove qualquer preenchimento extra de tags pre ou code que a wiki insira */
/* 1. Força o botão a ocupar apenas o tamanho do texto */
.variations-toggle pre,
.variations-toggle {
.variations-toggle code {
     width: auto !important;
     display: contents !important;
     display: flex !important;
    background: none !important;
     justify-content: center !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,