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

458 bytes adicionados ,  Quinta-feira às 16h17min
sem sumário de edição
Sem resumo de edição
Sem resumo de edição
 
(13 revisões intermediárias por 2 usuários 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 #007ee5;
     object-fit: cover;
     object-fit: cover;
}
}
/* Mapas */


.divmap a img{
    width: 100%;
    height: 100%;
}


/* Patch Notes */
/* Patch Notes */
Linha 1 295: Linha 1 301:
         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 432:




/* Teste */
/* Outfits/Npcs */
.square-box {
.square-box {
     width: 180px;
     width: 180px;
Linha 1 434: Linha 1 441:
     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 474:
     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 541:
         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 794: Linha 1 805:
     display: flex;
     display: flex;
     align-items: center;
     align-items: center;
     background-color: #ffd700;
     background-color: #F0F8FF;
     transition: width 0.5s ease-in-out;
     transition: width 0.5s ease-in-out;
}
}
Linha 1 811: Linha 1 822:


.container-tab table{
.container-tab table{
width: 800px;
    text-align: center;
width: 100%;
border-collapse: collapse;
border-collapse: collapse;
overflow: hidden;
overflow: hidden;
Linha 1 823: Linha 1 835:
background-color: rgba(255,255,255,0.2);
background-color: rgba(255,255,255,0.2);
     border: 1px solid gray;
     border: 1px solid gray;
    text-align: center;
}
}


.container-tab th {
.container-tab th {
text-align: left;
text-align: center;
     border: 1px solid gray;
     border: 1px solid gray;
}
}
Linha 1 833: Linha 1 846:
tr {
tr {
&:hover {
&:hover {
background-color: rgb(234 10 10 / 20%);
background-color: rgb(10 234 58 / 20%);
}
}
}
}
Linha 1 846: Linha 1 859:
top: -9999px;
top: -9999px;
bottom: -9999px;
bottom: -9999px;
background-color: rgb(10 234 58 / 20%);
background-color: rgb(234 10 10 / 20%);
z-index: -1;
z-index: -1;
}
}
}
}
}
}
}
.celula-neutra {
    backdrop-filter: invert(30%);
}
.outfit-img img{
    width: 100%;
    height: auto;
    border-radius: 5px;
}
}