Sha256: daf3b8c8472842d0e19abfde8db611f583c03609670a78139687811f455f1512
Contents?: true
Size: 1.12 KB
Versions: 39
Compression:
Stored size: 1.12 KB
Contents
.magnific-image { &:hover { cursor: pointer; } } .img-full { width: 100%; } .popup { z-index: 1; font-size: 32px; color: #FFFFFF; text-shadow: 0px 1px 2px #171717; width: 32px; height: 32px; line-height: 32px; text-align: center; cursor: pointer; } div.popup-box { z-index: 1; background-color: #FFFFFF; padding: 4px 8px; max-width: 250px; text-align: justify; display: none; } .popup-position-top-right { .popup { position: absolute; top: 10px; right: 10px; } .popup-box { position: absolute; top: 50px; right: 10px; } } .popup-position-top-left { .popup { position: absolute; top: 10px; left: 10px; } .popup-box { position: absolute; top: 50px; left: 10px; } } .popup-position-bottom-right { .popup { position: absolute; bottom: 10px; right: 10px; } .popup-box { position: absolute; bottom: 50px; right: 10px; } } .popup-position-bottom-left { .popup { position: absolute; bottom: 10px; left: 10px; } .popup-box { position: absolute; bottom: 50px; left: 10px; } }
Version data entries
39 entries across 39 versions & 1 rubygems