Mudanças entre as edições de "Predefinição:Teste/styles.css"

De Wiki Gla
Ir para navegação Ir para pesquisar
m
Etiqueta: Revertido
m (Limpou toda a página)
Etiquetas: Reversão manual anulando
 
(2 revisões intermediárias pelo mesmo usuário não estão sendo mostradas)
Linha 1: Linha 1:
@media (min-width: 800px) and (max-width: 1610px) and (min-aspect-ratio: 3/4) and (max-aspect-ratio: 16/10){
.classe{ font-size: 1.15em; }
.tab-btn {
    padding: 6px 18px;
}
.attribute-title, .card-skins-title {
width: 100% !important;
}
.art-personaje {
display: none;
width: 360px;
    height: 267px;
    position: absolute;
    right: 0.7rem;
    top: 0.9rem;
    z-index: 9;
}
.tab-content{
padding: 0 8px 20px;
}
    .habilidades-details {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 10px;
        justify-content: center;
        width: 90%;
        align-self: center;
    }
    .habilidades-container{
    flex-direction:column-reverse;
    }
    .cuadros-container {
        display: flex;
        flex-wrap: nowrap;
        gap: 16px;
        width: 95%;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 8px;
        margin-bottom: 1%;
        justify-self: center;
        justify-content: center;
    }


    .descripcion-container h3{
        justify-self: center;
    }
    .cuadros-container .cuadro {
        flex: 0 0 auto;
        width: 40px;
        height: 40px;
        border-radius: 5px;
        cursor: pointer;
        transition: transform 0.2s, box-shadow 0.2s;
    }
    .descripcion-container .descLevel{
        margin-top: 5px;
        justify-self: center;
        font-weight: bold;
        border-bottom: 2px solid #9d9c9c;
    }
    .video-container {
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #000;
        padding: 0;
        overflow: hidden;
        align-self: center;
        border-radius: 1%;
    }
    .personaje-box{
    width:97%;
    }
}
@media (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) and (max-height: 800px) {
.art-personaje {
display: none;
    width: 371px;
    height: 265px;
    position: absolute;
    right: 0.6rem;
    top: 0.9rem;
    z-index: 9;
}
.cardAttribute {
    width: 110px;
    height: 56px;
}
.titulo-habilidad {
padding-right: unset;
}
.descripcion-container {
    min-height: 19.8rem;
}
.cuadros-container {
    width: 100%;
    justify-content: space-between;
}
.tooltip-container{
right: -10px;
}
.info-btn {
font-size: 26px;
width: 36px;
    height: 36px;
}
}
@media (min-width: 1400px) and (max-width: 1800px) and (orientation: landscape) {
.art-personaje {
width: 34vw;
    height: auto;
    position: absolute;
    right: 0.0rem;
}
.descripcion-container {
    min-height: 20.3rem;
}
}

Edição atual tal como às 21h05min de 18 de agosto de 2025