Sha256: 0af38e9fe0b56d28b28982f276a0c625f4e5a0d4c826d3ceb235c2a224efc262
Contents?: true
Size: 586 Bytes
Versions: 34
Compression:
Stored size: 586 Bytes
Contents
.overlay { /* must be initially hidden */ display:none; /* place overlay on top of other elements */ z-index:10000; position: absolute; /* styling */ background-color: $content-background-color; width: $content-width - 100px; padding: 20px; min-height:200px; @include box-shadow(50px); @include corners-all(10px); } /* close button positioned on upper right corner */ .overlay .close { background:url(/assets/close.png); position:absolute; right:-15px; top:-15px; cursor:pointer; height:35px; width:35px; } .overlay img { max-width: 800px; }
Version data entries
34 entries across 34 versions & 1 rubygems