Sha256: cc9e68cd3791d4d1c0abb324c5e7c0fe963ef34d8176a6a47f9c4ab5e679da8a
Contents?: true
Size: 617 Bytes
Versions: 8
Compression:
Stored size: 617 Bytes
Contents
.marquee { position: absolute; } .marqueeBackground { -moz-opacity: 0.4; opacity: 0.40; filter: alpha(opacity=40); } .topAnts, .bottomAnts { position: absolute; width: 100%; height: 1px; background: transparent url(/images/marquee-horiz.gif) repeat-x 0 0; z-index: 3; } .rightAnts, .leftAnts { position: absolute; height: 100%; width: 1px; background: transparent url(/images/marquee-vert.gif) repeat-y 0 0; z-index: 3; } .topAnts { top: 0px; left: 0px; } .rightAnts { top: 0px; right: 0px; _right: -1px; } .bottomAnts { bottom: 0px; _bottom: -2px; left: 0px; } .leftAnts { top: 0px; left: 0px; }
Version data entries
8 entries across 8 versions & 1 rubygems