136
|
1 |
/* @override |
|
2 |
http://wptouch.com/wp-content/plugins/wptouch/admin-css/wptouch-admin.css |
|
3 |
http://www.wptouch.com/wp-content/plugins/wptouch/admin-css/wptouch-admin.css |
|
4 |
*/ |
|
5 |
|
|
6 |
/* WPtouch 1.9 Admin CSS */ |
|
7 |
|
|
8 |
/* @group head-area.php */ |
|
9 |
|
|
10 |
#wptouch-head .postbox { |
|
11 |
background: #fff url(../images/wptouch-icon.jpg) no-repeat 101% 100%; |
|
12 |
overflow: hidden; |
|
13 |
position: relative; |
|
14 |
} |
|
15 |
|
|
16 |
#wptouch-head #wptouch-head-colour { |
|
17 |
background-color: #b7c9d6; |
|
18 |
padding: 10px; |
|
19 |
margin: -10px -10px -20px; |
|
20 |
-webkit-border-top-right-radius: 5px; |
|
21 |
-webkit-border-top-left-radius: 5px; |
|
22 |
-moz-border-radius-topright: 5px; |
|
23 |
-moz-border-radius-topleft: 5px; |
|
24 |
border: 1px solid #e5f0f2; |
|
25 |
border-bottom: 1px solid #a2bdbf; |
|
26 |
} |
|
27 |
|
|
28 |
#wptouch-head-title { |
|
29 |
font: bold 22px Georgia, "Times New Roman", Times, serif; |
|
30 |
color: #333c42; |
|
31 |
text-shadow: #deeefa 0 1px 0; |
|
32 |
letter-spacing: -1px; |
|
33 |
margin: 0; |
|
34 |
padding: 0; |
|
35 |
float: left; |
|
36 |
} |
|
37 |
|
|
38 |
#wptouch-head .postbox img.ajax-load { |
|
39 |
margin-left: 5px; |
|
40 |
margin-bottom: -2px; |
|
41 |
} |
|
42 |
|
|
43 |
#wptouch-head-links { |
|
44 |
float: right; |
|
45 |
position: relative; |
|
46 |
bottom: 6px; |
|
47 |
} |
|
48 |
|
|
49 |
#wptouch-head-links a { |
|
50 |
color: #333c42; |
|
51 |
font-weight: bold; |
|
52 |
text-shadow: #cddce8 0 1px 0; |
|
53 |
} |
|
54 |
|
|
55 |
#wptouch-head-links a:hover { |
|
56 |
color: #d54e21; |
|
57 |
text-shadow: #cedeea 0 1px 0; |
|
58 |
} |
|
59 |
|
|
60 |
#wptouch-head-links li { |
|
61 |
display: inline; |
|
62 |
color: #618299; |
|
63 |
text-shadow: #bfdfe8 1px 1px 0; |
|
64 |
} |
|
65 |
|
|
66 |
#wptouch-news-support { |
|
67 |
-webkit-border-radius: 5px; |
|
68 |
-moz-border-radius: 5px; |
|
69 |
margin-top: 30px; |
|
70 |
width: 100%; |
|
71 |
height: 170px; |
|
72 |
text-transform: capitalize; |
|
73 |
} |
|
74 |
|
|
75 |
#wptouch-head h3 { |
|
76 |
color: #444; |
|
77 |
-webkit-border-radius: 0px; |
|
78 |
-moz-border-radius: 0px; |
|
79 |
} |
|
80 |
|
|
81 |
/* @group Latest News */ |
|
82 |
|
|
83 |
#wptouch-news-wrap { |
|
84 |
float: left; |
|
85 |
width: 45%; |
|
86 |
margin: 0; |
|
87 |
padding: 0; |
|
88 |
} |
|
89 |
|
|
90 |
#wptouch-news-wrap h3 { |
|
91 |
padding-left: 10px; |
|
92 |
display: block; |
|
93 |
width: 100%; |
|
94 |
} |
|
95 |
|
|
96 |
#wptouch-support-wrap { |
|
97 |
color: #777; |
|
98 |
float: left; |
|
99 |
width: 55%; |
|
100 |
padding: 0; |
|
101 |
margin: 0; |
|
102 |
|
|
103 |
} |
|
104 |
|
|
105 |
#wptouch-support-wrap ul { |
|
106 |
} |
|
107 |
|
|
108 |
#wptouch-support-wrap ul li { |
|
109 |
width: 70%; |
|
110 |
text-overflow: ellipsis; |
|
111 |
white-space: nowrap; |
|
112 |
overflow: hidden; |
|
113 |
} |
|
114 |
|
|
115 |
#wptouch-support-wrap ul li a{ |
|
116 |
text-overflow: ellipsis; |
|
117 |
} |
|
118 |
|
|
119 |
#wptouch-support-wrap h3 { |
|
120 |
display: block; |
|
121 |
width: 100%; |
|
122 |
position: relative; |
|
123 |
padding-right: 12px; |
|
124 |
} |
|
125 |
|
|
126 |
#wptouch-news-support li { |
|
127 |
border-bottom: 1px solid #e6e6e6; |
|
128 |
margin: 0; |
|
129 |
padding: 3px 0; |
|
130 |
list-style-type: circle; |
|
131 |
list-style-position: inside; |
|
132 |
color: #c1cfd1; |
|
133 |
width: 80%; |
|
134 |
} |
|
135 |
|
|
136 |
#wptouch-news-support li:last-child { |
|
137 |
border-bottom-style: none; |
|
138 |
} |
|
139 |
|
|
140 |
/* @end */ |
|
141 |
|
|
142 |
/* @end */ |
|
143 |
|
|
144 |
/* @group general-settings.php */ |
|
145 |
|
|
146 |
input.no-right-margin { |
|
147 |
position: relative; |
|
148 |
right: 5px; |
|
149 |
} |
|
150 |
|
|
151 |
#bnc-global strong.no-pages { |
|
152 |
color: red; |
|
153 |
padding: 6px 15px 7px 25px; |
|
154 |
display: inline-block; |
|
155 |
margin-bottom: 15px; |
|
156 |
border: 1px dashed #cf931d; |
|
157 |
-moz-border-radius: 3px; |
|
158 |
-webkit-border-radius: 3px; |
|
159 |
background: #fee8b9 url(../images/sortof.png) no-repeat 5px center; |
|
160 |
margin-top: 5px; |
|
161 |
} |
|
162 |
|
|
163 |
/* @end */ |
|
164 |
|
|
165 |
/* @group advanced-area.php */ |
|
166 |
|
|
167 |
em.supported { |
|
168 |
color: #8a9ba8; |
|
169 |
display: block; |
|
170 |
line-height: 16px; |
|
171 |
margin-top: 3px; |
|
172 |
} |
|
173 |
|
|
174 |
/* @end */ |
|
175 |
|
|
176 |
/* @group push-area.php */ |
|
177 |
|
|
178 |
#push-area li input { |
|
179 |
position: relative; |
|
180 |
right: 5px; |
|
181 |
width: 275px; |
|
182 |
} |
|
183 |
|
|
184 |
#push-area li input.checkbox { |
|
185 |
position: relative; |
|
186 |
left: 0; |
|
187 |
} |
|
188 |
|
|
189 |
#push-area li select { |
|
190 |
width: auto; |
|
191 |
} |
|
192 |
|
|
193 |
/* @end */ |
|
194 |
|
|
195 |
/* @group style-area.php */ |
|
196 |
|
|
197 |
#bnc-global ul.wptouch-select-options li { |
|
198 |
margin-left: 6px; |
|
199 |
} |
|
200 |
|
|
201 |
/* @group Skins-Menu */ |
|
202 |
|
|
203 |
#bnc-global .skins-desc input { |
|
204 |
width: 54px; |
|
205 |
} |
|
206 |
|
|
207 |
#bnc-global .skins-desc select { |
|
208 |
width: 120px; |
|
209 |
margin-left: 12px; |
|
210 |
} |
|
211 |
|
|
212 |
/* @end */ |
|
213 |
|
|
214 |
/* @end */ |
|
215 |
|
|
216 |
/* @group icons-area.php */ |
|
217 |
|
|
218 |
#bnc-global ul.wptouch-iconblock { |
|
219 |
width: auto; |
|
220 |
height: auto; |
|
221 |
} |
|
222 |
|
|
223 |
#bnc-global ul.wptouch-iconblock li { |
|
224 |
width: 80px; |
|
225 |
color: #666; |
|
226 |
font-size: 9px; |
|
227 |
text-align: center; |
|
228 |
margin: 3px; |
|
229 |
height: 55px; |
|
230 |
padding-top: 10px; |
|
231 |
position: relative; |
|
232 |
float: left; |
|
233 |
} |
|
234 |
|
|
235 |
#bnc-global .default ul.wptouch-iconblock li { |
|
236 |
background-color: #fefae7; |
|
237 |
border: 1px dashed #dcdcdc; |
|
238 |
-webkit-border-radius: 5px; |
|
239 |
-moz-border-radius: 5px; |
|
240 |
} |
|
241 |
|
|
242 |
#bnc-global .custom ul.wptouch-iconblock li { |
|
243 |
background-color: #e6f4fe; |
|
244 |
border: 1px dashed #becbcf; |
|
245 |
-webkit-border-radius: 5px; |
|
246 |
-moz-border-radius: 5px; |
|
247 |
} |
|
248 |
|
|
249 |
#bnc-global .custom ul.wptouch-iconblock li:hover { |
|
250 |
border-style: solid; |
|
251 |
border-color: #c58989; |
|
252 |
background-color: #fba7a7; |
|
253 |
color: #000; |
|
254 |
} |
|
255 |
|
|
256 |
#bnc-global .custom ul.wptouch-iconblock li a { |
|
257 |
color: red; |
|
258 |
} |
|
259 |
|
|
260 |
#bnc-global ul.wptouch-iconblock img { |
|
261 |
width: 32px; |
|
262 |
height: 32px; |
|
263 |
} |
|
264 |
|
|
265 |
#bnc-global #upload_button { |
|
266 |
background: url(../images/upload.png) 0 0; |
|
267 |
width: 174px; |
|
268 |
height: 45px; |
|
269 |
cursor: pointer !important; |
|
270 |
display: block; |
|
271 |
margin-bottom: 10px; |
|
272 |
} |
|
273 |
|
|
274 |
#bnc-global #upload_progress { |
|
275 |
position: relative; |
|
276 |
display: block; |
|
277 |
font-weight: bold; |
|
278 |
color: #1a4977; |
|
279 |
margin-top: 10px; |
|
280 |
} |
|
281 |
|
|
282 |
#bnc-global #upload_progress img { |
|
283 |
position: relative; |
|
284 |
top: 4px; |
|
285 |
} |
|
286 |
|
|
287 |
#bnc-global #extras_button { |
|
288 |
display: block; |
|
289 |
border-top: 1px solid #eee; |
|
290 |
padding-top: 10px; |
|
291 |
} |
|
292 |
|
|
293 |
/* @end */ |
|
294 |
|
|
295 |
/* @group page-area.php */ |
|
296 |
|
|
297 |
#bnc-global .wptouch-pages span { |
|
298 |
display: block; |
|
299 |
margin-top: 5px; |
|
300 |
text-align: left; |
|
301 |
width: 68%; |
|
302 |
float: right; |
|
303 |
} |
|
304 |
|
|
305 |
#bnc-global .wptouch-pages strong { |
|
306 |
color: red; |
|
307 |
padding: 6px 15px 7px 25px; |
|
308 |
display: inline-block; |
|
309 |
margin-bottom: 15px; |
|
310 |
border: 1px dashed #cf931d; |
|
311 |
-moz-border-radius: 3px; |
|
312 |
-webkit-border-radius: 3px; |
|
313 |
background: #fee8b9 url(../images/sortof.png) no-repeat 5px center; |
|
314 |
margin-top: 5px; |
|
315 |
} |
|
316 |
|
|
317 |
#bnc-global .wptouch-pages select { |
|
318 |
width: 30%; |
|
319 |
} |
|
320 |
|
|
321 |
#bnc-global .wptouch-pages .checkbox { |
|
322 |
margin-left: -1px; |
|
323 |
} |
|
324 |
|
|
325 |
/* @end */ |
|
326 |
|
|
327 |
/* @group ads-stats-area.php */ |
|
328 |
|
|
329 |
textarea#wptouch-stats { |
|
330 |
-webkit-border-radius: 5px; |
|
331 |
-moz-border-radius: 5px; |
|
332 |
width: 95%; |
|
333 |
margin-left: 5px; |
|
334 |
margin-top: 45px; |
|
335 |
height: 100px; |
|
336 |
margin-bottom: 15px; |
|
337 |
color: #444; |
|
338 |
font-size: 11px; |
|
339 |
border-width: 2px; |
|
340 |
border-color: #a4c6d3; |
|
341 |
background-color: #ebf1ff; |
|
342 |
} |
|
343 |
|
|
344 |
/* @end */ |
|
345 |
|
|
346 |
/* @group plugin-compat-area.php */ |
|
347 |
|
|
348 |
#bnc-global .all-good { |
|
349 |
border: 1px solid #8aceff; |
|
350 |
padding: 3px 15px 4px 27px; |
|
351 |
display: block; |
|
352 |
margin-bottom: 5px; |
|
353 |
font-size: 11px; |
|
354 |
line-height: 15px; |
|
355 |
-moz-border-radius: 3px; |
|
356 |
-webkit-border-radius: 3px; |
|
357 |
background: #e2f5fe url(../images/good.png) no-repeat 5px center; |
|
358 |
} |
|
359 |
|
|
360 |
#bnc-global .sort-of { |
|
361 |
border: 1px solid #f8c44f; |
|
362 |
background: #fee8b9 url(../images/sortof.png) no-repeat 5px center; |
|
363 |
padding: 3px 15px 4px 27px; |
|
364 |
display: block; |
|
365 |
margin-bottom: 5px; |
|
366 |
font-size: 11px; |
|
367 |
line-height: 15px; |
|
368 |
-moz-border-radius: 3px; |
|
369 |
-webkit-border-radius: 3px; |
|
370 |
} |
|
371 |
|
|
372 |
#bnc-global .too-bad { |
|
373 |
border: 1px solid #f96764; |
|
374 |
padding: 3px 15px 4px 27px; |
|
375 |
display: block; |
|
376 |
margin-bottom: 5px; |
|
377 |
font-size: 11px; |
|
378 |
line-height: 15px; |
|
379 |
-moz-border-radius: 3px; |
|
380 |
-webkit-border-radius: 3px; |
|
381 |
background: #fcb2b5 url(../images/bad.png) no-repeat 5px center; |
|
382 |
} |
|
383 |
|
|
384 |
#bnc-global img.support { |
|
385 |
position: relative !important; |
|
386 |
top: 4px; |
|
387 |
margin-right: 1px; |
|
388 |
} |
|
389 |
|
|
390 |
#bnc-global .left-content p.wpv { |
|
391 |
margin: 2px 0 5px; |
|
392 |
padding: 0; |
|
393 |
font-weight: bold; |
|
394 |
} |
|
395 |
|
|
396 |
#bnc-global .left-content p.wptv { |
|
397 |
padding: 0 0 10px; |
|
398 |
border-bottom: 1px solid #dcdcdc; |
|
399 |
font-style: italic; |
|
400 |
} |
|
401 |
|
|
402 |
#bnc-global .left-content span.go, #bnc-global .right-content p.valid { |
|
403 |
font-weight: bold; |
|
404 |
color: green; |
|
405 |
} |
|
406 |
|
|
407 |
#bnc-global .left-content span.caution { |
|
408 |
color: #f8b615; |
|
409 |
font-weight: bold; |
|
410 |
} |
|
411 |
|
|
412 |
#bnc-global .left-content span.red, .right-content p.invalid { |
|
413 |
color: red; |
|
414 |
font-weight: bold; |
|
415 |
} |
|
416 |
|
|
417 |
/* @end */ |
|
418 |
|
|
419 |
/* @group Settings/Reset Updated */ |
|
420 |
|
|
421 |
#bnc-global #wptouchupdated { |
|
422 |
position: fixed; |
|
423 |
top: 0; |
|
424 |
left: 0; |
|
425 |
z-index: 1000; |
|
426 |
overflow: hidden; |
|
427 |
margin-left: auto; |
|
428 |
margin-right: auto; |
|
429 |
opacity: 0.9; |
|
430 |
height: auto; |
|
431 |
width: 100%; |
|
432 |
} |
|
433 |
|
|
434 |
#bnc-global #wptouchupdated p.saved { |
|
435 |
color: #daeffe; |
|
436 |
-webkit-border-radius: 22px; |
|
437 |
-moz-border-radius: 22px; |
|
438 |
text-align: center; |
|
439 |
text-shadow: #000 -1px -1px 1px; |
|
440 |
letter-spacing: -1px; |
|
441 |
font: bold 22px "Myriad Pro", "Trebuchet MS", "Lucida Sans Unicode", sans-serif; |
|
442 |
height: 155px; |
|
443 |
background: #222 url(../images/saved.png) no-repeat center 10px; |
|
444 |
width: 170px; |
|
445 |
margin-top: 15%; |
|
446 |
margin-left: auto; |
|
447 |
margin-right: auto; |
|
448 |
padding: 12px; |
|
449 |
-webkit-box-shadow: #000 0px 0px 32px; |
|
450 |
} |
|
451 |
|
|
452 |
#bnc-global #wptouchupdated p.reset { |
|
453 |
color: #dcdcdc; |
|
454 |
-webkit-border-radius: 22px; |
|
455 |
-moz-border-radius: 22px; |
|
456 |
text-align: center; |
|
457 |
text-shadow: #000 -1px -1px 1px; |
|
458 |
letter-spacing: -1px; |
|
459 |
font: bold 22px "Myriad Pro", "Trebuchet MS", "Lucida Sans Unicode", sans-serif; |
|
460 |
height: 155px; |
|
461 |
background: #222 url(../images/reset.png) no-repeat center 10px; |
|
462 |
width: 170px; |
|
463 |
margin-top: 15%; |
|
464 |
margin-left: auto; |
|
465 |
margin-right: auto; |
|
466 |
padding: 12px; |
|
467 |
-webkit-box-shadow: #000 0px 0px 32px; |
|
468 |
} |
|
469 |
|
|
470 |
#bnc-global #wptouchupdated p span { |
|
471 |
display: block; |
|
472 |
margin-top: 110px; |
|
473 |
} |
|
474 |
|
|
475 |
/* @end */ |