No edit summary |
No edit summary |
||
Line 167: | Line 167: | ||
max-width: 290px !important; | max-width: 290px !important; | ||
} | } | ||
.tooltiptest { | |||
position: relative; | |||
-webkit-transition: all 0.3s ease-in-out 0s; | |||
transition: all 0.3s ease-in-out 0s; | |||
display: inline-block; | |||
} | |||
.tooltiptest a { | |||
display: inline-block; | |||
color: #07f!important; | |||
font-family: Palatino, serif; | |||
} | |||
.tooltipvero a { | |||
position: absolute; | |||
display: block; | |||
visibility: hidden; | |||
opacity: 0; | |||
transition: all .3s; | |||
border-radius: 5px; | |||
box-shadow: 0 0 20px #444 inset; | |||
padding: 3px 5px 3px 5px; | |||
top: -140px; | |||
left: 0px; | |||
z-index: 9999999; | |||
border: 1px solid #514d4d; | |||
} | |||
.tooltipvero a::after { | |||
content: " "; | |||
border-style: solid; | |||
border-width: 7px 7px 0px 7px; | |||
border-color: rgba(55, 64, 70, 0.5) transparent transparent transparent; | |||
transition-duration: 0s; | |||
transform-origin: top; | |||
transform: translateX(-50%) scaleY(1); | |||
position: absolute; | |||
left: 5%; | |||
bottom: -7px; | |||
} | |||
.tooltipvero a img { | |||
display: block; | |||
border: 1px solid #444; | |||
max-width: 360px; | |||
height: auto; | |||
} | |||
.tooltiptest:hover .tooltipvero a { | |||
visibility: visible; | |||
opacity: 1; | |||
} | |||
}} | |||
}} | }} |
Revision as of 00:26, 6 October 2023
}}