diff options
Diffstat (limited to 'css')
| -rw-r--r-- | css/sprite.css | 86 | 
1 files changed, 86 insertions, 0 deletions
| diff --git a/css/sprite.css b/css/sprite.css new file mode 100644 index 0000000..c594663 --- /dev/null +++ b/css/sprite.css @@ -0,0 +1,86 @@ +/* Generated by http://css.spritegen.com CSS Sprite Generator */ + +.icon   { +    display: inline-block; +    background: url('/images/sprite.gif') no-repeat; +    overflow: hidden; +    text-indent: -9999px; +    text-align: left; +    margin-right: 10px; +} + +.icon.iconbinary { +    background-position: -0px -0px; +    width: 20px; +    height: 22px; +} +.icon.iconblank { +    background-position: -20px -0px; +    width: 20px; +    height: 22px; +} +.icon.iconc { +    background-position: -40px -0px; +    width: 20px; +    height: 22px; +} +.icon.iconcompressed { +    background-position: -0px -22px; +    width: 20px; +    height: 22px; +} +.icon.iconimage2 { +    background-position: -20px -22px; +    width: 20px; +    height: 22px; +} +.icon.iconlayout { +    background-position: -40px -22px; +    width: 20px; +    height: 22px; +} +.icon.iconmovie { +    background-position: -0px -44px; +    width: 20px; +    height: 22px; +} +.icon.iconpdf { +    background-position: -20px -44px; +    width: 20px; +    height: 22px; +} +.icon.iconps { +    background-position: -40px -44px; +    width: 20px; +    height: 22px; +} +.icon.iconscript { +    background-position: -0px -66px; +    width: 20px; +    height: 22px; +} +.icon.iconsound1 { +    background-position: -20px -66px; +    width: 20px; +    height: 22px; +} +.icon.iconsound2 { +    background-position: -40px -66px; +    width: 20px; +    height: 22px; +} +.icon.icontex { +    background-position: -0px -88px; +    width: 20px; +    height: 22px; +} +.icon.icontext { +    background-position: -20px -88px; +    width: 20px; +    height: 22px; +} +.icon.iconunknown { +    background-position: -40px -88px; +    width: 20px; +    height: 22px; +} | 
