Mudanças entre as edições de "Predefinição:Teste/styles.css"
Ir para navegação
Ir para pesquisar
| Linha 1: | Linha 1: | ||
.infobox-boss-wide { | .infobox-boss-wide { | ||
border: 1px solid #ccc; | |||
background: #f9f9f9; | |||
padding: 12px; | |||
margin: 8px auto; | |||
max-width: 700px; | |||
border-radius: 10px; | |||
font-family: sans-serif; | font-family: sans-serif; | ||
} | } | ||
.infobox-skill- | .infobox-skill-buttons { | ||
display: flex; | display: flex; | ||
justify-content: center; | justify-content: center; | ||
gap: 12px; | |||
margin-bottom: 16px; | |||
} | } | ||
.infobox-skill- | .infobox-skill-icon { | ||
background: #ddd; | |||
padding: 6px 14px; | |||
border-radius: 6px; | |||
cursor: pointer; | cursor: pointer; | ||
user-select: none; | |||
} | } | ||
.infobox-skill- | .infobox-skill-icon.active { | ||
background: #6dbb70; | |||
color: white; | |||
font-weight: bold; | |||
} | } | ||
.skill- | .infobox-skill-tab { | ||
display: none; | |||
text-align: center; | text-align: center; | ||
} | } | ||
.infobox-skill- | .infobox-skill-tab.active { | ||
display: block; | |||
display: | |||
} | } | ||
.skill- | .skill-desc { | ||
margin-bottom: 8px; | |||
font-size: 14px; | |||
} | } | ||
Edição das 21h46min de 23 de maio de 2025
.infobox-boss-wide {
border: 1px solid #ccc;
background: #f9f9f9;
padding: 12px;
margin: 8px auto;
max-width: 700px;
border-radius: 10px;
font-family: sans-serif;
}
.infobox-skill-buttons {
display: flex;
justify-content: center;
gap: 12px;
margin-bottom: 16px;
}
.infobox-skill-icon {
background: #ddd;
padding: 6px 14px;
border-radius: 6px;
cursor: pointer;
user-select: none;
}
.infobox-skill-icon.active {
background: #6dbb70;
color: white;
font-weight: bold;
}
.infobox-skill-tab {
display: none;
text-align: center;
}
.infobox-skill-tab.active {
display: block;
}
.skill-desc {
margin-bottom: 8px;
font-size: 14px;
}