PluginProbe
WPIDE – File Manager & Code Editor / 2.0.15
WPIDE – File Manager & Code Editor v2.0.15
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 / wpide.css

wpide.css in WPIDE – File Manager & Code Editor 2.0.15, at wpide.css

314 lines 6.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 #quicktags, #post-status-info, #editor-toolbar, #newcontent, .ace_print_margin { display: none; }
2 #fancyeditordiv {
3 position: relative;
4 width: 70%;
5 height: 400px;
6 }
7 #template div{margin-right:0 !important;}
8
9 #wpide_toolbar{
10 width: 75%;
11 min-height: 30px;
12 text-align: right;
13 padding-top: 20px;
14 position: relative;
15 float: left;
16 }
17 #wpide_toolbar form{
18 position: absolute;
19 left: 104%;
20 }
21 #wpide_toolbar_tabs{
22 width:100%;
23 }
24
25 #wpide_toolbar .wpide_tab {
26 position:relative;
27 height: 18px;
28 font: 13px/18px Arial,Helvetica,sans-serif normal;
29 margin-top: -2px;
30 margin-right: 2px;
31 padding: 6px;
32 padding-right:20px;
33 float: left;
34 cursor: pointer;
35 border-width: 1px;
36 border-style: solid;
37 -webkit-border-top-right-radius: 3px;
38 -webkit-border-top-left-radius: 3px;
39 border-top-right-radius: 3px;
40 border-top-left-radius: 3px;
41 background-color: #E8E8E8;
42 border-color: #DFDFDF #DFDFDF #CCC;
43 color: #B00001;
44 text-decoration: none;
45 font-style: italic;
46
47 -moz-opacity:.60;
48 filter:alpha(opacity=60);
49 opacity:.60;
50 }
51 #wpide_toolbar .wpide_tab.active {
52 -moz-opacity:1;
53 filter:alpha(opacity=1);
54 opacity:1;
55 border-left-color:#bbb;
56 border-right-color:#bbb;
57 border-top-color:#bbb;
58 border-bottom-color:#dedede;
59 }
60
61 #wpide_toolbar .close_tab {
62 color: #575757;
63 font-style: normal;
64 padding-bottom: 7px;
65 padding-left: 7px;
66 position: absolute;
67 right: 3px;
68 text-decoration: none;
69 top: -2px;
70 }
71 #wpide_toolbar .close_tab:hover{
72 color:#B00001;
73 font-weight:bold;
74 }
75
76 #wpide_file_browser{
77 margin-right:2%;
78 text-align:left;
79 }
80
81 .toplevel_page_wpide #submitdiv,
82 .toplevel_page_wpide #docinfodiv h3.hndle{
83 width:100%;
84 float:right;
85 clear:right;
86 }
87 .toplevel_page_wpide #submitdiv h3.hndle,
88 .toplevel_page_wpide #docinfodiv h3.hndle{
89 font-family: Georgia,"Times New Roman";
90 font-size: 15px;
91 font-weight: bold;
92 padding: 7px 10px;
93 margin: 0;
94 line-height: 1;
95 }
96
97 #wpide_toolbar_buttons {
98 position:relative;
99 min-height:30px;
100 width:75%;
101 float:left;
102 clear:left;
103 text-align:left;
104 overflow:hidden;
105 border-bottom: 1px solid #CCC;
106 background-color: #E9E9E9;
107 background-image: -ms-linear-gradient(bottom,#ddd,#e9e9e9);
108 background-image: -moz-linear-gradient(bottom,#ddd,#e9e9e9);
109 background-image: -o-linear-gradient(bottom,#ddd,#e9e9e9);
110 background-image: -webkit-linear-gradient(bottom,#ddd,#e9e9e9);
111 background-image: linear-gradient(bottom,#ddd,#e9e9e9);
112
113 -webkit-border-top-right-radius: 6px;
114 -webkit-border-top-left-radius: 0px;
115 border-top-right-radius: 6px;
116 border-top-left-radius: 0px;
117 }
118
119 #wpide_toolbar_buttons a{
120 display:block;
121 float:left;
122 margin:6px;
123 }
124
125 #wpwrap div.ace_gutter{
126 background-color:#f4f4f4;
127 color:#aaa;
128 z-index:999;
129 }
130 #wpide_save_container{
131 float: left;
132 clear: left;
133 margin-left: 68%;
134 margin-top: 20px;
135 }
136
137 #wpide_info {
138 position: relative;
139 min-height: 30px;
140 width: 100%;
141 margin-top: 50px;
142 padding-right:2px;
143 float: right;
144 clear: right;
145 text-align: left;
146 overflow: visible;
147 border-bottom: 1px solid #CCC;
148 background-color: #E9E9E9;
149 background-image: -ms-linear-gradient(bottom,#DDD,#E9E9E9);
150 background-image: -moz-linear-gradient(bottom,#DDD,#E9E9E9);
151 background-image: -o-linear-gradient(bottom,#DDD,#E9E9E9);
152 background-image: -webkit-linear-gradient(bottom,#DDD,#E9E9E9);
153 background-image: linear-gradient(bottom,#DDD,#E9E9E9);
154 -webkit-border-top-right-radius: 0px;
155 -webkit-border-top-left-radius: 6px;
156 border-top-right-radius: 0px;
157 border-top-left-radius: 6px;
158
159 }
160
161 #wpide_info_content{
162 margin-top: 8px;
163 margin-left: 10px;
164 }
165 .wpide_func_highlight,
166 .wpide_func_highlight_black {
167 font-size: 120%;
168 }
169 .wpide_func_highlight{
170 color: #4A8EAD;
171 }
172 .wpide_func_params{
173 padding-left:10px;
174 display: block;
175 color:#555;
176 font-family: courier;
177 }
178 .wpide_func_desc{
179 color:#333;
180 }
181 .wpide_func_arg_notrequired{
182 color:#888;
183 }
184 .wpide_func_arg_notrequired em{
185 color: green;
186 display: block;
187 font-size: 80%;
188 line-height: 100%;
189 }
190 .inner-sidebar{
191 background-image: url(images/wpide_logo.jpg);
192 background-repeat: no-repeat;
193 background-position: top right;
194 }
195
196 #fancyeditordiv{
197 width:75%;
198 height:650px;
199 margin-right:0!important;
200 float:left;
201 }
202
203 #wpide_message{
204 display:none;
205 width: 97%;
206 position: absolute;
207 top: 1px;
208 left: 2px;
209 text-align:left;
210 margin:0;
211 padding:5px;
212 }
213
214 #wpide_save{
215 margin-right:25px;
216 }
217
218 #publishing-action img{
219 visibility: hidden;
220 }
221
222 div#side-info-column{
223 width:23%;
224 }
225 #submitdiv.postbox{
226 min-width:220px;
227 }
228
229 /* color assist */
230 .ImageColorPickerWrapper{
231 height: 300px;
232 width: 100%;
233 overflow: scroll;
234 }
235 #wpide_color_assist{
236 position:relative;
237 width: 100%;
238 background-color: whiteSmoke;
239 margin: auto;
240 border: 1px solid #CCC;
241 padding-right: 2px;
242 margin-left: -2px;
243 height: 380px;
244 }
245 #wpide_color_assist img, #wpide_color_assist canvas{
246 margin:auto;
247 display:block;
248 }
249 #wpide_color_assist canvas.ImageColorPickerCanvasColor{
250 position:absolute;
251 left:0;
252 top:0;
253 }
254 #wpide_color_assist input[type=button]{
255 float:left;
256 width:110px;
257 margin: 15px 5px;
258 font-size: 12px;
259 }
260 #wpide_color_assist_input{
261 float:left;
262 width:100px;
263 margin: 15px 5px;
264 }
265
266 .close_color_picker{
267 padding-bottom: 7px;
268 padding-left: 7px;
269 position: absolute;
270 right: 20px;
271 top: 5px;
272 }
273 .close_color_picker a{
274 color: #575757;
275 font-style: normal;
276 text-decoration: none;
277 font-size: 16px;
278 }
279
280 #wpide_color_assist h3{
281 background-color: #F1F1F1;
282 background-image: -ms-linear-gradient(top,#F9F9F9,#ECECEC);
283 background-image: -moz-linear-gradient(top,#F9F9F9,#ECECEC);
284 background-image: -o-linear-gradient(top,#F9F9F9,#ECECEC);
285 background-image: -webkit-gradient(linear,left top,left bottom,from(#F9F9F9),to(#ECECEC));
286 background-image: -webkit-linear-gradient(top,#F9F9F9,#ECECEC);
287 background-image: linear-gradient(top,#F9F9F9,#ECECEC);
288
289 -webkit-border-top-left-radius: 3px;
290 -webkit-border-top-right-radius: 3px;
291 border-top-left-radius: 3px;
292 border-top-right-radius: 3px;
293 }
294
295 .currentColor, .selectedColor {
296 border: 1px solid #000;
297 background-color: #fff;
298 width:30px;
299 height:30px;
300 }
301
302 .ImageColorPickerCanvas {
303 cursor:crosshair;
304 }
305
306 div.ImageColorPickerWrapper{
307
308 }
309
310
311
312
313
314