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

220 lines 4.9 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 }
129 #wpide_save_container{
130 float: left;
131 clear: left;
132 margin-left: 68%;
133 margin-top: 20px;
134 }
135
136 #wpide_info {
137 position: relative;
138 min-height: 30px;
139 width: 100%;
140 margin-top: 50px;
141 padding-right:2px;
142 float: right;
143 clear: right;
144 text-align: left;
145 overflow: visible;
146 border-bottom: 1px solid #CCC;
147 background-color: #E9E9E9;
148 background-image: -ms-linear-gradient(bottom,#DDD,#E9E9E9);
149 background-image: -moz-linear-gradient(bottom,#DDD,#E9E9E9);
150 background-image: -o-linear-gradient(bottom,#DDD,#E9E9E9);
151 background-image: -webkit-linear-gradient(bottom,#DDD,#E9E9E9);
152 background-image: linear-gradient(bottom,#DDD,#E9E9E9);
153 -webkit-border-top-right-radius: 0px;
154 -webkit-border-top-left-radius: 6px;
155 border-top-right-radius: 0px;
156 border-top-left-radius: 6px;
157
158 }
159
160 #wpide_info_content{
161 margin-top: 8px;
162 margin-left: 10px;
163 }
164 .wpide_func_highlight,
165 .wpide_func_highlight_black {
166 font-size: 120%;
167 }
168 .wpide_func_highlight{
169 color: #4A8EAD;
170 }
171 .wpide_func_params{
172 padding-left:10px;
173 display: block;
174 color:#555;
175 font-family: courier;
176 }
177 .wpide_func_desc{
178 color:#333;
179 }
180 .wpide_func_arg_notrequired{
181 color:#888;
182 }
183 .wpide_func_arg_notrequired em{
184 color: green;
185 display: block;
186 font-size: 80%;
187 line-height: 100%;
188 }
189 .inner-sidebar{
190 background-image: url(images/wpide_logo.jpg);
191 background-repeat: no-repeat;
192 background-position: top right;
193 }
194
195 #fancyeditordiv{
196 width:75%;
197 height:650px;
198 margin-right:0!important;
199 float:left;
200 }
201
202 #wpide_message{
203 display:none;
204 width: 97%;
205 position: absolute;
206 top: 1px;
207 left: 2px;
208 text-align:left;
209 margin:0;
210 padding:5px;
211 }
212
213 #wpide_save{
214 margin-right:25px;
215 }
216
217 #publishing-action img{
218 visibility: hidden;
219 }
220