Sha256: a67936f25cd25fd0a09f01e2ee0ca96c78a97cd5e634185201dfccf0d813e7e7
Contents?: true
Size: 1.62 KB
Versions: 103
Compression:
Stored size: 1.62 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: 0px; left: 0px; right: 0px; bottom: 0px; background-repeat: repeat; background-image: #{this.getCssFilePath('sheet_dim.png')}; } .sheet_center { top: 0px; left: 50%; overflow: visible; width: 0px; height: 0px; } .sheet_bg { left: 24px; top: 0px; right: 24px; bottom: 24px; background-repeat: repeat; background-image: #{this.getCssFilePath('sheet_bg.png')}; } .sheet_body { left: 0px; top: 0px; right: 0px; bottom: 0px; } .sheet_body * { background-image: #{this.getCssFilePath('sheet_parts1.png')}; } .sheet_body_edge_left { left: 0px; top: 0px; bottom: 24px; width: 24px; background-repeat: repeat-y; background-position: -48px 0px; } .sheet_body_edge_right { right: 0px; top: 0px; bottom: 24px; width: 24px; background-repeat: repeat-y; background-position: -72px 0px; } .sheet_body_corner_left { left: 0px; bottom: 0px; height: 24px; width: 24px; background-position: 0px 0px; } .sheet_body_corner_right { right: 0px; bottom: 0px; height: 24px; width: 24px; background-position: -24px 0px; } .sheet_body_edge_bottom { left: 24px; bottom: 0px; right: 24px; height: 24px; background-repeat: repeat-x; background-position: 0px 0px; background-image: #{this.getCssFilePath('sheet_parts2.png')}; } .sheet_subview { left: 2px; top: 0px; right: 2px; bottom: 2px; }
Version data entries
103 entries across 103 versions & 2 rubygems