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
 
(16 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 810: Linha 1 816:




  html,
.container-tab table{
body {
    text-align: center;
height: 100%;
width: 100%;
}
 
body {
margin: 0;
background: linear-gradient(45deg, #49a09d, #5f2c82);
font-family: sans-serif;
font-weight: 100;
}
 
.table-tab{
width: 800px;
border-collapse: collapse;
border-collapse: collapse;
overflow: hidden;
overflow: hidden;
box-shadow: 0 0 20px rgba(0,0,0,0.1);
box-shadow: 0 0 20px rgba(0,0,0,0.1);
    border: 1px solid gray;
}
}


th,
.container-tab th,
td {
.container-tab td {
padding: 15px;
padding: 15px;
background-color: rgba(255,255,255,0.2);
background-color: rgba(255,255,255,0.2);
    border: 1px solid gray;
    text-align: center;
}
}


th {
.container-tab th {
text-align: left;
text-align: center;
    border: 1px solid gray;
}
}


tbody {
.container-tab tbody {
tr {
tr {
&:hover {
&:hover {
background-color: rgb(93 78 234 / 20%);
background-color: rgb(10 234 58 / 20%);
}
}
}
}
Linha 1 855: Linha 1 854:
top: -9999px;
top: -9999px;
bottom: -9999px;
bottom: -9999px;
background-color: #9a9a9a33;
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;
}
}