[ Index ]

PHP Cross Reference of Wordpress 2.9.1

title

Body

[close]

/wp-admin/css/ -> colors-fresh.dev.css (source)

   1  html {
   2      background-color: #f9f9f9;
   3  }
   4  
   5  * html input,
   6  * html .widget {
   7      border-color: #dfdfdf;
   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: #dfdfdf url("../images/gray-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: #464646;
 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  .alternate,
 182  .alt {
 183      background-color: #f9f9f9;
 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: #DFDFDF;
 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: #bbb;
 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: #666;
 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: #298cba;
 317      font-weight: bold;
 318      color: #fff;
 319      background: #21759B url(../images/button-grad.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.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: #13455b;
 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: #9FD0D5 !important;
 353      background: #298CBA !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  #side-sortables #category-tabs .tabs a {
 384      color: #333;
 385  }
 386  
 387  #rightnow .rbutton {
 388      background-color: #ebebeb;
 389      color: #264761;
 390  }
 391  
 392  .submitbox .submit {
 393      background-color: #464646;
 394      color: #ccc;
 395  }
 396  
 397  .plugins a.delete:hover,
 398  #all-plugins-table .plugins a.delete:hover,
 399  #search-plugins-table .plugins a.delete:hover,
 400  .submitbox .submitdelete {
 401      color: #f00;
 402      border-bottom-color: #f00;
 403  }
 404  
 405  .submitbox .submitdelete:hover,
 406  #media-items a.delete:hover {
 407      color: #fff;
 408      background-color: #f00;
 409      border-bottom-color: #f00;
 410  }
 411  
 412  #normal-sortables .submitbox .submitdelete:hover {
 413      color: #000;
 414      background-color: #f00;
 415      border-bottom-color: #f00;
 416  }
 417  
 418  .tablenav .dots {
 419      border-color: transparent;
 420  }
 421  
 422  .tablenav .next,
 423  .tablenav .prev {
 424      border-color: transparent;
 425      color: #21759b;
 426  }
 427  
 428  .tablenav .next:hover,
 429  .tablenav .prev:hover {
 430      border-color: transparent;
 431      color: #d54e21;
 432  }
 433  
 434  .updated,
 435  .login .message {
 436      background-color: #ffffe0;
 437      border-color: #e6db55;
 438  }
 439  
 440  .update-message {
 441      color: #000000;
 442  }
 443  
 444  a.page-numbers {
 445      border-bottom-color: #B8D3E2;
 446  }
 447  
 448  .commentlist li {
 449      border-bottom-color: #ccc;
 450  }
 451  
 452  .widefat td,
 453  .widefat th,
 454  #install-plugins .plugins td,
 455  #install-plugins .plugins th {
 456      border-color: #dfdfdf;
 457  }
 458  
 459  .widefat th {
 460      text-shadow: rgba(255,255,255,0.8) 0 1px 0;
 461  }
 462  
 463  .widefat thead tr th,
 464  .widefat tfoot tr th,
 465  h3.dashboard-widget-title,
 466  h3.dashboard-widget-title span,
 467  h3.dashboard-widget-title small,
 468  .find-box-head {
 469      color: #333;
 470      background: #dfdfdf url(../images/gray-grad.png) repeat-x scroll left top;
 471  }
 472  
 473  h3.dashboard-widget-title small a {
 474      color: #d7d7d7;
 475  }
 476  
 477  h3.dashboard-widget-title small a:hover {
 478      color: #fff;
 479  }
 480  
 481  a,
 482  #adminmenu a,
 483  #poststuff #edButtonPreview,
 484  #poststuff #edButtonHTML,
 485  #the-comment-list p.comment-author strong a,
 486  #media-upload a.del-link,
 487  #media-items a.delete,
 488  .plugins a.delete,
 489  .ui-tabs-nav a {
 490      color: #21759b;
 491  }
 492  
 493  /* Because we don't want visited on these links */
 494  body.press-this .tabs a,
 495  body.press-this .tabs a:hover {
 496      background-color: #fff;
 497      border-color: #c6d9e9;
 498      border-bottom-color: #fff;
 499      color: #d54e21;
 500  }
 501  
 502  #adminmenu #awaiting-mod,
 503  #adminmenu .update-plugins,
 504  #sidemenu a .update-plugins,
 505  #rightnow .reallynow,
 506  #plugin-information .action-button {
 507      background-color: #d54e21;
 508      color: #fff;
 509  }
 510  
 511  #adminmenu li a:hover #awaiting-mod,
 512  #adminmenu li a:hover .update-plugins,
 513  #sidemenu li a:hover .update-plugins {
 514      background-color: #264761;
 515      color: #fff;
 516  }
 517  
 518  #adminmenu li.current a #awaiting-mod,
 519  #adminmenu li.current a .update-plugins,
 520  #adminmenu li.wp-has-current-submenu a .update-plugins,
 521  #adminmenu li.wp-has-current-submenu a .update-plugins {
 522      background-color: #ddd;
 523      color: #000;
 524      text-shadow: none;
 525      -moz-box-shadow: rgba(0,0,0,0.2) 0 -1px 0;
 526      -khtml-box-shadow: rgba(0,0,0,0.2) 0 -1px 0;
 527      -webkit-box-shadow: rgba(0,0,0,0.2) 0 -1px 0;
 528      box-shadow: rgba(0,0,0,0.2) 0 -1px 0;
 529  }
 530  
 531  #adminmenu li.current a:hover #awaiting-mod,
 532  #adminmenu li.current a:hover .update-plugins,
 533  #adminmenu li.wp-has-current-submenu a:hover #awaiting-mod,
 534  #adminmenu li.wp-has-current-submenu a:hover .update-plugins {
 535      background-color: #264761;
 536      color: #fff;
 537  }
 538  
 539  div#media-upload-header,
 540  div#plugin-information-header {
 541      background-color: #f9f9f9;
 542      border-bottom-color: #dfdfdf;
 543  }
 544  
 545  #currenttheme img {
 546      border-color: #666;
 547  }
 548  
 549  #dashboard_secondary div.dashboard-widget-content ul li a {
 550      background-color: #f9f9f9;
 551  }
 552  
 553  input.readonly, textarea.readonly {
 554      background-color: #ddd;
 555  }
 556  
 557  #ed_toolbar input,
 558  #ed_reply_toolbar input {
 559      background: #fff url("../images/fade-butt.png") repeat-x 0 -2px;
 560  }
 561  
 562  #editable-post-name {
 563      background-color: #fffbcc;
 564  }
 565  
 566  #edit-slug-box strong,
 567  .tablenav .displaying-num,
 568  #submitted-on {
 569      color: #777;
 570  }
 571  
 572  .login #nav a {
 573      color: #21759b !important;
 574  }
 575  
 576  .login #nav a:hover {
 577      color: #d54e21 !important;
 578  }
 579  
 580  #footer,
 581  #footer-upgrade {
 582      background: #464646;
 583      color: #999;
 584  }
 585  
 586  #media-items,
 587  .imgedit-group {
 588      border-color: #dfdfdf;
 589  }
 590  
 591  .checkbox,
 592  .side-info,
 593  .plugins tr,
 594  #your-profile #rich_editing {
 595      background-color: #fff;
 596  }
 597  
 598  .plugins .inactive,
 599  .plugins .inactive th,
 600  .plugins .inactive td,
 601  tr.inactive + tr.plugin-update-tr .plugin-update {
 602      background-color: #eee;
 603  }
 604  
 605  .plugin-update-tr .update-message {
 606      background-color: #fffbe4;
 607      border-color: #dfdfdf;
 608  }
 609  
 610  .plugins .active,
 611  .plugins .active th,
 612  .plugins .active td {
 613      color: #000;
 614  }
 615  
 616  .plugins .inactive a {
 617      color: #557799;
 618  }
 619  
 620  #the-comment-list tr.undo,
 621  #the-comment-list div.undo {
 622      background-color: #f4f4f4;
 623  }
 624  
 625  #the-comment-list .unapproved {
 626      background-color: #ffffe0;
 627  }
 628  
 629  #the-comment-list .approve a {
 630      color: #006505;
 631  }
 632  
 633  #the-comment-list .unapprove a {
 634      color: #d98500;
 635  }
 636  
 637  table.widefat span.delete a,
 638  table.widefat span.trash a,
 639  table.widefat span.spam a,
 640  #dashboard_recent_comments .delete a,
 641  #dashboard_recent_comments .trash a,
 642  #dashboard_recent_comments .spam a {
 643      color: #bc0b0b;
 644  }
 645  
 646  .widget,
 647  #widget-list .widget-top,
 648  .postbox,
 649  #titlediv,
 650  #poststuff .postarea,
 651  .stuffbox {
 652      border-color: #dfdfdf;
 653  }
 654  
 655  .widget,
 656  .postbox {
 657      background-color: #fff;
 658  }
 659  
 660  .ui-sortable .postbox h3 {
 661      color: #464646;
 662  }
 663  
 664  .widget .widget-top,
 665  .ui-sortable .postbox h3:hover {
 666      color: #000;
 667  }
 668  
 669  .curtime #timestamp {
 670      background-image: url(../images/date-button.gif);
 671  }
 672  
 673  #quicktags #ed_link {
 674      color: #00f;
 675  }
 676  
 677  #rightnow .youhave {
 678      background-color: #f0f6fb;
 679  }
 680  
 681  #rightnow a {
 682      color: #448abd;
 683  }
 684  
 685  .tagchecklist span a,
 686  #bulk-titles div a {
 687      background: url(../images/xit.gif) no-repeat;
 688  }
 689  
 690  .tagchecklist span a:hover,
 691  #bulk-titles div a:hover {
 692      background: url(../images/xit.gif) no-repeat -10px 0;
 693  }
 694  
 695  #update-nag {
 696      background-color: #fffeeb;
 697      border-color: #ccc;
 698      color: #555;
 699  }
 700  
 701  .login #backtoblog a {
 702      color: #ccc;
 703  }
 704  
 705  #wphead {
 706      background-color: #464646;
 707  }
 708  
 709  body.login {
 710      border-top-color: #464646;
 711  }
 712  
 713  #wphead h1 a {
 714      color: #fff;
 715  }
 716  
 717  #user_info {
 718      color: #999;
 719  }
 720  
 721  #user_info a:link,
 722  #user_info a:visited,
 723  #footer a:link,
 724  #footer a:visited {
 725      color: #ccc;
 726      text-decoration: none;
 727  }
 728  
 729  #user_info a:hover,
 730  #footer a:hover {
 731      color: #fff;
 732      text-decoration: underline !important;
 733  }
 734  
 735  #user_info a:active,
 736  #footer a:active {
 737      color: #ccc !important;
 738  }
 739  
 740  div#media-upload-error,
 741  .file-error,
 742  abbr.required,
 743  .widget-control-remove:hover,
 744  table.widefat .delete a:hover,
 745  table.widefat .trash a:hover,
 746  table.widefat .spam a:hover,
 747  #dashboard_recent_comments .delete a:hover,
 748  #dashboard_recent_comments .trash a:hover
 749  #dashboard_recent_comments .spam a:hover {
 750      color: #f00;
 751  }
 752  
 753  #pass-strength-result {
 754      background-color: #eee;
 755      border-color: #ddd !important;
 756  }
 757  
 758  #pass-strength-result.bad {
 759      background-color: #ffb78c;
 760      border-color: #ff853c !important;
 761  }
 762  
 763  #pass-strength-result.good {
 764      background-color: #ffec8b;
 765      border-color: #fc0 !important;
 766  }
 767  
 768  #pass-strength-result.short {
 769      background-color: #ffa0a0;
 770      border-color: #f04040 !important;
 771  }
 772  
 773  #pass-strength-result.strong {
 774      background-color: #c3ff88;
 775      border-color: #8dff1c !important;
 776  }
 777  
 778  /* editors */
 779  #quicktags {
 780      border-color: #dfdfdf;
 781      background-color: #dfdfdf;
 782  }
 783  
 784  #ed_toolbar input {
 785      border-color: #C3C3C3;
 786  }
 787  
 788  #ed_toolbar input:hover {
 789      border-color: #aaa;
 790      background: #ddd;
 791  }
 792  
 793  #poststuff .wp_themeSkin .mceStatusbar {
 794      border-color: #EDEDED;
 795  }
 796  
 797  #poststuff #edButtonPreview,
 798  #poststuff #edButtonHTML {
 799      background-color: #f1f1f1;
 800      border-color: #dfdfdf;
 801      color: #999;
 802  }
 803  
 804  #poststuff #editor-toolbar .active {
 805      border-bottom-color: #e9e9e9;
 806      background-color: #e9e9e9;
 807      color: #333;
 808  }
 809  
 810  /* TinyMCE */
 811  #post-status-info {
 812      background-color: #EDEDED;
 813  }
 814  
 815  .wp_themeSkin *,
 816  .wp_themeSkin a:hover,
 817  .wp_themeSkin a:link,
 818  .wp_themeSkin a:visited,
 819  .wp_themeSkin a:active {
 820       color: #000;
 821  }
 822  
 823  /* Containers */
 824  .wp_themeSkin iframe {
 825      background: #fff;
 826  }
 827  
 828  /* Layout */
 829  .wp_themeSkin .mceStatusbar {
 830      color: #000;
 831      background-color: #f5f5f5;
 832  }
 833  
 834  /* Button */
 835  .wp_themeSkin .mceButton {
 836      background-color: #e9e8e8;
 837      border-color: #B2B2B2;
 838  }
 839  
 840  .wp_themeSkin a.mceButtonEnabled:hover,
 841  .wp_themeSkin a.mceButtonActive,
 842  .wp_themeSkin a.mceButtonSelected {
 843      background-color: #d5d5d5;
 844      border-color: #777 !important;
 845  }
 846  
 847  .wp_themeSkin .mceButtonDisabled {
 848      border-color: #ccc !important;
 849  }
 850  
 851  /* ListBox */
 852  .wp_themeSkin .mceListBox .mceText,
 853  .wp_themeSkin .mceListBox .mceOpen  {
 854      border-color: #B2B2B2;
 855      background-color: #d5d5d5;
 856  }
 857  
 858  .wp_themeSkin table.mceListBoxEnabled:hover .mceOpen,
 859  .wp_themeSkin .mceListBoxHover .mceOpen,
 860  .wp_themeSkin .mceListBoxSelected .mceOpen,
 861  .wp_themeSkin .mceListBoxSelected .mceText {
 862      border-color: #777 !important;
 863      background-color: #d5d5d5;
 864  }
 865  
 866  .wp_themeSkin table.mceListBoxEnabled:hover .mceText,
 867  .wp_themeSkin .mceListBoxHover .mceText {
 868      border-color: #777 !important;
 869  }
 870  
 871  .wp_themeSkin select.mceListBox {
 872      border-color: #B2B2B2;
 873      background-color: #fff;
 874  }
 875  
 876  /* SplitButton */
 877  .wp_themeSkin .mceSplitButton a.mceAction,
 878  .wp_themeSkin .mceSplitButton a.mceOpen {
 879      border-color: #B2B2B2;
 880  }
 881  
 882  .wp_themeSkin .mceSplitButton a.mceOpen:hover,
 883  .wp_themeSkin .mceSplitButtonSelected a.mceOpen,
 884  .wp_themeSkin table.mceSplitButtonEnabled:hover a.mceAction,
 885  .wp_themeSkin .mceSplitButton a.mceAction:hover {
 886      background-color: #d5d5d5;
 887      border-color: #777 !important;
 888  }
 889  
 890  .wp_themeSkin .mceSplitButtonActive {
 891      background-color: #B2B2B2;
 892  }
 893  
 894  /* ColorSplitButton */
 895  .wp_themeSkin div.mceColorSplitMenu table {
 896      background-color: #ebebeb;
 897      border-color: #B2B2B2;
 898  }
 899  
 900  .wp_themeSkin .mceColorSplitMenu a {
 901      border-color: #B2B2B2;
 902  }
 903  
 904  .wp_themeSkin .mceColorSplitMenu a.mceMoreColors {
 905      border-color: #fff;
 906  }
 907  
 908  .wp_themeSkin .mceColorSplitMenu a.mceMoreColors:hover {
 909      border-color: #0A246A;
 910      background-color: #B6BDD2;
 911  }
 912  
 913  .wp_themeSkin a.mceMoreColors:hover {
 914      border-color: #0A246A;
 915  }
 916  
 917  /* Menu */
 918  .wp_themeSkin .mceMenu {
 919      border-color: #ddd;
 920  }
 921  
 922  .wp_themeSkin .mceMenu table {
 923      background-color: #ebeaeb;
 924  }
 925  
 926  .wp_themeSkin .mceMenu .mceText {
 927      color: #000;
 928  }
 929  
 930  .wp_themeSkin .mceMenu .mceMenuItemEnabled a:hover,
 931  .wp_themeSkin .mceMenu .mceMenuItemActive {
 932      background-color: #f5f5f5;
 933  }
 934  .wp_themeSkin td.mceMenuItemSeparator {
 935      background-color: #aaa;
 936  }
 937  .wp_themeSkin .mceMenuItemTitle a {
 938      background-color: #ccc;
 939      border-bottom-color: #aaa;
 940  }
 941  .wp_themeSkin .mceMenuItemTitle span.mceText {
 942      color: #000;
 943  }
 944  .wp_themeSkin .mceMenuItemDisabled .mceText {
 945      color: #888;
 946  }
 947  
 948  .wp_themeSkin tr.mceFirst td.mceToolbar {
 949      background: #dfdfdf url("../images/ed-bg.gif") repeat-x scroll left top;
 950      border-color: #dfdfdf;
 951  }
 952  
 953  .wp-admin #mceModalBlocker {
 954      background: #000;
 955  }
 956  
 957  .wp-admin .clearlooks2 .mceFocus .mceTop .mceLeft {
 958      background: #444444;
 959      border-left: 1px solid #999;
 960      border-top: 1px solid #999;
 961      -moz-border-radius: 4px 0 0 0;
 962      -webkit-border-top-left-radius: 4px;
 963      -khtml-border-top-left-radius: 4px;
 964      border-top-left-radius: 4px;
 965  }
 966  
 967  .wp-admin .clearlooks2 .mceFocus .mceTop .mceRight {
 968      background: #444444;
 969      border-right: 1px solid #999;
 970      border-top: 1px solid #999;
 971      border-top-right-radius: 4px;
 972      -khtml-border-top-right-radius: 4px;
 973      -webkit-border-top-right-radius: 4px;
 974      -moz-border-radius: 0 4px 0 0;
 975  }
 976  
 977  .wp-admin .clearlooks2 .mceMiddle .mceLeft {
 978      background: #f1f1f1;
 979      border-left: 1px solid #999;
 980  }
 981  
 982  .wp-admin .clearlooks2 .mceMiddle .mceRight {
 983      background: #f1f1f1;
 984      border-right: 1px solid #999;
 985  }
 986  
 987  .wp-admin .clearlooks2 .mceBottom {
 988      background: #f1f1f1;
 989      border-bottom: 1px solid #999;
 990  }
 991  
 992  .wp-admin .clearlooks2 .mceBottom .mceLeft {
 993      background: #f1f1f1;
 994      border-bottom: 1px solid #999;
 995      border-left: 1px solid #999;
 996  }
 997  
 998  .wp-admin .clearlooks2 .mceBottom .mceCenter {
 999      background: #f1f1f1;
1000      border-bottom: 1px solid #999;
1001  }
1002  
1003  .wp-admin .clearlooks2 .mceBottom .mceRight {
1004      background: #f1f1f1;
1005      border-bottom: 1px solid #999;
1006      border-right: 1px solid #999;
1007  }
1008  
1009  .wp-admin .clearlooks2 .mceFocus .mceTop span {
1010      color: #e5e5e5;
1011  }
1012  /* end TinyMCE */
1013  
1014  #editorcontainer,
1015  #post-status-info,
1016  #titlediv #title,
1017  .editwidget .widget-inside {
1018      border-color: #dfdfdf;
1019  }
1020  
1021  #titlediv #title {
1022      background-color: #fff;
1023  }
1024  
1025  #tTips p#tTips_inside {
1026      background-color: #ddd;
1027      color: #333;
1028  }
1029  
1030  #timestampdiv input,
1031  #namediv input,
1032  #poststuff .inside .the-tagcloud {
1033      border-color: #ddd;
1034  }
1035  
1036  /* menu */
1037  #adminmenu * {
1038      border-color: #e3e3e3;
1039  }
1040  
1041  #adminmenu li.wp-menu-separator {
1042      background: transparent url(../images/menu-arrows.gif) no-repeat scroll left 5px;
1043  }
1044  
1045  .folded #adminmenu li.wp-menu-separator {
1046      background: transparent url(../images/menu-arrows.gif) no-repeat scroll right -34px;
1047  }
1048  
1049  #adminmenu li.wp-has-current-submenu.wp-menu-open .wp-menu-toggle,
1050  #adminmenu li.wp-has-current-submenu:hover .wp-menu-toggle {
1051      background: transparent url(../images/menu-bits.gif) no-repeat scroll left -207px;
1052  }
1053  
1054  #adminmenu .wp-has-submenu:hover .wp-menu-toggle,
1055  #adminmenu .wp-menu-open .wp-menu-toggle {
1056      background: transparent url(../images/menu-bits.gif) no-repeat scroll left -109px;
1057  }
1058  
1059  #adminmenu a.menu-top {
1060      background: #f1f1f1 url(../images/menu-bits.gif) repeat-x scroll left -379px;
1061  }
1062  
1063  #adminmenu .wp-submenu a {
1064      background: #FFFFFF url(../images/menu-bits.gif) no-repeat scroll 0 -310px;
1065  }
1066  
1067  #adminmenu .wp-has-current-submenu ul li a {
1068      background: none;
1069  }
1070  
1071  #adminmenu .wp-has-current-submenu ul li a.current {
1072      background: url(../images/menu-dark.gif) top left no-repeat !important;
1073  }
1074  
1075  #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,
1076  #adminmenu .menu-top .current {
1077      background: #6d6d6d url(../images/menu-bits.gif) top left repeat-x;
1078      border-color: #6d6d6d;
1079      color: #fff;
1080      text-shadow: rgba(0,0,0,0.4) 0px -1px 0px;
1081  }
1082  
1083  #adminmenu li.wp-has-current-submenu .wp-submenu,
1084  #adminmenu li.wp-has-current-submenu ul li a {
1085      border-color: #aaa !important;
1086  }
1087  
1088  #adminmenu li.wp-has-current-submenu ul li a {
1089      background: url(../images/menu-dark.gif) bottom left no-repeat !important;
1090  }
1091  
1092  #adminmenu li.wp-has-current-submenu ul {
1093      border-bottom-color: #aaa;
1094  }
1095  
1096  #adminmenu li.menu-top .current:hover {
1097      border-color: #B5B5B5;
1098  }
1099  
1100  #adminmenu .wp-submenu .current a.current {
1101      background: transparent url(../images/menu-bits.gif) no-repeat scroll  0 -289px;
1102  }
1103  
1104  #adminmenu .wp-submenu a:hover {
1105      background-color: #EAF2FA !important;
1106      color: #333 !important;
1107  }
1108  
1109  #adminmenu .wp-submenu li.current,
1110  #adminmenu .wp-submenu li.current a,
1111  #adminmenu .wp-submenu li.current a:hover {
1112      color: #333;
1113      background-color: #f5f5f5;
1114      background-image: none;
1115      border-color: #e3e3e3;
1116      text-shadow: rgba(255,255,255,1) 0px 1px 0px;
1117  }
1118  
1119  #adminmenu .wp-submenu ul {
1120      background-color: #fff;
1121  }
1122  
1123  .folded #adminmenu li.menu-top,
1124  #adminmenu .wp-submenu .wp-submenu-head {
1125      background-color: #F1F1F1;
1126  }
1127  
1128  .folded #adminmenu li.wp-has-current-submenu,
1129  .folded #adminmenu li.menu-top.current {
1130      background-color: #e6e6e6;
1131  }
1132  
1133  #adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head {
1134      background-color: #EAEAEA;
1135      border-color: #aaa;
1136  }
1137  
1138  #adminmenu div.wp-submenu {
1139      background-color: transparent;
1140  }
1141  
1142  /* menu icons */
1143  #adminmenu #menu-dashboard div.wp-menu-image {
1144      background: transparent url("../images/menu.png") no-repeat scroll -61px -33px;
1145  }
1146  
1147  #adminmenu #menu-dashboard:hover div.wp-menu-image,
1148  #adminmenu  #menu-dashboard.wp-has-current-submenu div.wp-menu-image,
1149  #adminmenu  #menu-dashboard.current div.wp-menu-image {
1150      background: transparent url("../images/menu.png") no-repeat scroll -61px -1px;
1151  }
1152  
1153  #adminmenu #menu-posts div.wp-menu-image {
1154      background: transparent url("../images/menu.png") no-repeat scroll -272px -33px;
1155  }
1156  
1157  #adminmenu #menu-posts:hover div.wp-menu-image,
1158  #adminmenu #menu-posts.wp-has-current-submenu div.wp-menu-image {
1159      background: transparent url("../images/menu.png") no-repeat scroll -272px -1px;
1160  }
1161  
1162  #adminmenu #menu-media div.wp-menu-image {
1163      background: transparent url("../images/menu.png") no-repeat scroll -121px -33px;
1164  }
1165  
1166  #adminmenu #menu-media:hover div.wp-menu-image,
1167  #adminmenu #menu-media.wp-has-current-submenu div.wp-menu-image {
1168      background: transparent url("../images/menu.png") no-repeat scroll -121px -1px;
1169  }
1170  
1171  #adminmenu #menu-links div.wp-menu-image {
1172      background: transparent url("../images/menu.png") no-repeat scroll -91px -33px;
1173  }
1174  
1175  #adminmenu #menu-links:hover div.wp-menu-image,
1176  #adminmenu #menu-links.wp-has-current-submenu div.wp-menu-image {
1177      background: transparent url("../images/menu.png") no-repeat scroll -91px -1px;
1178  }
1179  
1180  #adminmenu #menu-pages div.wp-menu-image {
1181      background: transparent url("../images/menu.png") no-repeat scroll -151px -33px;
1182  }
1183  
1184  #adminmenu #menu-pages:hover div.wp-menu-image,
1185  #adminmenu #menu-pages.wp-has-current-submenu div.wp-menu-image {
1186      background: transparent url("../images/menu.png") no-repeat scroll -151px -1px;
1187  }
1188  
1189  #adminmenu #menu-comments div.wp-menu-image {
1190      background: transparent url("../images/menu.png") no-repeat scroll -31px -33px;
1191  }
1192  
1193  #adminmenu #menu-comments:hover div.wp-menu-image,
1194  #adminmenu #menu-comments.wp-has-current-submenu div.wp-menu-image,
1195  #adminmenu #menu-comments.current div.wp-menu-image {
1196      background: transparent url("../images/menu.png") no-repeat scroll -31px -1px;
1197  }
1198  
1199  #adminmenu #menu-appearance div.wp-menu-image {
1200      background: transparent url("../images/menu.png") no-repeat scroll -1px -33px;
1201  }
1202  
1203  #adminmenu #menu-appearance:hover div.wp-menu-image,
1204  #adminmenu #menu-appearance.wp-has-current-submenu div.wp-menu-image {
1205      background: transparent url("../images/menu.png") no-repeat scroll -1px -1px;
1206  }
1207  
1208  #adminmenu #menu-plugins div.wp-menu-image {
1209      background: transparent url("../images/menu.png") no-repeat scroll -181px -33px;
1210  }
1211  
1212  #adminmenu #menu-plugins:hover div.wp-menu-image,
1213  #adminmenu #menu-plugins.wp-has-current-submenu div.wp-menu-image {
1214      background: transparent url("../images/menu.png") no-repeat scroll -181px -1px;
1215  }
1216  
1217  #adminmenu #menu-users div.wp-menu-image {
1218      background: transparent url("../images/menu.png") no-repeat scroll -301px -33px;
1219  }
1220  
1221  #adminmenu #menu-users:hover div.wp-menu-image,
1222  #adminmenu #menu-users.wp-has-current-submenu div.wp-menu-image {
1223      background: transparent url("../images/menu.png") no-repeat scroll -301px -1px;
1224  }
1225  
1226  #adminmenu #menu-tools div.wp-menu-image {
1227      background: transparent url("../images/menu.png") no-repeat scroll -211px -33px;
1228  }
1229  
1230  #adminmenu #menu-tools:hover div.wp-menu-image,
1231  #adminmenu #menu-tools.wp-has-current-submenu div.wp-menu-image {
1232      background: transparent url("../images/menu.png") no-repeat scroll -211px -1px;
1233  }
1234  
1235  #adminmenu #menu-settings div.wp-menu-image {
1236      background: transparent url("../images/menu.png") no-repeat scroll -241px -33px;
1237  }
1238  
1239  #adminmenu #menu-settings:hover div.wp-menu-image,
1240  #adminmenu #menu-settings.wp-has-current-submenu div.wp-menu-image {
1241      background: transparent url("../images/menu.png") no-repeat scroll -241px -1px;
1242  }
1243  /* end menu */
1244  
1245  
1246  /* Diff */
1247  table.diff .diff-deletedline {
1248      background-color: #ffdddd;
1249  }
1250  
1251  table.diff .diff-deletedline del {
1252      background-color: #ff9999;
1253  }
1254  
1255  table.diff .diff-addedline {
1256      background-color: #ddffdd;
1257  }
1258  
1259  table.diff .diff-addedline ins {
1260      background-color: #99ff99;
1261  }
1262  
1263  #att-info {
1264      background-color: #E4F2FD;
1265  }
1266  
1267  /* edit image */
1268  #sidemenu a {
1269      background-color: #f9f9f9;
1270      border-color: #f9f9f9;
1271      border-bottom-color: #dfdfdf;
1272  }
1273  
1274  #sidemenu a.current {
1275      background-color: #fff;
1276      border-color: #dfdfdf #dfdfdf #fff;
1277      color: #D54E21;
1278  }
1279  
1280  #screen-options-wrap,
1281  #contextual-help-wrap {
1282      background-color: #f1f1f1;
1283      border-color: #dfdfdf;
1284  }
1285  
1286  #screen-meta-links a.show-settings {
1287      color: #606060;
1288  }
1289  
1290  #screen-meta-links a.show-settings:hover {
1291      color: #000;
1292  }
1293  
1294  #replysubmit {
1295      background-color: #f1f1f1;
1296      border-top-color: #ddd;
1297  }
1298  
1299  #replyerror {
1300      border-color: #ddd;
1301      background-color: #f9f9f9;
1302  }
1303  
1304  #edithead,
1305  #replyhead {
1306      background-color: #f1f1f1;
1307  }
1308  
1309  #ed_reply_toolbar {
1310      background-color: #e9e9e9;
1311  }
1312  
1313  /* table vim shortcuts */
1314  .vim-current,
1315  .vim-current th,
1316  .vim-current td {
1317      background-color: #E4F2FD !important;
1318  }
1319  
1320  /* Install Plugins */
1321  .star-average,
1322  .star.star-rating {
1323      background-color: #fc0;
1324  }
1325  
1326  div.star.select:hover {
1327      background-color: #d00;
1328  }
1329  
1330  #plugin-information .fyi ul {
1331      background-color: #eaf3fa;
1332  }
1333  
1334  #plugin-information .fyi h2.mainheader {
1335      background-color: #cee1ef;
1336  }
1337  
1338  #plugin-information pre,
1339  #plugin-information code {
1340      background-color: #ededff;
1341  }
1342  
1343  #plugin-information pre {
1344      border: 1px solid #ccc;
1345  }
1346  
1347  /* inline editor */
1348  .inline-edit-row fieldset input[type="text"],
1349  .inline-edit-row fieldset textarea,
1350  #bulk-titles,
1351  #replyrow input {
1352      border-color: #ddd;
1353  }
1354  
1355  .inline-editor div.title {
1356      background-color: #EAF3FA;
1357  }
1358  
1359  .inline-editor ul.cat-checklist {
1360      background-color: #FFFFFF;
1361      border-color: #ddd;
1362  }
1363  
1364  .inline-editor .categories .catshow,
1365  .inline-editor .categories .cathide {
1366      color: #21759b;
1367  }
1368  
1369  .inline-editor .quick-edit-save {
1370      background-color: #f1f1f1;
1371  }
1372  
1373  #replyrow #ed_reply_toolbar input:hover {
1374      border-color: #aaa;
1375      background: #ddd;
1376  }
1377  
1378  fieldset.inline-edit-col-right .inline-edit-col {
1379      border-color: #dfdfdf;
1380  }
1381  
1382  .attention {
1383      color: #D54E21;
1384  }
1385  
1386  .meta-box-sortables .postbox:hover .handlediv {
1387      background: transparent url(../images/menu-bits.gif) no-repeat scroll left -111px;
1388  }
1389  
1390  #major-publishing-actions {
1391      background: #eaf2fa;
1392  }
1393  
1394  .tablenav .tablenav-pages {
1395      color: #555;
1396  }
1397  
1398  .tablenav .tablenav-pages a {
1399      border-color: #e3e3e3;
1400      background: #eee url('../images/menu-bits.gif') repeat-x scroll left -379px;
1401  }
1402  
1403  .tablenav .tablenav-pages a:hover {
1404      color: #d54e21;
1405      border-color: #d54321;
1406  }
1407  
1408  .tablenav .tablenav-pages a:active {
1409      color: #fff !important;
1410  }
1411  
1412  .tablenav .tablenav-pages .current {
1413      background: #dfdfdf;
1414      border-color: #d3d3d3;
1415  }
1416  
1417  #availablethemes,
1418  #availablethemes td {
1419      border-color: #ddd;
1420  }
1421  
1422  #current-theme img {
1423      border-color: #999;
1424  }
1425  
1426  #TB_window #TB_title a.tb-theme-preview-link,
1427  #TB_window #TB_title a.tb-theme-preview-link:visited {
1428      color: #999;
1429  }
1430  
1431  #TB_window #TB_title a.tb-theme-preview-link:hover,
1432  #TB_window #TB_title a.tb-theme-preview-link:focus {
1433      color: #ccc;
1434  }
1435  
1436  .misc-pub-section {
1437      border-bottom-color: #eee;
1438  }
1439  
1440  #minor-publishing {
1441      border-bottom-color: #ddd;
1442  }
1443  
1444  #post-body .misc-pub-section {
1445      border-right-color: #eee;
1446  }
1447  
1448  .post-com-count span {
1449      background-color: #bbb;
1450  }
1451  
1452  .form-table .color-palette td {
1453      border-color: #fff;
1454  }
1455  
1456  .sortable-placeholder {
1457      border-color: #bbb;
1458      background-color: #f5f5f5;
1459  }
1460  
1461  #post-body ul#category-tabs li.tabs a {
1462      color: #333;
1463  }
1464  
1465  #wp_editimgbtn,
1466  #wp_delimgbtn,
1467  #wp_editgallery,
1468  #wp_delgallery {
1469      border-color: #999;
1470      background-color: #eee;
1471  }
1472  
1473  #wp_editimgbtn:hover,
1474  #wp_delimgbtn:hover,
1475  #wp_editgallery:hover,
1476  #wp_delgallery:hover {
1477      border-color: #555;
1478      background-color: #ccc;
1479  }
1480  
1481  #favorite-first {
1482      background: #797979 url(../images/fav.png) repeat-x left center;
1483      border-color: #777 !important;
1484      border-bottom-color: #666 !important;
1485  }
1486  
1487  #favorite-inside {
1488      border-color: #797979;
1489      background-color: #797979;
1490  }
1491  
1492  #favorite-toggle {
1493      background: transparent url(../images/fav-arrow.gif) no-repeat 0 -4px;
1494  }
1495  
1496  #favorite-actions a {
1497      color: #ddd;
1498  }
1499  
1500  #favorite-actions a:hover {
1501      color: #fff;
1502  }
1503  
1504  #favorite-inside a:hover {
1505      text-decoration: underline;
1506  }
1507  
1508  #favorite-actions .slide-down {
1509      border-bottom-color: #626262;
1510  }
1511  
1512  #screen-meta a.show-settings {
1513      background-color: transparent;
1514      text-shadow: rgba(255,255,255,0.7) 0 1px 0;
1515  }
1516  
1517  #icon-edit,
1518  #icon-post {
1519      background: transparent url(../images/icons32.png) no-repeat -552px -5px;
1520  }
1521  
1522  #icon-index {
1523      background: transparent url(../images/icons32.png) no-repeat -137px -5px;
1524  }
1525  
1526  #icon-upload {
1527      background: transparent url(../images/icons32.png) no-repeat -251px -5px;
1528  }
1529  
1530  #icon-link-manager,
1531  #icon-link,
1532  #icon-link-category {
1533      background: transparent url(../images/icons32.png) no-repeat -190px -5px;
1534  }
1535  
1536  #icon-edit-pages,
1537  #icon-page {
1538      background: transparent url(../images/icons32.png) no-repeat -312px -5px;
1539  }
1540  
1541  #icon-edit-comments {
1542      background: transparent url(../images/icons32.png) no-repeat -72px -5px;
1543  }
1544  
1545  #icon-themes {
1546      background: transparent url(../images/icons32.png) no-repeat -11px -5px;
1547  }
1548  
1549  #icon-plugins {
1550      background: transparent url(../images/icons32.png) no-repeat -370px -5px;
1551  }
1552  
1553  #icon-users,
1554  #icon-profile,
1555  #icon-user-edit {
1556      background: transparent url(../images/icons32.png) no-repeat -600px -5px;
1557  }
1558  
1559  #icon-tools,
1560  #icon-admin {
1561      background: transparent url(../images/icons32.png) no-repeat -432px -5px;
1562  }
1563  
1564  #icon-options-general {
1565      background: transparent url(../images/icons32.png) no-repeat -492px -5px;
1566  }
1567  
1568  .view-switch #view-switch-list {
1569      background: transparent url(../images/list.png) no-repeat 0 0;
1570  }
1571  
1572  .view-switch #view-switch-list.current {
1573      background: transparent url(../images/list.png) no-repeat -40px 0;
1574  }
1575  
1576  .view-switch #view-switch-excerpt {
1577      background: transparent url(../images/list.png) no-repeat -20px 0;
1578  }
1579  
1580  .view-switch #view-switch-excerpt.current {
1581      background: transparent url(../images/list.png) no-repeat -60px 0;
1582  }
1583  
1584  #header-logo {
1585      background: transparent url(../images/wp-logo.gif) no-repeat scroll center center;
1586  }
1587  
1588  #wphead #site-visit-button {
1589      background-color:#585858;
1590      background-image: url(../images/visit-site-button-grad.gif);
1591      color:#aaa;
1592      text-shadow: #3F3F3F 0 -1px 0;
1593  }
1594  
1595  #wphead a:hover #site-visit-button {
1596      color:#fff;
1597  }
1598  
1599  #wphead a:focus #site-visit-button,
1600  #wphead a:active #site-visit-button {
1601      background-position:0 -27px;
1602  }
1603  
1604  .popular-tags,
1605  .feature-filter {
1606      background-color: #FFFFFF;
1607      border-color: #DFDFDF;
1608  }
1609  
1610  #theme-information .action-button {
1611      border-top-color: #DFDFDF;
1612  }
1613  
1614  .theme-listing br.line {
1615      border-bottom-color: #ccc;
1616  }
1617  
1618  div.widgets-sortables,
1619  #widgets-left .inactive {
1620      background-color: #f1f1f1;
1621      border-color: #ddd;
1622  }
1623  
1624  #available-widgets .widget-holder {
1625      background-color: #fff;
1626      border-color: #ddd;
1627  }
1628  
1629  #widgets-left .sidebar-name {
1630      background-color: #aaa;
1631      background-image: url(../images/ed-bg.gif);
1632      text-shadow: #FFFFFF 0 1px 0;
1633      border-color: #dfdfdf;
1634  }
1635  
1636  #widgets-right .sidebar-name {
1637      background-image: url(../images/fav.png);
1638      text-shadow: #3f3f3f 0 -1px 0;
1639      background-color: #636363;
1640      border-color: #636363;
1641      color: #fff;
1642  }
1643  
1644  .sidebar-name:hover,
1645  #removing-widget {
1646      color: #d54e21;
1647  }
1648  
1649  #removing-widget span {
1650      color: black;
1651  }
1652  
1653  #widgets-left .sidebar-name-arrow {
1654      background: transparent url(../images/menu-bits.gif) no-repeat scroll left -109px;
1655  }
1656  
1657  #widgets-right .sidebar-name-arrow {
1658      background: transparent url(../images/fav-arrow.gif) no-repeat scroll 0 -1px;
1659  }
1660  
1661  .in-widget-title {
1662      color: #606060;
1663  }
1664  
1665  .deleting .widget-title * {
1666      color: #aaa;
1667  }
1668  
1669  .imgedit-menu div {
1670      border-color: #d5d5d5;
1671      background-color: #f1f1f1;
1672  }
1673  
1674  .imgedit-menu div:hover {
1675      border-color: #c1c1c1;
1676      background-color: #eaeaea;
1677  }
1678  
1679  .imgedit-menu div.disabled {
1680      border-color: #ccc;
1681      background-color: #ddd;
1682      filter: alpha(opacity=50);
1683      opacity: 0.5;
1684  }
1685  
1686  #dashboard_recent_comments div.undo {
1687      border-top-color: #dfdfdf;
1688  }
1689  
1690  .comment-ays,
1691  .comment-ays th {
1692      border-color: #ddd;
1693  }
1694  
1695  .comment-ays th {
1696      background-color: #f1f1f1;
1697  }


Generated: Fri Jan 8 00:19:48 2010 Cross-referenced by PHPXref 0.7