Tag: Undo |
No edit summary |
||
Line 85: | Line 85: | ||
box-shadow: 0 0 20px #444 inset; | box-shadow: 0 0 20px #444 inset; | ||
padding: 3px 5px 3px 5px; | padding: 3px 5px 3px 5px; | ||
top: - | top: -120px; | ||
left: - | left: -65px; | ||
z-index: 9999999; | z-index: 9999999; | ||
border: 1px solid #514d4d; | border: 1px solid #514d4d; | ||
Line 124: | Line 124: | ||
height: auto; | height: auto; | ||
} | } | ||
.tooltip-short:hover a, .tooltip:hover a, .tooltip-long:hover a{ | .tooltip-short:hover a, .tooltip:hover a, .tooltip-long:hover a{ | ||
visibility: visible; | visibility: visible; | ||
Line 159: | Line 148: | ||
-webkit-transform: scaleX(1); | -webkit-transform: scaleX(1); | ||
transform: scaleX(1); | transform: scaleX(1); | ||
} | |||
.tooltip-short a:after, .tooltip a:after, .tooltip-long 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: 50%; | |||
bottom: -7px; | |||
} | } | ||
@media screen and (max-width: 850px) { | |||
.tooltip-short a img, .tooltip a img, .tooltip-long a img { | |||
height: auto !important; | |||
max-width: 290px !important; | |||
} | |||
}} | }} |