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

sem sumário de edição
Sem resumo de edição
Etiqueta: Reversão manual
Sem resumo de edição
 
(12 revisões intermediárias pelo mesmo usuário não estão sendo mostradas)
Linha 463: Linha 463:
     text-align: center;
     text-align: center;
     box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
     box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
     border-radius: 10px;
     border-radius: 10px;
    margin-top: 20px;
}
}


Linha 503: Linha 504:
     height: 100%;
     height: 100%;
     border-radius: 6px;
     border-radius: 6px;
     border-top: 10px solid #3498db;
     border-top: 10px solid #fe9e0a;
     object-fit: cover;
     object-fit: cover;
}
}
Linha 1 295: Linha 1 296:
         content: '';
         content: '';
         display: block;
         display: block;
        transition-duration: 0.3s !important;
         transition: all 250ms ease-in-out;
         transition: all 250ms ease-in-out;
     }
     }
Linha 1 425: Linha 1 427:




/* Teste */
/* Outfits/Npcs */
.square-box {
.square-box {
     width: 180px;
     width: 180px;
Linha 1 434: Linha 1 436:
     text-align: center;
     text-align: center;
     overflow: hidden;
     overflow: hidden;
    transition-duration: 0.3s !important;
     transition: transform 0.3s, box-shadow 0.3s;
     transition: transform 0.3s, box-shadow 0.3s;
     margin: 15px 25px;
     margin: 15px 25px;
Linha 1 466: Linha 1 469:
     margin: 0px 5px 0px 5px;
     margin: 0px 5px 0px 5px;
     line-height: 100px;
     line-height: 100px;
     font-size: 20px;
     font-size: 15px;
    font-weight: bold;
     text-align: center;
     text-align: center;
}
}
Linha 1 532: Linha 1 536:
         color: white;
         color: white;
     }
     }
      
     .vector-menu-portal .vector-menu-content li a {
    color: #ffffff;
    }
     .vector-menu-portal .vector-menu-content li a:visited {
     .vector-menu-portal .vector-menu-content li a:visited {
       color: #ffffff;
       color: #ffffff;
Linha 1 805: Linha 1 811:
.pokedex-img img{
.pokedex-img img{
     width: 50%;
     width: 50%;
    height: auto;
    border-radius: 5px;
}
.container-tab table{
    text-align: center;
width: 100%;
border-collapse: collapse;
overflow: hidden;
box-shadow: 0 0 20px rgba(0,0,0,0.1);
    border: 1px solid gray;
}
.container-tab th,
.container-tab td {
padding: 15px;
background-color: rgba(255,255,255,0.2);
    border: 1px solid gray;
    text-align: center;
}
.container-tab th {
text-align: center;
    border: 1px solid gray;
}
.container-tab tbody {
tr {
&:hover {
background-color:  rgb(10 234 58 / 20%);
}
}
td {
position: relative;
&:hover {
&:before {
content: "";
position: absolute;
left: 0;
right: 0;
top: -9999px;
bottom: -9999px;
background-color: rgb(234 10 10 / 20%);
z-index: -1;
}
}
}
}
.celula-neutra {
    backdrop-filter: invert(30%);
}
.outfit-img img{
    width: 100%;
     height: auto;
     height: auto;
     border-radius: 5px;
     border-radius: 5px;
}
}