Sha256: ce46e0a9603a0df59cec2b0185781f961efefc6f78b9880c949b23fa8dc4e982
Contents?: true
Size: 907 Bytes
Versions: 21
Compression:
Stored size: 907 Bytes
Contents
#colorbox, #cboxOverlay, #cboxWrapper { position: absolute; top: 0; left: 0; z-index: 9999; overflow: hidden; } #cboxOverlay { position: fixed; width: 100%; height: 100%; } #cboxMiddleLeft, #cboxBottomLeft { clear: left; } #cboxContent { position: relative; } #cboxLoadedContent { overflow: auto; -webkit-overflow-scrolling: touch; } #cboxTitle { margin: 0; } #colorbox, #cboxContent, #cboxLoadedContent { box-sizing: content-box; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; } #cboxOverlay { background: #000; } #colorbox { outline: 0; } #cboxContent { margin-top: 20px; background: #000; } @mixin border-radius($size) { -moz-border-radius: $size; -webkit-border-radius: $size; -o-border-radius: $size; border-radius: $size; } #cboxLoadedContent { @include border-radius(10px); border: 10px solid #fff; background: #fff; }
Version data entries
21 entries across 21 versions & 1 rubygems