136
|
1 |
html { |
|
2 |
background-color: #f7f6f1; |
|
3 |
} |
|
4 |
|
|
5 |
* html input, |
|
6 |
* html .widget { |
|
7 |
border-color: #8cbdd5; |
|
8 |
} |
|
9 |
|
|
10 |
textarea, |
|
11 |
input[type="text"], |
|
12 |
input[type="password"], |
|
13 |
input[type="file"], |
|
14 |
input[type="button"], |
|
15 |
input[type="submit"], |
|
16 |
input[type="reset"], |
|
17 |
select { |
|
18 |
border-color: #dfdfdf; |
|
19 |
background-color: #fff; |
|
20 |
} |
|
21 |
|
|
22 |
kbd, |
|
23 |
code { |
|
24 |
background: #eaeaea; |
|
25 |
} |
|
26 |
|
|
27 |
input[readonly] { |
|
28 |
background-color: #eee; |
|
29 |
} |
|
30 |
|
|
31 |
.find-box-search { |
|
32 |
border-color: #dfdfdf; |
|
33 |
background-color: #f1f1f1; |
|
34 |
} |
|
35 |
|
|
36 |
.find-box { |
|
37 |
background-color: #f1f1f1; |
|
38 |
} |
|
39 |
|
|
40 |
.find-box-inside { |
|
41 |
background-color: #fff; |
|
42 |
} |
|
43 |
|
|
44 |
a.page-numbers:hover { |
|
45 |
border-color: #999; |
|
46 |
} |
|
47 |
|
|
48 |
body, |
|
49 |
#wpbody, |
|
50 |
.form-table .pre { |
|
51 |
color: #333; |
|
52 |
} |
|
53 |
|
|
54 |
body > #upload-menu { |
|
55 |
border-bottom-color: #fff; |
|
56 |
} |
|
57 |
|
|
58 |
#postcustomstuff table, |
|
59 |
#your-profile fieldset, |
|
60 |
#rightnow, |
|
61 |
div.dashboard-widget, |
|
62 |
#dashboard-widgets p.dashboard-widget-links, |
|
63 |
#replyrow #ed_reply_toolbar input { |
|
64 |
border-color: #ccc; |
|
65 |
} |
|
66 |
|
|
67 |
#poststuff .inside label.spam, |
|
68 |
#poststuff .inside label.deleted { |
|
69 |
color: red; |
|
70 |
} |
|
71 |
|
|
72 |
#poststuff .inside label.waiting { |
|
73 |
color: orange; |
|
74 |
} |
|
75 |
|
|
76 |
#poststuff .inside label.approved { |
|
77 |
color: green; |
|
78 |
} |
|
79 |
|
|
80 |
#postcustomstuff table { |
|
81 |
border-color: #dfdfdf; |
|
82 |
background-color: #f9f9f9; |
|
83 |
} |
|
84 |
|
|
85 |
#postcustomstuff thead th { |
|
86 |
background-color: #f1f1f1; |
|
87 |
} |
|
88 |
|
|
89 |
#postcustomstuff table input, |
|
90 |
#postcustomstuff table textarea { |
|
91 |
border-color: #dfdfdf; |
|
92 |
background-color: #fff; |
|
93 |
} |
|
94 |
|
|
95 |
.widefat { |
|
96 |
border-color: #dfdfdf; |
|
97 |
background-color: #fff; |
|
98 |
} |
|
99 |
|
|
100 |
div.dashboard-widget-error { |
|
101 |
background-color: #c43; |
|
102 |
} |
|
103 |
|
|
104 |
div.dashboard-widget-notice { |
|
105 |
background-color: #cfe1ef; |
|
106 |
} |
|
107 |
|
|
108 |
div.dashboard-widget-submit { |
|
109 |
border-top-color: #ccc; |
|
110 |
} |
|
111 |
|
|
112 |
div.tabs-panel, |
|
113 |
ul#category-tabs li.tabs { |
|
114 |
border-color: #dfdfdf; |
|
115 |
} |
|
116 |
|
|
117 |
ul#category-tabs li.tabs { |
|
118 |
background-color: #f1f1f1; |
|
119 |
} |
|
120 |
|
|
121 |
input.disabled, |
|
122 |
textarea.disabled { |
|
123 |
background-color: #ccc; |
|
124 |
} |
|
125 |
/* #upload-menu li a.upload-tab-link, */ |
|
126 |
.login #backtoblog a:hover, |
|
127 |
#plugin-information .action-button a, |
|
128 |
#plugin-information .action-button a:hover, |
|
129 |
#plugin-information .action-button a:visited { |
|
130 |
color: #fff; |
|
131 |
} |
|
132 |
|
|
133 |
.widget .widget-top, |
|
134 |
.postbox h3, |
|
135 |
.stuffbox h3 { |
|
136 |
background: #d5e6f2 url("../images/blue-grad.png") repeat-x left top; |
|
137 |
text-shadow: #fff 0 1px 0; |
|
138 |
} |
|
139 |
|
|
140 |
.form-table th, |
|
141 |
.form-wrap label { |
|
142 |
color: #222; |
|
143 |
text-shadow: #fff 0 1px 0; |
|
144 |
} |
|
145 |
|
|
146 |
.description, |
|
147 |
.form-wrap p { |
|
148 |
color: #666; |
|
149 |
} |
|
150 |
|
|
151 |
strong .post-com-count span { |
|
152 |
background-color: #21759b; |
|
153 |
} |
|
154 |
|
|
155 |
.sorthelper { |
|
156 |
background-color: #ccf3fa; |
|
157 |
} |
|
158 |
|
|
159 |
.ac_match, |
|
160 |
.subsubsub a.current { |
|
161 |
color: #000; |
|
162 |
} |
|
163 |
|
|
164 |
.wrap h2 { |
|
165 |
color: #093e56; |
|
166 |
} |
|
167 |
|
|
168 |
.ac_over { |
|
169 |
background-color: #f0f0b8; |
|
170 |
} |
|
171 |
|
|
172 |
.ac_results { |
|
173 |
background-color: #fff; |
|
174 |
border-color: #808080; |
|
175 |
} |
|
176 |
|
|
177 |
.ac_results li { |
|
178 |
color: #101010; |
|
179 |
} |
|
180 |
|
|
181 |
.alt |
|
182 |
.alternate { |
|
183 |
background-color: #edfbfc; |
|
184 |
} |
|
185 |
|
|
186 |
.available-theme a.screenshot { |
|
187 |
background-color: #f1f1f1; |
|
188 |
border-color: #ddd; |
|
189 |
} |
|
190 |
|
|
191 |
.bar { |
|
192 |
background-color: #e8e8e8; |
|
193 |
border-right-color: #99d; |
|
194 |
} |
|
195 |
|
|
196 |
#media-upload, |
|
197 |
#media-upload .media-item .slidetoggle { |
|
198 |
background: #fff; |
|
199 |
} |
|
200 |
|
|
201 |
#media-upload .slidetoggle { |
|
202 |
border-top-color: #dfdfdf; |
|
203 |
} |
|
204 |
|
|
205 |
.error, |
|
206 |
.login #login_error { |
|
207 |
background-color: #ffebe8; |
|
208 |
border-color: #c00; |
|
209 |
} |
|
210 |
|
|
211 |
.error a { |
|
212 |
color: #c00; |
|
213 |
} |
|
214 |
|
|
215 |
.form-invalid { |
|
216 |
background-color: #ffebe8 !important; |
|
217 |
} |
|
218 |
|
|
219 |
.form-invalid input, |
|
220 |
.form-invalid select { |
|
221 |
border-color: #c00 !important; |
|
222 |
} |
|
223 |
|
|
224 |
.submit { |
|
225 |
border-color: #8cbdd5; |
|
226 |
} |
|
227 |
|
|
228 |
.highlight { |
|
229 |
background-color: #e4f2fd; |
|
230 |
color: #d54e21; |
|
231 |
} |
|
232 |
|
|
233 |
.howto, |
|
234 |
.nonessential, |
|
235 |
#edit-slug-box, |
|
236 |
.form-input-tip, |
|
237 |
.rss-widget span.rss-date, |
|
238 |
.subsubsub { |
|
239 |
color: #666; |
|
240 |
} |
|
241 |
|
|
242 |
.media-item { |
|
243 |
border-bottom-color: #dfdfdf; |
|
244 |
} |
|
245 |
|
|
246 |
#wpbody-content #media-items .describe { |
|
247 |
border-top-color: #dfdfdf; |
|
248 |
} |
|
249 |
|
|
250 |
.media-upload-form label.form-help, |
|
251 |
td.help { |
|
252 |
color: #9a9a9a; |
|
253 |
} |
|
254 |
|
|
255 |
.post-com-count { |
|
256 |
background-image: url(../images/bubble_bg.gif); |
|
257 |
color: #fff; |
|
258 |
} |
|
259 |
|
|
260 |
.post-com-count span { |
|
261 |
background-color: #bbb; |
|
262 |
color: #fff; |
|
263 |
} |
|
264 |
|
|
265 |
.post-com-count:hover span { |
|
266 |
background-color: #d54e21; |
|
267 |
} |
|
268 |
|
|
269 |
.quicktags, .search { |
|
270 |
background-color: #ccc; |
|
271 |
color: #000; |
|
272 |
} |
|
273 |
|
|
274 |
.side-info h5 { |
|
275 |
border-bottom-color: #dadada; |
|
276 |
} |
|
277 |
|
|
278 |
.side-info ul { |
|
279 |
color: #666; |
|
280 |
} |
|
281 |
|
|
282 |
.button, |
|
283 |
.button-secondary, |
|
284 |
.submit input, |
|
285 |
input[type=button], |
|
286 |
input[type=submit] { |
|
287 |
border-color: #dfdfdf; |
|
288 |
color: #464646; |
|
289 |
} |
|
290 |
|
|
291 |
.button:hover, |
|
292 |
.button-secondary:hover, |
|
293 |
.submit input:hover, |
|
294 |
input[type=button]:hover, |
|
295 |
input[type=submit]:hover { |
|
296 |
color: #000; |
|
297 |
border-color: #adaca7; |
|
298 |
} |
|
299 |
|
|
300 |
.button, |
|
301 |
.submit input, |
|
302 |
.button-secondary { |
|
303 |
background: #f2f2f2 url(../images/white-grad.png) repeat-x scroll left top; |
|
304 |
text-shadow: rgba(255,255,255,1) 0 1px 0; |
|
305 |
} |
|
306 |
|
|
307 |
.button:active, |
|
308 |
.submit input:active, |
|
309 |
.button-secondary:active { |
|
310 |
background: #eee url(../images/white-grad-active.png) repeat-x scroll left top; |
|
311 |
} |
|
312 |
|
|
313 |
input.button-primary, |
|
314 |
button.button-primary, |
|
315 |
a.button-primary { |
|
316 |
border-color: #5b86ab; |
|
317 |
font-weight: bold; |
|
318 |
color: #fff; |
|
319 |
background: #5580a6 url(../images/button-grad-vs.png) repeat-x scroll left top; |
|
320 |
text-shadow: rgba(0,0,0,0.3) 0 -1px 0; |
|
321 |
} |
|
322 |
|
|
323 |
input.button-primary:active, |
|
324 |
button.button-primary:active, |
|
325 |
a.button-primary:active { |
|
326 |
background: #21759b url(../images/button-grad-active-vs.png) repeat-x scroll left top; |
|
327 |
color: #eaf2fa; |
|
328 |
} |
|
329 |
|
|
330 |
input.button-primary:hover, |
|
331 |
button.button-primary:hover, |
|
332 |
a.button-primary:hover, |
|
333 |
a.button-primary:focus, |
|
334 |
a.button-primary:active { |
|
335 |
border-color: #2e5475; |
|
336 |
color: #eaf2fa; |
|
337 |
} |
|
338 |
|
|
339 |
.button-disabled, |
|
340 |
.button[disabled], |
|
341 |
.button:disabled, |
|
342 |
.button-secondary[disabled], |
|
343 |
.button-secondary:disabled, |
|
344 |
a.button.disabled { |
|
345 |
color: #aaa !important; |
|
346 |
border-color: #ddd !important; |
|
347 |
} |
|
348 |
|
|
349 |
.button-primary-disabled, |
|
350 |
.button-primary[disabled], |
|
351 |
.button-primary:disabled { |
|
352 |
color: #B0C3E2 !important; |
|
353 |
background: #6590A6 !important; |
|
354 |
} |
|
355 |
|
|
356 |
a:hover, |
|
357 |
a:active, |
|
358 |
a:focus { |
|
359 |
color: #d54e21; |
|
360 |
} |
|
361 |
|
|
362 |
#wphead #viewsite a:hover, |
|
363 |
#adminmenu a:hover, |
|
364 |
#adminmenu ul.wp-submenu a:hover, |
|
365 |
#the-comment-list .comment a:hover, |
|
366 |
#rightnow a:hover, |
|
367 |
#media-upload a.del-link:hover, |
|
368 |
div.dashboard-widget-submit input:hover, |
|
369 |
.subsubsub a:hover, |
|
370 |
.subsubsub a.current:hover, |
|
371 |
.ui-tabs-nav a:hover, |
|
372 |
.plugins .inactive a:hover, |
|
373 |
#all-plugins-table .plugins .inactive a:hover, |
|
374 |
#search-plugins-table .plugins .inactive a:hover { |
|
375 |
color: #d54e21; |
|
376 |
} |
|
377 |
|
|
378 |
#the-comment-list .comment-item, |
|
379 |
#dashboard-widgets #dashboard_quick_press form p.submit { |
|
380 |
border-color: #dfdfdf; |
|
381 |
} |
|
382 |
|
|
383 |
#dashboard_right_now .table { |
|
384 |
background:#faf9f7 !important; |
|
385 |
} |
|
386 |
|
|
387 |
#side-sortables #category-tabs .tabs a { |
|
388 |
color: #333; |
|
389 |
} |
|
390 |
|
|
391 |
#rightnow .rbutton { |
|
392 |
background-color: #ebebeb; |
|
393 |
color: #264761; |
|
394 |
} |
|
395 |
|
|
396 |
.submitbox .submit { |
|
397 |
background-color: #464646; |
|
398 |
color: #ccc; |
|
399 |
} |
|
400 |
|
|
401 |
.plugins a.delete:hover, |
|
402 |
#all-plugins-table .plugins a.delete:hover, |
|
403 |
#search-plugins-table .plugins a.delete:hover, |
|
404 |
.submitbox .submitdelete { |
|
405 |
color: #f00; |
|
406 |
border-bottom-color: #f00; |
|
407 |
} |
|
408 |
|
|
409 |
.submitbox .submitdelete:hover, |
|
410 |
#media-items a.delete:hover { |
|
411 |
color: #fff; |
|
412 |
background-color: #f00; |
|
413 |
border-bottom-color: #f00; |
|
414 |
} |
|
415 |
|
|
416 |
#normal-sortables .submitbox .submitdelete:hover { |
|
417 |
color: #000; |
|
418 |
background-color: #f00; |
|
419 |
border-bottom-color: #f00; |
|
420 |
} |
|
421 |
|
|
422 |
.tablenav .dots { |
|
423 |
border-color: transparent; |
|
424 |
} |
|
425 |
|
|
426 |
.tablenav .next, |
|
427 |
.tablenav .prev { |
|
428 |
border-color: transparent; |
|
429 |
color: #21759b; |
|
430 |
} |
|
431 |
|
|
432 |
.tablenav .next:hover, |
|
433 |
.tablenav .prev:hover { |
|
434 |
border-color: transparent; |
|
435 |
color: #d54e21; |
|
436 |
} |
|
437 |
|
|
438 |
.updated, |
|
439 |
.login .message { |
|
440 |
background-color: #ffffe0; |
|
441 |
border-color: #e6db55; |
|
442 |
} |
|
443 |
|
|
444 |
.update-message { |
|
445 |
color: #000000; |
|
446 |
} |
|
447 |
|
|
448 |
a.page-numbers { |
|
449 |
border-bottom-color: #b8d3e2; |
|
450 |
} |
|
451 |
|
|
452 |
.commentlist li { |
|
453 |
border-bottom-color: #ccc; |
|
454 |
} |
|
455 |
|
|
456 |
.widefat td, |
|
457 |
.widefat th, |
|
458 |
#install-plugins .plugins td, |
|
459 |
#install-plugins .plugins th { |
|
460 |
border-color: #dfdfdf; |
|
461 |
} |
|
462 |
|
|
463 |
.widefat th { |
|
464 |
text-shadow: rgba(255,255,255,0.8) 0 1px 0; |
|
465 |
} |
|
466 |
|
|
467 |
.widefat thead tr th, |
|
468 |
.widefat tfoot tr th, |
|
469 |
h3.dashboard-widget-title, |
|
470 |
h3.dashboard-widget-title span, |
|
471 |
h3.dashboard-widget-title small, |
|
472 |
.find-box-head { |
|
473 |
color: #333; |
|
474 |
background: #d5e6f2 url(../images/blue-grad.png) repeat-x scroll left top; |
|
475 |
} |
|
476 |
|
|
477 |
h3.dashboard-widget-title small a { |
|
478 |
color: #d7d7d7; |
|
479 |
} |
|
480 |
|
|
481 |
h3.dashboard-widget-title small a:hover { |
|
482 |
color: #fff; |
|
483 |
} |
|
484 |
|
|
485 |
a, |
|
486 |
#adminmenu a, |
|
487 |
#poststuff #edButtonPreview, |
|
488 |
#poststuff #edButtonHTML, |
|
489 |
#the-comment-list p.comment-author strong a, |
|
490 |
#media-upload a.del-link, |
|
491 |
#media-items a.delete, |
|
492 |
.plugins a.delete, |
|
493 |
.ui-tabs-nav a { |
|
494 |
color: #1c6280; |
|
495 |
} |
|
496 |
|
|
497 |
/* Because we don't want visited on these links */ |
|
498 |
body.press-this .tabs a, |
|
499 |
body.press-this .tabs a:hover { |
|
500 |
background-color: #fff; |
|
501 |
border-color: #c6d9e9; |
|
502 |
border-bottom-color: #fff; |
|
503 |
color: #d54e21; |
|
504 |
} |
|
505 |
|
|
506 |
#adminmenu #awaiting-mod, |
|
507 |
#adminmenu .update-plugins, |
|
508 |
#sidemenu a .update-plugins, |
|
509 |
#rightnow .reallynow, |
|
510 |
#plugin-information .action-button { |
|
511 |
background-color: #d54e21; |
|
512 |
color: #fff; |
|
513 |
} |
|
514 |
|
|
515 |
#adminmenu li a:hover #awaiting-mod, |
|
516 |
#adminmenu li a:hover .update-plugins, |
|
517 |
#sidemenu li a:hover .update-plugins { |
|
518 |
background-color: #264761; |
|
519 |
color: #fff; |
|
520 |
} |
|
521 |
|
|
522 |
#adminmenu li.current a #awaiting-mod, |
|
523 |
#adminmenu li.current a .update-plugins, |
|
524 |
#adminmenu li.wp-has-current-submenu a .update-plugins, |
|
525 |
#adminmenu li.wp-has-current-submenu a .update-plugins { |
|
526 |
background-color: #ddd; |
|
527 |
color: #000; |
|
528 |
text-shadow: none; |
|
529 |
-moz-box-shadow: rgba(0,0,0,0.2) 0 -1px 0; |
|
530 |
-khtml-box-shadow: rgba(0,0,0,0.2) 0 -1px 0; |
|
531 |
-webkit-box-shadow: rgba(0,0,0,0.2) 0 -1px 0; |
|
532 |
box-shadow: rgba(0,0,0,0.2) 0 -1px 0; |
|
533 |
} |
|
534 |
|
|
535 |
#adminmenu li.current a:hover #awaiting-mod, |
|
536 |
#adminmenu li.current a:hover .update-plugins, |
|
537 |
#adminmenu li.wp-has-current-submenu a:hover #awaiting-mod, |
|
538 |
#adminmenu li.wp-has-current-submenu a:hover .update-plugins { |
|
539 |
background-color: #264761; |
|
540 |
color: #fff; |
|
541 |
} |
|
542 |
|
|
543 |
div#media-upload-header, |
|
544 |
div#plugin-information-header { |
|
545 |
background-color: #f9f9f9; |
|
546 |
border-bottom-color: #dfdfdf; |
|
547 |
} |
|
548 |
|
|
549 |
#currenttheme img { |
|
550 |
border-color: #666; |
|
551 |
} |
|
552 |
|
|
553 |
#dashboard_secondary div.dashboard-widget-content ul li a { |
|
554 |
background-color: #f9f9f9; |
|
555 |
} |
|
556 |
|
|
557 |
input.readonly, textarea.readonly { |
|
558 |
background-color: #ddd; |
|
559 |
} |
|
560 |
|
|
561 |
#ed_toolbar input, |
|
562 |
#ed_reply_toolbar input { |
|
563 |
background: #fff url("../images/fade-butt.png") repeat-x 0 -2px; |
|
564 |
} |
|
565 |
|
|
566 |
#editable-post-name { |
|
567 |
background-color: #fffbcc; |
|
568 |
} |
|
569 |
|
|
570 |
#edit-slug-box strong, |
|
571 |
.tablenav .displaying-num, |
|
572 |
#submitted-on { |
|
573 |
color: #777; |
|
574 |
} |
|
575 |
|
|
576 |
.login #nav a { |
|
577 |
color: #21759b !important; |
|
578 |
} |
|
579 |
|
|
580 |
.login #nav a:hover { |
|
581 |
color: #d54e21 !important; |
|
582 |
} |
|
583 |
|
|
584 |
#footer, |
|
585 |
#footer-upgrade { |
|
586 |
background: #1d507d; |
|
587 |
color: #b6d1e4; |
|
588 |
} |
|
589 |
|
|
590 |
#media-items, |
|
591 |
.imgedit-group { |
|
592 |
border-color: #dfdfdf; |
|
593 |
} |
|
594 |
|
|
595 |
.checkbox, |
|
596 |
.side-info, |
|
597 |
.plugins tr, |
|
598 |
.postbox, |
|
599 |
#your-profile #rich_editing { |
|
600 |
background-color: #fff; |
|
601 |
} |
|
602 |
|
|
603 |
.plugins .inactive, |
|
604 |
.plugins .inactive th, |
|
605 |
.plugins .inactive td, |
|
606 |
tr.inactive + tr.plugin-update-tr .plugin-update { |
|
607 |
background-color: #ebeeef; |
|
608 |
} |
|
609 |
|
|
610 |
.plugin-update-tr .update-message { |
|
611 |
background-color: #fffbe4; |
|
612 |
border-color: #dfdfdf; |
|
613 |
} |
|
614 |
|
|
615 |
.plugins .active, |
|
616 |
.plugins .active th, |
|
617 |
.plugins .active td { |
|
618 |
color: #000; |
|
619 |
} |
|
620 |
|
|
621 |
.plugins .inactive a { |
|
622 |
color: #557799; |
|
623 |
} |
|
624 |
|
|
625 |
#the-comment-list tr.undo, |
|
626 |
#the-comment-list div.undo { |
|
627 |
background-color: #f4f4f4; |
|
628 |
} |
|
629 |
|
|
630 |
#the-comment-list .unapproved { |
|
631 |
background-color: #ffffe0; |
|
632 |
} |
|
633 |
|
|
634 |
#the-comment-list .approve a { |
|
635 |
color: #006505; |
|
636 |
} |
|
637 |
|
|
638 |
#the-comment-list .unapprove a { |
|
639 |
color: #d98500; |
|
640 |
} |
|
641 |
|
|
642 |
table.widefat span.delete a, |
|
643 |
table.widefat span.trash a, |
|
644 |
table.widefat span.spam a, |
|
645 |
#dashboard_recent_comments .delete a, |
|
646 |
#dashboard_recent_comments .trash a, |
|
647 |
#dashboard_recent_comments .spam a { |
|
648 |
color: #bc0b0b; |
|
649 |
} |
|
650 |
|
|
651 |
.widget, |
|
652 |
#widget-list .widget-top, |
|
653 |
.postbox, |
|
654 |
#titlediv, |
|
655 |
#poststuff .postarea, |
|
656 |
.stuffbox { |
|
657 |
border-color: #dfdfdf; |
|
658 |
} |
|
659 |
|
|
660 |
.widget, |
|
661 |
.postbox { |
|
662 |
background-color: #fff; |
|
663 |
} |
|
664 |
|
|
665 |
.ui-sortable .postbox h3 { |
|
666 |
color: #093e56; |
|
667 |
} |
|
668 |
|
|
669 |
.widget .widget-top, |
|
670 |
.ui-sortable .postbox h3:hover { |
|
671 |
color: #000; |
|
672 |
} |
|
673 |
|
|
674 |
.curtime #timestamp { |
|
675 |
background-image: url(../images/date-button.gif); |
|
676 |
} |
|
677 |
|
|
678 |
#quicktags #ed_link { |
|
679 |
color: #00f; |
|
680 |
} |
|
681 |
|
|
682 |
#rightnow .youhave { |
|
683 |
background-color: #f0f6fb; |
|
684 |
} |
|
685 |
|
|
686 |
#rightnow a { |
|
687 |
color: #448abd; |
|
688 |
} |
|
689 |
|
|
690 |
.tagchecklist span a, |
|
691 |
#bulk-titles div a { |
|
692 |
background: url(../images/xit.gif) no-repeat; |
|
693 |
} |
|
694 |
|
|
695 |
.tagchecklist span a:hover, |
|
696 |
#bulk-titles div a:hover { |
|
697 |
background: url(../images/xit.gif) no-repeat -10px 0; |
|
698 |
} |
|
699 |
|
|
700 |
#update-nag { |
|
701 |
background-color: #fffeeb; |
|
702 |
border-color: #ccc; |
|
703 |
color: #555; |
|
704 |
} |
|
705 |
|
|
706 |
.login #backtoblog a { |
|
707 |
color: #ccc; |
|
708 |
} |
|
709 |
|
|
710 |
#wphead { |
|
711 |
background-color: #1d507d; |
|
712 |
} |
|
713 |
|
|
714 |
body.login { |
|
715 |
border-top-color: #093e56; |
|
716 |
} |
|
717 |
|
|
718 |
#wphead h1 a { |
|
719 |
color: #fff; |
|
720 |
} |
|
721 |
|
|
722 |
#user_info { |
|
723 |
color: #b6d1e4; |
|
724 |
} |
|
725 |
|
|
726 |
#user_info a:link, |
|
727 |
#user_info a:visited, |
|
728 |
#footer a:link, |
|
729 |
#footer a:visited { |
|
730 |
color: #fff; |
|
731 |
text-decoration: none; |
|
732 |
} |
|
733 |
|
|
734 |
#user_info a:hover, |
|
735 |
#user_info a:active, |
|
736 |
#footer a:hover, |
|
737 |
#footer a:active { |
|
738 |
text-decoration: underline; |
|
739 |
} |
|
740 |
|
|
741 |
div#media-upload-error, |
|
742 |
.file-error, |
|
743 |
abbr.required, |
|
744 |
.widget-control-remove:hover, |
|
745 |
table.widefat .delete a:hover, |
|
746 |
table.widefat .trash a:hover, |
|
747 |
table.widefat .spam a:hover, |
|
748 |
#dashboard_recent_comments .delete a:hover, |
|
749 |
#dashboard_recent_comments .trash a:hover, |
|
750 |
#dashboard_recent_comments .spam a:hover { |
|
751 |
color: #f00; |
|
752 |
} |
|
753 |
|
|
754 |
/* password strength meter */ |
|
755 |
#pass-strength-result { |
|
756 |
background-color: #eee; |
|
757 |
border-color: #ddd !important; |
|
758 |
} |
|
759 |
|
|
760 |
#pass-strength-result.bad { |
|
761 |
background-color: #ffb78c; |
|
762 |
border-color: #ff853c !important; |
|
763 |
} |
|
764 |
|
|
765 |
#pass-strength-result.good { |
|
766 |
background-color: #ffec8b; |
|
767 |
border-color: #fc0 !important; |
|
768 |
} |
|
769 |
|
|
770 |
#pass-strength-result.short { |
|
771 |
background-color: #ffa0a0; |
|
772 |
border-color: #f04040 !important; |
|
773 |
} |
|
774 |
|
|
775 |
#pass-strength-result.strong { |
|
776 |
background-color: #c3ff88; |
|
777 |
border-color: #8dff1c !important; |
|
778 |
} |
|
779 |
|
|
780 |
/* editors */ |
|
781 |
#quicktags { |
|
782 |
border-color: #dfdfdf; |
|
783 |
background-color: #dfdfdf; |
|
784 |
} |
|
785 |
|
|
786 |
#ed_toolbar input { |
|
787 |
border-color: #c3c3c3; |
|
788 |
} |
|
789 |
|
|
790 |
#ed_toolbar input:hover { |
|
791 |
border-color: #aaa; |
|
792 |
background: #ddd; |
|
793 |
} |
|
794 |
|
|
795 |
#poststuff .wp_themeSkin .mceStatusbar { |
|
796 |
border-color: #ededed; |
|
797 |
} |
|
798 |
|
|
799 |
#poststuff #edButtonPreview, |
|
800 |
#poststuff #edButtonHTML { |
|
801 |
background-color: #f2f1eb; |
|
802 |
border-color: #dfdfdf; |
|
803 |
color: #999; |
|
804 |
} |
|
805 |
|
|
806 |
#poststuff #editor-toolbar .active { |
|
807 |
border-bottom-color: #e3eef7; |
|
808 |
background-color: #e3eef7; |
|
809 |
color: #333; |
|
810 |
} |
|
811 |
|
|
812 |
/* TinyMCE */ |
|
813 |
#post-status-info { |
|
814 |
background-color: #ededed; |
|
815 |
} |
|
816 |
|
|
817 |
.wp_themeSkin *, |
|
818 |
.wp_themeSkin a:hover, |
|
819 |
.wp_themeSkin a:link, |
|
820 |
.wp_themeSkin a:visited, |
|
821 |
.wp_themeSkin a:active { |
|
822 |
color: #000; |
|
823 |
} |
|
824 |
|
|
825 |
/* Containers */ |
|
826 |
.wp_themeSkin iframe { |
|
827 |
background: #fff; |
|
828 |
} |
|
829 |
|
|
830 |
/* Layout */ |
|
831 |
.wp_themeSkin .mceStatusbar { |
|
832 |
color: #000; |
|
833 |
background-color: #f5f5f5; |
|
834 |
} |
|
835 |
|
|
836 |
/* Button */ |
|
837 |
.wp_themeSkin .mceButton { |
|
838 |
background-color: #e9e8e8; |
|
839 |
border-color: #b2b2b2; |
|
840 |
} |
|
841 |
|
|
842 |
.wp_themeSkin a.mceButtonEnabled:hover, |
|
843 |
.wp_themeSkin a.mceButtonActive, |
|
844 |
.wp_themeSkin a.mceButtonSelected { |
|
845 |
background-color: #d5d5d5; |
|
846 |
border-color: #777 !important; |
|
847 |
} |
|
848 |
|
|
849 |
.wp_themeSkin .mceButtonDisabled { |
|
850 |
border-color: #ccc !important; |
|
851 |
} |
|
852 |
|
|
853 |
/* ListBox */ |
|
854 |
.wp_themeSkin .mceListBox .mceText, |
|
855 |
.wp_themeSkin .mceListBox .mceOpen { |
|
856 |
border-color: #b2b2b2; |
|
857 |
background-color: #d5d5d5; |
|
858 |
} |
|
859 |
|
|
860 |
.wp_themeSkin table.mceListBoxEnabled:hover .mceOpen, |
|
861 |
.wp_themeSkin .mceListBoxHover .mceOpen, |
|
862 |
.wp_themeSkin .mceListBoxSelected .mceOpen, |
|
863 |
.wp_themeSkin .mceListBoxSelected .mceText { |
|
864 |
border-color: #777 !important; |
|
865 |
background-color: #d5d5d5; |
|
866 |
} |
|
867 |
|
|
868 |
.wp_themeSkin table.mceListBoxEnabled:hover .mceText, |
|
869 |
.wp_themeSkin .mceListBoxHover .mceText { |
|
870 |
border-color: #777 !important; |
|
871 |
} |
|
872 |
|
|
873 |
.wp_themeSkin select.mceListBox { |
|
874 |
border-color: #b2b2b2; |
|
875 |
background-color: #fff; |
|
876 |
} |
|
877 |
|
|
878 |
/* SplitButton */ |
|
879 |
.wp_themeSkin .mceSplitButton a.mceAction, |
|
880 |
.wp_themeSkin .mceSplitButton a.mceOpen { |
|
881 |
border-color: #b2b2b2; |
|
882 |
} |
|
883 |
|
|
884 |
.wp_themeSkin .mceSplitButton a.mceOpen:hover, |
|
885 |
.wp_themeSkin .mceSplitButtonSelected a.mceOpen, |
|
886 |
.wp_themeSkin table.mceSplitButtonEnabled:hover a.mceAction, |
|
887 |
.wp_themeSkin .mceSplitButton a.mceAction:hover { |
|
888 |
background-color: #d5d5d5; |
|
889 |
border-color: #777 !important; |
|
890 |
} |
|
891 |
|
|
892 |
.wp_themeSkin .mceSplitButtonActive { |
|
893 |
background-color: #b2b2b2; |
|
894 |
} |
|
895 |
|
|
896 |
/* ColorSplitButton */ |
|
897 |
.wp_themeSkin div.mceColorSplitMenu table { |
|
898 |
background-color: #ebebeb; |
|
899 |
border-color: #b2b2b2; |
|
900 |
} |
|
901 |
|
|
902 |
.wp_themeSkin .mceColorSplitMenu a { |
|
903 |
border-color: #b2b2b2; |
|
904 |
} |
|
905 |
|
|
906 |
.wp_themeSkin .mceColorSplitMenu a.mceMoreColors { |
|
907 |
border-color: #fff; |
|
908 |
} |
|
909 |
|
|
910 |
.wp_themeSkin .mceColorSplitMenu a.mceMoreColors:hover { |
|
911 |
border-color: #0a246a; |
|
912 |
background-color: #b6bdd2; |
|
913 |
} |
|
914 |
|
|
915 |
.wp_themeSkin a.mceMoreColors:hover { |
|
916 |
border-color: #0a246a; |
|
917 |
} |
|
918 |
|
|
919 |
/* Menu */ |
|
920 |
.wp_themeSkin .mceMenu { |
|
921 |
border-color: #ddd; |
|
922 |
} |
|
923 |
|
|
924 |
.wp_themeSkin .mceMenu table { |
|
925 |
background-color: #ebeaeb; |
|
926 |
} |
|
927 |
|
|
928 |
.wp_themeSkin .mceMenu .mceText { |
|
929 |
color: #000; |
|
930 |
} |
|
931 |
|
|
932 |
.wp_themeSkin .mceMenu .mceMenuItemEnabled a:hover, |
|
933 |
.wp_themeSkin .mceMenu .mceMenuItemActive { |
|
934 |
background-color: #f5f5f5; |
|
935 |
} |
|
936 |
.wp_themeSkin td.mceMenuItemSeparator { |
|
937 |
background-color: #aaa; |
|
938 |
} |
|
939 |
.wp_themeSkin .mceMenuItemTitle a { |
|
940 |
background-color: #ccc; |
|
941 |
border-bottom-color: #aaa; |
|
942 |
} |
|
943 |
.wp_themeSkin .mceMenuItemTitle span.mceText { |
|
944 |
color: #000; |
|
945 |
} |
|
946 |
.wp_themeSkin .mceMenuItemDisabled .mceText { |
|
947 |
color: #888; |
|
948 |
} |
|
949 |
|
|
950 |
#quicktags, |
|
951 |
.wp_themeSkin tr.mceFirst td.mceToolbar { |
|
952 |
background: #e3eef7 url("../images/ed-bg-vs.gif") repeat-x scroll left top; |
|
953 |
} |
|
954 |
.wp_themeSkin tr.mceFirst td.mceToolbar { |
|
955 |
border-color: #dfdfdf; |
|
956 |
} |
|
957 |
|
|
958 |
.wp-admin #mceModalBlocker { |
|
959 |
background: #000; |
|
960 |
} |
|
961 |
|
|
962 |
.wp-admin .clearlooks2 .mceFocus .mceTop .mceLeft { |
|
963 |
background: #444; |
|
964 |
border-left: 1px solid #999; |
|
965 |
border-top: 1px solid #999; |
|
966 |
-moz-border-radius: 4px 0 0 0; |
|
967 |
-webkit-border-top-left-radius: 4px; |
|
968 |
-khtml-border-top-left-radius: 4px; |
|
969 |
border-top-left-radius: 4px; |
|
970 |
} |
|
971 |
|
|
972 |
.wp-admin .clearlooks2 .mceFocus .mceTop .mceRight { |
|
973 |
background: #444; |
|
974 |
border-right: 1px solid #999; |
|
975 |
border-top: 1px solid #999; |
|
976 |
border-top-right-radius: 4px; |
|
977 |
-khtml-border-top-right-radius: 4px; |
|
978 |
-webkit-border-top-right-radius: 4px; |
|
979 |
-moz-border-radius: 0 4px 0 0; |
|
980 |
} |
|
981 |
|
|
982 |
.wp-admin .clearlooks2 .mceMiddle .mceLeft { |
|
983 |
background: #f1f1f1; |
|
984 |
border-left: 1px solid #999; |
|
985 |
} |
|
986 |
|
|
987 |
.wp-admin .clearlooks2 .mceMiddle .mceRight { |
|
988 |
background: #f1f1f1; |
|
989 |
border-right: 1px solid #999; |
|
990 |
} |
|
991 |
|
|
992 |
.wp-admin .clearlooks2 .mceBottom { |
|
993 |
background: #f1f1f1; |
|
994 |
border-bottom: 1px solid #999; |
|
995 |
} |
|
996 |
|
|
997 |
.wp-admin .clearlooks2 .mceBottom .mceLeft { |
|
998 |
background: #f1f1f1; |
|
999 |
border-bottom: 1px solid #999; |
|
1000 |
border-left: 1px solid #999; |
|
1001 |
} |
|
1002 |
|
|
1003 |
.wp-admin .clearlooks2 .mceBottom .mceCenter { |
|
1004 |
background: #f1f1f1; |
|
1005 |
border-bottom: 1px solid #999; |
|
1006 |
} |
|
1007 |
|
|
1008 |
.wp-admin .clearlooks2 .mceBottom .mceRight { |
|
1009 |
background: #f1f1f1; |
|
1010 |
border-bottom: 1px solid #999; |
|
1011 |
border-right: 1px solid #999; |
|
1012 |
} |
|
1013 |
|
|
1014 |
.wp-admin .clearlooks2 .mceFocus .mceTop span { |
|
1015 |
color: #e5e5e5; |
|
1016 |
} |
|
1017 |
/* end TinyMCE */ |
|
1018 |
|
|
1019 |
#editorcontainer, |
|
1020 |
#post-status-info, |
|
1021 |
#titlediv #title, |
|
1022 |
.editwidget .widget-inside { |
|
1023 |
border-color: #dfdfdf; |
|
1024 |
} |
|
1025 |
|
|
1026 |
#titlediv #title { |
|
1027 |
background-color: #fff; |
|
1028 |
} |
|
1029 |
|
|
1030 |
#tTips p#tTips_inside { |
|
1031 |
background-color: #ddd; |
|
1032 |
color: #333; |
|
1033 |
} |
|
1034 |
|
|
1035 |
#timestampdiv input, |
|
1036 |
#namediv input, |
|
1037 |
#poststuff .inside .the-tagcloud { |
|
1038 |
border-color: #dfdfdf; |
|
1039 |
} |
|
1040 |
|
|
1041 |
/* menu */ |
|
1042 |
#adminmenu * { |
|
1043 |
border-color: #dfdfdf; |
|
1044 |
} |
|
1045 |
|
|
1046 |
#adminmenu li.wp-menu-separator { |
|
1047 |
background: transparent url(../images/menu-arrows.gif) no-repeat scroll left 5px; |
|
1048 |
} |
|
1049 |
|
|
1050 |
.folded #adminmenu li.wp-menu-separator { |
|
1051 |
background: transparent url(../images/menu-arrows.gif) no-repeat scroll right -34px; |
|
1052 |
} |
|
1053 |
|
|
1054 |
#adminmenu li.wp-has-current-submenu.wp-menu-open .wp-menu-toggle, |
|
1055 |
#adminmenu li.wp-has-current-submenu:hover .wp-menu-toggle { |
|
1056 |
background: transparent url(../images/menu-bits-vs.gif) no-repeat scroll left -207px; |
|
1057 |
} |
|
1058 |
|
|
1059 |
#adminmenu .wp-has-submenu:hover .wp-menu-toggle, |
|
1060 |
#adminmenu .wp-menu-open .wp-menu-toggle { |
|
1061 |
background: transparent url(../images/menu-bits-vs.gif) no-repeat scroll left -109px; |
|
1062 |
} |
|
1063 |
|
|
1064 |
#adminmenu a.menu-top { |
|
1065 |
background: #eaf3fa url(../images/menu-bits-vs.gif) repeat-x scroll left -379px; |
|
1066 |
} |
|
1067 |
|
|
1068 |
#adminmenu .wp-submenu a { |
|
1069 |
background: #fff url(../images/menu-bits-vs.gif) no-repeat scroll 0 -310px; |
|
1070 |
} |
|
1071 |
|
|
1072 |
#adminmenu .wp-has-current-submenu ul li a { |
|
1073 |
background: none; |
|
1074 |
} |
|
1075 |
|
|
1076 |
#adminmenu .wp-has-current-submenu ul li a.current { |
|
1077 |
background: url(../images/menu-dark.gif) top left no-repeat !important; |
|
1078 |
} |
|
1079 |
|
|
1080 |
#adminmenu li.wp-has-current-submenu a.wp-has-current-submenu, |
|
1081 |
#adminmenu .menu-top .current { |
|
1082 |
background: #3c6b95 url(../images/menu-bits-vs.gif) top left repeat-x; |
|
1083 |
border-color: #1d507d; |
|
1084 |
color: #fff; |
|
1085 |
text-shadow: rgba(0,0,0,0.4) 0 -1px 0; |
|
1086 |
} |
|
1087 |
|
|
1088 |
#adminmenu li.wp-has-current-submenu .wp-submenu, |
|
1089 |
#adminmenu li.wp-has-current-submenu ul li a { |
|
1090 |
border-color: #aaa !important; |
|
1091 |
} |
|
1092 |
|
|
1093 |
#adminmenu li.wp-has-current-submenu ul li a { |
|
1094 |
background: url(../images/menu-dark.gif) bottom left no-repeat !important; |
|
1095 |
} |
|
1096 |
|
|
1097 |
#adminmenu li.wp-has-current-submenu ul { |
|
1098 |
border-bottom-color: #aaa; |
|
1099 |
} |
|
1100 |
|
|
1101 |
#adminmenu li.menu-top .current:hover { |
|
1102 |
border-color: #6583c0; |
|
1103 |
} |
|
1104 |
|
|
1105 |
#adminmenu .wp-submenu .current a.current { |
|
1106 |
background: transparent url(../images/menu-bits-vs.gif) no-repeat scroll 0 -289px; |
|
1107 |
} |
|
1108 |
|
|
1109 |
#adminmenu .wp-submenu a:hover { |
|
1110 |
background-color: #eaf2fa !important; |
|
1111 |
color: #333 !important; |
|
1112 |
} |
|
1113 |
|
|
1114 |
#adminmenu .wp-submenu li.current, |
|
1115 |
#adminmenu .wp-submenu li.current a, |
|
1116 |
#adminmenu .wp-submenu li.current a:hover { |
|
1117 |
color: #333; |
|
1118 |
background-color: #f5f5f5; |
|
1119 |
background-image: none; |
|
1120 |
border-color: #e3e3e3; |
|
1121 |
text-shadow: rgba(255,255,255,1) 0 1px 0; |
|
1122 |
} |
|
1123 |
|
|
1124 |
#adminmenu .wp-submenu ul { |
|
1125 |
background-color: #fff; |
|
1126 |
} |
|
1127 |
|
|
1128 |
.folded #adminmenu li.menu-top, |
|
1129 |
#adminmenu .wp-submenu .wp-submenu-head { |
|
1130 |
background-color: #eaf2fa; |
|
1131 |
} |
|
1132 |
|
|
1133 |
.folded #adminmenu li.wp-has-current-submenu, |
|
1134 |
.folded #adminmenu li.menu-top.current { |
|
1135 |
background-color: #bbd8e7; |
|
1136 |
} |
|
1137 |
|
|
1138 |
#adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head { |
|
1139 |
background-color: #bbd8e7; |
|
1140 |
border-color: #8cbdd5; |
|
1141 |
} |
|
1142 |
|
|
1143 |
#adminmenu div.wp-submenu { |
|
1144 |
background-color: transparent; |
|
1145 |
} |
|
1146 |
|
|
1147 |
/* menu icons */ |
|
1148 |
#adminmenu #menu-dashboard div.wp-menu-image { |
|
1149 |
background: transparent url("../images/menu-vs.png") no-repeat scroll -61px -33px; |
|
1150 |
} |
|
1151 |
|
|
1152 |
#adminmenu #menu-dashboard:hover div.wp-menu-image, |
|
1153 |
#adminmenu #menu-dashboard.wp-has-current-submenu div.wp-menu-image, |
|
1154 |
#adminmenu #menu-dashboard.current div.wp-menu-image { |
|
1155 |
background: transparent url("../images/menu-vs.png") no-repeat scroll -61px -1px; |
|
1156 |
} |
|
1157 |
|
|
1158 |
#adminmenu #menu-posts div.wp-menu-image { |
|
1159 |
background: transparent url("../images/menu-vs.png") no-repeat scroll -272px -33px; |
|
1160 |
} |
|
1161 |
|
|
1162 |
#adminmenu #menu-posts:hover div.wp-menu-image, |
|
1163 |
#adminmenu #menu-posts.wp-has-current-submenu div.wp-menu-image { |
|
1164 |
background: transparent url("../images/menu-vs.png") no-repeat scroll -272px -1px; |
|
1165 |
} |
|
1166 |
|
|
1167 |
#adminmenu #menu-media div.wp-menu-image { |
|
1168 |
background: transparent url("../images/menu-vs.png") no-repeat scroll -121px -33px; |
|
1169 |
} |
|
1170 |
|
|
1171 |
#adminmenu #menu-media:hover div.wp-menu-image, |
|
1172 |
#adminmenu #menu-media.wp-has-current-submenu div.wp-menu-image { |
|
1173 |
background: transparent url("../images/menu-vs.png") no-repeat scroll -121px -1px; |
|
1174 |
} |
|
1175 |
|
|
1176 |
#adminmenu #menu-links div.wp-menu-image { |
|
1177 |
background: transparent url("../images/menu-vs.png") no-repeat scroll -91px -33px; |
|
1178 |
} |
|
1179 |
|
|
1180 |
#adminmenu #menu-links:hover div.wp-menu-image, |
|
1181 |
#adminmenu #menu-links.wp-has-current-submenu div.wp-menu-image { |
|
1182 |
background: transparent url("../images/menu-vs.png") no-repeat scroll -91px -1px; |
|
1183 |
} |
|
1184 |
|
|
1185 |
#adminmenu #menu-pages div.wp-menu-image { |
|
1186 |
background: transparent url("../images/menu-vs.png") no-repeat scroll -151px -33px; |
|
1187 |
} |
|
1188 |
|
|
1189 |
#adminmenu #menu-pages:hover div.wp-menu-image, |
|
1190 |
#adminmenu #menu-pages.wp-has-current-submenu div.wp-menu-image { |
|
1191 |
background: transparent url("../images/menu-vs.png") no-repeat scroll -151px -1px; |
|
1192 |
} |
|
1193 |
|
|
1194 |
#adminmenu #menu-comments div.wp-menu-image { |
|
1195 |
background: transparent url("../images/menu-vs.png") no-repeat scroll -31px -33px; |
|
1196 |
} |
|
1197 |
|
|
1198 |
#adminmenu #menu-comments:hover div.wp-menu-image, |
|
1199 |
#adminmenu #menu-comments.wp-has-current-submenu div.wp-menu-image, |
|
1200 |
#adminmenu #menu-comments.current div.wp-menu-image { |
|
1201 |
background: transparent url("../images/menu-vs.png") no-repeat scroll -31px -1px; |
|
1202 |
} |
|
1203 |
|
|
1204 |
#adminmenu #menu-appearance div.wp-menu-image { |
|
1205 |
background: transparent url("../images/menu-vs.png") no-repeat scroll -1px -33px; |
|
1206 |
} |
|
1207 |
|
|
1208 |
#adminmenu #menu-appearance:hover div.wp-menu-image, |
|
1209 |
#adminmenu #menu-appearance.wp-has-current-submenu div.wp-menu-image { |
|
1210 |
background: transparent url("../images/menu-vs.png") no-repeat scroll -1px -1px; |
|
1211 |
} |
|
1212 |
|
|
1213 |
#adminmenu #menu-plugins div.wp-menu-image { |
|
1214 |
background: transparent url("../images/menu-vs.png") no-repeat scroll -181px -33px; |
|
1215 |
} |
|
1216 |
|
|
1217 |
#adminmenu #menu-plugins:hover div.wp-menu-image, |
|
1218 |
#adminmenu #menu-plugins.wp-has-current-submenu div.wp-menu-image { |
|
1219 |
background: transparent url("../images/menu-vs.png") no-repeat scroll -181px -1px; |
|
1220 |
} |
|
1221 |
|
|
1222 |
#adminmenu #menu-users div.wp-menu-image { |
|
1223 |
background: transparent url("../images/menu-vs.png") no-repeat scroll -301px -33px; |
|
1224 |
} |
|
1225 |
|
|
1226 |
#adminmenu #menu-users:hover div.wp-menu-image, |
|
1227 |
#adminmenu #menu-users.wp-has-current-submenu div.wp-menu-image { |
|
1228 |
background: transparent url("../images/menu-vs.png") no-repeat scroll -301px -1px; |
|
1229 |
} |
|
1230 |
|
|
1231 |
#adminmenu #menu-tools div.wp-menu-image { |
|
1232 |
background: transparent url("../images/menu-vs.png") no-repeat scroll -211px -33px; |
|
1233 |
} |
|
1234 |
|
|
1235 |
#adminmenu #menu-tools:hover div.wp-menu-image, |
|
1236 |
#adminmenu #menu-tools.wp-has-current-submenu div.wp-menu-image { |
|
1237 |
background: transparent url("../images/menu-vs.png") no-repeat scroll -211px -1px; |
|
1238 |
} |
|
1239 |
|
|
1240 |
#adminmenu #menu-settings div.wp-menu-image { |
|
1241 |
background: transparent url("../images/menu-vs.png") no-repeat scroll -241px -33px; |
|
1242 |
} |
|
1243 |
|
|
1244 |
#adminmenu #menu-settings:hover div.wp-menu-image, |
|
1245 |
#adminmenu #menu-settings.wp-has-current-submenu div.wp-menu-image { |
|
1246 |
background: transparent url("../images/menu-vs.png") no-repeat scroll -241px -1px; |
|
1247 |
} |
|
1248 |
/* end menu */ |
|
1249 |
|
|
1250 |
|
|
1251 |
/* Diff */ |
|
1252 |
table.diff .diff-deletedline { |
|
1253 |
background-color: #fdd; |
|
1254 |
} |
|
1255 |
|
|
1256 |
table.diff .diff-deletedline del { |
|
1257 |
background-color: #f99; |
|
1258 |
} |
|
1259 |
|
|
1260 |
table.diff .diff-addedline { |
|
1261 |
background-color: #dfd; |
|
1262 |
} |
|
1263 |
|
|
1264 |
table.diff .diff-addedline ins { |
|
1265 |
background-color: #9f9; |
|
1266 |
} |
|
1267 |
|
|
1268 |
#att-info { |
|
1269 |
background-color: #e4f2fd; |
|
1270 |
} |
|
1271 |
|
|
1272 |
/* edit image */ |
|
1273 |
#sidemenu a { |
|
1274 |
background-color: #f9f9f9; |
|
1275 |
border-color: #f9f9f9; |
|
1276 |
border-bottom-color: #dfdfdf; |
|
1277 |
} |
|
1278 |
|
|
1279 |
#sidemenu a.current { |
|
1280 |
background-color: #fff; |
|
1281 |
border-color: #dfdfdf #dfdfdf #fff; |
|
1282 |
color: #d54e21; |
|
1283 |
} |
|
1284 |
|
|
1285 |
#screen-options-wrap, |
|
1286 |
#contextual-help-wrap { |
|
1287 |
background-color: #eae9e4; |
|
1288 |
border-color: #dfdfdf; |
|
1289 |
} |
|
1290 |
|
|
1291 |
#screen-meta-links a.show-settings { |
|
1292 |
color: #606060; |
|
1293 |
} |
|
1294 |
|
|
1295 |
#screen-meta-links a.show-settings:hover { |
|
1296 |
color: #000; |
|
1297 |
} |
|
1298 |
|
|
1299 |
#replysubmit { |
|
1300 |
background-color: #f1f1f1; |
|
1301 |
border-top-color: #ddd; |
|
1302 |
} |
|
1303 |
|
|
1304 |
#replyerror { |
|
1305 |
border-color: #ddd; |
|
1306 |
background-color: #f9f9f9; |
|
1307 |
} |
|
1308 |
|
|
1309 |
#edithead, |
|
1310 |
#replyhead { |
|
1311 |
background-color: #f1f1f1; |
|
1312 |
} |
|
1313 |
|
|
1314 |
#ed_reply_toolbar { |
|
1315 |
background-color: #e9e9e9; |
|
1316 |
} |
|
1317 |
|
|
1318 |
/* table vim shortcuts */ |
|
1319 |
.vim-current, |
|
1320 |
.vim-current th, |
|
1321 |
.vim-current td { |
|
1322 |
background-color: #e4f2fd !important; |
|
1323 |
} |
|
1324 |
|
|
1325 |
/* Install Plugins */ |
|
1326 |
.star-average, |
|
1327 |
.star.star-rating { |
|
1328 |
background-color: #fc0; |
|
1329 |
} |
|
1330 |
|
|
1331 |
div.star.select:hover { |
|
1332 |
background-color: #d00; |
|
1333 |
} |
|
1334 |
|
|
1335 |
#plugin-information .fyi ul { |
|
1336 |
background-color: #eaf3fa; |
|
1337 |
} |
|
1338 |
|
|
1339 |
#plugin-information .fyi h2.mainheader { |
|
1340 |
background-color: #cee1ef; |
|
1341 |
} |
|
1342 |
|
|
1343 |
#plugin-information pre, |
|
1344 |
#plugin-information code { |
|
1345 |
background-color: #ededff; |
|
1346 |
} |
|
1347 |
|
|
1348 |
#plugin-information pre { |
|
1349 |
border: 1px solid #ccc; |
|
1350 |
} |
|
1351 |
|
|
1352 |
/* inline editor */ |
|
1353 |
.inline-edit-row fieldset input[type="text"], |
|
1354 |
.inline-edit-row fieldset textarea, |
|
1355 |
#bulk-titles, |
|
1356 |
#replyrow input { |
|
1357 |
border-color: #ddd; |
|
1358 |
} |
|
1359 |
|
|
1360 |
.inline-editor div.title { |
|
1361 |
background-color: #eaf3fa; |
|
1362 |
} |
|
1363 |
|
|
1364 |
.inline-editor ul.cat-checklist { |
|
1365 |
background-color: #fff; |
|
1366 |
border-color: #ddd; |
|
1367 |
} |
|
1368 |
|
|
1369 |
.inline-editor .categories .catshow, |
|
1370 |
.inline-editor .categories .cathide { |
|
1371 |
color: #21759b; |
|
1372 |
} |
|
1373 |
|
|
1374 |
.inline-editor .quick-edit-save { |
|
1375 |
background-color: #f1f1f1; |
|
1376 |
} |
|
1377 |
|
|
1378 |
#replyrow #ed_reply_toolbar input:hover { |
|
1379 |
border-color: #aaa; |
|
1380 |
background: #ddd; |
|
1381 |
} |
|
1382 |
|
|
1383 |
fieldset.inline-edit-col-right .inline-edit-col { |
|
1384 |
border-color: #dfdfdf; |
|
1385 |
} |
|
1386 |
|
|
1387 |
.attention { |
|
1388 |
color: #d54e21; |
|
1389 |
} |
|
1390 |
|
|
1391 |
.meta-box-sortables .postbox:hover .handlediv { |
|
1392 |
background: transparent url(../images/menu-bits-vs.gif) no-repeat scroll left -111px; |
|
1393 |
} |
|
1394 |
|
|
1395 |
#major-publishing-actions { |
|
1396 |
background: #eaf2fa; |
|
1397 |
} |
|
1398 |
|
|
1399 |
.tablenav .tablenav-pages { |
|
1400 |
color: #555; |
|
1401 |
} |
|
1402 |
|
|
1403 |
.tablenav .tablenav-pages a { |
|
1404 |
border-color: #e3e3e3; |
|
1405 |
background: #eee url('../images/menu-bits-vs.gif') repeat-x scroll left -379px; |
|
1406 |
} |
|
1407 |
|
|
1408 |
.tablenav .tablenav-pages a:hover { |
|
1409 |
color: #d54e21; |
|
1410 |
border-color: #d54321; |
|
1411 |
} |
|
1412 |
|
|
1413 |
.tablenav .tablenav-pages a:active { |
|
1414 |
color: #fff !important; |
|
1415 |
} |
|
1416 |
|
|
1417 |
.tablenav .tablenav-pages .current { |
|
1418 |
background: #dfdfdf; |
|
1419 |
border-color: #d3d3d3; |
|
1420 |
} |
|
1421 |
|
|
1422 |
#availablethemes, |
|
1423 |
#availablethemes td { |
|
1424 |
border-color: #ddd; |
|
1425 |
} |
|
1426 |
|
|
1427 |
#current-theme img { |
|
1428 |
border-color: #999; |
|
1429 |
} |
|
1430 |
|
|
1431 |
#TB_window #TB_title a.tb-theme-preview-link, |
|
1432 |
#TB_window #TB_title a.tb-theme-preview-link:visited { |
|
1433 |
color: #999; |
|
1434 |
} |
|
1435 |
|
|
1436 |
#TB_window #TB_title a.tb-theme-preview-link:hover, |
|
1437 |
#TB_window #TB_title a.tb-theme-preview-link:focus { |
|
1438 |
color: #ccc; |
|
1439 |
} |
|
1440 |
|
|
1441 |
.misc-pub-section { |
|
1442 |
border-bottom-color: #eee; |
|
1443 |
} |
|
1444 |
|
|
1445 |
#minor-publishing { |
|
1446 |
border-bottom-color: #ddd; |
|
1447 |
} |
|
1448 |
|
|
1449 |
#post-body .misc-pub-section { |
|
1450 |
border-right-color: #eee; |
|
1451 |
} |
|
1452 |
|
|
1453 |
.post-com-count span { |
|
1454 |
background-color: #bbb; |
|
1455 |
} |
|
1456 |
|
|
1457 |
.form-table .color-palette td { |
|
1458 |
border-color: #fff; |
|
1459 |
} |
|
1460 |
|
|
1461 |
.sortable-placeholder { |
|
1462 |
border-color: #bbb; |
|
1463 |
background-color: #f5f5f5; |
|
1464 |
} |
|
1465 |
|
|
1466 |
#post-body ul#category-tabs li.tabs a { |
|
1467 |
color: #333; |
|
1468 |
} |
|
1469 |
|
|
1470 |
#wp_editimgbtn, |
|
1471 |
#wp_delimgbtn, |
|
1472 |
#wp_editgallery, |
|
1473 |
#wp_delgallery { |
|
1474 |
border-color: #999; |
|
1475 |
background-color: #eee; |
|
1476 |
} |
|
1477 |
|
|
1478 |
#wp_editimgbtn:hover, |
|
1479 |
#wp_delimgbtn:hover, |
|
1480 |
#wp_editgallery:hover, |
|
1481 |
#wp_delgallery:hover { |
|
1482 |
border-color: #555; |
|
1483 |
background-color: #ccc; |
|
1484 |
} |
|
1485 |
|
|
1486 |
#favorite-first { |
|
1487 |
background: #5580a6 url(../images/fav-vs.png) repeat-x 0 center; |
|
1488 |
border-color: #517ea5 !important; |
|
1489 |
border-bottom-color: #416686 !important; |
|
1490 |
} |
|
1491 |
|
|
1492 |
#favorite-actions .slide-down { |
|
1493 |
background-image: url(../images/fav-top-vs.gif); |
|
1494 |
background-position:0 0; |
|
1495 |
background-repeat: repeat-x; |
|
1496 |
} |
|
1497 |
|
|
1498 |
#favorite-inside { |
|
1499 |
border-color: #5b86ac; |
|
1500 |
background-color: #5580a6; |
|
1501 |
} |
|
1502 |
|
|
1503 |
#favorite-toggle { |
|
1504 |
background: transparent url(../images/fav-arrow-vs.gif) no-repeat 0 -4px; |
|
1505 |
} |
|
1506 |
|
|
1507 |
#favorite-actions a { |
|
1508 |
color: #ddd; |
|
1509 |
} |
|
1510 |
|
|
1511 |
#favorite-actions a:hover { |
|
1512 |
color: #fff; |
|
1513 |
} |
|
1514 |
|
|
1515 |
#favorite-inside a:hover { |
|
1516 |
text-decoration: underline; |
|
1517 |
} |
|
1518 |
|
|
1519 |
#favorite-actions .slide-down { |
|
1520 |
border-bottom-color: #626262; |
|
1521 |
} |
|
1522 |
|
|
1523 |
#screen-meta a.show-settings { |
|
1524 |
background-color: transparent; |
|
1525 |
text-shadow: rgba(255,255,255,0.7) 0 1px 0; |
|
1526 |
} |
|
1527 |
|
|
1528 |
#icon-edit, |
|
1529 |
#icon-post { |
|
1530 |
background: transparent url(../images/icons32-vs.png) no-repeat -552px -5px; |
|
1531 |
} |
|
1532 |
|
|
1533 |
#icon-index { |
|
1534 |
background: transparent url(../images/icons32-vs.png) no-repeat -137px -5px; |
|
1535 |
} |
|
1536 |
|
|
1537 |
#icon-upload { |
|
1538 |
background: transparent url(../images/icons32-vs.png) no-repeat -251px -5px; |
|
1539 |
} |
|
1540 |
|
|
1541 |
#icon-link-manager, |
|
1542 |
#icon-link, |
|
1543 |
#icon-link-category { |
|
1544 |
background: transparent url(../images/icons32-vs.png) no-repeat -190px -5px; |
|
1545 |
} |
|
1546 |
|
|
1547 |
#icon-edit-pages, |
|
1548 |
#icon-page { |
|
1549 |
background: transparent url(../images/icons32-vs.png) no-repeat -312px -5px; |
|
1550 |
} |
|
1551 |
|
|
1552 |
#icon-edit-comments { |
|
1553 |
background: transparent url(../images/icons32-vs.png) no-repeat -72px -5px; |
|
1554 |
} |
|
1555 |
|
|
1556 |
#icon-themes { |
|
1557 |
background: transparent url(../images/icons32-vs.png) no-repeat -11px -5px; |
|
1558 |
} |
|
1559 |
|
|
1560 |
#icon-plugins { |
|
1561 |
background: transparent url(../images/icons32-vs.png) no-repeat -370px -5px; |
|
1562 |
} |
|
1563 |
|
|
1564 |
#icon-users, |
|
1565 |
#icon-profile, |
|
1566 |
#icon-user-edit { |
|
1567 |
background: transparent url(../images/icons32-vs.png) no-repeat -600px -5px; |
|
1568 |
} |
|
1569 |
|
|
1570 |
#icon-tools, |
|
1571 |
#icon-admin { |
|
1572 |
background: transparent url(../images/icons32-vs.png) no-repeat -432px -5px; |
|
1573 |
} |
|
1574 |
|
|
1575 |
#icon-options-general { |
|
1576 |
background: transparent url(../images/icons32-vs.png) no-repeat -492px -5px; |
|
1577 |
} |
|
1578 |
|
|
1579 |
.view-switch #view-switch-list { |
|
1580 |
background: transparent url(../images/list-vs.png) no-repeat 0 0; |
|
1581 |
} |
|
1582 |
|
|
1583 |
.view-switch #view-switch-list.current { |
|
1584 |
background: transparent url(../images/list-vs.png) no-repeat -40px 0; |
|
1585 |
} |
|
1586 |
|
|
1587 |
.view-switch #view-switch-excerpt { |
|
1588 |
background: transparent url(../images/list-vs.png) no-repeat -20px 0; |
|
1589 |
} |
|
1590 |
|
|
1591 |
.view-switch #view-switch-excerpt.current { |
|
1592 |
background: transparent url(../images/list-vs.png) no-repeat -60px 0; |
|
1593 |
} |
|
1594 |
|
|
1595 |
#header-logo { |
|
1596 |
background: transparent url(../images/wp-logo-vs.gif) no-repeat scroll center center; |
|
1597 |
} |
|
1598 |
|
|
1599 |
#wphead #site-visit-button { |
|
1600 |
background-color: #3c6b95; |
|
1601 |
background-image: url(../images/visit-site-button-grad-vs.gif); |
|
1602 |
color: #b6d1e4; |
|
1603 |
text-shadow: #3f3f3f 0 -1px 0; |
|
1604 |
} |
|
1605 |
|
|
1606 |
#wphead a:hover #site-visit-button { |
|
1607 |
color: #fff; |
|
1608 |
} |
|
1609 |
|
|
1610 |
#wphead a:focus #site-visit-button, |
|
1611 |
#wphead a:active #site-visit-button { |
|
1612 |
background-position: 0 -27px; |
|
1613 |
} |
|
1614 |
|
|
1615 |
.popular-tags, |
|
1616 |
.feature-filter { |
|
1617 |
background-color: #fff; |
|
1618 |
border-color: #dfdfdf; |
|
1619 |
} |
|
1620 |
|
|
1621 |
#theme-information .action-button { |
|
1622 |
border-top-color: #dfdfdf; |
|
1623 |
} |
|
1624 |
|
|
1625 |
.theme-listing br.line { |
|
1626 |
border-bottom-color: #ccc; |
|
1627 |
} |
|
1628 |
|
|
1629 |
div.widgets-sortables, |
|
1630 |
#widgets-left .inactive { |
|
1631 |
background-color: #f1f1f1; |
|
1632 |
border-color: #ddd; |
|
1633 |
} |
|
1634 |
|
|
1635 |
#available-widgets .widget-holder { |
|
1636 |
background-color: #fff; |
|
1637 |
border-color: #ddd; |
|
1638 |
} |
|
1639 |
|
|
1640 |
#widgets-left .sidebar-name { |
|
1641 |
background-color: #aaa; |
|
1642 |
background-image: url(../images/ed-bg-vs.gif); |
|
1643 |
text-shadow: #FFFFFF 0 1px 0; |
|
1644 |
border-color: #dfdfdf; |
|
1645 |
} |
|
1646 |
|
|
1647 |
#widgets-right .sidebar-name { |
|
1648 |
background-image: url(../images/fav-vs.png); |
|
1649 |
text-shadow: #3f3f3f 0 -1px 0; |
|
1650 |
background-color: #636363; |
|
1651 |
border-color: #636363; |
|
1652 |
color: #fff; |
|
1653 |
} |
|
1654 |
|
|
1655 |
.sidebar-name:hover, |
|
1656 |
#removing-widget { |
|
1657 |
color: #d54e21; |
|
1658 |
} |
|
1659 |
|
|
1660 |
#removing-widget span { |
|
1661 |
color: black; |
|
1662 |
} |
|
1663 |
|
|
1664 |
#widgets-left .sidebar-name-arrow { |
|
1665 |
background: transparent url(../images/menu-bits-vs.gif) no-repeat scroll left -109px; |
|
1666 |
} |
|
1667 |
|
|
1668 |
#widgets-right .sidebar-name-arrow { |
|
1669 |
background: transparent url(../images/fav-arrow-vs.gif) no-repeat scroll 0 -1px; |
|
1670 |
} |
|
1671 |
|
|
1672 |
.in-widget-title { |
|
1673 |
color: #606060; |
|
1674 |
} |
|
1675 |
|
|
1676 |
.deleting .widget-title * { |
|
1677 |
color: #aaa; |
|
1678 |
} |
|
1679 |
|
|
1680 |
.imgedit-menu div { |
|
1681 |
border-color: #d5d5d5; |
|
1682 |
background-color: #f1f1f1; |
|
1683 |
} |
|
1684 |
|
|
1685 |
.imgedit-menu div:hover { |
|
1686 |
border-color: #c1c1c1; |
|
1687 |
background-color: #eaeaea; |
|
1688 |
} |
|
1689 |
|
|
1690 |
.imgedit-menu div.disabled { |
|
1691 |
border-color: #ccc; |
|
1692 |
background-color: #ddd; |
|
1693 |
filter: alpha(opacity=50); |
|
1694 |
opacity: 0.5; |
|
1695 |
} |
|
1696 |
|
|
1697 |
#dashboard_recent_comments div.undo { |
|
1698 |
border-top-color: #dfdfdf; |
|
1699 |
} |
|
1700 |
|
|
1701 |
.comment-ays, |
|
1702 |
.comment-ays th { |
|
1703 |
border-color: #ddd; |
|
1704 |
} |
|
1705 |
|
|
1706 |
.comment-ays th { |
|
1707 |
background-color: #f1f1f1; |
|
1708 |
} |