/*
*
* Apoxy icon config
*

AddIcon theme/icons/blank.png ^^BLANKICON^^
AddIcon theme/icons/folder.png ^^DIRECTORY^^
AddIcon theme/icons/folder-home.png ..

AddIconByType (TXT,theme/icons/text.png) text/*
AddIconByType (IMG,theme/icons/image.png) image/*
AddIconByType (SND,theme/icons/audio.png) audio/*
AddIconByType (VID,theme/icons/video.png) video/*

AddIcon theme/icons/archive.png .7z .bz2 .cab .gz .tar
AddIcon theme/icons/audio.png .aac .aif .aifc .aiff .ape .au .flac .iff .m4a .mid .mp3 .mpa .ra .wav .wma .f4a .f4b .oga .ogg .opus .xm .it .s3m .mod
AddIcon theme/icons/bin.png .bin .hex
AddIcon theme/icons/bmp.png .bmp
AddIcon theme/icons/c.png .c
AddIcon theme/icons/calc.png .xlsx .xlsm .xltx .xltm .xlam .xlr .xls .csv
AddIcon theme/icons/cd.png .iso
AddIcon theme/icons/cpp.png .cpp
AddIcon theme/icons/css.png .css .sass .scss
AddIcon theme/icons/deb.png .deb
AddIcon theme/icons/doc.png .doc .docx .docm .dot .dotx .dotm .log .msg .odt .pages .rtf .tex .wpd .wps
AddIcon theme/icons/draw.png .svg .svgz
AddIcon theme/icons/eps.png .ai .eps
AddIcon theme/icons/exe.png .exe
AddIcon theme/icons/gif.png .gif
AddIcon theme/icons/h.png .h
AddIcon theme/icons/html.png .html .xhtml .shtml .htm .URL .url
AddIcon theme/icons/ico.png .ico
AddIcon theme/icons/java.png .jar
AddIcon theme/icons/jpg.png .jpg .jpeg .jpe .JPG
AddIcon theme/icons/js.png .js .json
AddIcon theme/icons/markdown.png .md
AddIcon theme/icons/package.png .pkg .dmg
AddIcon theme/icons/pdf.png .pdf
AddIcon theme/icons/php.png .php .phtml
AddIcon theme/icons/playlist.png .m3u .m3u8 .pls .pls8
AddIcon theme/icons/png.png .png
AddIcon theme/icons/ps.png .ps
AddIcon theme/icons/psd.png .psd
AddIcon theme/icons/py.png .py
AddIcon theme/icons/rar.png .rar
AddIcon theme/icons/rb.png .rb
AddIcon theme/icons/rpm.png .rpm
AddIcon theme/icons/rss.png .rss
AddIcon theme/icons/script.png .bat .cmd .sh
AddIcon theme/icons/sql.png .sql
AddIcon theme/icons/tiff.png .tiff .tif
AddIcon theme/icons/text.png .txt .nfo
AddIcon theme/icons/video.png .asf .asx .avi .flv .mkv .mov .mp4 .mpg .rm .srt .swf .vob .wmv .m4v .f4v .f4p .ogv
AddIcon theme/icons/xml.png .xml
AddIcon theme/icons/zip.png .zip
DefaultIcon theme/icons/default.png
*/

#list a[href*="."]:before,
#list a[href*="/"]:before,
#list a[href~="INSTALL"]:before,
#list a[href~="README"]:before,
#list a[href~="CHANGELOG"]:before,
#list a[href~="COPYING"]:before {
  background: url('/media/theme/icons/file.png') left center no-repeat;
  content: ""; padding: 0 22px 0 0;
}

#list a[href*="."]:after,
#list a[href*="/"]:after {
  content: "";
}

#list a[href$="/"]:before,
#list a[href*="/?"]:before {
  background: url('/media/theme/icons/folder.png') left center no-repeat;
}

#list a[href*="../"]:before {
  background: url('/media/theme/icons/folder-parent.png') left center no-repeat;
}

/* apps */

#list a[href$=".rtf"]:before,
#list a[href$=".odt"]:before,
#list a[href$=".doc"]:before {
  background: url('/media/theme/icons/doc.png') left center no-repeat;
}

#list a[href$=".pdf"]:before {
  background: url('/media/theme/icons/pdf.png') left center no-repeat;
}

#list a[href$=".pgp"]:before {
  background: url('/media/theme/icons/pgp.png') left center no-repeat;
}

#list a[href$=".xml"]:before {
  background: url('/media/theme/icons/xml.png') left center no-repeat;
}

#list a[href$=".xls"]:before {
  background: url('/media/theme/icons/xls.png') left center no-repeat;
}

#list a[href$=".ppt"]:before {
  background: url('/media/theme/icons/ppt.png') left center no-repeat;
}

#list a[href$=".7z"]:before {
  background: url('/media/theme/icons/7z.png') left center no-repeat;
}

#list a[href$=".torrent"]:before {
  background: url('/media/theme/icons/file.png') left center no-repeat;
}

#list a[href$=".iso"]:before {
  background: url('/media/theme/icons/iso.png') left center no-repeat;
}

#list a[href$=".cue"]:before,
#list a[href$=".bin"]:before {
  background: url('/media/theme/icons/bin.png') left center no-repeat;
}

#list a[href$=".deb"]:before {
  background: url('/media/theme/icons/deb.png') left center no-repeat;
}

#list a[href$=".exe"]:before {
  background: url('/media/theme/icons/file.png') left center no-repeat;
}

#list a[href$=".swf"]:before {
  background: url('/media/theme/icons/swf.png') left center no-repeat;
}

#list a[href$=".tgz"]:before, #list a[href$=".tar.gz"]:before,
#list a[href$=".tar.xz"]:before {
background: url('/media/theme/icons/tgz.png') left center no-repeat;
}

#list a[href$=".xpi"]:before {
background: url('/media/theme/icons/xpi.png') left center no-repeat;
}

#list a[href$=".apk"]:before {
background: url('/media/theme/icons/file.png') left center no-repeat;
}

#list a[href$=".bat"]:before {
  background: url('/media/theme/icons/file.png') left center no-repeat;
}

#list a[href$=".jar"]:before {
  background: url('/media/theme/icons/jar.png') left center no-repeat;
}

#list a[href$=".pl"]:before {
  background: url('/media/theme/icons/pl.png') left center no-repeat;
}

#list a[href$=".php"]:before {
  background: url('/media/theme/icons/php.png') left center no-repeat;
}

#list a[href$=".rar"]:before {
  background: url('/media/theme/icons/rar.png') left center no-repeat;
}

#list a[href$=".rpm"]:before {
  background: url('/media/theme/icons/rpm.png') left center no-repeat;
}

#list a[href$=".rb"]:before {
  background: url('/media/theme/icons/rb.png') left center no-repeat;
}

#list a[href$=".tar"]:before {
  background: url('/media/theme/icons/tar.png') left center no-repeat;
}

#list a[href$=".zip"]:before {
  background: url('/media/theme/icons/zip.png') left center no-repeat;
}

/* audio */


#list a[href$=".mp3"]:before,
#list a[href$=".m3u"]:before {
  background: url('/media/theme/icons/audio.png') left center no-repeat;
}

#list a[href$=".mpeg"]:before {
  background: url('/media/theme/icons/mpg.png') left center no-repeat;
}

#list a[href$=".wma"]:before {
  background: url('/media/theme/icons/audio.png') left center no-repeat;
}

#list a[href$=".ogg"]:before {
  background: url('/media/theme/icons/audio.png') left center no-repeat;
}

#list a[href$=".opus"]:before {
  background: url('/media/theme/icons/audio.png') left center no-repeat;
}

#list a[href$=".wav"]:before {
  background: url('/media/theme/icons/audio.png') left center no-repeat;
}


#list a[href$=".flac"]:before {
  background: url('/media/theme/icons/audio.png') left center no-repeat;
}

/* images */

#list a[href$=".gif"]:before {
  background: url('/media/theme/icons/gif.png') left center no-repeat;
}

#list a[href$=".jpg"]:before,
#list a[href$=".jpeg"]:before,
#list a[href$=".JPG"]:before {
  background: url('/media/theme/icons/jpg.png') left center no-repeat;
}

#list a[href$=".png"]:before {
  background: url('/media/theme/icons/png.png') left center no-repeat;
}

#list a[href$=".bmp"]:before,
#list a[href$=".svg"]:before,
#list a[href$=".xcf"]:before,
#list a[href$=".psd"]:before,
#list a[href$=".ico"]:before,
#list a[href$=".tiff"]:before {
  background: url('/media/theme/icons/image.png') left center no-repeat;
}


/* text and code */

#list a[href$=".css"]:before {
  background: url('/media/theme/icons/css.png') left center no-repeat;
}

#list a[href$=".htm"]:before, #list a[href$=".html"]:before,
#list a[href$=".md"]:before {
  background: url('/media/theme/icons/html.png') left center no-repeat;
}

#list a[href$=".txt"]:before, #list a[href$=".json"]:before {
  background: url('/media/theme/icons/txt.png') left center no-repeat;
}

#list a[href$=".csv"]:before {
  background: url('/media/theme/icons/csv.png') left center no-repeat;
}

#list a[href$=".conf"]:before {
  background: url('/media/theme/icons/txt.png') left center no-repeat;
}

#list a[href$=".rtf"]:before {
  background: url('/media/theme/icons/rtf.png') left center no-repeat;
}

#list a[href$=".bak"]:before {
  background: url('/media/theme/icons/file.png') left center no-repeat;
}

#list a[href$=".h"]:before {
  background: url('/media/theme/icons/h.png') left center no-repeat;
}

#list a[href$=".c"]:before {
  background: url('/media/theme/icons/c.png') left center no-repeat;
}

#list a[href$=".cpp"]:before {
  background: url('/media/theme/icons/cpp.png') left center no-repeat;
}

#list a[href~="README"]:before,
#list a[href~="INSTALL"]:before,
#list a[href~="CHANGELOG"]:before,
#list a[href~="COPYING"]:before {
  background: url('/media/theme/icons/txt.png') left center no-repeat;
}

#list a[href$=".java"]:before {
  background: url('/media/theme/icons/java.png') left center no-repeat;
}

#list a[href$=".js"]:before {
  background: url('/media/theme/icons/js.png') left center no-repeat;
}

#list a[href$=".py"]:before {
  background: url('/media/theme/icons/py.png') left center no-repeat;
}

#list a[href$=".sh"]:before {
  background: url('/media/theme/icons/file.png') left center no-repeat;
}

#list a[href$=".sql"]:before {
  background: url('/media/theme/icons/sql.png') left center no-repeat;
}

#list a[href$=".xml"]:before {
  background: url('/media/theme/icons/xml.png') left center no-repeat;
}

/* video */

#list a[href$=".webm"]:before,
#list a[href$=".avi"]:before, #list a[href$=".mp4"]:before,
#list a[href$=".mkv"]:before, #list a[href$=".divx"]:before,
#list a[href$=".wmv"]:before {
  background: url('/media/theme/icons/video.png') left center no-repeat;
}
