11 908
edições
Sem resumo de edição |
Sem resumo de edição |
||
| Linha 2 198: | Linha 2 198: | ||
/* Text Hover */ | /* Text Hover */ | ||
.text-hover { | .text-hover, .t-h{ | ||
position: relative; | position: relative; | ||
display: inline-block; | display: inline-block; | ||
} | } | ||
.text-hover .tooltip-text { | .text-hover .tooltip-text, .t-h.t-t{ | ||
visibility: hidden; | visibility: hidden; | ||
width: max-content; | width: max-content; | ||
| Linha 2 220: | Linha 2 220: | ||
} | } | ||
.text-hover:hover .tooltip-text { | .text-hover:hover .tooltip-text, .t-h:hover .t-t { | ||
visibility: visible; | visibility: visible; | ||
opacity: 1; | opacity: 1; | ||
| Linha 2 364: | Linha 2 364: | ||
} | } | ||
.tooltip-gif a img{ | .tooltip-gif a img, .t-g a img{ | ||
width: 400px; | width: 400px; | ||
height: 400px | height: 400px | ||
} | } | ||