Sha256: 1cd44b5f0e3dadee91c90dc26fde06f33f63da78e531053fda1f6b43960e43f7
Contents?: true
Size: 1.67 KB
Versions: 35
Compression:
Stored size: 1.67 KB
Contents
.sheet_bg, .sheet_body, .sheet_dimmer, /*.sheet_center,*/ .sheet_content, .sheet_body_edge_left, .sheet_body_edge_right, .sheet_body_corner_left, .sheet_body_corner_right, .sheet_body_edge_bottom, .sheet_subview { position: absolute; display: block; overflow: hidden; cursor: inherit; background-repeat: no-repeat; } .sheet_dimmer { top: 0; left: 0; right: 0; bottom: 0; background-repeat: repeat; background-image: #{this.getCssFilePath('sheet_dim.png')}; } /*.sheet_center { top: 0; left: 50%; overflow: visible; width: 0; height: 0; } */ .sheet_content { top: 0; left: -2px; right: -2px; bottom: -2px; overflow: visible; } .sheet_bg { left: 24px; top: 0; right: 24px; bottom: 24px; background-repeat: repeat; background-image: #{this.getCssFilePath('sheet_bg.png')}; } .sheet_body { left: 0; top: 0; right: 0; bottom: 0; overflow: visible; } .sheet_body > * { background-image: #{this.getCssFilePath('sheet_parts1.png')}; } .sheet_body_edge_left { left: 0; top: 0; bottom: 24px; width: 24px; background-repeat: repeat-y; background-position: -48px 0; } .sheet_body_edge_right { right: 0; top: 0; bottom: 24px; width: 24px; background-repeat: repeat-y; background-position: -72px 0; } .sheet_body_corner_left { left: 0; bottom: 0; height: 24px; width: 24px; background-position: 0 0; } .sheet_body_corner_right { right: 0; bottom: 0; height: 24px; width: 24px; background-position: -24px 0; } .sheet_body_edge_bottom { left: 24px; bottom: 0; right: 24px; height: 24px; background-repeat: repeat-x; background-position: 0 0; background-image: #{this.getCssFilePath('sheet_parts2.png')}; } .sheet_subview { left: 2px; top: 0; right: 2px; bottom: 2px; }
Version data entries
35 entries across 35 versions & 1 rubygems