PluginProbe
WPIDE – File Manager & Code Editor / 2.4.0
WPIDE – File Manager & Code Editor v2.4.0
3.5.8 3.5.7 2.0.14 2.0.15 2.0.16 2.0.2 2.0.4 2.0.5 2.0.6 2.0.7 2.0.8 2.0.9 2.1 2.2 2.3 2.3.1 2.3.2 2.4.0 2.5 2.6 3.0 3.1 3.2 3.3 3.4 All 54 releases
wpide / jqueryFileTree.css

jqueryFileTree.css in WPIDE – File Manager & Code Editor 2.4.0, at jqueryFileTree.css

180 lines 7.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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: 0 2px;
22 overflow: hidden;
23 text-overflow: ellipsis;
24 min-width: 123px;
25 margin-right: 26px;
26 }
27
28 .jqueryFileTree .create_new a {
29 min-width: 24px;
30 max-width: 24px;
31 width: 24px;
32 }
33
34 .jqueryFileTree .directory,
35 .jqueryFileTree .file {
36 border: 1px solid transparent;
37 outline: none !important;
38 position: relative;
39 }
40
41 .jqueryFileTree .filetree_node:hover {
42 background-color: #BDF;
43 border-color: #BDF;
44 }
45
46 .jqueryFileTree .filetree_node:active {
47 border-color: #AAF;
48 background-color: #BDF;
49 }
50
51 .jqueryFileTree .filetree_delete {
52 float: right;
53 width: 20px;
54 height: 20px;
55 margin-right: 2px;
56 opacity: 0.7;
57 position: absolute;
58 top: 1px;
59 right: 0;
60 }
61
62 .jqueryFileTree .filetree_delete:hover {
63 opacity: 1;
64 }
65
66
67 /* Core Styles */
68 .jqueryFileTree LI.directory { background: url(images/directory.png) left top no-repeat; }
69 .jqueryFileTree LI.expanded { background: url(images/folder_open.png) left top no-repeat; }
70 .jqueryFileTree LI.file { background: url(images/file.png) left top no-repeat; }
71 .jqueryFileTree LI.wait { background: url(images/spinner.gif) left top no-repeat !important; }
72 /* File Extensions*/
73 .jqueryFileTree LI.ext_3gp { background: url(images/film.png) left top no-repeat; }
74 .jqueryFileTree LI.ext_afp { background: url(images/code.png) left top no-repeat; }
75 .jqueryFileTree LI.ext_afpa { background: url(images/code.png) left top no-repeat; }
76 .jqueryFileTree LI.ext_asp { background: url(images/code.png) left top no-repeat; }
77 .jqueryFileTree LI.ext_aspx { background: url(images/code.png) left top no-repeat; }
78 .jqueryFileTree LI.ext_avi { background: url(images/film.png) left top no-repeat; }
79 .jqueryFileTree LI.ext_bat { background: url(images/application.png) left top no-repeat; }
80 .jqueryFileTree LI.ext_bmp { background: url(images/picture.png) left top no-repeat; }
81 .jqueryFileTree LI.ext_c { background: url(images/code.png) left top no-repeat; }
82 .jqueryFileTree LI.ext_cfm { background: url(images/code.png) left top no-repeat; }
83 .jqueryFileTree LI.ext_cgi { background: url(images/code.png) left top no-repeat; }
84 .jqueryFileTree LI.ext_com { background: url(images/application.png) left top no-repeat; }
85 .jqueryFileTree LI.ext_cpp { background: url(images/code.png) left top no-repeat; }
86 .jqueryFileTree LI.ext_css { background: url(images/css.png) left top no-repeat; }
87 .jqueryFileTree LI.ext_doc { background: url(images/doc.png) left top no-repeat; }
88 .jqueryFileTree LI.ext_exe { background: url(images/application.png) left top no-repeat; }
89 .jqueryFileTree LI.ext_gif { background: url(images/picture.png) left top no-repeat; }
90 .jqueryFileTree LI.ext_fla { background: url(images/flash.png) left top no-repeat; }
91 .jqueryFileTree LI.ext_h { background: url(images/code.png) left top no-repeat; }
92 .jqueryFileTree LI.ext_htm { background: url(images/html.png) left top no-repeat; }
93 .jqueryFileTree LI.ext_html { background: url(images/html.png) left top no-repeat; }
94 .jqueryFileTree LI.ext_jar { background: url(images/java.png) left top no-repeat; }
95 .jqueryFileTree LI.ext_jpg { background: url(images/picture.png) left top no-repeat; }
96 .jqueryFileTree LI.ext_jpeg { background: url(images/picture.png) left top no-repeat; }
97 .jqueryFileTree LI.ext_js { background: url(images/script.png) left top no-repeat; }
98 .jqueryFileTree LI.ext_lasso { background: url(images/code.png) left top no-repeat; }
99 .jqueryFileTree LI.ext_log { background: url(images/txt.png) left top no-repeat; }
100 .jqueryFileTree LI.ext_m4p { background: url(images/music.png) left top no-repeat; }
101 .jqueryFileTree LI.ext_mov { background: url(images/film.png) left top no-repeat; }
102 .jqueryFileTree LI.ext_mp3 { background: url(images/music.png) left top no-repeat; }
103 .jqueryFileTree LI.ext_mp4 { background: url(images/film.png) left top no-repeat; }
104 .jqueryFileTree LI.ext_mpg { background: url(images/film.png) left top no-repeat; }
105 .jqueryFileTree LI.ext_mpeg { background: url(images/film.png) left top no-repeat; }
106 .jqueryFileTree LI.ext_ogg { background: url(images/music.png) left top no-repeat; }
107 .jqueryFileTree LI.ext_pcx { background: url(images/picture.png) left top no-repeat; }
108 .jqueryFileTree LI.ext_pdf { background: url(images/pdf.png) left top no-repeat; }
109 .jqueryFileTree LI.ext_php { background: url(images/php.png) left top no-repeat; }
110 .jqueryFileTree LI.ext_png { background: url(images/picture.png) left top no-repeat; }
111 .jqueryFileTree LI.ext_ppt { background: url(images/ppt.png) left top no-repeat; }
112 .jqueryFileTree LI.ext_psd { background: url(images/psd.png) left top no-repeat; }
113 .jqueryFileTree LI.ext_pl { background: url(images/script.png) left top no-repeat; }
114 .jqueryFileTree LI.ext_py { background: url(images/script.png) left top no-repeat; }
115 .jqueryFileTree LI.ext_rb { background: url(images/ruby.png) left top no-repeat; }
116 .jqueryFileTree LI.ext_rbx { background: url(images/ruby.png) left top no-repeat; }
117 .jqueryFileTree LI.ext_rhtml { background: url(images/ruby.png) left top no-repeat; }
118 .jqueryFileTree LI.ext_rpm { background: url(images/linux.png) left top no-repeat; }
119 .jqueryFileTree LI.ext_ruby { background: url(images/ruby.png) left top no-repeat; }
120 .jqueryFileTree LI.ext_sql { background: url(images/db.png) left top no-repeat; }
121 .jqueryFileTree LI.ext_swf { background: url(images/flash.png) left top no-repeat; }
122 .jqueryFileTree LI.ext_tif { background: url(images/picture.png) left top no-repeat; }
123 .jqueryFileTree LI.ext_tiff { background: url(images/picture.png) left top no-repeat; }
124 .jqueryFileTree LI.ext_txt { background: url(images/txt.png) left top no-repeat; }
125 .jqueryFileTree LI.ext_vb { background: url(images/code.png) left top no-repeat; }
126 .jqueryFileTree LI.ext_wav { background: url(images/music.png) left top no-repeat; }
127 .jqueryFileTree LI.ext_wmv { background: url(images/film.png) left top no-repeat; }
128 .jqueryFileTree LI.ext_xls { background: url(images/xls.png) left top no-repeat; }
129 .jqueryFileTree LI.ext_xml { background: url(images/code.png) left top no-repeat; }
130 .jqueryFileTree LI.ext_zip { background: url(images/zip.png) left top no-repeat; }
131
132 a.new_directory{
133 background: url(images/new-folder.png) center no-repeat;
134 }
135
136 a.new_file{
137 background: url(images/new-file.png) center center no-repeat;
138 }
139
140 ul.jqueryFileTree a:focus {
141 outline: none;
142 -webkit-box-shadow: none;
143 box-shadow: none;
144 }
145
146 ul.jqueryFileTree .new_file,
147 ul.jqueryFileTree .new_directory{
148 width:20px;
149 height:20px;
150 padding:2px;
151 float:left;
152 display:block;
153 opacity:0.6;
154 }
155 ul.jqueryFileTree .new_file:hover,
156 ul.jqueryFileTree .new_directory:hover{
157 width:20px;
158 height:20px;
159 padding:2px;
160 float:left;
161 display:block;
162 opacity:1;
163 }
164
165 div.new_directory,
166 div.new_file{
167 display:none;
168 }
169
170 #major-publishing-actions input[type='text'],
171 #major-publishing-actions input[type='text']{
172 text-align:left;
173 width:150px;
174 }
175
176 #major-publishing-actions label{
177 display: block;
178 font-weight: bold;
179 padding-left: 3px;
180 }