Mudanças entre as edições de "Predefinição:Teste/styles.css"
Ir para navegação
Ir para pesquisar
| Linha 76: | Linha 76: | ||
justify-content: center; | justify-content: center; | ||
padding: 16px 0; | padding: 16px 0; | ||
min-height: 270px; /* Garante que não haja salto visual */ | |||
} | } | ||
.skill-video { | .skill-video-widget { | ||
width: 100%; | width: 100%; | ||
max-width: 700px; | max-width: 700px; | ||
border-radius: 8px; | border-radius: 8px; | ||
background: #000; | background: #000; | ||
overflow: hidden; | |||
} | } | ||
| Linha 114: | Linha 104: | ||
} | } | ||
.skill-video | .skill-video-widget { | ||
min-height: 220px; | min-height: 220px; | ||
} | } | ||
} | } | ||
Edição das 03h27min de 23 de maio de 2025
.infobox-boss-wide {
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
font-family: sans-serif;
color: #222;
border-radius: 12px;
overflow: hidden;
background: none;
}
.infobox-boss-right {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
}
.infobox-skill-info-area {
width: 100%;
max-width: 900px;
display: flex;
flex-direction: column;
align-items: center;
margin-top: 16px;
gap: 8px;
padding: 0 12px;
}
.infobox-skill-tabs {
display: flex;
flex-wrap: wrap;
gap: 8px;
justify-content: center;
width: 100%;
}
.infobox-skill-tab {
cursor: pointer;
background: #fff;
color: #222;
border: 2px solid #ffc107;
border-radius: 8px;
padding: 10px 20px;
font-size: 1em;
font-weight: bold;
transition: 0.2s;
box-shadow: 0 2px 6px rgba(0,0,0,0.08);
opacity: 0.7;
}
.infobox-skill-tab.active,
.infobox-skill-tab:hover {
opacity: 1;
background: #ffc107;
color: #181f2a;
}
.skill-desc {
min-height: 60px;
font-size: 1em;
text-align: center;
font-weight: 500;
line-height: 1.5;
margin: 0;
padding: 8px 12px;
transition: opacity 0.2s;
}
.infobox-skill-video-area {
width: 100%;
max-width: 900px;
display: flex;
align-items: center;
justify-content: center;
padding: 16px 0;
min-height: 270px; /* Garante que não haja salto visual */
}
.skill-video-widget {
width: 100%;
max-width: 700px;
border-radius: 8px;
background: #000;
overflow: hidden;
}
@media (max-width: 900px) {
.infobox-skill-info-area,
.infobox-skill-video-area {
padding: 0 5vw;
gap: 6px;
}
.infobox-skill-tab {
padding: 8px 14px;
font-size: 0.95em;
}
.skill-desc {
font-size: 0.95em;
padding: 4px 6px;
}
.skill-video-widget {
min-height: 220px;
}
}