| 1 |
UL.jqueryFileTree { |
| 2 |
font-family: Verdana, sans-serif; |
| 3 |
font-size: 11px; |
| 4 |
line-height: 18px; |
| 5 |
padding: 0px; |
| 6 |
margin: 0px; |
| 7 |
} |
| 8 |
|
| 9 |
UL.jqueryFileTree LI { |
| 10 |
list-style: none; |
| 11 |
padding: 0px; |
| 12 |
padding-left: 20px; |
| 13 |
margin: 0px; |
| 14 |
white-space: nowrap; |
| 15 |
} |
| 16 |
|
| 17 |
UL.jqueryFileTree A { |
| 18 |
color: #333; |
| 19 |
text-decoration: none; |
| 20 |
display: block; |
| 21 |
padding: 0px 2px; |
| 22 |
} |
| 23 |
|
| 24 |
UL.jqueryFileTree A:hover { |
| 25 |
background: #BDF; |
| 26 |
} |
| 27 |
|
| 28 |
/* Core Styles */ |
| 29 |
.jqueryFileTree LI.directory { background: url(../images/jqueryFileTree/directory.png) left top no-repeat; } |
| 30 |
.jqueryFileTree LI.expanded { background: url(../images/jqueryFileTree/folder_open.png) left top no-repeat; } |
| 31 |
.jqueryFileTree LI.file { background: url(../images/jqueryFileTree/file.png) left top no-repeat; } |
| 32 |
.jqueryFileTree LI.wait { background: url(../images/jqueryFileTree/spinner.gif) left top no-repeat; } |
| 33 |
/* File Extensions*/ |
| 34 |
.jqueryFileTree LI.ext_3gp { background: url(../images/jqueryFileTree/film.png) left top no-repeat; } |
| 35 |
.jqueryFileTree LI.ext_afp { background: url(../images/jqueryFileTree/code.png) left top no-repeat; } |
| 36 |
.jqueryFileTree LI.ext_afpa { background: url(../images/jqueryFileTree/code.png) left top no-repeat; } |
| 37 |
.jqueryFileTree LI.ext_asp { background: url(../images/jqueryFileTree/code.png) left top no-repeat; } |
| 38 |
.jqueryFileTree LI.ext_aspx { background: url(../images/jqueryFileTree/code.png) left top no-repeat; } |
| 39 |
.jqueryFileTree LI.ext_avi { background: url(../images/jqueryFileTree/film.png) left top no-repeat; } |
| 40 |
.jqueryFileTree LI.ext_bat { background: url(../images/jqueryFileTree/application.png) left top no-repeat; } |
| 41 |
.jqueryFileTree LI.ext_bmp { background: url(../images/jqueryFileTree/picture.png) left top no-repeat; } |
| 42 |
.jqueryFileTree LI.ext_c { background: url(../images/jqueryFileTree/code.png) left top no-repeat; } |
| 43 |
.jqueryFileTree LI.ext_cfm { background: url(../images/jqueryFileTree/code.png) left top no-repeat; } |
| 44 |
.jqueryFileTree LI.ext_cgi { background: url(../images/jqueryFileTree/code.png) left top no-repeat; } |
| 45 |
.jqueryFileTree LI.ext_com { background: url(../images/jqueryFileTree/application.png) left top no-repeat; } |
| 46 |
.jqueryFileTree LI.ext_cpp { background: url(../images/jqueryFileTree/code.png) left top no-repeat; } |
| 47 |
.jqueryFileTree LI.ext_css { background: url(../images/jqueryFileTree/css.png) left top no-repeat; } |
| 48 |
.jqueryFileTree LI.ext_doc { background: url(../images/jqueryFileTree/doc.png) left top no-repeat; } |
| 49 |
.jqueryFileTree LI.ext_exe { background: url(../images/jqueryFileTree/application.png) left top no-repeat; } |
| 50 |
.jqueryFileTree LI.ext_gif { background: url(../images/jqueryFileTree/picture.png) left top no-repeat; } |
| 51 |
.jqueryFileTree LI.ext_fla { background: url(../images/jqueryFileTree/flash.png) left top no-repeat; } |
| 52 |
.jqueryFileTree LI.ext_h { background: url(../images/jqueryFileTree/code.png) left top no-repeat; } |
| 53 |
.jqueryFileTree LI.ext_htm { background: url(../images/jqueryFileTree/html.png) left top no-repeat; } |
| 54 |
.jqueryFileTree LI.ext_html { background: url(../images/jqueryFileTree/html.png) left top no-repeat; } |
| 55 |
.jqueryFileTree LI.ext_jar { background: url(../images/jqueryFileTree/java.png) left top no-repeat; } |
| 56 |
.jqueryFileTree LI.ext_jpg { background: url(../images/jqueryFileTree/picture.png) left top no-repeat; } |
| 57 |
.jqueryFileTree LI.ext_jpeg { background: url(../images/jqueryFileTree/picture.png) left top no-repeat; } |
| 58 |
.jqueryFileTree LI.ext_js { background: url(../images/jqueryFileTree/script.png) left top no-repeat; } |
| 59 |
.jqueryFileTree LI.ext_lasso { background: url(../images/jqueryFileTree/code.png) left top no-repeat; } |
| 60 |
.jqueryFileTree LI.ext_log { background: url(../images/jqueryFileTree/txt.png) left top no-repeat; } |
| 61 |
.jqueryFileTree LI.ext_m4p { background: url(../images/jqueryFileTree/music.png) left top no-repeat; } |
| 62 |
.jqueryFileTree LI.ext_mov { background: url(../images/jqueryFileTree/film.png) left top no-repeat; } |
| 63 |
.jqueryFileTree LI.ext_mp3 { background: url(../images/jqueryFileTree/music.png) left top no-repeat; } |
| 64 |
.jqueryFileTree LI.ext_mp4 { background: url(../images/jqueryFileTree/film.png) left top no-repeat; } |
| 65 |
.jqueryFileTree LI.ext_mpg { background: url(../images/jqueryFileTree/film.png) left top no-repeat; } |
| 66 |
.jqueryFileTree LI.ext_mpeg { background: url(../images/jqueryFileTree/film.png) left top no-repeat; } |
| 67 |
.jqueryFileTree LI.ext_ogg { background: url(../images/jqueryFileTree/music.png) left top no-repeat; } |
| 68 |
.jqueryFileTree LI.ext_pcx { background: url(../images/jqueryFileTree/picture.png) left top no-repeat; } |
| 69 |
.jqueryFileTree LI.ext_pdf { background: url(../images/jqueryFileTree/pdf.png) left top no-repeat; } |
| 70 |
.jqueryFileTree LI.ext_php { background: url(../images/jqueryFileTree/php.png) left top no-repeat; } |
| 71 |
.jqueryFileTree LI.ext_png { background: url(../images/jqueryFileTree/picture.png) left top no-repeat; } |
| 72 |
.jqueryFileTree LI.ext_ppt { background: url(../images/jqueryFileTree/ppt.png) left top no-repeat; } |
| 73 |
.jqueryFileTree LI.ext_psd { background: url(../images/jqueryFileTree/psd.png) left top no-repeat; } |
| 74 |
.jqueryFileTree LI.ext_pl { background: url(../images/jqueryFileTree/script.png) left top no-repeat; } |
| 75 |
.jqueryFileTree LI.ext_py { background: url(../images/jqueryFileTree/script.png) left top no-repeat; } |
| 76 |
.jqueryFileTree LI.ext_rb { background: url(../images/jqueryFileTree/ruby.png) left top no-repeat; } |
| 77 |
.jqueryFileTree LI.ext_rbx { background: url(../images/jqueryFileTree/ruby.png) left top no-repeat; } |
| 78 |
.jqueryFileTree LI.ext_rhtml { background: url(../images/jqueryFileTree/ruby.png) left top no-repeat; } |
| 79 |
.jqueryFileTree LI.ext_rpm { background: url(../images/jqueryFileTree/linux.png) left top no-repeat; } |
| 80 |
.jqueryFileTree LI.ext_ruby { background: url(../images/jqueryFileTree/ruby.png) left top no-repeat; } |
| 81 |
.jqueryFileTree LI.ext_sql { background: url(../images/jqueryFileTree/db.png) left top no-repeat; } |
| 82 |
.jqueryFileTree LI.ext_swf { background: url(../images/jqueryFileTree/flash.png) left top no-repeat; } |
| 83 |
.jqueryFileTree LI.ext_tif { background: url(../images/jqueryFileTree/picture.png) left top no-repeat; } |
| 84 |
.jqueryFileTree LI.ext_tiff { background: url(../images/jqueryFileTree/picture.png) left top no-repeat; } |
| 85 |
.jqueryFileTree LI.ext_txt { background: url(../images/jqueryFileTree/txt.png) left top no-repeat; } |
| 86 |
.jqueryFileTree LI.ext_vb { background: url(../images/jqueryFileTree/code.png) left top no-repeat; } |
| 87 |
.jqueryFileTree LI.ext_wav { background: url(../images/jqueryFileTree/music.png) left top no-repeat; } |
| 88 |
.jqueryFileTree LI.ext_wmv { background: url(../images/jqueryFileTree/film.png) left top no-repeat; } |
| 89 |
.jqueryFileTree LI.ext_xls { background: url(../images/jqueryFileTree/xls.png) left top no-repeat; } |
| 90 |
.jqueryFileTree LI.ext_xml { background: url(../images/jqueryFileTree/code.png) left top no-repeat; } |
| 91 |
.jqueryFileTree LI.ext_zip { background: url(../images/jqueryFileTree/zip.png) left top no-repeat; } |