PluginProbe
WPIDE – File Manager & Code Editor / 2.1
WPIDE – File Manager & Code Editor v2.1
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.1, at wpide.css

326 lines 7.1 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: 5px;
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 width: 74%;
134 padding: 0.5%;
135 background-color: #E9E9E9;
136
137 border-color: #CCC;
138 -webkit-box-shadow: inset 0 1px 0 #fff;
139 box-shadow: inset 0 1px 0 #fff;
140 -webkit-border-radius: 3px;
141 border-radius: 3px;
142 }
143
144 #wpide_info {
145 position: relative;
146 min-height: 30px;
147 width: 100%;
148 margin-top: 35px;
149 padding-right:2px;
150 float: right;
151 clear: right;
152 text-align: left;
153 overflow: visible;
154 border-bottom: 1px solid #CCC;
155 background-color: #E9E9E9;
156 background-image: -ms-linear-gradient(bottom,#DDD,#E9E9E9);
157 background-image: -moz-linear-gradient(bottom,#DDD,#E9E9E9);
158 background-image: -o-linear-gradient(bottom,#DDD,#E9E9E9);
159 background-image: -webkit-linear-gradient(bottom,#DDD,#E9E9E9);
160 background-image: linear-gradient(bottom,#DDD,#E9E9E9);
161 -webkit-border-top-right-radius: 0px;
162 -webkit-border-top-left-radius: 6px;
163 border-top-right-radius: 0px;
164 border-top-left-radius: 6px;
165
166 }
167
168 #wpide_info_content{
169 margin-top: 8px;
170 margin-left: 10px;
171 }
172 .wpide_func_highlight,
173 .wpide_func_highlight_black {
174 font-size: 120%;
175 }
176 .wpide_func_highlight{
177 color: #4A8EAD;
178 }
179 .wpide_func_params{
180 padding-left:10px;
181 display: block;
182 color:#555;
183 font-family: courier;
184 }
185 .wpide_func_desc{
186 color:#333;
187 }
188 .wpide_func_arg_notrequired{
189 color:#888;
190 }
191 .wpide_func_arg_notrequired em{
192 color: green;
193 display: block;
194 font-size: 80%;
195 line-height: 100%;
196 }
197 .inner-sidebar{
198 background-image: url(images/wpide_logo.jpg);
199 background-repeat: no-repeat;
200 background-position: top right;
201 }
202
203 #fancyeditordiv{
204 width:75%;
205 height:1000px;
206 margin-right:0!important;
207 float:left;
208 }
209
210 #wpide_message{
211 display:none;
212 width: 97%;
213 position: absolute;
214 top: 1px;
215 left: 2px;
216 text-align:left;
217 margin:0;
218 padding:5px;
219 }
220
221 #wpide_save{
222 float: right;
223 }
224
225 #publishing-action img{
226 visibility: hidden;
227 }
228
229 div#side-info-column{
230 width:23%;
231 }
232 #submitdiv.postbox{
233 min-width:220px;
234 }
235
236 /* color assist */
237 .ImageColorPickerWrapper{
238 height: 300px;
239 width: 100%;
240 overflow: scroll;
241 }
242 #wpide_color_assist{
243 position:relative;
244 width: 100%;
245 background-color: whiteSmoke;
246 margin: auto;
247 border: 1px solid #CCC;
248 padding-right: 2px;
249 margin-left: -2px;
250 height: 380px;
251 }
252 #wpide_color_assist img, #wpide_color_assist canvas{
253 margin:auto;
254 display:block;
255 }
256 #wpide_color_assist canvas.ImageColorPickerCanvasColor{
257 position:absolute;
258 left:0;
259 top:0;
260 }
261 #wpide_color_assist input[type=button]{
262 float:left;
263 width:110px;
264 margin: 15px 5px;
265 font-size: 12px;
266 }
267 #wpide_color_assist_input{
268 float:left;
269 width:100px;
270 margin: 15px 5px;
271 }
272
273 .close_color_picker{
274 padding-bottom: 7px;
275 padding-left: 7px;
276 position: absolute;
277 right: 20px;
278 top: 5px;
279 }
280 .close_color_picker a{
281 color: #575757;
282 font-style: normal;
283 text-decoration: none;
284 font-size: 16px;
285 }
286
287 #wpide_color_assist h3{
288 background-color: #F1F1F1;
289 background-image: -ms-linear-gradient(top,#F9F9F9,#ECECEC);
290 background-image: -moz-linear-gradient(top,#F9F9F9,#ECECEC);
291 background-image: -o-linear-gradient(top,#F9F9F9,#ECECEC);
292 background-image: -webkit-gradient(linear,left top,left bottom,from(#F9F9F9),to(#ECECEC));
293 background-image: -webkit-linear-gradient(top,#F9F9F9,#ECECEC);
294 background-image: linear-gradient(top,#F9F9F9,#ECECEC);
295
296 -webkit-border-top-left-radius: 3px;
297 -webkit-border-top-right-radius: 3px;
298 border-top-left-radius: 3px;
299 border-top-right-radius: 3px;
300 }
301
302 .currentColor, .selectedColor {
303 border: 1px solid #000;
304 background-color: #fff;
305 width:30px;
306 height:30px;
307 }
308
309 .ImageColorPickerCanvas {
310 cursor:crosshair;
311 }
312
313 div.ImageColorPickerWrapper{
314
315 }
316
317 #wpfooter{
318 display:none;
319 }
320 #wpbody-content{
321 padding-bottom:0;
322 }
323
324
325
326