Predefinição:Droflax/styles.css
Ir para navegação
Ir para pesquisar
.conquista-box {
display: flex;
background-color: rgba(100, 100, 100, 0.8); /* Gris medio opaco */
border: 1px solid #333;
border-radius: 4px;
padding: 6px;
width: 500px;
font-family: sans-serif;
color: white;
box-shadow: 0 0 6px rgba(0,0,0,0.4);
}
.conquista-icon {
width: 82px;
height: 82px;
background-color: #1c1005; /* color oscuro interno */
border: 3px solid gold;
border-radius: 10px;
box-shadow:
0 0 0 2px #522e00 inset,
0 0 6px rgba(255, 215, 0, 0.5);
display: flex;
align-items: center;
justify-content: center;
padding: 2px;
align-self: center;
}
.conquista-conteudo {
flex-grow: 1;
}
.conquista-titulo {
font-weight: bold;
font-size: 1.1em;
margin-bottom: 2px;
}
.conquista-descricao {
font-size: 0.95em;
color: #ccc;
margin-bottom: 6px;
}
.conquista-recompensa {
background-color: rgba(0, 0, 0, 0.3);
padding: 4px;
border-radius: 2px;
min-height: 20px;
}