Mudanças entre as edições de "Predefinição:Teste/styles.css"
Ir para navegação
Ir para pesquisar
Etiqueta: Revertido |
Etiqueta: Revertido |
||
| Linha 29: | Linha 29: | ||
margin-bottom: 14px; | margin-bottom: 14px; | ||
max-width: 800px; | max-width: 800px; | ||
} | |||
.introquest-linha { | |||
min-width: 220px; | |||
} | } | ||
| Linha 35: | Linha 39: | ||
font-weight: bold; | font-weight: bold; | ||
font-family: "Noto Sans", sans-serif; | font-family: "Noto Sans", sans-serif; | ||
margin-top: 10px; | |||
max-width: 800px; | max-width: 800px; | ||
} | } | ||
.introquest- | /* Estilo dos ícones de recompensa (herda visual clássico) */ | ||
.introquest-items { | |||
display: flex; | |||
flex-wrap: wrap; | |||
gap: 8px; | |||
align-items: flex-end; | |||
margin-top: 6px; | margin-top: 6px; | ||
} | |||
.introquest-item { | |||
display: inline-block; | |||
position: relative; | |||
margin: 0 4px; | |||
overflow: visible; | |||
z-index: 5; | |||
} | |||
.introquest-item img { | |||
vertical-align: bottom; | |||
width: 36px; | |||
height: 36px; | |||
} | |||
.introquest-count { | |||
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; | |||
} | |||
.introquest-item:hover .introquest-count { | |||
background: rgba(0, 0, 0, 0.9); | |||
} | } | ||
Edição das 01h21min de 9 de junho de 2025
.introquest-aviso {
display: flex;
align-items: center;
background-color: #fff3e0;
border: 1px solid #e0a060;
color: #8a4b00;
padding: 10px 14px;
border-radius: 6px;
font-weight: bold;
font-size: 14px;
margin-bottom: 16px;
gap: 10px;
font-family: "Noto Sans", sans-serif;
max-width: 800px;
}
.introquest-aviso-icon img {
display: inline-block;
width: 28px;
height: 28px;
}
.introquest-info {
display: flex;
flex-wrap: wrap;
gap: 16px 24px;
font-size: 14px;
font-family: "Noto Sans", sans-serif;
margin-bottom: 14px;
max-width: 800px;
}
.introquest-linha {
min-width: 220px;
}
.introquest-recompensa {
font-size: 14px;
font-weight: bold;
font-family: "Noto Sans", sans-serif;
margin-top: 10px;
max-width: 800px;
}
/* Estilo dos ícones de recompensa (herda visual clássico) */
.introquest-items {
display: flex;
flex-wrap: wrap;
gap: 8px;
align-items: flex-end;
margin-top: 6px;
}
.introquest-item {
display: inline-block;
position: relative;
margin: 0 4px;
overflow: visible;
z-index: 5;
}
.introquest-item img {
vertical-align: bottom;
width: 36px;
height: 36px;
}
.introquest-count {
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;
}
.introquest-item:hover .introquest-count {
background: rgba(0, 0, 0, 0.9);
}