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
 
(12 revisões intermediárias pelo mesmo usuário não estão sendo mostradas)
Linha 1: Linha 1:
.changelog__link,
.changelog__link,
.changelog__link:visited {
.changelog__link:visited {
     color: #42046f;
     color: #680cab;
     font-family: Verdana, Geneva, Tahoma, sans-serif;
     font-family: Verdana, Geneva, Tahoma, sans-serif;
     font-weight: 500;
     font-weight: 500;
     font-size: 1.15rem;
     font-size: .85rem;
     display: flex;
     display: flex;
     justify-content: space-between;
     justify-content: space-between;
    align-items: center;


     padding: .5rem .95rem;
     padding: .5rem .95rem;
Linha 12: Linha 13:


     transition: background .25s ease;
     transition: background .25s ease;
}
.changelog__link:last-child {
    border-bottom: 0;
}
}


Linha 19: Linha 24:
}
}


.changelog__link::after {
/*.changelog__link::after {*/
    content: ">";
/*    content: ">";*/
font-weight:lighter;
/*font-weight:lighter;*/
}
/*}*/


.px-0 {
.px-0 {
Linha 30: Linha 35:
.pt-0 {
.pt-0 {
padding-top: 0!important;
padding-top: 0!important;
}
.pb-0 {
padding-bottom: 0!important;
}
.changelog {
margin-inline: auto;
max-width: 256px!important;
padding-bottom: 0!important;
margin-top: 1rem;
}
}


Linha 79: Linha 95:
   box-sizing: border-box;
   box-sizing: border-box;
   z-index: 999;
   z-index: 999;
}
.selectwithSearch__container.active .selectwithSearch__content.small {
  width: auto !important;
}
}


Linha 386: Linha 406:


.space-around { justify-content: space-around; }
.space-around { justify-content: space-around; }
.align-start { align-items: flex-start !important; } 


.flex-center {
.flex-center {

Menu de navegação