Predefinição:Teste/styles.css
Ir para navegação
Ir para pesquisar
.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;
}