Mudanças entre as edições de "Predefinição:Teste/styles.css"
Ir para navegação
Ir para pesquisar
Etiqueta: Revertido |
Etiqueta: Revertido |
||
| Linha 2: | Linha 2: | ||
width: 100%; | width: 100%; | ||
max-width: 900px; | max-width: 900px; | ||
margin: | margin: 32px auto; | ||
font-family: sans-serif; | font-family: sans-serif; | ||
color: #222; | color: #222; | ||
border: 1px solid #ccc; | border: 1px solid #ccc; | ||
background: #f9f9f9; | background: #f9f9f9; | ||
box-shadow: 0 0 4px rgba(0,0,0,0.05); | |||
border-radius: 4px; | |||
} | |||
.infobox-boss-right { | |||
width: 100%; | |||
padding: 16px; | |||
box-sizing: border-box; | |||
} | } | ||
.infobox-skill-info-area { | .infobox-skill-info-area { | ||
width: 100%; | |||
display: flex; | display: flex; | ||
flex-direction: column; | flex-direction: column; | ||
align-items: flex-start; | |||
justify-content: flex-start; | |||
gap: 8px; | |||
margin-bottom: 12px; | |||
} | } | ||
.infobox-skill-tabs { | .infobox-skill-tabs { | ||
display: flex; | display: flex; | ||
gap: 8px; | gap: 8px; | ||
flex-wrap: wrap; | flex-wrap: wrap; | ||
| Linha 44: | Linha 51: | ||
.skill-desc { | .skill-desc { | ||
background: #f6f6f6; | background: #f6f6f6; | ||
padding: | padding: 10px 12px; | ||
font-size: 0.95em; | font-size: 0.95em; | ||
line-height: 1.5; | line-height: 1.5; | ||
border- | color: #222; | ||
border- | width: 100%; | ||
box-sizing: border-box; | |||
border-radius: 3px; | |||
} | } | ||
.infobox-skill-video-area { | .infobox-skill-video-area { | ||
width: 100%; | |||
display: flex; | display: flex; | ||
justify-content: center; | justify-content: center; | ||
align-items: center; | align-items: center; | ||
padding: 16px 0 24px; | |||
} | } | ||
.skill-video { | .skill-video { | ||
display: none; | display: none; | ||
width: 100%; | |||
} | } | ||
| Linha 69: | Linha 79: | ||
.skill-video video { | .skill-video video { | ||
width: 100%; | width: 100%; | ||
max-width: | max-width: 700px; | ||
border: 1px solid #aaa; | border: 1px solid #aaa; | ||
border-radius: 4px; | border-radius: 4px; | ||
background: #000; | background: #000; | ||
display: block; | |||
} | } | ||
Edição das 22h43min de 23 de maio de 2025
.infobox-boss-wide {
width: 100%;
max-width: 900px;
margin: 32px auto;
font-family: sans-serif;
color: #222;
border: 1px solid #ccc;
background: #f9f9f9;
box-shadow: 0 0 4px rgba(0,0,0,0.05);
border-radius: 4px;
}
.infobox-boss-right {
width: 100%;
padding: 16px;
box-sizing: border-box;
}
.infobox-skill-info-area {
width: 100%;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
gap: 8px;
margin-bottom: 12px;
}
.infobox-skill-tabs {
display: flex;
gap: 8px;
flex-wrap: wrap;
}
.infobox-skill-tab {
cursor: pointer;
padding: 6px 12px;
background: none;
border: none;
border-bottom: 3px solid transparent;
font-weight: bold;
color: #0645ad;
font-size: 0.95em;
}
.infobox-skill-tab.active {
border-bottom: 3px solid #36c;
color: black;
}
.skill-desc {
background: #f6f6f6;
padding: 10px 12px;
font-size: 0.95em;
line-height: 1.5;
color: #222;
width: 100%;
box-sizing: border-box;
border-radius: 3px;
}
.infobox-skill-video-area {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
padding: 16px 0 24px;
}
.skill-video {
display: none;
width: 100%;
}
.skill-video.active {
display: block;
}
.skill-video video {
width: 100%;
max-width: 700px;
border: 1px solid #aaa;
border-radius: 4px;
background: #000;
display: block;
}