Mudanças entre as edições de "Predefinição:Reward/styles.css"
Ir para navegação
Ir para pesquisar
| Linha 1: | Linha 1: | ||
.reward-wrapper { | .reward-wrapper { | ||
display: | display: inline-block; | ||
margin: 8px 0; | margin: 8px 0; | ||
font-family: Arial, sans-serif; | |||
} | } | ||
.reward-title { | .reward-title { | ||
font-weight: bold; | font-weight: bold; | ||
margin-bottom: 4px; | margin-bottom: 4px; | ||
font-size: 14px; | |||
} | } | ||
| Linha 19: | Linha 14: | ||
display: flex; | display: flex; | ||
flex-wrap: wrap; | flex-wrap: wrap; | ||
align-items: flex-end; | |||
} | } | ||
.item-wrapper { | .item-wrapper { | ||
display: inline-block; | |||
position: relative; | position: relative; | ||
margin: 0 4px; | |||
overflow: visible; | |||
} | } | ||
.item-wrapper img { | .item-wrapper img { | ||
vertical-align: bottom; | |||
} | } | ||
.item-count { | .item-count { | ||
position: absolute; | position: absolute; | ||
bottom: | bottom: -4px; | ||
right: | right: -4px; | ||
font-size: 10px; | font-size: 10px; | ||
font-weight: bold; | font-weight: bold; | ||
| Linha 46: | Linha 41: | ||
box-shadow: 0 0 2px #000; | box-shadow: 0 0 2px #000; | ||
white-space: nowrap; | white-space: nowrap; | ||
z-index: | z-index: 2; | ||
} | |||
.item-wrapper:hover .item-count { | |||
background: rgba(0, 0, 0, 0.9); | |||
} | } | ||
Edição das 01h15min de 5 de junho de 2025
.reward-wrapper {
display: inline-block;
margin: 8px 0;
font-family: Arial, sans-serif;
}
.reward-title {
font-weight: bold;
margin-bottom: 4px;
font-size: 14px;
}
.reward-items {
display: flex;
flex-wrap: wrap;
align-items: flex-end;
}
.item-wrapper {
display: inline-block;
position: relative;
margin: 0 4px;
overflow: visible;
}
.item-wrapper img {
vertical-align: bottom;
}
.item-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;
}
.item-wrapper:hover .item-count {
background: rgba(0, 0, 0, 0.9);
}