Mudanças entre as edições de "Predefinição:Character/styles.css"
Ir para navegação
Ir para pesquisar
m |
m |
||
| Linha 75: | Linha 75: | ||
} | } | ||
} | } | ||
@media (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) and (max-height: 800px) { | @media (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) and (max-height: 800px) { | ||
.character-art { | .character-art { | ||
| Linha 109: | Linha 108: | ||
} | } | ||
} | } | ||
@media (min-width: 1400px) and (max-width: 1800px) and (orientation: landscape) { | @media (min-width: 1400px) and (max-width: 1800px) and (orientation: landscape) { | ||
.character-art { | .character-art { | ||
Edição das 19h40min de 8 de agosto de 2025
@media (min-width: 800px) and (max-width: 1610px) and (min-aspect-ratio: 3/4) and (max-aspect-ratio: 16/10) {
.character-class { font-size: 1.15em; }
.tab-btn {
padding: 6px 18px;
}
.attribute-title, .card-skins-title {
width: 100% !important;
}
.character-art {
display: none;
width: 360px;
height: 267px;
position: absolute;
right: 0.7rem;
top: 0.9rem;
z-index: 9;
}
.tab-content {
padding: 0 8px 20px;
}
.skill-details {
flex: 1;
display: flex;
flex-direction: column;
gap: 10px;
justify-content: center;
width: 90%;
align-self: center;
}
.skills-container {
flex-direction: column-reverse;
}
.skills-bar {
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;
}
.desc-box h3 {
justify-self: center;
}
.skills-bar .skill-item {
flex: 0 0 auto;
width: 40px;
height: 40px;
border-radius: 5px;
cursor: pointer;
transition: transform 0.2s, box-shadow 0.2s;
}
.desc-box .desc-level {
margin-top: 5px;
justify-self: center;
font-weight: bold;
border-bottom: 2px solid #9d9c9c;
}
.video-box {
width: 50%;
display: flex;
align-items: center;
justify-content: center;
background-color: #000;
padding: 0;
overflow: hidden;
align-self: center;
border-radius: 1%;
}
.character-container {
width: 97%;
}
}
@media (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) and (max-height: 800px) {
.character-art {
display: none;
width: 371px;
height: 265px;
position: absolute;
right: 0.6rem;
top: 0.9rem;
z-index: 9;
}
.card-attribute {
width: 110px;
height: 56px;
}
.skill-title {
padding-right: unset;
}
.desc-box {
min-height: 19.8rem;
}
.skills-bar {
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) {
.character-art {
width: 34vw;
height: auto;
position: absolute;
right: 0.0rem;
}
.desc-box {
min-height: 20.3rem;
}
}