MediaWiki:Common.css: mudanças entre as edições

Ir para navegação Ir para pesquisar
sem sumário de edição
Sem resumo de edição
Sem resumo de edição
Linha 887: Linha 887:


// Now every button will have different colors as set above. We get to use the same structure, only changing the custom properties.
// Now every button will have different colors as set above. We get to use the same structure, only changing the custom properties.
.buttons div{
.fill, .pulse, .close, .raise, .up, .slide, .offset{
   color: var(--color);
   color: var(--color);
   transition: 0.25s;
   transition: 0.25s;
Linha 913: Linha 913:
}
}


// Basic button styles
.fill, .pulse, .close, .raise, .up, .slide, .offset{
.buttons div{
   background: none;
   background: none;
   border: 2px solid;
   border: 2px solid;

Menu de navegação