Mudanças entre as edições de "Predefinição:Teste/styles.css"
Ir para navegação
Ir para pesquisar
Etiqueta: Revertido |
Etiqueta: Revertido |
||
| Linha 1: | Linha 1: | ||
. | .introquest-items { | ||
display: flex; | |||
flex-wrap: wrap; | |||
gap: 8px; | |||
align-items: flex-end; | |||
} | } | ||
. | .introquest-item { | ||
display: inline-block; | |||
position: relative; | |||
margin: 0 4px; | |||
overflow: visible; | |||
} | |||
.introquest-item img { | |||
vertical-align: bottom; | |||
} | |||
.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 01h10min de 9 de junho de 2025
.introquest-items {
display: flex;
flex-wrap: wrap;
gap: 8px;
align-items: flex-end;
}
.introquest-item {
display: inline-block;
position: relative;
margin: 0 4px;
overflow: visible;
}
.introquest-item img {
vertical-align: bottom;
}
.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);
}