Mudanças entre as edições de "Widget:Item"
Ir para navegação
Ir para pesquisar
(Criou página com '<includeonly> <style> .reward-wrapper { display: inline-block; font-family: Arial, sans-serif; } .reward-title {...') |
m |
||
| Linha 60: | Linha 60: | ||
content: attr(data-tooltip); | content: attr(data-tooltip); | ||
position: absolute; | position: absolute; | ||
bottom: calc(100% + | bottom: calc(100% + 10px); | ||
left: 50%; | left: 50%; | ||
transform: translateX(-50%); | transform: translateX(-50%); | ||
width: 260px; | |||
min-width: 200px; | |||
max-width: 280px; | |||
box-sizing: border-box; | |||
background: #2c2c2c; | background: #2c2c2c; | ||
color: # | color: #e8e8e8; | ||
padding: | padding: 10px 14px; | ||
font-size: 13px; | font-size: 13px; | ||
font-weight: | font-weight: 600; | ||
border-radius: | line-height: 1.45; | ||
text-align: center; | |||
border-radius: 8px; | |||
white-space: pre-line; | white-space: pre-line; | ||
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35); | |||
z-index: 9999; | z-index: 9999; | ||
pointer-events: none; | pointer-events: none; | ||
| Linha 77: | Linha 84: | ||
content: ""; | content: ""; | ||
position: absolute; | position: absolute; | ||
bottom: 100%; | bottom: calc(100% + 2px); | ||
left: 50%; | left: 50%; | ||
transform: translateX(-50%); | transform: translateX(-50%); | ||