Mudanças entre as edições de "Predefinição:Achiev/styles.css"
Ir para navegação
Ir para pesquisar
| Linha 1: | Linha 1: | ||
.conquista-box { | .conquista-box { | ||
display: flex; | display: flex; | ||
align-items: center; | |||
background-color: #f0f4fa; | background-color: #f0f4fa; | ||
border: 1px solid #a0b8d0; | border: 1px solid #a0b8d0; | ||
| Linha 12: | Linha 13: | ||
.conquista-icon { | .conquista-icon { | ||
background: none; | |||
background | |||
border: none; | border: none; | ||
box-shadow: none; | box-shadow: none; | ||
| Linha 21: | Linha 20: | ||
justify-content: center; | justify-content: center; | ||
margin-right: 16px; | margin-right: 16px; | ||
} | } | ||
.conquista-icon img { | .conquista-icon img { | ||
width: | width: auto; | ||
height: | height: auto; | ||
border | max-width: none; | ||
max-height: none; | |||
border: none; | |||
} | } | ||
| Linha 37: | Linha 37: | ||
font-weight: bold; | font-weight: bold; | ||
font-size: 1.3em; | font-size: 1.3em; | ||
margin-bottom: | margin-bottom: -7px; | ||
} | } | ||
| Linha 57: | Linha 57: | ||
position: relative; | position: relative; | ||
margin: 0 4px; | margin: 0 4px; | ||
} | } | ||
Edição das 18h12min de 7 de junho de 2025
.conquista-box {
display: flex;
align-items: center;
background-color: #f0f4fa;
border: 1px solid #a0b8d0;
border-radius: 6px;
padding: 8px;
font-family: sans-serif;
color: #333;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
max-width: 600px;
}
.conquista-icon {
background: none;
border: none;
box-shadow: none;
display: flex;
align-items: center;
justify-content: center;
margin-right: 16px;
}
.conquista-icon img {
width: auto;
height: auto;
max-width: none;
max-height: none;
border: none;
}
.conquista-conteudo {
flex-grow: 1;
}
.conquista-titulo {
font-weight: bold;
font-size: 1.3em;
margin-bottom: -7px;
}
.conquista-descricao {
font-size: 1em;
color: #555;
}
.conquista-recompensas {
display: flex;
flex-wrap: wrap;
align-items: flex-end;
gap: 6px;
margin-top: 10px;
}
.conquista-recompensas .item {
display: inline-block;
position: relative;
margin: 0 4px;
}
.conquista-recompensas .item .item-img {
display: block;
vertical-align: bottom;
}
.conquista-recompensas .item .item-qtd {
position: absolute;
bottom: -4px;
right: -4px;
font-size: 10px;
font-weight: bold;
background: rgba(0, 0, 0, 0.75);
color: white;
padding: 1px 4px;
border-radius: 4px;
line-height: 1;
box-shadow: 0 0 2px #000;
white-space: nowrap;
z-index: 2;
}
.conquista-recompensas .item:hover .item-qtd {
background: rgba(0, 0, 0, 0.9);
}