| [ Index ] |
PHP Cross Reference of WordPress |
[Summary view] [Print] [Text view]
1 /*------------------------------------------------------------------------------ 2 3 4 Howdy! This is the CSS file that controls the 5 Gray (fresh) color style on the WordPress Dashboard. 6 7 This file contains both LTR and RTL styles. 8 9 10 TABLE OF CONTENTS: 11 ------------------ 12 1.0 - Left to Right Styles 13 2.0 - Right to Left Styles 14 15 16 ------------------------------------------------------------------------------*/ 17 18 19 /*------------------------------------------------------------------------------ 20 1.0 - Left to Right Styles 21 ------------------------------------------------------------------------------*/ 22 23 html, 24 .wp-dialog { 25 background-color: #fff; 26 } 27 28 textarea, 29 input[type="text"], 30 input[type="password"], 31 input[type="file"], 32 input[type="button"], 33 input[type="submit"], 34 input[type="reset"], 35 input[type="email"], 36 input[type="number"], 37 input[type="search"], 38 input[type="tel"], 39 input[type="url"], 40 select { 41 border-color: #dfdfdf; 42 background-color: #fff; 43 color: #333; 44 } 45 46 select { 47 color: #000; 48 } 49 50 textarea:focus, 51 input[type="text"]:focus, 52 input[type="password"]:focus, 53 input[type="file"]:focus, 54 input[type="button"]:focus, 55 input[type="submit"]:focus, 56 input[type="reset"]:focus, 57 input[type="email"]:focus, 58 input[type="number"]:focus, 59 input[type="search"]:focus, 60 input[type="tel"]:focus, 61 input[type="url"]:focus, 62 select:focus { 63 border-color: #bbb; 64 } 65 66 kbd, 67 code { 68 background: #eaeaea; 69 } 70 71 input[readonly] { 72 background-color: #eee; 73 } 74 75 .find-box-search { 76 border-color: #dfdfdf; 77 background-color: #f1f1f1; 78 } 79 80 .find-box { 81 background-color: #f1f1f1; 82 } 83 84 .find-box-inside { 85 background-color: #fff; 86 } 87 88 a.page-numbers:hover { 89 border-color: #999; 90 } 91 92 body, 93 #wpbody, 94 .form-table .pre, 95 .ui-autocomplete li a { 96 color: #333; 97 } 98 99 body > #upload-menu { 100 border-bottom-color: #fff; 101 } 102 103 #postcustomstuff table, 104 #your-profile fieldset, 105 #rightnow, 106 div.dashboard-widget, 107 #dashboard-widgets p.dashboard-widget-links { 108 border-color: #ccc; 109 } 110 111 #poststuff .inside label.spam, 112 #poststuff .inside label.deleted { 113 color: red; 114 } 115 116 #poststuff .inside label.waiting { 117 color: orange; 118 } 119 120 #poststuff .inside label.approved { 121 color: green; 122 } 123 124 #postcustomstuff table { 125 border-color: #dfdfdf; 126 background-color: #F9F9F9; 127 } 128 129 #postcustomstuff thead th { 130 background-color: #F1F1F1; 131 } 132 133 .widefat { 134 border-color: #dfdfdf; 135 background-color: #f9f9f9; 136 } 137 textarea.widefat { 138 background-color: #fff; 139 } 140 141 div.dashboard-widget-error { 142 background-color: #c43; 143 } 144 145 div.dashboard-widget-notice { 146 background-color: #cfe1ef; 147 } 148 149 div.dashboard-widget-submit { 150 border-top-color: #ccc; 151 } 152 153 ul.category-tabs li { 154 border-color: transparent; 155 } 156 157 div.tabs-panel, 158 .wp-tab-panel, 159 ul.category-tabs li.tabs, 160 ul.add-menu-item-tabs li.tabs, 161 .wp-tab-active { 162 border-color: #dfdfdf; 163 background-color: #fff; 164 } 165 166 ul.category-tabs li.tabs, 167 ul.add-menu-item-tabs li.tabs, 168 .wp-tab-active { 169 background-color: #fff; 170 } 171 172 input.disabled, 173 textarea.disabled { 174 background-color: #ccc; 175 } 176 /* #upload-menu li a.upload-tab-link, */ 177 #plugin-information .action-button a, 178 #plugin-information .action-button a:hover, 179 #plugin-information .action-button a:visited { 180 color: #fff; 181 } 182 183 .widget .widget-top, 184 .postbox h3, 185 .stuffbox h3, 186 .widefat thead tr th, 187 .widefat tfoot tr th, 188 h3.dashboard-widget-title, 189 h3.dashboard-widget-title span, 190 h3.dashboard-widget-title small, 191 .find-box-head, 192 .sidebar-name, 193 #nav-menu-header, 194 #nav-menu-footer, 195 .menu-item-handle { 196 background-color: #f1f1f1; /* Fallback */ 197 background-image: -ms-linear-gradient(top, #f9f9f9, #ececec); /* IE10 */ 198 background-image: -moz-linear-gradient(top, #f9f9f9, #ececec); /* Firefox */ 199 background-image: -o-linear-gradient(top, #f9f9f9, #ececec); /* Opera */ 200 background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ececec)); /* old Webkit */ 201 background-image: -webkit-linear-gradient(top, #f9f9f9, #ececec); /* new Webkit */ 202 background-image: linear-gradient(top, #f9f9f9, #ececec); /* proposed W3C Markup */ 203 } 204 205 .widget .widget-top, 206 .postbox h3, 207 .stuffbox h3 { 208 border-bottom-color: #dfdfdf; 209 text-shadow: #fff 0 1px 0; 210 -moz-box-shadow: 0 1px 0 #fff; 211 -webkit-box-shadow: 0 1px 0 #fff; 212 box-shadow: 0 1px 0 #fff; 213 } 214 215 .form-table th, 216 .form-wrap label { 217 color: #222; 218 text-shadow: #fff 0 1px 0; 219 } 220 221 .description, 222 .form-wrap p { 223 color: #666; 224 } 225 226 strong .post-com-count span { 227 background-color: #21759b; 228 } 229 230 .sorthelper { 231 background-color: #ccf3fa; 232 } 233 234 .ac_match, 235 .subsubsub a.current { 236 color: #000; 237 } 238 239 .wrap h2 { 240 color: #464646; 241 } 242 243 .wrap .add-new-h2 { 244 background: #f1f1f1; 245 } 246 247 .subtitle { 248 color: #777; 249 } 250 251 .ac_over { 252 background-color: #f0f0b8; 253 } 254 255 .ac_results { 256 background-color: #fff; 257 border-color: #808080; 258 } 259 260 .ac_results li { 261 color: #101010; 262 } 263 264 .alternate, 265 .alt { 266 background-color: #fcfcfc; 267 } 268 269 .available-theme a.screenshot { 270 background-color: #f1f1f1; 271 border-color: #ddd; 272 } 273 274 .bar { 275 background-color: #e8e8e8; 276 border-right-color: #99d; 277 } 278 279 #media-upload, 280 #media-upload .media-item .slidetoggle { 281 background: #fff; 282 } 283 284 #media-upload .slidetoggle { 285 border-top-color: #dfdfdf; 286 } 287 288 div.error, 289 .login #login_error { 290 background-color: #ffebe8; 291 border-color: #c00; 292 } 293 294 div.error a { 295 color: #c00; 296 } 297 298 .form-invalid { 299 background-color: #ffebe8 !important; 300 } 301 302 .form-invalid input, 303 .form-invalid select { 304 border-color: #c00 !important; 305 } 306 307 .submit, 308 #commentsdiv #add-new-comment { 309 border-color: #dfdfdf; 310 } 311 312 .highlight { 313 background-color: #e4f2fd; 314 color: #000; 315 } 316 317 .howto, 318 .nonessential, 319 #edit-slug-box, 320 .form-input-tip, 321 .subsubsub { 322 color: #666; 323 } 324 325 .media-upload-form label.form-help, 326 td.help { 327 color: #9a9a9a; 328 } 329 330 .ui-autocomplete { 331 background-color: #efefef; 332 border-color: #bbb; 333 } 334 335 .ui-autocomplete li a.ui-state-hover { 336 background-color: #ddd; 337 } 338 339 .post-com-count { 340 background-image: url(../images/bubble_bg.gif); 341 color: #fff; 342 } 343 344 .post-com-count span { 345 background-color: #bbb; 346 color: #fff; 347 } 348 349 .post-com-count:hover span { 350 background-color: #d54e21; 351 } 352 353 .quicktags, .search { 354 background-color: #ccc; 355 color: #000; 356 } 357 358 .side-info h5 { 359 border-bottom-color: #dadada; 360 } 361 362 .side-info ul { 363 color: #666; 364 } 365 366 .button, 367 .button-secondary, 368 .submit input, 369 input[type=button], 370 input[type=submit] { 371 border-color: #bbb; 372 color: #464646; 373 } 374 375 .button:hover, 376 .button-secondary:hover, 377 .submit input:hover, 378 input[type=button]:hover, 379 input[type=submit]:hover { 380 color: #000; 381 border-color: #666; 382 } 383 384 .button, 385 .submit input, 386 .button-secondary { 387 background: #f2f2f2 url(../images/white-grad.png) repeat-x scroll left top; 388 text-shadow: rgba(255,255,255,1) 0 1px 0; 389 } 390 391 .button:active, 392 .submit input:active, 393 .button-secondary:active { 394 background: #eee url(../images/white-grad-active.png) repeat-x scroll left top; 395 } 396 397 input.button-primary, 398 button.button-primary, 399 a.button-primary { 400 border-color: #298cba; 401 font-weight: bold; 402 color: #fff; 403 background: #21759B url(../images/button-grad.png) repeat-x scroll left top; 404 text-shadow: rgba(0,0,0,0.3) 0 -1px 0; 405 } 406 407 input.button-primary:active, 408 button.button-primary:active, 409 a.button-primary:active { 410 background: #21759b url(../images/button-grad-active.png) repeat-x scroll left top; 411 color: #eaf2fa; 412 } 413 414 input.button-primary:hover, 415 button.button-primary:hover, 416 a.button-primary:hover, 417 a.button-primary:focus, 418 a.button-primary:active { 419 border-color: #13455b; 420 color: #eaf2fa; 421 } 422 423 .button-disabled, 424 .button[disabled], 425 .button:disabled, 426 .button-secondary[disabled], 427 .button-secondary:disabled, 428 a.button.disabled { 429 color: #aaa !important; 430 border-color: #ddd !important; 431 } 432 433 .button-primary-disabled, 434 .button-primary[disabled], 435 .button-primary:disabled { 436 color: #9FD0D5 !important; 437 background: #298CBA !important; 438 } 439 440 a:hover, 441 a:active, 442 a:focus { 443 color: #d54e21; 444 } 445 446 #adminmenu a:hover, 447 #adminmenu li.menu-top > a:focus, 448 #adminmenu ul.wp-submenu a:hover, 449 #the-comment-list .comment a:hover, 450 #rightnow a:hover, 451 #media-upload a.del-link:hover, 452 div.dashboard-widget-submit input:hover, 453 .subsubsub a:hover, 454 .subsubsub a.current:hover, 455 .ui-tabs-nav a:hover, 456 .plugins .inactive a:hover, 457 #all-plugins-table .plugins .inactive a:hover, 458 #search-plugins-table .plugins .inactive a:hover { 459 color: #d54e21; 460 } 461 462 #the-comment-list .comment-item, 463 #dashboard-widgets #dashboard_quick_press form p.submit { 464 border-color: #dfdfdf; 465 } 466 467 #side-sortables .category-tabs .tabs a, 468 #side-sortables .add-menu-item-tabs .tabs a, 469 .wp-tab-bar .wp-tab-active a { 470 color: #333; 471 } 472 473 #rightnow .rbutton { 474 background-color: #ebebeb; 475 color: #264761; 476 } 477 478 .submitbox .submit { 479 background-color: #464646; 480 color: #ccc; 481 } 482 483 .plugins a.delete:hover, 484 #all-plugins-table .plugins a.delete:hover, 485 #search-plugins-table .plugins a.delete:hover, 486 .submitbox .submitdelete { 487 color: #f00; 488 border-bottom-color: #f00; 489 } 490 491 .submitbox .submitdelete:hover, 492 #media-items a.delete:hover { 493 color: #fff; 494 background-color: #f00; 495 border-bottom-color: #f00; 496 } 497 498 #normal-sortables .submitbox .submitdelete:hover { 499 color: #000; 500 background-color: #f00; 501 border-bottom-color: #f00; 502 } 503 504 .tablenav .dots { 505 border-color: transparent; 506 } 507 508 .tablenav .next, 509 .tablenav .prev { 510 border-color: transparent; 511 color: #21759b; 512 } 513 514 .tablenav .next:hover, 515 .tablenav .prev:hover { 516 border-color: transparent; 517 color: #d54e21; 518 } 519 520 div.updated, 521 .login .message { 522 background-color: #ffffe0; 523 border-color: #e6db55; 524 } 525 526 .update-message { 527 color: #000; 528 } 529 530 a.page-numbers { 531 border-bottom-color: #B8D3E2; 532 } 533 534 .commentlist li { 535 border-bottom-color: #ccc; 536 } 537 538 .widefat td, 539 .widefat th { 540 border-top-color: #fff; 541 border-bottom-color: #dfdfdf; 542 } 543 544 .widefat th { 545 text-shadow: rgba(255,255,255,0.8) 0 1px 0; 546 } 547 548 .widefat td { 549 color: #555; 550 } 551 .widefat p, 552 .widefat ol, 553 .widefat ul { 554 color: #333; 555 } 556 557 .widefat thead tr th, 558 .widefat tfoot tr th, 559 h3.dashboard-widget-title, 560 h3.dashboard-widget-title span, 561 h3.dashboard-widget-title small, 562 .find-box-head { 563 color: #333; 564 } 565 566 th.sortable a:hover, th.sortable a:active, th.sortable a:focus { 567 color: #333; 568 } 569 570 h3.dashboard-widget-title small a { 571 color: #d7d7d7; 572 } 573 574 h3.dashboard-widget-title small a:hover { 575 color: #fff; 576 } 577 578 a, 579 #adminmenu a, 580 #the-comment-list p.comment-author strong a, 581 #media-upload a.del-link, 582 #media-items a.delete, 583 .plugins a.delete, 584 .ui-tabs-nav a { 585 color: #21759b; 586 } 587 588 #adminmenu .awaiting-mod, 589 #adminmenu .update-plugins, 590 #sidemenu a .update-plugins, 591 #rightnow .reallynow { 592 background-color: #464646; 593 color: #fff; 594 -moz-box-shadow: rgba(255,255,255,0.5) 0 1px 0; 595 -webkit-box-shadow: rgba(255,255,255,0.5) 0 1px 0; 596 box-shadow: rgba(255,255,255,0.5) 0 1px 0; 597 } 598 #plugin-information .action-button { 599 background-color: #d54e21; 600 color: #fff; 601 } 602 603 #adminmenu li.current a .awaiting-mod, 604 #adminmenu li a.wp-has-current-submenu .update-plugins{ 605 background-color: #464646; 606 color: #fff; 607 -moz-box-shadow: rgba(255,255,255,0.5) 0 1px 0; 608 -webkit-box-shadow: rgba(255,255,255,0.5) 0 1px 0; 609 box-shadow: rgba(255,255,255,0.5) 0 1px 0; 610 } 611 612 div#media-upload-header, 613 div#plugin-information-header { 614 background-color: #f9f9f9; 615 border-bottom-color: #dfdfdf; 616 } 617 618 #currenttheme img { 619 border-color: #666; 620 } 621 622 #dashboard_secondary div.dashboard-widget-content ul li a { 623 background-color: #f9f9f9; 624 } 625 626 input.readonly, textarea.readonly { 627 background-color: #ddd; 628 } 629 630 #editable-post-name { 631 background-color: #fffbcc; 632 } 633 634 #edit-slug-box strong, 635 .tablenav .displaying-num, 636 #submitted-on, 637 .submitted-on { 638 color: #777; 639 } 640 641 .login #nav a, 642 .login #backtoblog a { 643 color: #21759b !important; 644 } 645 646 .login #nav a:hover, 647 .login #backtoblog a:hover { 648 color: #d54e21 !important; 649 } 650 651 #footer { 652 color: #777; 653 border-color: #dfdfdf; 654 } 655 656 .imgedit-group, 657 #media-items .media-item, 658 .media-item .describe { 659 border-color: #dfdfdf; 660 } 661 662 .checkbox, 663 .side-info, 664 .plugins tr, 665 #your-profile #rich_editing { 666 background-color: #fcfcfc; 667 } 668 669 .plugins .inactive, 670 .plugins .inactive th, 671 .plugins .inactive td, 672 tr.inactive + tr.plugin-update-tr .plugin-update { 673 background-color: #f4f4f4; 674 } 675 676 .plugin-update-tr .update-message { 677 background-color: #fffbe4; 678 border-color: #dfdfdf; 679 } 680 681 .plugins .active, 682 .plugins .active th, 683 .plugins .active td { 684 color: #000; 685 } 686 687 .plugins .inactive a { 688 color: #557799; 689 } 690 691 #the-comment-list tr.undo, 692 #the-comment-list div.undo { 693 background-color: #f4f4f4; 694 } 695 696 #the-comment-list .unapproved { 697 background-color: #ffffe0; 698 } 699 700 #the-comment-list .approve a { 701 color: #006505; 702 } 703 704 #the-comment-list .unapprove a { 705 color: #d98500; 706 } 707 708 table.widefat span.delete a, 709 table.widefat span.trash a, 710 table.widefat span.spam a, 711 #dashboard_recent_comments .delete a, 712 #dashboard_recent_comments .trash a, 713 #dashboard_recent_comments .spam a { 714 color: #bc0b0b; 715 } 716 717 .welcome-panel { 718 border-color: #dfdfdf; 719 } 720 .welcome-panel p { 721 color: #777; 722 } 723 .welcome-panel-column p { 724 color: #464646; 725 } 726 .welcome-panel h3 { 727 text-shadow: 1px 1px 1px white; 728 } 729 730 .widget, 731 #widget-list .widget-top, 732 .postbox, 733 #titlediv, 734 #poststuff .postarea, 735 .stuffbox { 736 border-color: #dfdfdf; 737 -moz-box-shadow: inset 0 1px 0 #fff; 738 -webkit-box-shadow: inset 0 1px 0 #fff; 739 box-shadow: inset 0 1px 0 #fff; 740 -webkit-border-radius: 3px; 741 border-radius: 3px; 742 } 743 744 .widget, 745 #widget-list .widget-top, 746 .postbox, 747 .menu-item-settings { 748 background-color: #f5f5f5; /* Fallback */ 749 background-image: -ms-linear-gradient(top, #f9f9f9, #f5f5f5); /* IE10 */ 750 background-image: -moz-linear-gradient(top, #f9f9f9, #f5f5f5); /* Firefox */ 751 background-image: -o-linear-gradient(top, #f9f9f9, #f5f5f5); /* Opera */ 752 background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f5f5f5)); /* old Webkit */ 753 background-image: -webkit-linear-gradient(top, #f9f9f9, #f5f5f5); /* new Webkit */ 754 background-image: linear-gradient(top, #f9f9f9, #f5f5f5); /* proposed W3C Markup */ 755 } 756 757 .postbox h3 { 758 color: #464646; 759 } 760 761 .widget .widget-top { 762 color: #222; 763 } 764 765 .sidebar-name:hover h3, 766 .postbox h3:hover { 767 color: #000; 768 } 769 770 .curtime #timestamp { 771 background-image: url(../images/date-button.gif); 772 } 773 774 #quicktags #ed_link { 775 color: #00f; 776 } 777 778 #rightnow .youhave { 779 background-color: #f0f6fb; 780 } 781 782 #rightnow a { 783 color: #448abd; 784 } 785 786 .tagchecklist span a, 787 #bulk-titles div a { 788 background: url(../images/xit.gif) no-repeat; 789 } 790 791 .tagchecklist span a:hover, 792 #bulk-titles div a:hover { 793 background: url(../images/xit.gif) no-repeat -10px 0; 794 } 795 796 #update-nag, .update-nag { 797 background-color: #FFFBCC; 798 border-color: #E6DB55; 799 color: #555; 800 } 801 802 #screen-meta { 803 background-color: #f1f1f1; 804 border-color: #ccc; 805 -webkit-box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.05 ); 806 box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.05 ); 807 } 808 809 #contextual-help-back { 810 background: #fff; 811 } 812 813 .contextual-help-tabs a:hover { 814 color: #333; 815 } 816 817 #contextual-help-back, 818 .contextual-help-tabs .active { 819 border-color: #ccc; 820 } 821 822 .contextual-help-tabs .active, 823 .contextual-help-tabs .active a, 824 .contextual-help-tabs .active a:hover { 825 background: #fff; 826 color: #333; 827 } 828 829 /* screen options and help tabs */ 830 #screen-options-link-wrap, 831 #contextual-help-link-wrap { 832 background-color: #e3e3e3; /* Fallback */ 833 border-right: 1px solid #ccc; 834 border-left: 1px solid #ccc; 835 border-bottom: 1px solid #ccc; 836 background-image: -ms-linear-gradient(bottom, #dfdfdf, #f1f1f1); /* IE10 */ 837 background-image: -moz-linear-gradient(bottom, #dfdfdf, #f1f1f1); /* Firefox */ 838 background-image: -o-linear-gradient(bottom, #dfdfdf, #f1f1f1); /* Opera */ 839 background-image: -webkit-gradient(linear, left bottom, left top, from(#dfdfdf), to(#f1f1f1)); /* old Webkit */ 840 background-image: -webkit-linear-gradient(bottom, #dfdfdf, #f1f1f1); /* new Webkit */ 841 background-image: linear-gradient(bottom, #dfdfdf, #f1f1f1); /* proposed W3C Markup */ 842 } 843 844 #screen-meta-links a.show-settings { 845 color: #777; 846 } 847 848 #screen-meta-links a.show-settings:hover { 849 color: #333; 850 } 851 852 #screen-meta-links a.show-settings { 853 background: transparent url(../images/arrows.png) no-repeat right 4px; 854 } 855 856 #screen-meta-links a.show-settings.screen-meta-active { 857 background: transparent url(../images/arrows.png) no-repeat right -31px; 858 } 859 860 /* end screen options and help tabs */ 861 862 .login #backtoblog a { 863 color: #464646; 864 } 865 866 #wphead { 867 border-bottom:#dfdfdf 1px solid; 868 } 869 870 #wphead h1 a { 871 color: #464646; 872 } 873 874 #footer a:link, 875 #footer a:visited { 876 text-decoration: none; 877 } 878 879 #footer a:hover { 880 text-decoration: underline; 881 } 882 883 .file-error, 884 abbr.required, 885 .widget-control-remove:hover, 886 table.widefat .delete a:hover, 887 table.widefat .trash a:hover, 888 table.widefat .spam a:hover, 889 #dashboard_recent_comments .delete a:hover, 890 #dashboard_recent_comments .trash a:hover 891 #dashboard_recent_comments .spam a:hover { 892 color: #f00; 893 } 894 895 #pass-strength-result { 896 background-color: #eee; 897 border-color: #ddd !important; 898 } 899 900 #pass-strength-result.bad { 901 background-color: #ffb78c; 902 border-color: #ff853c !important; 903 } 904 905 #pass-strength-result.good { 906 background-color: #ffec8b; 907 border-color: #fc0 !important; 908 } 909 910 #pass-strength-result.short { 911 background-color: #ffa0a0; 912 border-color: #f04040 !important; 913 } 914 915 #pass-strength-result.strong { 916 background-color: #c3ff88; 917 border-color: #8dff1c !important; 918 } 919 920 #titlediv #title { 921 border-color: #ccc; 922 } 923 924 #post-status-info { 925 border-color: #dfdfdf #ccc #ccc; 926 background-color: #eaeaea; 927 } 928 929 .editwidget .widget-inside { 930 border-color: #dfdfdf; 931 } 932 933 #titlediv #title { 934 background-color: #fff; 935 } 936 937 #tTips p#tTips_inside { 938 background-color: #ddd; 939 color: #333; 940 } 941 942 #timestampdiv input, 943 #namediv input, 944 #poststuff .inside .the-tagcloud { 945 border-color: #ddd; 946 } 947 948 /* menu */ 949 #adminmenuback, 950 #adminmenuwrap { 951 background-color: #ececec; 952 border-color: #ccc; 953 } 954 955 #adminmenushadow, 956 #adminmenuback { 957 background-image: url(../images/menu-shadow.png); 958 background-position: top right; 959 background-repeat: repeat-y; 960 } 961 962 #adminmenu li.wp-menu-separator { 963 background: #dfdfdf; 964 border-color: #cfcfcf; 965 } 966 967 #adminmenu div.separator { 968 border-color: #e1e1e1; 969 } 970 971 #adminmenu li.wp-has-current-submenu.wp-menu-open .wp-menu-toggle, 972 #adminmenu li.wp-has-current-submenu:hover .wp-menu-toggle { 973 background: transparent url(../images/arrows-dark.png) no-repeat -1px 6px; 974 } 975 976 #adminmenu .wp-has-submenu:hover .wp-menu-toggle, 977 #adminmenu .wp-menu-open .wp-menu-toggle { 978 background: transparent url(../images/arrows.png) no-repeat -2px 6px; 979 } 980 981 #adminmenu a.menu-top, 982 .folded #adminmenu li.menu-top, 983 #adminmenu .wp-submenu .wp-submenu-head { 984 border-top-color: #f9f9f9; 985 border-bottom-color: #dfdfdf; 986 } 987 988 #adminmenu li.wp-menu-open { 989 border-color: #dfdfdf; 990 } 991 992 #adminmenu li.menu-top:hover > a, 993 #adminmenu li.menu-top.focused > a, 994 #adminmenu li.menu-top > a:focus { 995 background-color: #e4e4e4; 996 text-shadow: 0 1px 0 rgba( 255, 255, 255, 0.4 ); 997 } 998 999 #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu, 1000 #adminmenu li.current a.menu-top, 1001 .folded #adminmenu li.wp-has-current-submenu, 1002 .folded #adminmenu li.current.menu-top, 1003 #adminmenu .wp-menu-arrow, 1004 #adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head { 1005 background-color: #777; /* Fallback */ 1006 background-image: -ms-linear-gradient(bottom, #6d6d6d, #808080); /* IE10 */ 1007 background-image: -moz-linear-gradient(bottom, #6d6d6d, #808080); /* Firefox */ 1008 background-image: -o-linear-gradient(bottom, #6d6d6d, #808080); /* Opera */ 1009 background-image: -webkit-gradient(linear, left bottom, left top, from(#6d6d6d), to(#808080)); /* old Webkit */ 1010 background-image: -webkit-linear-gradient(bottom, #6d6d6d, #808080); /* new Webkit */ 1011 background-image: linear-gradient(bottom, #6d6d6d, #808080); /* proposed W3C Markup */ 1012 } 1013 1014 #adminmenu .wp-menu-arrow div { 1015 background-color: #777; /* Fallback */ 1016 background-image: -ms-linear-gradient(right bottom, #6d6d6d, #808080); /* IE10 */ 1017 background-image: -moz-linear-gradient(right bottom, #6d6d6d, #808080); /* Firefox */ 1018 background-image: -o-linear-gradient(right bottom, #6d6d6d, #808080); /* Opera */ 1019 background-image: -webkit-gradient(linear, right bottom, left top, from(#6d6d6d), to(#808080)); /* old Webkit */ 1020 background-image: -webkit-linear-gradient(right bottom, #6d6d6d, #808080); /* new Webkit */ 1021 background-image: linear-gradient(right bottom, #6d6d6d, #808080); /* proposed W3C Markup */ 1022 } 1023 1024 #adminmenu li.wp-not-current-submenu .wp-menu-arrow { 1025 border-top-color: #f9f9f9; 1026 border-bottom-color: #dfdfdf; 1027 background: #E4E4E4; 1028 } 1029 1030 #adminmenu li.wp-not-current-submenu .wp-menu-arrow div { 1031 background: #E4E4E4; 1032 border-color: #ccc; 1033 } 1034 1035 .folded #adminmenu li.menu-top li:hover a { 1036 background-image: none; 1037 } 1038 1039 #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu, 1040 #adminmenu li.current a.menu-top, 1041 #adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head { 1042 text-shadow: 0 -1px 0 #333; 1043 color: #fff; 1044 border-top-color: #808080; 1045 border-bottom-color: #6d6d6d; 1046 } 1047 1048 .folded #adminmenu li.wp-has-current-submenu, 1049 .folded #adminmenu li.current.menu-top { 1050 border-top-color: #808080; 1051 border-bottom-color: #6d6d6d; 1052 } 1053 1054 #adminmenu .wp-submenu a:hover, 1055 #adminmenu .wp-submenu a:focus { 1056 background-color: #EAF2FA; 1057 color: #333; 1058 } 1059 1060 #adminmenu .wp-submenu li.current, 1061 #adminmenu .wp-submenu li.current a, 1062 #adminmenu .wp-submenu li.current a:hover { 1063 color: #333; 1064 } 1065 1066 #adminmenu .wp-submenu ul { 1067 background-color: #fff; 1068 } 1069 1070 #adminmenu .wp-submenu-wrap, 1071 #adminmenu .wp-submenu ul { 1072 border-color: #dfdfdf; 1073 } 1074 1075 #adminmenu .wp-submenu-wrap, 1076 .folded #adminmenu .wp-has-current-submenu .wp-submenu-wrap { 1077 -moz-box-shadow: 2px 2px 5px rgba( 0, 0, 0, 0.4 ); 1078 -webkit-box-shadow: 2px 2px 5px rgba( 0, 0, 0, 0.4 ); 1079 box-shadow: 2px 2px 5px rgba( 0, 0, 0, 0.4 ); 1080 } 1081 1082 #adminmenu .wp-submenu .wp-submenu-head { 1083 border-right-color: #dfdfdf; 1084 background-color: #ececec; 1085 } 1086 1087 #adminmenu div.wp-submenu { 1088 background-color: transparent; 1089 } 1090 1091 /* collapse menu button */ 1092 #collapse-menu { 1093 color: #aaa; 1094 } 1095 1096 #collapse-menu:hover { 1097 color: #999; 1098 } 1099 1100 #collapse-button { 1101 border-color: #ccc; 1102 background-color: #f4f4f4; /* Fallback */ 1103 background-image: -ms-linear-gradient(bottom, #dfdfdf, #fff); /* IE10 */ 1104 background-image: -moz-linear-gradient(bottom, #dfdfdf, #fff); /* Firefox */ 1105 background-image: -o-linear-gradient(bottom, #dfdfdf, #fff); /* Opera */ 1106 background-image: -webkit-gradient(linear, left bottom, left top, from(#dfdfdf), to(#fff)); /* old Webkit */ 1107 background-image: -webkit-linear-gradient(bottom, #dfdfdf, #fff); /* new Webkit */ 1108 background-image: linear-gradient(bottom, #dfdfdf, #fff); /* proposed W3C Markup */ 1109 } 1110 1111 #collapse-menu:hover #collapse-button { 1112 border-color: #aaa; 1113 } 1114 1115 #collapse-button div { 1116 background: transparent url(../images/arrows.png) no-repeat 0 -72px; 1117 } 1118 1119 .folded #collapse-button div { 1120 background-position: 0 -108px; 1121 } 1122 1123 /* Auto-folding of the admin menu */ 1124 @media only screen and (max-width: 900px) { 1125 #adminmenu li.menu-top { 1126 border-top-color: #f9f9f9; 1127 border-bottom-color: #dfdfdf; 1128 } 1129 1130 #adminmenu li.wp-has-current-submenu, 1131 #adminmenu li.current.menu-top { 1132 background-color: #777; /* Fallback */ 1133 background-image: -ms-linear-gradient(bottom, #6d6d6d, #808080); /* IE10 */ 1134 background-image: -moz-linear-gradient(bottom, #6d6d6d, #808080); /* Firefox */ 1135 background-image: -o-linear-gradient(bottom, #6d6d6d, #808080); /* Opera */ 1136 background-image: -webkit-gradient(linear, left bottom, left top, from(#6d6d6d), to(#808080)); /* old Webkit */ 1137 background-image: -webkit-linear-gradient(bottom, #6d6d6d, #808080); /* new Webkit */ 1138 background-image: linear-gradient(bottom, #6d6d6d, #808080); /* proposed W3C Markup */ 1139 } 1140 1141 #adminmenu li.menu-top li:hover a { 1142 background-image: none; 1143 } 1144 1145 #adminmenu li.wp-has-current-submenu, 1146 #adminmenu li.current.menu-top { 1147 border-top-color: #808080; 1148 border-bottom-color: #6d6d6d; 1149 } 1150 1151 #adminmenu .wp-has-current-submenu .wp-submenu-wrap { 1152 -moz-box-shadow: 2px 2px 5px rgba( 0, 0, 0, 0.4 ); 1153 -webkit-box-shadow: 2px 2px 5px rgba( 0, 0, 0, 0.4 ); 1154 box-shadow: 2px 2px 5px rgba( 0, 0, 0, 0.4 ); 1155 } 1156 1157 #collapse-button div { 1158 background-position: 0 -108px; 1159 } 1160 } 1161 1162 /* menu and screen icons */ 1163 .icon16, 1164 .icon32, 1165 div.wp-menu-image { 1166 background-color: transparent; 1167 background-repeat: no-repeat; 1168 } 1169 1170 .icon16.icon-dashboard, 1171 .menu-icon-dashboard div.wp-menu-image, 1172 .icon16.icon-post, 1173 .menu-icon-post div.wp-menu-image, 1174 .icon16.icon-media, 1175 .menu-icon-media div.wp-menu-image, 1176 .icon16.icon-links, 1177 .menu-icon-links div.wp-menu-image, 1178 .icon16.icon-page, 1179 .menu-icon-page div.wp-menu-image, 1180 .icon16.icon-comments, 1181 .menu-icon-comments div.wp-menu-image, 1182 .icon16.icon-appearance, 1183 .menu-icon-appearance div.wp-menu-image, 1184 .icon16.icon-plugins, 1185 .menu-icon-plugins div.wp-menu-image, 1186 .icon16.icon-users, 1187 .menu-icon-users div.wp-menu-image, 1188 .icon16.icon-tools, 1189 .menu-icon-tools div.wp-menu-image, 1190 .icon16.icon-settings, 1191 .menu-icon-settings div.wp-menu-image, 1192 .icon16.icon-site, 1193 .menu-icon-site div.wp-menu-image { 1194 background-image: url('../images/menu.png?ver=20120201'); 1195 } 1196 1197 .icon16.icon-dashboard, 1198 #adminmenu .menu-icon-dashboard div.wp-menu-image { 1199 background-position: -59px -33px; 1200 } 1201 1202 #adminmenu .menu-icon-dashboard:hover div.wp-menu-image, 1203 #adminmenu .menu-icon-dashboard.wp-has-current-submenu div.wp-menu-image, 1204 #adminmenu .menu-icon-dashboard.current div.wp-menu-image { 1205 background-position: -59px -1px; 1206 } 1207 1208 .icon16.icon-post, 1209 #adminmenu .menu-icon-post div.wp-menu-image { 1210 background-position: -269px -33px; 1211 } 1212 1213 #adminmenu .menu-icon-post:hover div.wp-menu-image, 1214 #adminmenu .menu-icon-post.wp-has-current-submenu div.wp-menu-image, 1215 #adminmenu .menu-icon-post.current div.wp-menu-image { 1216 background-position: -269px -1px; 1217 } 1218 1219 .icon16.icon-media, 1220 #adminmenu .menu-icon-media div.wp-menu-image { 1221 background-position: -119px -33px; 1222 } 1223 1224 #adminmenu .menu-icon-media:hover div.wp-menu-image, 1225 #adminmenu .menu-icon-media.wp-has-current-submenu div.wp-menu-image, 1226 #adminmenu .menu-icon-media.current div.wp-menu-image { 1227 background-position: -119px -1px; 1228 } 1229 1230 .icon16.icon-links, 1231 #adminmenu .menu-icon-links div.wp-menu-image { 1232 background-position: -89px -33px; 1233 } 1234 1235 #adminmenu .menu-icon-links:hover div.wp-menu-image, 1236 #adminmenu .menu-icon-links.wp-has-current-submenu div.wp-menu-image, 1237 #adminmenu .menu-icon-links.current div.wp-menu-image { 1238 background-position: -89px -1px; 1239 } 1240 1241 .icon16.icon-page, 1242 #adminmenu .menu-icon-page div.wp-menu-image { 1243 background-position: -149px -33px; 1244 } 1245 1246 #adminmenu .menu-icon-page:hover div.wp-menu-image, 1247 #adminmenu .menu-icon-page.wp-has-current-submenu div.wp-menu-image, 1248 #adminmenu .menu-icon-page.current div.wp-menu-image { 1249 background-position: -149px -1px; 1250 } 1251 1252 .icon16.icon-comments, 1253 #adminmenu .menu-icon-comments div.wp-menu-image { 1254 background-position: -29px -33px; 1255 } 1256 1257 #adminmenu .menu-icon-comments:hover div.wp-menu-image, 1258 #adminmenu .menu-icon-comments.wp-has-current-submenu div.wp-menu-image, 1259 #adminmenu .menu-icon-comments.current div.wp-menu-image { 1260 background-position: -29px -1px; 1261 } 1262 1263 .icon16.icon-appearance, 1264 #adminmenu .menu-icon-appearance div.wp-menu-image { 1265 background-position: 1px -33px; 1266 } 1267 1268 #adminmenu .menu-icon-appearance:hover div.wp-menu-image, 1269 #adminmenu .menu-icon-appearance.wp-has-current-submenu div.wp-menu-image, 1270 #adminmenu .menu-icon-appearance.current div.wp-menu-image { 1271 background-position: 1px -1px; 1272 } 1273 1274 .icon16.icon-plugins, 1275 #adminmenu .menu-icon-plugins div.wp-menu-image { 1276 background-position: -179px -33px; 1277 } 1278 1279 #adminmenu .menu-icon-plugins:hover div.wp-menu-image, 1280 #adminmenu .menu-icon-plugins.wp-has-current-submenu div.wp-menu-image, 1281 #adminmenu .menu-icon-plugins.current div.wp-menu-image { 1282 background-position: -179px -1px; 1283 } 1284 1285 .icon16.icon-users, 1286 #adminmenu .menu-icon-users div.wp-menu-image { 1287 background-position: -300px -33px; 1288 } 1289 1290 #adminmenu .menu-icon-users:hover div.wp-menu-image, 1291 #adminmenu .menu-icon-users.wp-has-current-submenu div.wp-menu-image, 1292 #adminmenu .menu-icon-users.current div.wp-menu-image { 1293 background-position: -300px -1px; 1294 } 1295 1296 .icon16.icon-tools, 1297 #adminmenu .menu-icon-tools div.wp-menu-image { 1298 background-position: -209px -33px; 1299 } 1300 1301 #adminmenu .menu-icon-tools:hover div.wp-menu-image, 1302 #adminmenu .menu-icon-tools.wp-has-current-submenu div.wp-menu-image, 1303 #adminmenu .menu-icon-tools.current div.wp-menu-image { 1304 background-position: -209px -1px; 1305 } 1306 1307 .icon16.icon-settings, 1308 #adminmenu .menu-icon-settings div.wp-menu-image { 1309 background-position: -239px -33px; 1310 } 1311 1312 #adminmenu .menu-icon-settings:hover div.wp-menu-image, 1313 #adminmenu .menu-icon-settings.wp-has-current-submenu div.wp-menu-image, 1314 #adminmenu .menu-icon-settings.current div.wp-menu-image { 1315 background-position: -239px -1px; 1316 } 1317 1318 .icon16.icon-site, 1319 #adminmenu .menu-icon-site div.wp-menu-image { 1320 background-position: -359px -33px; 1321 } 1322 1323 #adminmenu .menu-icon-site:hover div.wp-menu-image, 1324 #adminmenu .menu-icon-site.wp-has-current-submenu div.wp-menu-image, 1325 #adminmenu .menu-icon-site.current div.wp-menu-image { 1326 background-position: -359px -1px; 1327 } 1328 /* end menu and screen icons */ 1329 1330 /* Screen Icons */ 1331 .icon32.icon-post, 1332 #icon-edit, 1333 #icon-post, 1334 .icon32.icon-dashboard, 1335 #icon-index, 1336 .icon32.icon-media, 1337 #icon-upload, 1338 .icon32.icon-links, 1339 #icon-link-manager, 1340 #icon-link, 1341 #icon-link-category, 1342 .icon32.icon-page, 1343 #icon-edit-pages, 1344 #icon-page, 1345 .icon32.icon-comments, 1346 #icon-edit-comments, 1347 .icon32.icon-appearance, 1348 #icon-themes, 1349 .icon32.icon-plugins, 1350 #icon-plugins, 1351 .icon32.icon-users, 1352 #icon-users, 1353 #icon-profile, 1354 #icon-user-edit, 1355 .icon32.icon-tools, 1356 #icon-tools, 1357 #icon-admin, 1358 .icon32.icon-settings, 1359 #icon-options-general, 1360 .icon32.icon-site, 1361 #icon-ms-admin { 1362 background-image: url(../images/icons32.png?ver=20111206); 1363 } 1364 1365 .icon32.icon-post, 1366 #icon-edit, 1367 #icon-post { 1368 background-position: -552px -5px; 1369 } 1370 1371 .icon32.icon-dashboard, 1372 #icon-index { 1373 background-position: -137px -5px; 1374 } 1375 1376 .icon32.icon-media, 1377 #icon-upload { 1378 background-position: -251px -5px; 1379 } 1380 1381 .icon32.icon-links, 1382 #icon-link-manager, 1383 #icon-link, 1384 #icon-link-category { 1385 background-position: -190px -5px; 1386 } 1387 1388 .icon32.icon-page, 1389 #icon-edit-pages, 1390 #icon-page { 1391 background-position: -312px -5px; 1392 } 1393 1394 .icon32.icon-comments, 1395 #icon-edit-comments { 1396 background-position: -72px -5px; 1397 } 1398 1399 .icon32.icon-appearance, 1400 #icon-themes { 1401 background-position: -11px -5px; 1402 } 1403 1404 .icon32.icon-plugins, 1405 #icon-plugins { 1406 background-position: -370px -5px; 1407 } 1408 1409 .icon32.icon-users, 1410 #icon-users, 1411 #icon-profile, 1412 #icon-user-edit { 1413 background-position: -600px -5px; 1414 } 1415 1416 .icon32.icon-tools, 1417 #icon-tools, 1418 #icon-admin { 1419 background-position: -432px -5px; 1420 } 1421 1422 .icon32.icon-settings, 1423 #icon-options-general { 1424 background-position: -492px -5px; 1425 } 1426 1427 .icon32.icon-site, 1428 #icon-ms-admin { 1429 background-position: -659px -5px; 1430 } 1431 1432 @media only screen and (-webkit-min-device-pixel-ratio: 1.5) { 1433 .icon32.icon-post, 1434 #icon-edit, 1435 #icon-post, 1436 .icon32.icon-dashboard, 1437 #icon-index, 1438 .icon32.icon-media, 1439 #icon-upload, 1440 .icon32.icon-links, 1441 #icon-link-manager, 1442 #icon-link, 1443 #icon-link-category, 1444 .icon32.icon-page, 1445 #icon-edit-pages, 1446 #icon-page, 1447 .icon32.icon-comments, 1448 #icon-edit-comments, 1449 .icon32.icon-appearance, 1450 #icon-themes, 1451 .icon32.icon-plugins, 1452 #icon-plugins, 1453 .icon32.icon-users, 1454 #icon-users, 1455 #icon-profile, 1456 #icon-user-edit, 1457 .icon32.icon-tools, 1458 #icon-tools, 1459 #icon-admin, 1460 .icon32.icon-settings, 1461 #icon-options-general, 1462 .icon32.icon-site, 1463 #icon-ms-admin { 1464 background-image: url(../images/icons32-2x.png?ver=20120412); 1465 background-size: 708px 45px; 1466 } 1467 1468 .icon16.icon-dashboard, 1469 .menu-icon-dashboard div.wp-menu-image, 1470 .icon16.icon-post, 1471 .menu-icon-post div.wp-menu-image, 1472 .icon16.icon-media, 1473 .menu-icon-media div.wp-menu-image, 1474 .icon16.icon-links, 1475 .menu-icon-links div.wp-menu-image, 1476 .icon16.icon-page, 1477 .menu-icon-page div.wp-menu-image, 1478 .icon16.icon-comments, 1479 .menu-icon-comments div.wp-menu-image, 1480 .icon16.icon-appearance, 1481 .menu-icon-appearance div.wp-menu-image, 1482 .icon16.icon-plugins, 1483 .menu-icon-plugins div.wp-menu-image, 1484 .icon16.icon-users, 1485 .menu-icon-users div.wp-menu-image, 1486 .icon16.icon-tools, 1487 .menu-icon-tools div.wp-menu-image, 1488 .icon16.icon-settings, 1489 .menu-icon-settings div.wp-menu-image, 1490 .icon16.icon-site, 1491 .menu-icon-site div.wp-menu-image { 1492 background-image: url('../images/menu-2x.png?ver=20120412'); 1493 background-size: 390px 64px; 1494 } 1495 } 1496 /* end screen icons */ 1497 1498 /* Diff */ 1499 table.diff .diff-deletedline { 1500 background-color: #fdd; 1501 } 1502 1503 table.diff .diff-deletedline del { 1504 background-color: #f99; 1505 } 1506 1507 table.diff .diff-addedline { 1508 background-color: #dfd; 1509 } 1510 1511 table.diff .diff-addedline ins { 1512 background-color: #9f9; 1513 } 1514 1515 #att-info { 1516 background-color: #E4F2FD; 1517 } 1518 1519 /* edit image */ 1520 #sidemenu a { 1521 background-color: #f9f9f9; 1522 border-color: #f9f9f9; 1523 border-bottom-color: #dfdfdf; 1524 } 1525 1526 #sidemenu a.current { 1527 background-color: #fff; 1528 border-color: #dfdfdf #dfdfdf #fff; 1529 color: #D54E21; 1530 } 1531 1532 #replyerror { 1533 border-color: #ddd; 1534 background-color: #f9f9f9; 1535 } 1536 1537 /* table vim shortcuts */ 1538 .vim-current, 1539 .vim-current th, 1540 .vim-current td { 1541 background-color: #E4F2FD !important; 1542 } 1543 1544 /* Install Plugins */ 1545 #plugin-information .fyi ul { 1546 background-color: #eaf3fa; 1547 } 1548 1549 #plugin-information .fyi h2.mainheader { 1550 background-color: #cee1ef; 1551 } 1552 1553 #plugin-information pre, 1554 #plugin-information code { 1555 background-color: #ededff; 1556 } 1557 1558 #plugin-information pre { 1559 border: 1px solid #ccc; 1560 } 1561 1562 /* inline editor */ 1563 .inline-edit-row fieldset input[type="text"], 1564 .inline-edit-row fieldset textarea, 1565 #bulk-titles { 1566 border-color: #ddd; 1567 } 1568 1569 .inline-editor div.title { 1570 background-color: #EAF3FA; 1571 } 1572 1573 .inline-editor ul.cat-checklist { 1574 background-color: #fff; 1575 border-color: #ddd; 1576 } 1577 1578 .inline-editor .categories .catshow, 1579 .inline-editor .categories .cathide { 1580 color: #21759b; 1581 } 1582 1583 .inline-editor .quick-edit-save { 1584 background-color: #f1f1f1; 1585 } 1586 1587 fieldset.inline-edit-col-right .inline-edit-col { 1588 border-color: #dfdfdf; 1589 } 1590 1591 .attention { 1592 color: #D54E21; 1593 } 1594 1595 .meta-box-sortables .postbox:hover .handlediv { 1596 background: transparent url(../images/arrows.png) no-repeat 6px 7px; 1597 } 1598 1599 .tablenav .tablenav-pages { 1600 color: #555; 1601 } 1602 1603 .tablenav .tablenav-pages a { 1604 border-color: #e3e3e3; 1605 background: #eee url('../images/menu-bits.gif?ver=20100610') repeat-x scroll left -379px; 1606 } 1607 1608 .tablenav .tablenav-pages a:hover, 1609 .tablenav .tablenav-pages a:focus { 1610 color: #d54e21; 1611 } 1612 1613 .tablenav .tablenav-pages a.disabled, 1614 .tablenav .tablenav-pages a.disabled:hover, 1615 .tablenav .tablenav-pages a.disabled:focus { 1616 color: #aaa; 1617 } 1618 1619 .tablenav .tablenav-pages .current { 1620 background: #dfdfdf; 1621 border-color: #d3d3d3; 1622 } 1623 1624 #availablethemes, 1625 #availablethemes td { 1626 border-color: #ddd; 1627 } 1628 1629 #current-theme img { 1630 border-color: #999; 1631 } 1632 1633 #TB_window #TB_title a.tb-theme-preview-link, 1634 #TB_window #TB_title a.tb-theme-preview-link:visited { 1635 color: #999; 1636 } 1637 1638 #TB_window #TB_title a.tb-theme-preview-link:hover, 1639 #TB_window #TB_title a.tb-theme-preview-link:focus { 1640 color: #ccc; 1641 } 1642 1643 .misc-pub-section { 1644 border-top-color: #fff; 1645 border-bottom-color: #dfdfdf; 1646 } 1647 1648 #minor-publishing { 1649 border-bottom-color: #dfdfdf; 1650 } 1651 1652 #post-body .misc-pub-section { 1653 border-left-color: #eee; 1654 } 1655 1656 .post-com-count span { 1657 background-color: #bbb; 1658 } 1659 1660 .form-table .color-palette td { 1661 border-color: #fff; 1662 } 1663 1664 .sortable-placeholder { 1665 border-color: #bbb; 1666 background-color: #f5f5f5; 1667 } 1668 1669 #post-body ul.category-tabs li.tabs a, 1670 #post-body ul.add-menu-item-tabs li.tabs a, 1671 body.press-this ul.category-tabs li.tabs a { 1672 color: #333; 1673 } 1674 1675 .view-switch #view-switch-list { 1676 background: transparent url(../images/list.png) no-repeat 0 0; 1677 } 1678 1679 .view-switch .current #view-switch-list { 1680 background: transparent url(../images/list.png) no-repeat -40px 0; 1681 } 1682 1683 .view-switch #view-switch-excerpt { 1684 background: transparent url(../images/list.png) no-repeat -20px 0; 1685 } 1686 1687 .view-switch .current #view-switch-excerpt { 1688 background: transparent url(../images/list.png) no-repeat -60px 0; 1689 } 1690 1691 #header-logo { 1692 background: transparent url(../images/wp-logo.png?ver=20110504) no-repeat scroll center center; 1693 } 1694 1695 .popular-tags, 1696 .feature-filter { 1697 background-color: #fff; 1698 border-color: #DFDFDF; 1699 } 1700 1701 div.widgets-sortables, 1702 #widgets-left .inactive, 1703 #available-widgets .widget-holder { 1704 background-color: #fcfcfc; 1705 border-color: #dfdfdf; 1706 } 1707 1708 #available-widgets .widget-description { 1709 color: #555; 1710 } 1711 1712 .sidebar-name { 1713 color: #464646; 1714 text-shadow: #fff 0 1px 0; 1715 border-color: #dfdfdf; 1716 -moz-box-shadow: inset 0 1px 0 #fff; 1717 -webkit-box-shadow: inset 0 1px 0 #fff; 1718 box-shadow: inset 0 1px 0 #fff; 1719 } 1720 1721 .sidebar-name:hover, 1722 #removing-widget { 1723 color: #d54e21; 1724 } 1725 1726 #removing-widget span { 1727 color: black; 1728 } 1729 1730 .sidebar-name-arrow { 1731 background: transparent url(../images/arrows.png) no-repeat 5px 9px; 1732 } 1733 1734 .sidebar-name:hover .sidebar-name-arrow { 1735 background: transparent url(../images/arrows-dark.png) no-repeat 5px 9px; 1736 } 1737 1738 .in-widget-title { 1739 color: #606060; 1740 } 1741 1742 .deleting .widget-title * { 1743 color: #aaa; 1744 } 1745 1746 .imgedit-menu div { 1747 border-color: #d5d5d5; 1748 background-color: #f1f1f1; 1749 } 1750 1751 .imgedit-menu div:hover { 1752 border-color: #c1c1c1; 1753 background-color: #eaeaea; 1754 } 1755 1756 .imgedit-menu div.disabled { 1757 border-color: #ccc; 1758 background-color: #ddd; 1759 filter: alpha(opacity=50); 1760 opacity: 0.5; 1761 } 1762 1763 #dashboard_recent_comments div.undo { 1764 border-top-color: #dfdfdf; 1765 } 1766 1767 .comment-ays, 1768 .comment-ays th { 1769 border-color: #ddd; 1770 } 1771 1772 .comment-ays th { 1773 background-color: #f1f1f1; 1774 } 1775 1776 /* added from nav-menu.css */ 1777 #menu-management .menu-edit { 1778 border-color: #dfdfdf; 1779 } 1780 1781 #post-body { 1782 background: #fff; 1783 border-top-color: #fff; 1784 border-bottom-color: #dfdfdf; 1785 } 1786 1787 #nav-menu-header { 1788 border-bottom-color: #dfdfdf; 1789 } 1790 1791 #nav-menu-footer { 1792 border-top-color: #fff; 1793 } 1794 1795 #menu-management .nav-tabs-arrow a { 1796 color: #C1C1C1; 1797 } 1798 1799 #menu-management .nav-tabs-arrow a:hover { 1800 color: #D54E21; 1801 } 1802 1803 #menu-management .nav-tabs-arrow a:active { 1804 color: #464646; 1805 } 1806 1807 #menu-management .nav-tab-active { 1808 border-color: #dfdfdf; 1809 } 1810 1811 #menu-management .nav-tab { 1812 background: #fbfbfb; 1813 border-color: #dfdfdf; 1814 } 1815 1816 .js .input-with-default-title { 1817 color: #aaa; 1818 } 1819 1820 #cancel-save { 1821 color: #ff0000; 1822 } 1823 1824 #cancel-save:hover { 1825 background-color: #FF0000; 1826 color: #fff; 1827 } 1828 1829 .list-container, 1830 .menu-item-handle { 1831 border-color: #dfdfdf; 1832 } 1833 1834 .menu li.deleting .menu-item-handle { 1835 background-color: #f66; 1836 text-shadow: #ccc; 1837 } 1838 1839 .item-type { /* Menu item controls */ 1840 color: #999999; 1841 } 1842 1843 .item-controls .menu-item-delete:hover { 1844 color: #ff0000; 1845 } 1846 1847 .nav-menus-php .item-edit { 1848 background: transparent url(../images/arrows.png) no-repeat 8px 10px; 1849 border-bottom-color: #eee; 1850 } 1851 1852 .item-edit:hover { 1853 background: transparent url(../images/arrows-dark.png) no-repeat 8px 10px; 1854 } 1855 1856 .menu-item-settings { /* Menu editing */ 1857 border-color: #dfdfdf; 1858 } 1859 1860 .link-to-original { 1861 color: #777; 1862 border-color: #dfdfdf; 1863 } 1864 1865 #cancel-save:hover { 1866 color: #fff !important; 1867 } 1868 1869 #update-menu-item { 1870 color: #fff !important; 1871 } 1872 1873 #update-menu-item:hover, 1874 #update-menu-item:active, 1875 #update-menu-item:focus { 1876 color: #eaf2fa !important; 1877 border-color: #13455b !important; 1878 } 1879 1880 .submitbox .submitcancel { 1881 color: #21759B; 1882 border-bottom-color: #21759B; 1883 } 1884 1885 .submitbox .submitcancel:hover { 1886 background: #21759B; 1887 color: #fff; 1888 } 1889 /* end added from nav-menu.css */ 1890 1891 #menu-management .nav-tab-active, 1892 .menu-item-handle, 1893 .menu-item-settings { 1894 -moz-box-shadow: inset 0 1px 0 #fff; 1895 -webkit-box-shadow: inset 0 1px 0 #fff; 1896 box-shadow: inset 0 1px 0 #fff; 1897 } 1898 1899 #menu-management .nav-tab-active { 1900 background: #f9f9f9; 1901 border-bottom-color: #f9f9f9; 1902 } 1903 1904 #upload-form label { 1905 color: #777; 1906 } 1907 1908 /* Begin About Pages */ 1909 1910 .about-wrap h1 { 1911 color: #333; 1912 text-shadow: 1px 1px 1px white; 1913 } 1914 1915 .about-text { 1916 color: #777; 1917 } 1918 1919 .wp-badge { 1920 color: #fff; 1921 text-shadow: 0 -1px 0 rgba(22, 57, 81, 0.3); 1922 } 1923 1924 .about-wrap h2 .nav-tab { 1925 color: #21759B; 1926 } 1927 .about-wrap h2 .nav-tab:hover { 1928 color: #d54e21; 1929 } 1930 .about-wrap h2 .nav-tab-active, 1931 .about-wrap h2 .nav-tab-active:hover { 1932 color: #333; 1933 } 1934 .about-wrap h2 .nav-tab-active { 1935 text-shadow: 1px 1px 1px white; 1936 color: #464646; 1937 } 1938 1939 .about-wrap h3 { 1940 color: #333; 1941 text-shadow: 1px 1px 1px white; 1942 } 1943 1944 .about-wrap .feature-section h4 { 1945 color: #464646; 1946 } 1947 1948 .about-wrap .feature-section img { 1949 background: #fff; 1950 border-color: #dfdfdf; 1951 1952 -moz-box-shadow: 0 0 6px rgba( 0, 0, 0, 0.3 ); 1953 -webkit-box-shadow: 0 0 6px rgba( 0, 0, 0, 0.3 ); 1954 box-shadow: 0 0 6px rgba( 0, 0, 0, 0.3 ); 1955 } 1956 1957 .about-wrap h4.wp-people-group { 1958 text-shadow: 1px 1px 1px white; 1959 } 1960 1961 .about-wrap .point-releases { 1962 border-bottom: 1px solid #dfdfdf; 1963 } 1964 1965 .about-wrap .point-releases h3 { 1966 border-top: 1px solid #dfdfdf; 1967 } 1968 1969 .about-wrap .point-releases h3:first-child { 1970 border: 0; 1971 } 1972 1973 .about-wrap li.wp-person img.gravatar { 1974 -moz-box-shadow: 0 0 4px rgba( 0, 0, 0, 0.4 ); 1975 -webkit-box-shadow: 0 0 4px rgba( 0, 0, 0, 0.4 ); 1976 box-shadow: 0 0 4px rgba( 0, 0, 0, 0.4 ); 1977 } 1978 .about-wrap li.wp-person .title { 1979 color: #464646; 1980 text-shadow: 1px 1px 1px white; 1981 } 1982 1983 .freedoms-php .about-wrap ol li { 1984 color: #999; 1985 } 1986 .freedoms-php .about-wrap ol p { 1987 color: #464646; 1988 } 1989 1990 /* End About Pages */ 1991 1992 1993 /*------------------------------------------------------------------------------ 1994 2.0 - Right to Left Styles 1995 ------------------------------------------------------------------------------*/ 1996 1997 .rtl .bar { 1998 border-right-color: none; 1999 border-left-color: #99d; 2000 } 2001 2002 .rtl .post-com-count { 2003 background-image: url(../images/bubble_bg-rtl.gif); 2004 } 2005 2006 .rtl #screen-meta-links a.show-settings { 2007 background-position: left 3px; 2008 } 2009 2010 .rtl #screen-meta-links a.show-settings.screen-meta-active { 2011 background-position: left -33px; 2012 } 2013 2014 /* Menu */ 2015 .rtl #adminmenushadow, 2016 .rtl #adminmenuback { 2017 background-image: url(../images/menu-shadow-rtl.png); 2018 background-position: top left; 2019 } 2020 2021 .rtl #adminmenu li.wp-has-current-submenu.wp-menu-open .wp-menu-toggle, 2022 .rtl #adminmenu li.wp-has-current-submenu:hover .wp-menu-toggle { 2023 background: transparent url(../images/arrows-dark.png) no-repeat 8px 6px; 2024 } 2025 2026 .rtl #adminmenu .wp-has-submenu:hover .wp-menu-toggle, 2027 .rtl #adminmenu .wp-menu-open .wp-menu-toggle { 2028 background: transparent url(../images/arrows.png) no-repeat 8px 6px; 2029 } 2030 2031 .rtl #adminmenu .wp-submenu .wp-submenu-head { 2032 border-right-color: none; 2033 border-left-color: #dfdfdf; 2034 } 2035 2036 .rtl #adminmenu .wp-submenu-wrap, 2037 .rtl.folded #adminmenu .wp-has-current-submenu .wp-submenu-wrap{ 2038 -moz-box-shadow: -2px 2px 5px rgba( 0, 0, 0, 0.4 ); 2039 -webkit-box-shadow: -2px 2px 5px rgba( 0, 0, 0, 0.4 ); 2040 box-shadow: -2px 2px 5px rgba( 0, 0, 0, 0.4 ); 2041 } 2042 2043 /* Collapse Menu Button */ 2044 .rtl #collapse-button div { 2045 background-position: 0 -108px; 2046 } 2047 2048 .rtl.folded #collapse-button div { 2049 background-position: 0 -72px; 2050 } 2051 2052 /* Auto-folding of the admin menu for RTL */ 2053 @media only screen and (max-width: 900px) { 2054 .rtl #adminmenu .wp-has-current-submenu .wp-submenu-wrap{ 2055 -moz-box-shadow: -2px 2px 5px rgba( 0, 0, 0, 0.4 ); 2056 -webkit-box-shadow: -2px 2px 5px rgba( 0, 0, 0, 0.4 ); 2057 box-shadow: -2px 2px 5px rgba( 0, 0, 0, 0.4 ); 2058 } 2059 2060 .rtl #collapse-button div { 2061 background-position: 0 -72px; 2062 } 2063 } 2064 2065 /* Edit Image */ 2066 .rtl .meta-box-sortables .postbox:hover .handlediv { 2067 background: transparent url(../images/arrows.png) no-repeat 6px 7px; 2068 } 2069 2070 .rtl .tablenav .tablenav-pages a { 2071 border-color: #e3e3e3; 2072 background: #eee url('../images/menu-bits-rtl.gif?ver=20100610') repeat-x scroll right -379px; 2073 } 2074 2075 .rtl #post-body .misc-pub-section { 2076 border-right-color: none; 2077 border-left-color: #eee; 2078 } 2079 2080 .rtl .sidebar-name-arrow { 2081 background: transparent url(../images/arrows.png) no-repeat 5px 9px; 2082 } 2083 2084 .rtl .sidebar-name:hover .sidebar-name-arrow { 2085 background: transparent url(../images/arrows-dark.png) no-repeat 5px 9px; 2086 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Fri May 25 03:56:23 2012 | Hosted by follow the white rabbit. |