custom-folders.css
6 months ago
custom-folders.css.map
7 years ago
custom-folders.less
6 months ago
index.php
7 years ago
jquery-file-tree.css
3 years ago
other-media.css
3 years ago
jquery-file-tree.css
319 lines
| 1 | #wrio-file-tree { |
| 2 | min-height: 100px; |
| 3 | max-height: 400px; |
| 4 | overflow: auto; |
| 5 | padding: 10px; |
| 6 | border: 1px solid #888; |
| 7 | background: #fff url("../img/quick-start-loader.gif") center center no-repeat; |
| 8 | } |
| 9 | |
| 10 | div.sp-folder-picker { |
| 11 | margin: 20px 0; /* 15% from the top and centered */ |
| 12 | border: 1px solid #888; |
| 13 | max-height: 400px; |
| 14 | overflow: auto; |
| 15 | } |
| 16 | |
| 17 | /*UL.jqueryFileTree LI.directory.selected { |
| 18 | background-color: #209fd2; |
| 19 | }*/ |
| 20 | |
| 21 | UL.jqueryFileTree { |
| 22 | font-family: Verdana, sans-serif; |
| 23 | font-size: 11px; |
| 24 | line-height: 18px; |
| 25 | padding: 0; |
| 26 | margin: 0; |
| 27 | display: none; |
| 28 | background: #fff; |
| 29 | } |
| 30 | |
| 31 | UL.jqueryFileTree LI { |
| 32 | list-style: none; |
| 33 | text-align: left; |
| 34 | padding: 0; |
| 35 | padding-left: 20px; |
| 36 | margin: 0; |
| 37 | white-space: nowrap; |
| 38 | } |
| 39 | |
| 40 | UL.jqueryFileTree LI.directory { |
| 41 | background: url(../img/file-tree/directory.png) left top no-repeat; |
| 42 | } |
| 43 | |
| 44 | UL.jqueryFileTree LI.directory-locked { |
| 45 | background: url(../img/file-tree/directory-lock.png) left top no-repeat; |
| 46 | } |
| 47 | |
| 48 | UL.jqueryFileTree LI.expanded { |
| 49 | background: url(../img/file-tree/folder_open.png) left top no-repeat; |
| 50 | } |
| 51 | |
| 52 | UL.jqueryFileTree LI.file { |
| 53 | background: url(../img/file-tree/file.png) left top no-repeat; |
| 54 | } |
| 55 | |
| 56 | UL.jqueryFileTree LI.file-locked { |
| 57 | background: url(../img/file-tree/file-lock.png) left top no-repeat !important; |
| 58 | } |
| 59 | |
| 60 | UL.jqueryFileTree LI.wait { |
| 61 | background: url(../img/file-tree/spinner.gif) left top no-repeat; |
| 62 | } |
| 63 | |
| 64 | UL.jqueryFileTree LI.selected > a { |
| 65 | font-weight: bold; |
| 66 | } |
| 67 | |
| 68 | UL.jqueryFileTree LI.ext_3gp { |
| 69 | background: url(../img/file-tree/film.png) left top no-repeat; |
| 70 | } |
| 71 | |
| 72 | UL.jqueryFileTree LI.ext_afp { |
| 73 | background: url(../img/file-tree/code.png) left top no-repeat; |
| 74 | } |
| 75 | |
| 76 | UL.jqueryFileTree LI.ext_afpa { |
| 77 | background: url(../img/file-tree/code.png) left top no-repeat; |
| 78 | } |
| 79 | |
| 80 | UL.jqueryFileTree LI.ext_asp { |
| 81 | background: url(../img/file-tree/code.png) left top no-repeat; |
| 82 | } |
| 83 | |
| 84 | UL.jqueryFileTree LI.ext_aspx { |
| 85 | background: url(../img/file-tree/code.png) left top no-repeat; |
| 86 | } |
| 87 | |
| 88 | UL.jqueryFileTree LI.ext_avi { |
| 89 | background: url(../img/file-tree/film.png) left top no-repeat; |
| 90 | } |
| 91 | |
| 92 | UL.jqueryFileTree LI.ext_bat { |
| 93 | background: url(../img/file-tree/application.png) left top no-repeat; |
| 94 | } |
| 95 | |
| 96 | UL.jqueryFileTree LI.ext_bmp { |
| 97 | background: url(../img/file-tree/picture.png) left top no-repeat; |
| 98 | } |
| 99 | |
| 100 | UL.jqueryFileTree LI.ext_c { |
| 101 | background: url(../img/file-tree/code.png) left top no-repeat; |
| 102 | } |
| 103 | |
| 104 | UL.jqueryFileTree LI.ext_cfm { |
| 105 | background: url(../img/file-tree/code.png) left top no-repeat; |
| 106 | } |
| 107 | |
| 108 | UL.jqueryFileTree LI.ext_cgi { |
| 109 | background: url(../img/file-tree/code.png) left top no-repeat; |
| 110 | } |
| 111 | |
| 112 | UL.jqueryFileTree LI.ext_com { |
| 113 | background: url(../img/file-tree/application.png) left top no-repeat; |
| 114 | } |
| 115 | |
| 116 | UL.jqueryFileTree LI.ext_cpp { |
| 117 | background: url(../img/file-tree/code.png) left top no-repeat; |
| 118 | } |
| 119 | |
| 120 | UL.jqueryFileTree LI.ext_css { |
| 121 | background: url(../img/file-tree/css.png) left top no-repeat; |
| 122 | } |
| 123 | |
| 124 | UL.jqueryFileTree LI.ext_doc { |
| 125 | background: url(../img/file-tree/doc.png) left top no-repeat; |
| 126 | } |
| 127 | |
| 128 | UL.jqueryFileTree LI.ext_exe { |
| 129 | background: url(../img/file-tree/application.png) left top no-repeat; |
| 130 | } |
| 131 | |
| 132 | UL.jqueryFileTree LI.ext_gif { |
| 133 | background: url(../img/file-tree/picture.png) left top no-repeat; |
| 134 | } |
| 135 | |
| 136 | UL.jqueryFileTree LI.ext_fla { |
| 137 | background: url(../img/file-tree/flash.png) left top no-repeat; |
| 138 | } |
| 139 | |
| 140 | UL.jqueryFileTree LI.ext_h { |
| 141 | background: url(../img/file-tree/code.png) left top no-repeat; |
| 142 | } |
| 143 | |
| 144 | UL.jqueryFileTree LI.ext_htm { |
| 145 | background: url(../img/file-tree/html.png) left top no-repeat; |
| 146 | } |
| 147 | |
| 148 | UL.jqueryFileTree LI.ext_html { |
| 149 | background: url(../img/file-tree/html.png) left top no-repeat; |
| 150 | } |
| 151 | |
| 152 | UL.jqueryFileTree LI.ext_jar { |
| 153 | background: url(../img/file-tree/java.png) left top no-repeat; |
| 154 | } |
| 155 | |
| 156 | UL.jqueryFileTree LI.ext_jpg { |
| 157 | background: url(../img/file-tree/picture.png) left top no-repeat; |
| 158 | } |
| 159 | |
| 160 | UL.jqueryFileTree LI.ext_jpeg { |
| 161 | background: url(../img/file-tree/picture.png) left top no-repeat; |
| 162 | } |
| 163 | |
| 164 | UL.jqueryFileTree LI.ext_js { |
| 165 | background: url(../img/file-tree/script.png) left top no-repeat; |
| 166 | } |
| 167 | |
| 168 | UL.jqueryFileTree LI.ext_lasso { |
| 169 | background: url(../img/file-tree/code.png) left top no-repeat; |
| 170 | } |
| 171 | |
| 172 | UL.jqueryFileTree LI.ext_log { |
| 173 | background: url(../img/file-tree/txt.png) left top no-repeat; |
| 174 | } |
| 175 | |
| 176 | UL.jqueryFileTree LI.ext_m4p { |
| 177 | background: url(../img/file-tree/music.png) left top no-repeat; |
| 178 | } |
| 179 | |
| 180 | UL.jqueryFileTree LI.ext_mov { |
| 181 | background: url(../img/file-tree/film.png) left top no-repeat; |
| 182 | } |
| 183 | |
| 184 | UL.jqueryFileTree LI.ext_mp3 { |
| 185 | background: url(../img/file-tree/music.png) left top no-repeat; |
| 186 | } |
| 187 | |
| 188 | UL.jqueryFileTree LI.ext_mp4 { |
| 189 | background: url(../img/file-tree/film.png) left top no-repeat; |
| 190 | } |
| 191 | |
| 192 | UL.jqueryFileTree LI.ext_mpg { |
| 193 | background: url(../img/file-tree/film.png) left top no-repeat; |
| 194 | } |
| 195 | |
| 196 | UL.jqueryFileTree LI.ext_mpeg { |
| 197 | background: url(../img/file-tree/film.png) left top no-repeat; |
| 198 | } |
| 199 | |
| 200 | UL.jqueryFileTree LI.ext_ogg { |
| 201 | background: url(../img/file-tree/music.png) left top no-repeat; |
| 202 | } |
| 203 | |
| 204 | UL.jqueryFileTree LI.ext_ogv { |
| 205 | background: url(../img/file-tree/film.png) left top no-repeat; |
| 206 | } |
| 207 | |
| 208 | UL.jqueryFileTree LI.ext_pcx { |
| 209 | background: url(../img/file-tree/picture.png) left top no-repeat; |
| 210 | } |
| 211 | |
| 212 | UL.jqueryFileTree LI.ext_pdf { |
| 213 | background: url(../img/file-tree/pdf.png) left top no-repeat; |
| 214 | } |
| 215 | |
| 216 | UL.jqueryFileTree LI.ext_php { |
| 217 | background: url(../img/file-tree/php.png) left top no-repeat; |
| 218 | } |
| 219 | |
| 220 | UL.jqueryFileTree LI.ext_png { |
| 221 | background: url(../img/file-tree/picture.png) left top no-repeat; |
| 222 | } |
| 223 | |
| 224 | UL.jqueryFileTree LI.ext_ppt { |
| 225 | background: url(../img/file-tree/ppt.png) left top no-repeat; |
| 226 | } |
| 227 | |
| 228 | UL.jqueryFileTree LI.ext_psd { |
| 229 | background: url(../img/file-tree/psd.png) left top no-repeat; |
| 230 | } |
| 231 | |
| 232 | UL.jqueryFileTree LI.ext_pl { |
| 233 | background: url(../img/file-tree/script.png) left top no-repeat; |
| 234 | } |
| 235 | |
| 236 | UL.jqueryFileTree LI.ext_py { |
| 237 | background: url(../img/file-tree/script.png) left top no-repeat; |
| 238 | } |
| 239 | |
| 240 | UL.jqueryFileTree LI.ext_rb { |
| 241 | background: url(../img/file-tree/ruby.png) left top no-repeat; |
| 242 | } |
| 243 | |
| 244 | UL.jqueryFileTree LI.ext_rbx { |
| 245 | background: url(../img/file-tree/ruby.png) left top no-repeat; |
| 246 | } |
| 247 | |
| 248 | UL.jqueryFileTree LI.ext_rhtml { |
| 249 | background: url(../img/file-tree/ruby.png) left top no-repeat; |
| 250 | } |
| 251 | |
| 252 | UL.jqueryFileTree LI.ext_rpm { |
| 253 | background: url(../img/file-tree/linux.png) left top no-repeat; |
| 254 | } |
| 255 | |
| 256 | UL.jqueryFileTree LI.ext_ruby { |
| 257 | background: url(../img/file-tree/ruby.png) left top no-repeat; |
| 258 | } |
| 259 | |
| 260 | UL.jqueryFileTree LI.ext_sql { |
| 261 | background: url(../img/file-tree/db.png) left top no-repeat; |
| 262 | } |
| 263 | |
| 264 | UL.jqueryFileTree LI.ext_swf { |
| 265 | background: url(../img/file-tree/flash.png) left top no-repeat; |
| 266 | } |
| 267 | |
| 268 | UL.jqueryFileTree LI.ext_tif { |
| 269 | background: url(../img/file-tree/picture.png) left top no-repeat; |
| 270 | } |
| 271 | |
| 272 | UL.jqueryFileTree LI.ext_tiff { |
| 273 | background: url(../img/file-tree/picture.png) left top no-repeat; |
| 274 | } |
| 275 | |
| 276 | UL.jqueryFileTree LI.ext_txt { |
| 277 | background: url(../img/file-tree/txt.png) left top no-repeat; |
| 278 | } |
| 279 | |
| 280 | UL.jqueryFileTree LI.ext_vb { |
| 281 | background: url(../img/file-tree/code.png) left top no-repeat; |
| 282 | } |
| 283 | |
| 284 | UL.jqueryFileTree LI.ext_wav { |
| 285 | background: url(../img/file-tree/music.png) left top no-repeat; |
| 286 | } |
| 287 | |
| 288 | UL.jqueryFileTree LI.ext_webm { |
| 289 | background: url(../img/file-tree/film.png) left top no-repeat; |
| 290 | } |
| 291 | |
| 292 | UL.jqueryFileTree LI.ext_wmv { |
| 293 | background: url(../img/file-tree/film.png) left top no-repeat; |
| 294 | } |
| 295 | |
| 296 | UL.jqueryFileTree LI.ext_xls { |
| 297 | background: url(../img/file-tree/xls.png) left top no-repeat; |
| 298 | } |
| 299 | |
| 300 | UL.jqueryFileTree LI.ext_xml { |
| 301 | background: url(../img/file-tree/code.png) left top no-repeat; |
| 302 | } |
| 303 | |
| 304 | UL.jqueryFileTree LI.ext_zip { |
| 305 | background: url(../img/file-tree/zip.png) left top no-repeat; |
| 306 | } |
| 307 | |
| 308 | UL.jqueryFileTree A { |
| 309 | color: #333; |
| 310 | text-decoration: none; |
| 311 | display: inline-block; |
| 312 | padding: 0 2px; |
| 313 | cursor: pointer; |
| 314 | } |
| 315 | |
| 316 | UL.jqueryFileTree A:hover { |
| 317 | background: #BDF; |
| 318 | } |
| 319 |