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

Ir para navegação Ir para pesquisar
Sem resumo de edição
Sem resumo de edição
Linha 1 341: Linha 1 341:


/* Teste */
/* Teste */
.square-npcs {
.square-box {
     width: 180px;
     width: 180px;
     height: 180px;
     height: 180px;
Linha 1 354: Linha 1 354:
}
}


.square-npcs img {
.square-box img {
     width: 60px;
     width: 60px;
     height: 60px;
     height: 60px;
Linha 1 363: Linha 1 363:




.square-npcs p {
.square-box p {
     margin: 10px 0;
     margin: 10px 0;
}
}


.square-npcs:hover {
.square-box:hover {
     transform: scale(1.1);
     transform: scale(1.1);
     box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
     box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
}


.npcs {
.square-div{
     display: flex;
     display: flex;
     flex-wrap: wrap;
     flex-wrap: wrap;
Linha 1 378: Linha 1 378:
}
}


p.npcs-name {
p.square-div-name {
     margin: 0px 5px 0px 5px;
     margin: 0px 5px 0px 5px;
     line-height: 100px;
     line-height: 100px;
Linha 1 385: Linha 1 385:
}
}


.npcs-name a {
.square-name a {
     padding: 150px 5px 0px 10px;
     padding: 150px 5px 0px 10px;
     color: black;
     color: black;
Linha 1 391: Linha 1 391:
}
}


.square-npcs a p {
.square-box a p {
     font-size: 0;
     font-size: 0;
     height: 200px;
     height: 200px;
Linha 1 625: Linha 1 625:
     }
     }


     .square-npcs {
     .square-box {
         background-color: #000;
         background-color: #000;
     }
     }