Mudanças entre as edições de "Predefinição:Droflax/styles.css"
Ir para navegação
Ir para pesquisar
Etiquetas: Revertido Desfazer |
Etiqueta: Revertido |
||
| Linha 1: | Linha 1: | ||
. | .conquista-box { | ||
display: flex; | display: flex; | ||
background-color: rgba(100, 100, 100, 0.8); /* Gris medio opaco */ | |||
border: 1px solid #333; | |||
border-radius: 4px; | |||
padding: 6px; | |||
width: 500px; | |||
border: | |||
font-family: sans-serif; | font-family: sans-serif; | ||
color: | color: white; | ||
box-shadow: 0 0 6px rgba(0,0,0,0.4); | |||
} | } | ||
. | |||
.conquista-icon { | |||
flex-shrink: 0; | |||
flex- | margin-right: 10px; | ||
} | } | ||
. | |||
.conquista-conteudo { | |||
flex-grow: 1; | |||
flex- | |||
} | } | ||
.conquista-titulo { | |||
. | |||
font-weight: bold; | font-weight: bold; | ||
font-size: 1.1em; | |||
margin-bottom: 2px; | |||
font-size: 1. | |||
margin-bottom: | |||
} | } | ||
. | |||
.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; | |||
} | } | ||
Edição das 12h45min de 2 de junho de 2025
.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 {
flex-shrink: 0;
margin-right: 10px;
}
.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;
}