Sha256: 4480f83e24b0be207f4be0bddbf11be1b92b9ab9c4d6d1a11f35b0d2258d1a72
Contents?: true
Size: 627 Bytes
Versions: 10
Compression:
Stored size: 627 Bytes
Contents
.overlay { /* must be initially hidden */ display:none; /* place overlay on top of other elements */ z-index:10000; /* styling */ background-color: $content-background-color; width:840px; padding: 20px; min-height:200px; top: 0 !important; /*overflow-y: auto; */ /* CSS3 styling for latest browsers */ @include box-shadow(90px); } /* 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; max-height: 600px; }
Version data entries
10 entries across 10 versions & 1 rubygems