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

sem sumário de edição
Sem resumo de edição
Sem resumo de edição
Linha 2 027: Linha 2 027:
     transition-duration: 0.3s !important;
     transition-duration: 0.3s !important;
     transition: transform 0.3s, box-shadow 0.3s;
     transition: transform 0.3s, box-shadow 0.3s;
    margin: 15px 25px;
     box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.15);
     box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.15);
}
}


.square-box-pokedex img{
.square-box-pokedex img{
     width: 60px;
     width: 80px;
     height: 60px;
     height: 80px;
     max-width: 100%;
     max-width: 100%;
     max-height: 100%;
     max-height: 100%;
     margin-top: 30px;
     margin-top: 5px;
}
}


Linha 2 050: Linha 2 049:
p.square-name-pokedex {
p.square-name-pokedex {
     margin: 0px 5px 0px 5px;
     margin: 0px 5px 0px 5px;
     line-height: 100px;
     line-height: 35px;
     font-size: 15px;
     font-size: 15px;
     font-weight: bold;
     font-weight: bold;
Linha 2 072: Linha 2 071:
     width: 200px;
     width: 200px;
     position: absolute;
     position: absolute;
}
.square-img-pokedex a img {
    width: 72px;
    height: 100%;
}
}