Mudanças entre as edições de "Predefinição:Teste/styles.css"
Ir para navegação
Ir para pesquisar
Etiqueta: Revertido |
Etiqueta: Revertido |
||
| Linha 5: | Linha 5: | ||
font-family: sans-serif; | font-family: sans-serif; | ||
color: #222; | color: #222; | ||
background: #fff; | |||
border-radius: 8px; | |||
box-shadow: 0 | box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); | ||
padding: 24px; | |||
padding: | |||
box-sizing: border-box; | box-sizing: border-box; | ||
} | } | ||
.infobox-skill-tabs { | .infobox-skill-tabs { | ||
display: flex; | display: flex; | ||
gap: | justify-content: center; | ||
gap: 12px; | |||
flex-wrap: wrap; | flex-wrap: wrap; | ||
margin-bottom: 16px; | |||
} | } | ||
.infobox-skill-tab { | .infobox-skill-tab { | ||
cursor: pointer; | cursor: pointer; | ||
background: #f0f0f0; | |||
color: #222; | |||
border: none; | border: none; | ||
border- | border-radius: 6px; | ||
padding: 10px 18px; | |||
font-size: 1em; | |||
font-weight: bold; | font-weight: bold; | ||
transition: background 0.2s ease; | |||
} | } | ||
.infobox-skill-tab.active { | .infobox-skill-tab.active, | ||
.infobox-skill-tab:hover { | |||
color: | background: #ffc107; | ||
color: #181f2a; | |||
} | } | ||
.skill-desc { | .skill-desc { | ||
font-size: 1em; | |||
text-align: center; | |||
max-width: 720px; | |||
line-height: 1. | margin: 0 auto 24px auto; | ||
line-height: 1.6; | |||
padding: 12px 16px; | |||
background: #f9f9f9; | |||
border-radius: 6px; | |||
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.05); | |||
} | } | ||
| Linha 65: | Linha 55: | ||
justify-content: center; | justify-content: center; | ||
align-items: center; | align-items: center; | ||
} | } | ||
| Linha 71: | Linha 60: | ||
display: none; | display: none; | ||
width: 100%; | width: 100%; | ||
max-width: 720px; | |||
} | } | ||
| Linha 79: | Linha 69: | ||
.skill-video video { | .skill-video video { | ||
width: 100%; | width: 100%; | ||
height: auto; | |||
border-radius: 6px; | |||
border-radius: | |||
background: #000; | background: #000; | ||
border: 1px solid #ccc; | |||
box-shadow: 0 0 4px rgba(0,0,0,0.1); | |||
} | |||
/* Mobile first */ | |||
@media (max-width: 768px) { | |||
.infobox-boss-wide { | |||
padding: 16px; | |||
} | |||
.infobox-skill-tab { | |||
padding: 8px 14px; | |||
font-size: 0.95em; | |||
} | |||
.skill-desc { | |||
font-size: 0.95em; | |||
padding: 10px 12px; | |||
} | |||
} | } | ||
Edição das 22h45min de 23 de maio de 2025
.infobox-boss-wide {
width: 100%;
max-width: 900px;
margin: 32px auto;
font-family: sans-serif;
color: #222;
background: #fff;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
padding: 24px;
box-sizing: border-box;
}
.infobox-skill-tabs {
display: flex;
justify-content: center;
gap: 12px;
flex-wrap: wrap;
margin-bottom: 16px;
}
.infobox-skill-tab {
cursor: pointer;
background: #f0f0f0;
color: #222;
border: none;
border-radius: 6px;
padding: 10px 18px;
font-size: 1em;
font-weight: bold;
transition: background 0.2s ease;
}
.infobox-skill-tab.active,
.infobox-skill-tab:hover {
background: #ffc107;
color: #181f2a;
}
.skill-desc {
font-size: 1em;
text-align: center;
max-width: 720px;
margin: 0 auto 24px auto;
line-height: 1.6;
padding: 12px 16px;
background: #f9f9f9;
border-radius: 6px;
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.05);
}
.infobox-skill-video-area {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.skill-video {
display: none;
width: 100%;
max-width: 720px;
}
.skill-video.active {
display: block;
}
.skill-video video {
width: 100%;
height: auto;
border-radius: 6px;
background: #000;
border: 1px solid #ccc;
box-shadow: 0 0 4px rgba(0,0,0,0.1);
}
/* Mobile first */
@media (max-width: 768px) {
.infobox-boss-wide {
padding: 16px;
}
.infobox-skill-tab {
padding: 8px 14px;
font-size: 0.95em;
}
.skill-desc {
font-size: 0.95em;
padding: 10px 12px;
}
}