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 776: Linha 2 776:
     margin: 15px 25px;
     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);
    position: relative;
}
}


/* Imagem do Pokémon */
 
.poke-img {
.square-box-test img {
     width: 60px;
     width: 60px;
     height: 60px;
     height: 60px;
     max-width: 100%;
     max-width: 100%;
     max-height: 100%;
     max-height: 100%;
     margin-top: 30px;
     margin-top: 0;
}
}


/* Imagem da bola fixa no fundo */
.square-box-test img:first-of-type {
.ball-img {
     margin-top: 30px;
     width: 60px;
    height: 60px;
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
}
}


/* Textos */
.square-box-test p {
.square-box-test p {
     margin: 10px 0;
     margin: 10px 0;