Sha256: 65bb82b23f3e3de6bae309966f0f5060548b7733e72b25472a1af3f598700e72
Contents?: true
Size: 1.73 KB
Versions: 6
Compression:
Stored size: 1.73 KB
Contents
/* tab bar */ .tab_label { position: absolute; top: 0; left: 0; right: 0; height: 24px; cursor: pointer; } /* set left and width manually */ .tab_label .item_fg, .tab_label .item_bg { position: absolute; top: 0; height: 24px; background-repeat: repeat-x; } .tab_label .edge_left, .tab_label .edge_right, .tab_label .tablabel, .tab_label_fill_bg { background-repeat: no-repeat; background-image: #url(tab_parts1.png); } .tab_label_fill_bg { position: absolute; top: 0; left: 0; right: 0; height: 24px; background-position: 0 -96px; background-repeat: repeat-x; } .tab_label .edge_left { position: absolute; top: 0; left: 0; width: 12px; height: 24px; background-position: 0 0; } .tab_label .item_bg .edge_left { background-position: -24px 0; } .tab_label .edge_right { position: absolute; top: 0; right: 0; width: 9px; height: 24px; background-position: -12px 0; } .tab_label .item_bg .edge_right { background-position: -36px 0; } .tab_label .tablabel { position: absolute; top: 0; left: 12px; right: 9px; height: 24px; background-position: 0 -24px; background-repeat: repeat-x; vertical-align: middle; text-align: center; color: #000; line-height: 26px; overflow: hidden; text-align: center; vertical-align: middle; font-family: Helvetica, Arial, sans-serif; font-size: 12px; font-weight: bold; color: #333; } .tab_label .item_bg .tablabel { background-position: 0 -48px; color: #666; } .tab_bg { position: absolute; top: 24px; left: 0; right: 0; bottom: 0; border-radius: 0 0 3px 3px; background-image: #url(tab_border_pattern.png); } .tab_fg { position: absolute; top: 0; left: 1px; right: 1px; bottom: 1px; border-radius: 0 0 3px 3px; background-image: #url(tab_bg_color.png); }
Version data entries
6 entries across 6 versions & 1 rubygems