]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/css/colors-classic.css
Wordpress 2.8.2
[autoinstalls/wordpress.git] / wp-admin / css / colors-classic.css
index 65d0f3831420af13aa75ce541ee8447a9355ded8..a6cb4f94a86f9b1ef7cc81abdfe5d35c60a6c79f 100644 (file)
@@ -1,9 +1,47 @@
+html {
+       background-color: #f7f6f1;
+}
+
+* html input,
+* html .widget {
+    border-color: #8cbdd5;
+}
+
+textarea,
+input,
+select {
+       border-color: #dfdfdf;
+}
+
+kbd,
+code {
+       background: #eaeaea;
+}
+
+input[readonly] {
+       background-color: #eee;
+}
+
+.find-box-search {
+       border-color: #dfdfdf;
+       background-color: #f1f1f1;
+}
+
+.find-box {
+       background-color: #f1f1f1;
+}
+
+.find-box-inside {
+       background-color: #fff;
+}
+
 a.page-numbers:hover {
        border-color: #999;
 }
 
-body, .form-table .pre {
-       background-color: #fff;
+body,
+#wpbody,
+.form-table .pre {
        color: #333;
 }
 
@@ -11,66 +49,115 @@ body > #upload-menu {
        border-bottom-color: #fff;
 }
 
-div#current-widgets, #postcustomstuff table, #your-profile fieldset, a.page-numbers, #rightnow, div.dashboard-widget, .widefat {
+#postcustomstuff table,
+#your-profile fieldset,
+#rightnow,
+div.dashboard-widget,
+#dashboard-widgets p.dashboard-widget-links,
+#replyrow #ed_reply_toolbar input {
        border-color: #ccc;
 }
 
+#poststuff .inside label.spam {
+       color: red;
+}
+
+#poststuff .inside label.waiting {
+       color: orange;
+}
+
+#poststuff .inside label.approved {
+       color: green;
+}
+
+#postcustomstuff table {
+       border-color: #dfdfdf;
+       background-color: #f9f9f9;
+}
+
+#postcustomstuff thead th {
+       background-color: #f1f1f1;
+}
+
+#postcustomstuff table input,
+#postcustomstuff table textarea {
+       border-color: #dfdfdf;
+       background-color: #fff;
+}
+
+.widefat {
+       border-color: #dfdfdf;
+       background-color: #fff;
+}
+
 div.dashboard-widget-error {
        background-color: #c43;
 }
 
 div.dashboard-widget-notice {
-       background-color: #F0F6FB;
+       background-color: #cfe1ef;
 }
 
-div.dashboard-widget-submit, ul.widget-control-list div.widget-control-actions {
+div.dashboard-widget-submit {
        border-top-color: #ccc;
 }
 
-input.disabled, textarea.disabled {
-       background-color: #ccc;
+div.tabs-panel,
+ul#category-tabs li.tabs {
+       border-color: #dfdfdf;
 }
 
-#user_info a:hover, li.widget-list-control-item h4.widget-title a:hover, .submit a, #dashmenu a:hover, #footer a, #upload-menu li a.upload-tab-link, li.widget-list-control-item h4.widget-title a,
-#dragHelper li.widget-list-control-item h4.widget-title a,
-#draghelper li.widget-list-control-item h4.widget-title a:visited, .login #backtoblog a:hover {
-       color: #fff;
+ul#category-tabs li.tabs {
+       background-color: #f1f1f1;
 }
 
-ul#category-tabs li.ui-tabs-selected, li.widget-list-control-item, div.nav, .tablenav, .submitbox, h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small, ul.view-switch li.current, .form-table tr, #poststuff h3, .login form, h3.info-box-title {
-       background-color: #cfebf7;
+input.disabled,
+textarea.disabled {
+       background-color: #ccc;
 }
-
-div.ui-tabs-panel {
-       border-color: #cfebf7;
+/* #upload-menu li a.upload-tab-link, */
+.login #backtoblog a:hover,
+#plugin-information .action-button a,
+#plugin-information .action-button a:hover,
+#plugin-information .action-button a:visited {
+       color: #fff;
 }
 
-select {
-       background-color: #fff;
-       border-color: #ddd;
+.widget .widget-top,
+.postbox h3,
+.stuffbox h3 {
+       background: #d5e6f2 url("../images/blue-grad.png") repeat-x left top;
+       text-shadow: #fff 0 1px 0;
 }
 
-strong .post-com-count span {
-       background-color: #2583ad;
+.form-table th,
+.form-wrap label {
+       color: #222;
+       text-shadow: #fff 0 1px 0;
 }
 
-.button-secondary, #login form .submit input {
-       background-color: #8ebddc !important;
+.description,
+.form-wrap p {
+       color: #666;
 }
 
-ul#widget-list li.widget-list-item h4.widget-title {
-       background-color: #f0f0f0;
-       color: #000;
+strong .post-com-count span {
+       background-color: #21759b;
 }
 
 .sorthelper {
        background-color: #ccf3fa;
 }
 
-.ac_match, .subsubsub a.current, h2 {
+.ac_match,
+.subsubsub a.current {
        color: #000;
 }
 
+.wrap h2 {
+       color: #093e56;
+}
+
 .ac_over {
        background-color: #f0f0b8;
 }
@@ -84,13 +171,14 @@ ul#widget-list li.widget-list-item h4.widget-title {
        color: #101010;
 }
 
+.alt
 .alternate {
-       background-color: #f9f9f9;
+       background-color: #edfbfc;
 }
 
 .available-theme a.screenshot {
        background-color: #f1f1f1;
-       border-color: #ccc;
+       border-color: #ddd;
 }
 
 .bar {
@@ -98,11 +186,16 @@ ul#widget-list li.widget-list-item h4.widget-title {
        border-right-color: #99d;
 }
 
-.describe {
-       border-top-color: #d0d0d0;
+#media-upload {
+       background: #fff;
+}
+
+#media-upload .slidetoggle {
+       border-top-color: #dfdfdf;
 }
 
-.error, #login #login_error {
+.error,
+#login #login_error {
        background-color: #ffebe8;
        border-color: #c00;
 }
@@ -119,44 +212,40 @@ ul#widget-list li.widget-list-item h4.widget-title {
        border-color: #c00 !important;
 }
 
-.form-table input, .form-table textarea {
-       border-color: #c6d9e9;
-}
-
-.form-table td, .form-table th {
-       border-bottom-color: #fff;
+.submit {
+       border-color: #8cbdd5;
 }
 
 .highlight {
-       background-color: #cfebf7;
+       background-color: #e4f2fd;
        color: #d54e21;
 }
 
-.howto, .nonessential, #sidemenu, #edit-slug-box, .form-input-tip, #dashboard_primary span.rss-date, .subsubsub, #dashboard_secondary div.dashboard-widget-content ul li a cite {
-       color: #999;
-}
-
-#dashmenu a, #user_info a {
-       color: #88b4d7;
+.howto,
+.nonessential,
+#edit-slug-box,
+.form-input-tip,
+.rss-widget span.rss-date,
+.subsubsub {
+       color: #666;
 }
 
 .media-item {
-       border-bottom-color: #d0d0d0;
+       border-bottom-color: #dfdfdf;
 }
 
-.media-upload-form label.form-help, td.help {
-       color: #9a9a9a;
+#wpbody-content #media-items .describe {
+       border-top-color: #dfdfdf;
 }
 
-.page-numbers {
-       background-color: #fff;
-       border-color: #fff;
+.describe input[type="text"],
+.describe textarea {
+       border-color: #dfdfdf;
 }
 
-.page-numbers.current {
-       background-color: #328ab2;
-       border-color: #328ab2;
-       color: #fff;
+.media-upload-form label.form-help,
+td.help {
+       color: #9a9a9a;
 }
 
 .post-com-count {
@@ -178,54 +267,115 @@ ul#widget-list li.widget-list-item h4.widget-title {
        color: #000;
 }
 
-.side-info h5, .bordertitle {
+.side-info h5 {
        border-bottom-color: #dadada;
 }
 
-.side-info ul, .widget-description {
+.side-info ul {
        color: #666;
 }
 
-.submit input, .button, .button-secondary, #login form .submit input, div.dashboard-widget-submit input, #edit-slug-buttons a.save {
-       background-color: #e5e5e5;
-       color: #07273e;
-       border-color: #a3a3a3;
+.button,
+.button-secondary,
+.submit input,
+input[type=button],
+input[type=submit] {
+       border-color: #dfdfdf;
+       color: #464646;
+}
+
+.button:hover,
+.button-secondary:hover,
+.submit input:hover,
+input[type=button]:hover,
+input[type=submit]:hover {
+       color: #000;
+       border-color: #adaca7;
+}
+
+.button,
+.submit input,
+.button-secondary {
+       background: #f2f2f2 url(../images/white-grad.png) repeat-x scroll left top;
+}
+
+.button:active,
+.submit input:active,
+.button-secondary:active {
+       background: #eee url(../images/white-grad-active.png) repeat-x scroll left top;
+}
+
+.button-primary,
+.submit .button-primary,
+#login form .submit input {
+       border-color: #5b86ab !important;
+       font-weight: bold;
+       color: #fff !important;
+       background: #5580a6 url(../images/button-grad-vs.png) repeat-x scroll left top;
 }
 
-.button[disabled], .button:disabled {
-       background-color: #999;
+.button-primary:active,
+#login form .submit input:active {
+       background: #21759b url(../images/button-grad-active-vs.png) repeat-x scroll left top !important;
 }
 
-.tablenav .button-secondary {
-       border-color: #5396c5;
+.button[disabled],
+.button:disabled,
+.button-secondary[disabled],
+.button-secondary:disabled,
+a.button.disabled {
+       color: #ccc !important;
+       border-color: #ccc;
 }
 
-.submit input:hover, .button:hover, #edit-slug-buttons a.save:hover {
-       border-color: #535353;
+.button-primary[disabled],
+.button-primary:disabled {
+       color: #80a3d2 !important;
 }
 
-.submit input:hover, .button:hover, .button-secondary:hover, #wphead #viewsite a:hover, #submenu a.current, #submenu a:hover, .submitbox #previewview a:hover, #the-comment-list .comment a:hover, #rightnow a:hover, a:hover, .subsubsub a:hover, .subsubsub a.current:hover, #login form .submit input:hover, div.dashboard-widget-submit input:hover, #edit-slug-buttons a.save:hover, #media-upload a.del-link:hover {
+a:active,
+a:focus {
        color: #d54e21;
 }
 
-#adminmenu a:hover, #sidemenu a:hover, .ui-tabs-nav a:hover {
-       color: #97c4d8;
+a:hover,
+#wphead #viewsite a:hover,
+#adminmenu a:hover,
+#adminmenu ul.wp-submenu a:hover,
+#the-comment-list .comment a:hover,
+#rightnow a:hover,
+#login form .submit input:hover,
+#media-upload a.del-link:hover,
+div.dashboard-widget-submit input:hover,
+.subsubsub a:hover,
+.subsubsub a.current:hover,
+.ui-tabs-nav a:hover,
+.plugins .inactive a:hover,
+#all-plugins-table .plugins .inactive a:hover,
+#search-plugins-table .plugins .inactive a:hover {
+       color: #d54e21;
 }
 
-.button-secondary:hover, #login form .submit input:hover {
-       border-color: #328ab2;
-       background-color: #a6d2e5 !important;
+#the-comment-list .comment-item,
+#dashboard-widgets #dashboard_quick_press form p.submit {
+       border-color: #dfdfdf;
 }
 
-.submitbox #autosave .error, ul.view-switch li.current a {
-       color: #333;
+#dashboard_right_now .table {
+       background:#faf9f7 !important;
+}
+
+.button-primary:hover,
+#login form .submit input:hover {
+       border-color: #2e5475 !important;
+       color: #eaf2fa !important;
 }
 
-.submitbox #previewview {
-       background-color: #5488af;
+#side-sortables #category-tabs .tabs a {
+       color: #333;
 }
 
-.submitbox #previewview a, #rightnow .rbutton {
+#rightnow .rbutton {
        background-color: #ebebeb;
        color: #264761;
 }
@@ -235,221 +385,274 @@ ul#widget-list li.widget-list-item h4.widget-title {
        color: #ccc;
 }
 
-.submitbox .submitdelete {
-       border-bottom-color: #999;
+.plugins a.delete:hover,
+#all-plugins-table .plugins a.delete:hover,
+#search-plugins-table .plugins a.delete:hover,
+.submitbox .submitdelete,
+a.delete {
+       color: #f00;
+       border-bottom-color: #f00;
 }
 
 .submitbox .submitdelete:hover,
-#media-upload a.delete:hover {
+#media-items a.delete:hover {
        color: #fff;
        background-color: #f00;
        border-bottom-color: #f00;
 }
 
+#normal-sortables .submitbox .submitdelete:hover {
+       color: #000;
+       background-color: #f00;
+       border-bottom-color: #f00;
+}
+
 .tablenav .dots {
-       background-color: #cfebf7;
-       border-color: #cfebf7;
+       border-color: transparent;
 }
 
-.tablenav .next, .tablenav .prev{
-       background-color: #cfebf7;
-       border-bottom-color: #cfebf7;
-       border-color: #cfebf7;
-       color: #2583ad;
+.tablenav .next,
+.tablenav .prev {
+       border-color: transparent;
+       color: #21759b;
 }
 
-.tablenav .next:hover, .tablenav .prev:hover {
-       border-bottom-color: #d54e21;
-       border-color: #cfebf7;
+.tablenav .next:hover,
+.tablenav .prev:hover {
+       border-color: transparent;
        color: #d54e21;
 }
 
-.updated, .login #login_error, .login .message {
+.updated,
+.login #login_error,
+.login .message {
        background-color: #ffffe0;
        border-color: #e6db55;
 }
 
-.updated a {
-       border-bottom-color: #2583ad;
+.update-message {
+       color: #000000;
+}
+
+a.page-numbers {
+       border-bottom-color: #b8d3e2;
 }
 
-.widefat td, .widefat th, div#available-widgets-filter, ul#widget-list li.widget-list-item, .commentlist li {
+.commentlist li {
        border-bottom-color: #ccc;
 }
 
-.widefat thead, .thead {
-       background-color: #464646;
-       color: #d7d7d7;
+.widefat td,
+.widefat th,
+#install-plugins .plugins td,
+#install-plugins .plugins th {
+       border-color: #dfdfdf;
 }
 
-.widget-control-save, .widget-control-remove {
-       background-color: #83b4d5;
-       color: #246;
+.widefat th {
+       text-shadow: rgba(255,255,255,0.8) 0 1px 0;
 }
 
-.wrap h2 {
-       border-bottom-color: #dadada;
-       color: #5a5a5a;
+.widefat thead tr th,
+.widefat tfoot tr th,
+h3.dashboard-widget-title,
+h3.dashboard-widget-title span,
+h3.dashboard-widget-title small,
+.find-box-head {
+       color: #333;
+       background: #d5e6f2 url(../images/blue-grad.png) repeat-x scroll left top;
 }
 
-#poststuff #edButtonPreview, #poststuff #edButtonHTML, #the-comment-list p.comment-author strong a, #media-upload a.del-link, #media-upload a.delete, a {
-       color: #2e7ca0;
+h3.dashboard-widget-title small a {
+       color: #d7d7d7;
 }
 
-#adminmenu a, .ui-tabs-nav a {
-       color: #cfebf6;
+h3.dashboard-widget-title small a:hover {
+       color: #fff;
 }
 
-#submenu a {
-       color: #2782af
+a,
+#adminmenu a,
+#poststuff #edButtonPreview,
+#poststuff #edButtonHTML,
+#the-comment-list p.comment-author strong a,
+#media-upload a.del-link,
+#media-items a.delete,
+.plugins a.delete,
+.ui-tabs-nav a {
+       color: #1c6280;
 }
+
 /* Because we don't want visited on these links */
-#adminmenu a.current, #sidemenu a.current, body.press-this .ui-tabs-selected a, body.press-this .ui-tabs-selected a:hover {
+body.press-this .tabs a,
+body.press-this .tabs a:hover {
        background-color: #fff;
-       border-color: #07273e;
+       border-color: #c6d9e9;
        border-bottom-color: #fff;
        color: #d54e21;
-       font-weight: bold;
-}
-
-#adminmenu li a #awaiting-mod, #sidemenu li a #update-plugins {
-       background-image: url(../images/comment-stalk-classic.gif);
 }
 
-#adminmenu li a #awaiting-mod span, #sidemenu li a #update-plugins span {
+#adminmenu #awaiting-mod,
+#adminmenu .update-plugins,
+#sidemenu a .update-plugins,
+#rightnow .reallynow,
+#plugin-information .action-button {
        background-color: #d54e21;
        color: #fff;
 }
 
-#rightnow .reallynow {
-       background-color: #114973;
+#adminmenu li a:hover #awaiting-mod,
+#adminmenu li a:hover .update-plugins,
+#sidemenu li a:hover .update-plugins {
+       background-color: #264761;
        color: #fff;
 }
 
-
-#adminmenu li a:hover #awaiting-mod span, #sidemenu li a:hover #update-plugins span {
-       background-color: #07273E;
+#adminmenu li.current a #awaiting-mod,
+#adminmenu li.current a .update-plugins,
+#adminmenu li.wp-has-current-submenu a .update-plugins,
+#adminmenu li.wp-has-current-submenu a .update-plugins {
+       background-color: #ddd;
+       color: #000;
+       text-shadow: none;
+       -moz-box-shadow: rgba(0,0,0,0.2) 0 -1px 0;
+       -khtml-box-shadow: rgba(0,0,0,0.2) 0 -1px 0;
+       -webkit-box-shadow: rgba(0,0,0,0.2) 0 -1px 0;
+       box-shadow: rgba(0,0,0,0.2) 0 -1px 0;
+}
+
+#adminmenu li.current a:hover #awaiting-mod,
+#adminmenu li.current a:hover .update-plugins,
+#adminmenu li.wp-has-current-submenu a:hover #awaiting-mod,
+#adminmenu li.wp-has-current-submenu a:hover .update-plugins {
+       background-color: #264761;
+       color: #fff;
 }
 
-#adminmenu, div#media-upload-header {
-       background-color: #14568a;
-       border-bottom-color: #07273e;
+div#media-upload-header,
+div#plugin-information-header {
+       background-color: #f9f9f9;
+       border-bottom-color: #dfdfdf;
 }
 
 #currenttheme img {
        border-color: #666;
 }
 
-#current-widgets .drop-widget-here {
-       background-color: #ffc;
-}
-
 #dashboard_secondary div.dashboard-widget-content ul li a {
        background-color: #f9f9f9;
 }
 
-input.readonly {
+input.readonly, textarea.readonly {
        background-color: #ddd;
 }
 
-#dashmenu a.current {
-       background-color: #14568a;
-       color: #cfebf6;
-}
-
-#dragHelper h4.widget-title, li.widget-list-control-item h4, #dragHelper li.widget-list-control-item h4 {
-       background-color: #2683ae;
-       color: #fff;
-}
-
-#ed_toolbar input {
-       background: url( ../images/fade-butt.png ) #fff repeat-x 0 -2px;
+#ed_toolbar input,
+#ed_reply_toolbar input {
+       background: #fff url("../images/fade-butt.png") repeat-x 0 -2px;
 }
 
 #editable-post-name {
        background-color: #fffbcc;
 }
 
-#edit-slug-box strong, .login #nav a {
+#edit-slug-box strong,
+.tablenav .displaying-num,
+#submitted-on {
        color: #777;
 }
 
-#edit-slug-buttons a.save {
-       background-color: #ebebeb;
+.login #nav a {
+       color: #21759b !important;
 }
 
-#footer {
-       background: url(../images/logo-ghost.png) #464646 no-repeat 20px 10px;
-       color: #999;
+.login #nav a:hover {
+       color: #d54e21 !important;
+}
+
+#footer,
+#footer-upgrade {
+       background: #1d507d;
+       color: #b6d1e4;
 }
 
 #media-items {
-       border-color: #c0c0c0;
+       border-color: #dfdfdf;
 }
 
-#pass-strength-result {
-       background-color: #e3e3e3;
-       border-color: #000;
+.checkbox,
+.side-info,
+.plugins tr,
+.postbox,
+#your-profile #rich_editing {
+       background-color: #fff;
 }
 
-#pass-strength-result.bad {
-       background-color: #ffeff7;
-       border-color: #c69;
+.plugins .inactive,
+.plugins .inactive th,
+.plugins .inactive td,
+tr.inactive + tr.plugin-update-tr .plugin-update {
+       background-color: #ebeeef;
 }
 
-#pass-strength-result.good {
-       background-color: #effff4;
-       border-color: #66cc87;
+.plugin-update-tr .update-message {
+       background-color: #fffbe4;
+       border-color: #dfdfdf;
 }
 
-#pass-strength-result.short {
-       background-color: #e3e3e3;
+.plugins .active,
+.plugins .active th,
+.plugins .active td {
+       color: #000;
 }
 
-#pass-strength-result.strong {
-       background-color: #59ef86;
-       border-color: #319f52;
+.plugins .inactive a { 
+       color: #557799;         
 }
 
-.checkbox, .side-info, #your-profile #rich_editing {
-       background-color: #fff;
+#the-comment-list .unapproved,
+#the-comment-list .unapproved th,
+#the-comment-list .unapproved td {
+       background-color: #ffffe0;
 }
 
-.plugins .active {
-       background-color: #BBEEBB;
+#the-comment-list .approve a {
+       color: #006505;
 }
 
-.plugins .togl {
-       border-right-color: #ccc;
+#the-comment-list .unapprove a {
+       color: #d98500;
 }
 
-#the-comment-list .unapproved {
-       background-color: #ffffe0;
+#the-comment-list .delete a {
+       color: #bc0b0b;
 }
 
-.plugins tr {
-       background-color: #fff;
+.widget,
+#widget-list .widget-top,
+.postbox,
+#titlediv,
+#poststuff .postarea,
+.stuffbox {
+       border-color: #dfdfdf;
 }
 
-#poststuff #editor-toolbar .active {
-       background-color: #83b4d5;
-       color: #333;
+.widget,
+.postbox {
+       background-color: #fff;
 }
 
-#poststuff .closed .togbox {
-       background-color: #2583ad;
-       background-image: url(../images/toggle-arrow.gif);
+.ui-sortable .postbox h3 {
+       color: #093e56;
 }
 
-#poststuff .postbox, #titlediv, #poststuff .postarea, #poststuff .stuffbox {
-       border-color: #ebebeb;
-       border-right-color: #ccc;
-       border-bottom-color: #ccc;
+.widget .widget-top,
+.ui-sortable .postbox h3:hover {
+       color: #000;
 }
 
-#poststuff .togbox {
-       background-color: #b2b2b2;
-       background-image: url(../images/toggle-arrow.gif);
+.curtime #timestamp {
+       background-image: url(../images/date-button.gif);
 }
 
 #quicktags #ed_link {
@@ -464,186 +667,219 @@ input.readonly {
        color: #448abd;
 }
 
-#sidemenu a {
-       background-color: #14568a;
-       border-bottom-color: #07273e;
-       border-top-color: #14568a;
-       color: #cfebf6;
-}
-
-#tagchecklist span a {
+.tagchecklist span a,
+#bulk-titles div a {
        background: url(../images/xit.gif) no-repeat;
 }
 
-#tagchecklist span a:hover {
+.tagchecklist span a:hover,
+#bulk-titles div a:hover {
        background: url(../images/xit.gif) no-repeat -10px 0;
 }
 
-#the-comment-list .comment a {
-       border-bottom-color: #ababab;
-       color: #666;
+#update-nag {
+       background-color: #fffeeb;
+       border-color: #ccc;
+       color: #555;
 }
 
-#update-nag, .plugin-update {
-       background-color: #fffeeb;
-       border-bottom-color: #ccc;
-       border-top-color: #ccc;
+.login #backtoblog a {
+       color: #ccc;
+}
+
+#wphead {
+       background-color: #1d507d;
+}
+
+body.login {
+       border-top-color: #093e56;
+}
+
+#wphead h1 a {
+       color: #fff;
+}
+
+#login form input {
        color: #555;
 }
 
-#upload-files a.file-link {
-       background-color: #d1e2ef;
+#user_info {
+       color: #b6d1e4;
 }
 
-#upload-file-view a img {
-       border-bottom-color: #69c;
+#user_info a:link,
+#user_info a:visited,
+#footer a:link,
+#footer a:visited {
+       color: #fff;
+       text-decoration: none;
 }
 
-#upload-menu li #current-tab-nav, #upload-file {
-       background-color: #f9fcfe;
+#user_info a:hover,
+#user_info a:active,
+#footer a:hover,
+#footer a:active  {
+       text-decoration: underline;
 }
 
-#upload-menu li span a.page-numbers {
-       color: #00019b;
+div#media-upload-error,
+.file-error,
+abbr.required,
+.widget-control-remove:hover,
+.delete a:hover {
+       color: #f00;
 }
 
-#upload-menu li.current {
-       border-right-color: #448abd;
-       color: #000;
+/* password strength meter */
+#pass-strength-result {
+       background-color: #eee;
+       border-color: #ddd !important;
 }
 
-#upload-menu li.current a.upload-tab-link, #upload-menu li a:hover {
-       background-color: #f9fcfe;
-       color: #000;
+#pass-strength-result.bad {
+       background-color: #ffb78c;
+       border-color: #ff853c !important;
 }
 
-#upload-menu, #upload-menu li {
-       border-top-color: #247fab;
+#pass-strength-result.good {
+       background-color: #ffec8b;
+       border-color: #fc0 !important;
 }
 
-#user_info, .login #backtoblog a {
-       color: #ccc;
+#pass-strength-result.short {
+       background-color: #ffa0a0;
+       border-color: #f04040 !important;
 }
 
-#wphead {
-       background-color: #14568a;
+#pass-strength-result.strong {
+       background-color: #c3ff88;
+       border-color: #8dff1c !important;
 }
 
-#wphead, body.login {
-       border-top-color: #07273e;
+/* editors */
+#quicktags {
+       border-color: #dfdfdf;
+       background-color: #dfdfdf;
 }
 
-#wphead #viewsite a {
-       background-color: #5488af;
-       color: #cfebf7;
-       border-color: #0b3d64;
+#ed_toolbar input {
+       border-color: #c3c3c3;
 }
 
-#wphead #viewsite a:hover {
-       color: #07273e;
+#ed_toolbar input:hover {
+       border-color: #aaa;
+       background: #ddd;
 }
 
-#wphead h1, #dashmenu a.current:hover {
-       color: #cfebf6;
+#poststuff .wp_themeSkin .mceStatusbar {
+       border-color: #ededed;
 }
 
-div#media-upload-error, .file-error, abbr.required, .widget-control-remove:hover, .delete:hover {
-       color: #f00;
+#poststuff #edButtonPreview,
+#poststuff #edButtonHTML {
+       background-color: #f2f1eb;
+       border-color: #dfdfdf;
+       color: #999;
+}
+
+#poststuff #editor-toolbar .active {
+       border-bottom-color: #e3eef7;
+       background-color: #e3eef7;
+       color: #333;
 }
 
 /* TinyMCE */
+#post-status-info {
+       background-color: #ededed;
+}
+
 .wp_themeSkin *,
-.wp_themeSkin a:hover, 
-.wp_themeSkin a:link, 
-.wp_themeSkin a:visited, 
+.wp_themeSkin a:hover,
+.wp_themeSkin a:link,
+.wp_themeSkin a:visited,
 .wp_themeSkin a:active {
-        color: #000;
+       color: #000;
 }
 
 /* Containers */
-.wp_themeSkin table, #wp_editbtns {
-       background: #83B4D5;
-}
-
 .wp_themeSkin iframe {
        background: #fff;
 }
 
 /* Layout */
 .wp_themeSkin .mceStatusbar {
-        color:#000;
-        background-color: #eaf3fa;
+       color: #000;
+       background-color: #f5f5f5;
 }
 
 /* Button */
-.wp_themeSkin .mceButton { 
+.wp_themeSkin .mceButton {
        background-color: #e9e8e8;
-       border-color: #83B4D5;
+       border-color: #b2b2b2;
 }
 
 .wp_themeSkin a.mceButtonEnabled:hover,
-.wp_themeSkin a.mceButtonActive, 
+.wp_themeSkin a.mceButtonActive,
 .wp_themeSkin a.mceButtonSelected {
-       background-color: #d6d8da;
-       border-color: #7789ba !important;
+       background-color: #d5d5d5;
+       border-color: #777 !important;
 }
 
 .wp_themeSkin .mceButtonDisabled {
-       border-color: #83B4D5 !important;
+       border-color: #ccc !important;
 }
 
 /* ListBox */
 .wp_themeSkin .mceListBox .mceText,
 .wp_themeSkin .mceListBox .mceOpen  {
-       border-color: #83B4D5;
-       background-color: #e9e8e8;
+       border-color: #b2b2b2;
+       background-color: #d5d5d5;
 }
 
-.wp_themeSkin table.mceListBoxEnabled:hover .mceOpen, 
+.wp_themeSkin table.mceListBoxEnabled:hover .mceOpen,
 .wp_themeSkin .mceListBoxHover .mceOpen,
 .wp_themeSkin .mceListBoxSelected .mceOpen,
 .wp_themeSkin .mceListBoxSelected .mceText {
-       border-color: #7789ba !important;
-       background-color: #d6d8da;
+       border-color: #777 !important;
+       background-color: #d5d5d5;
 }
 
-.wp_themeSkin table.mceListBoxEnabled:hover .mceText, 
+.wp_themeSkin table.mceListBoxEnabled:hover .mceText,
 .wp_themeSkin .mceListBoxHover .mceText {
-       border-color: #7789ba !important;
+       border-color: #777 !important;
 }
 
 .wp_themeSkin select.mceListBox {
-       border-color: #b3c7e1; 
+       border-color: #b2b2b2;
        background-color: #fff;
 }
 
 /* SplitButton */
-.wp_themeSkin .mceSplitButton a.mceAction, 
+.wp_themeSkin .mceSplitButton a.mceAction,
 .wp_themeSkin .mceSplitButton a.mceOpen {
-       background-color: #e9e8e8;
-       border-color: #83B4D5;
+       border-color: #b2b2b2;
 }
 
 .wp_themeSkin .mceSplitButton a.mceOpen:hover,
 .wp_themeSkin .mceSplitButtonSelected a.mceOpen,
 .wp_themeSkin table.mceSplitButtonEnabled:hover a.mceAction,
 .wp_themeSkin .mceSplitButton a.mceAction:hover {
-       background-color: #d6d8da;
-       border-color: #7789ba !important;
-} 
+       background-color: #d5d5d5;
+       border-color: #777 !important;
+}
 
 .wp_themeSkin .mceSplitButtonActive {
-       background-color: #d6d8da;
+       background-color: #b2b2b2;
 }
 
 /* ColorSplitButton */
 .wp_themeSkin div.mceColorSplitMenu table {
-       background-color: #ebeaeb;
-       border-color: #808080;
+       background-color: #ebebeb;
+       border-color: #b2b2b2;
 }
 
 .wp_themeSkin .mceColorSplitMenu a {
-       border-color: #808080;
+       border-color: #b2b2b2;
 }
 
 .wp_themeSkin .mceColorSplitMenu a.mceMoreColors {
@@ -651,12 +887,12 @@ div#media-upload-error, .file-error, abbr.required, .widget-control-remove:hover
 }
 
 .wp_themeSkin .mceColorSplitMenu a.mceMoreColors:hover {
-       border-color: #0A246A;
-       background-color: #B6BDD2;
+       border-color: #0a246a;
+       background-color: #b6bdd2;
 }
 
 .wp_themeSkin a.mceMoreColors:hover {
-       border-color: #0A246A;
+       border-color: #0a246a;
 }
 
 /* Menu */
@@ -669,18 +905,18 @@ div#media-upload-error, .file-error, abbr.required, .widget-control-remove:hover
 }
 
 .wp_themeSkin .mceMenu .mceText {
-       color: #000; 
+       color: #000;
 }
 
 .wp_themeSkin .mceMenu .mceMenuItemEnabled a:hover,
-.wp_themeSkin .mceMenu .mceMenuItemActive, #quicktags {
-       background-color: #83B4D5;
+.wp_themeSkin .mceMenu .mceMenuItemActive {
+       background-color: #f5f5f5;
 }
 .wp_themeSkin td.mceMenuItemSeparator {
        background-color: #aaa;
 }
 .wp_themeSkin .mceMenuItemTitle a {
-       background-color: #ccc; 
+       background-color: #ccc;
        border-bottom-color: #aaa;
 }
 .wp_themeSkin .mceMenuItemTitle span.mceText {
@@ -690,23 +926,84 @@ div#media-upload-error, .file-error, abbr.required, .widget-control-remove:hover
        color: #888;
 }
 
-/* pop-up */
-.clearlooks2 .mceTop .mceLeft, .clearlooks2 .mceTop .mceRight {
-       background-color: #cee1ef;
-       border-color: #c6d9e9;
+#quicktags,
+.wp_themeSkin tr.mceFirst td.mceToolbar {
+       background: #e3eef7 url("../images/ed-bg-vs.gif") repeat-x scroll left top;
+}
+.wp_themeSkin tr.mceFirst td.mceToolbar {
+       border-color: #dfdfdf;
 }
 
-.clearlooks2 .mceFocus .mceTop .mceLeft, .clearlooks2 .mceFocus .mceTop .mceRight {
-       background-color: #5488AF;
-       border-color: #464646;
+.wp-admin #mceModalBlocker {
+       background: #000;
 }
 
-#editorcontainer {
-       border-color: #ccc;
+.wp-admin .clearlooks2 .mceFocus .mceTop .mceLeft {
+       background: #444;
+       border-left: 1px solid #999;
+       border-top: 1px solid #999;
+       -moz-border-radius: 4px 0 0 0;
+       -webkit-border-top-left-radius: 4px;
+       -khtml-border-top-left-radius: 4px;
+       border-top-left-radius: 4px;
 }
 
-#poststuff #titlewrap {
-       border-color: #ccc;
+.wp-admin .clearlooks2 .mceFocus .mceTop .mceRight {
+       background: #444;
+       border-right: 1px solid #999;
+       border-top: 1px solid #999;
+       border-top-right-radius: 4px;
+       -khtml-border-top-right-radius: 4px;
+       -webkit-border-top-right-radius: 4px;
+       -moz-border-radius: 0 4px 0 0;
+}
+
+.wp-admin .clearlooks2 .mceMiddle .mceLeft {
+       background: #f1f1f1;
+       border-left: 1px solid #999;
+}
+
+.wp-admin .clearlooks2 .mceMiddle .mceRight {
+       background: #f1f1f1;
+       border-right: 1px solid #999;
+}
+
+.wp-admin .clearlooks2 .mceBottom {
+       background: #f1f1f1;
+       border-bottom: 1px solid #999;
+}
+
+.wp-admin .clearlooks2 .mceBottom .mceLeft {
+       background: #f1f1f1;
+       border-bottom: 1px solid #999;
+       border-left: 1px solid #999;
+}
+
+.wp-admin .clearlooks2 .mceBottom .mceCenter {
+       background: #f1f1f1;
+       border-bottom: 1px solid #999;
+}
+
+.wp-admin .clearlooks2 .mceBottom .mceRight {
+       background: #f1f1f1;
+       border-bottom: 1px solid #999;
+       border-right: 1px solid #999;
+}
+
+.wp-admin .clearlooks2 .mceFocus .mceTop span {
+       color: #e5e5e5;
+}
+/* end TinyMCE */
+
+#editorcontainer,
+#post-status-info,
+#titlediv #title,
+.editwidget .widget-inside {
+       border-color: #dfdfdf;
+}
+
+#titlediv #title {
+       background-color: #fff;
 }
 
 #tTips p#tTips_inside {
@@ -714,17 +1011,661 @@ div#media-upload-error, .file-error, abbr.required, .widget-control-remove:hover
        color: #333;
 }
 
-/* Diff */
+#timestampdiv input,
+#namediv input,
+#poststuff .inside .the-tagcloud {
+       border-color: #dfdfdf;
+}
 
-table.diff .diff-deletedline {
-       background-color: #ffdddd;
+/* menu */
+#adminmenu * {
+       border-color: #dfdfdf;
 }
-table.diff .diff-deletedline del {
-       background-color: #ff9999;
+
+#adminmenu li.wp-menu-separator {
+       background: transparent url(../images/menu-arrows.gif) no-repeat scroll left 5px;
 }
-table.diff .diff-addedline {
-       background-color: #ddffdd;
+
+.folded #adminmenu li.wp-menu-separator {
+       background: transparent url(../images/menu-arrows.gif) no-repeat scroll right -34px;
 }
-table.diff .diff-addedline ins {
-       background-color: #99ff99;
+
+#adminmenu li.wp-has-current-submenu.wp-menu-open .wp-menu-toggle,
+#adminmenu li.wp-has-current-submenu:hover .wp-menu-toggle {
+       background: transparent url(../images/menu-bits-vs.gif) no-repeat scroll left -207px;
+}
+
+#adminmenu .wp-has-submenu:hover .wp-menu-toggle,
+#adminmenu .wp-menu-open .wp-menu-toggle {
+       background: transparent url(../images/menu-bits-vs.gif) no-repeat scroll left -109px;
+}
+
+#adminmenu a.menu-top {
+       background: #eaf3fa url(../images/menu-bits-vs.gif) repeat-x scroll left -379px;
+}
+
+#adminmenu .wp-submenu a {
+       background: #fff url(../images/menu-bits-vs.gif) no-repeat scroll 0 -310px;
+}
+
+#adminmenu .wp-has-current-submenu ul li a {
+       background: none;
+}
+
+#adminmenu .wp-has-current-submenu ul li a.current {
+       background: url(../images/menu-dark.gif) top left no-repeat !important;
+}
+
+#adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,
+#adminmenu .menu-top .current {
+       background: #3c6b95 url(../images/menu-bits-vs.gif) top left repeat-x;
+       border-color: #1d507d;
+       color: #fff;
+       text-shadow: rgba(0,0,0,0.4) 0 -1px 0;
+}
+
+#adminmenu li.wp-has-current-submenu .wp-submenu,
+#adminmenu li.wp-has-current-submenu ul li a {
+       border-color: #aaa !important;
+}
+
+#adminmenu li.wp-has-current-submenu ul li a {
+       background: url(../images/menu-dark.gif) bottom left no-repeat !important;
+}
+
+#adminmenu li.wp-has-current-submenu ul {
+       border-bottom-color: #aaa;
+}
+
+#adminmenu li.menu-top .current:hover {
+       border-color: #6583c0;
+}
+
+#adminmenu .wp-submenu .current a.current {
+       background: transparent url(../images/menu-bits-vs.gif) no-repeat scroll  0 -289px;
+}
+
+#adminmenu .wp-submenu a:hover {
+       background-color: #eaf2fa !important;
+       color: #333 !important;
+}
+
+#adminmenu .wp-submenu li.current,
+#adminmenu .wp-submenu li.current a,
+#adminmenu .wp-submenu li.current a:hover {
+       color: #333;
+       background-color: #f5f5f5;
+       background-image: none;
+       border-color: #e3e3e3;
+       text-shadow: rgba(255,255,255,1) 0 1px 0;
+}
+
+#adminmenu .wp-submenu ul {
+       background-color: #fff;
+}
+
+.folded #adminmenu li.menu-top,
+#adminmenu .wp-submenu .wp-submenu-head {
+       background-color: #eaf2fa;
+}
+
+.folded #adminmenu li.wp-has-current-submenu,
+.folded #adminmenu li.menu-top.current {
+       background-color: #bbd8e7;
+}
+
+#adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head {
+       background-color: #bbd8e7;
+       border-color: #8cbdd5;
+}
+
+#adminmenu div.wp-submenu {
+       background-color: transparent;
+}
+
+/* menu icons */
+#adminmenu #menu-dashboard div.wp-menu-image {
+       background: transparent url("../images/menu-vs.png") no-repeat scroll -61px -33px;
+}
+
+#adminmenu #menu-dashboard:hover div.wp-menu-image,
+#adminmenu  #menu-dashboard.wp-has-current-submenu div.wp-menu-image,
+#adminmenu  #menu-dashboard.current div.wp-menu-image {
+       background: transparent url("../images/menu-vs.png") no-repeat scroll -61px -1px;
+}
+
+#adminmenu #menu-posts div.wp-menu-image {
+       background: transparent url("../images/menu-vs.png") no-repeat scroll -272px -33px;
+}
+
+#adminmenu #menu-posts:hover div.wp-menu-image,
+#adminmenu #menu-posts.wp-has-current-submenu div.wp-menu-image {
+       background: transparent url("../images/menu-vs.png") no-repeat scroll -272px -1px;
+}
+
+#adminmenu #menu-media div.wp-menu-image {
+       background: transparent url("../images/menu-vs.png") no-repeat scroll -121px -33px;
+}
+
+#adminmenu #menu-media:hover div.wp-menu-image,
+#adminmenu #menu-media.wp-has-current-submenu div.wp-menu-image {
+       background: transparent url("../images/menu-vs.png") no-repeat scroll -121px -1px;
+}
+
+#adminmenu #menu-links div.wp-menu-image {
+       background: transparent url("../images/menu-vs.png") no-repeat scroll -91px -33px;
+}
+
+#adminmenu #menu-links:hover div.wp-menu-image,
+#adminmenu #menu-links.wp-has-current-submenu div.wp-menu-image {
+       background: transparent url("../images/menu-vs.png") no-repeat scroll -91px -1px;
+}
+
+#adminmenu #menu-pages div.wp-menu-image {
+       background: transparent url("../images/menu-vs.png") no-repeat scroll -151px -33px;
+}
+
+#adminmenu #menu-pages:hover div.wp-menu-image,
+#adminmenu #menu-pages.wp-has-current-submenu div.wp-menu-image {
+       background: transparent url("../images/menu-vs.png") no-repeat scroll -151px -1px;
+}
+
+#adminmenu #menu-comments div.wp-menu-image {
+       background: transparent url("../images/menu-vs.png") no-repeat scroll -31px -33px;
+}
+
+#adminmenu #menu-comments:hover div.wp-menu-image,
+#adminmenu #menu-comments.wp-has-current-submenu div.wp-menu-image,
+#adminmenu #menu-comments.current div.wp-menu-image {
+       background: transparent url("../images/menu-vs.png") no-repeat scroll -31px -1px;
+}
+
+#adminmenu #menu-appearance div.wp-menu-image {
+       background: transparent url("../images/menu-vs.png") no-repeat scroll -1px -33px;
+}
+
+#adminmenu #menu-appearance:hover div.wp-menu-image,
+#adminmenu #menu-appearance.wp-has-current-submenu div.wp-menu-image {
+       background: transparent url("../images/menu-vs.png") no-repeat scroll -1px -1px;
+}
+
+#adminmenu #menu-plugins div.wp-menu-image {
+       background: transparent url("../images/menu-vs.png") no-repeat scroll -181px -33px;
+}
+
+#adminmenu #menu-plugins:hover div.wp-menu-image,
+#adminmenu #menu-plugins.wp-has-current-submenu div.wp-menu-image {
+       background: transparent url("../images/menu-vs.png") no-repeat scroll -181px -1px;
+}
+
+#adminmenu #menu-users div.wp-menu-image {
+       background: transparent url("../images/menu-vs.png") no-repeat scroll -301px -33px;
+}
+
+#adminmenu #menu-users:hover div.wp-menu-image,
+#adminmenu #menu-users.wp-has-current-submenu div.wp-menu-image {
+       background: transparent url("../images/menu-vs.png") no-repeat scroll -301px -1px;
+}
+
+#adminmenu #menu-tools div.wp-menu-image {
+       background: transparent url("../images/menu-vs.png") no-repeat scroll -211px -33px;
+}
+
+#adminmenu #menu-tools:hover div.wp-menu-image,
+#adminmenu #menu-tools.wp-has-current-submenu div.wp-menu-image {
+       background: transparent url("../images/menu-vs.png") no-repeat scroll -211px -1px;
+}
+
+#adminmenu #menu-settings div.wp-menu-image {
+       background: transparent url("../images/menu-vs.png") no-repeat scroll -241px -33px;
+}
+
+#adminmenu #menu-settings:hover div.wp-menu-image,
+#adminmenu #menu-settings.wp-has-current-submenu div.wp-menu-image {
+       background: transparent url("../images/menu-vs.png") no-repeat scroll -241px -1px;
+}
+/* end menu */
+
+
+/* Diff */
+table.diff .diff-deletedline {
+       background-color: #fdd;
+}
+
+table.diff .diff-deletedline del {
+       background-color: #f99;
+}
+
+table.diff .diff-addedline {
+       background-color: #dfd;
+}
+
+table.diff .diff-addedline ins {
+       background-color: #9f9;
+}
+
+#att-info {
+       background-color: #e4f2fd;
+}
+
+/* edit image */
+#sidemenu a {
+       background-color: #f9f9f9;
+       border-color: #f9f9f9;
+       border-bottom-color: #dfdfdf;
+}
+
+#sidemenu a.current {
+       background-color: #fff;
+       border-color: #dfdfdf #dfdfdf #fff;
+       color: #d54e21;
+}
+
+#screen-options-wrap,
+#contextual-help-wrap {
+       background-color: #eae9e4;
+       border-color: #dfdfdf;
+}
+
+#screen-meta-links a.show-settings {
+       color: #606060;
+}
+
+#screen-meta-links a.show-settings:hover {
+       color: #000;
+}
+
+#replysubmit {
+       background-color: #f1f1f1;
+       border-top-color: #ddd;
+}
+
+#replyerror {
+       border-color: #ddd;
+       background-color: #f9f9f9;
+}
+
+#edithead,
+#replyhead {
+       background-color: #f1f1f1;
+}
+
+#ed_reply_toolbar {
+       background-color: #e9e9e9;
+}
+
+/* table vim shortcuts */
+.vim-current,
+.vim-current th,
+.vim-current td {
+       background-color: #e4f2fd !important;
+}
+
+/* Install Plugins */
+.star-average,
+.star.star-rating {
+       background-color: #fc0;
+}
+
+div.star.select:hover {
+       background-color: #d00;
+}
+
+#plugin-information .fyi ul {
+       background-color: #eaf3fa;
+}
+
+#plugin-information .fyi h2.mainheader {
+       background-color: #cee1ef;
+}
+
+#plugin-information pre,
+#plugin-information code {
+       background-color: #ededff;
+}
+
+#plugin-information pre {
+       border: 1px solid #ccc;
+}
+
+/* inline editor */
+.inline-edit-row fieldset input[type="text"],
+.inline-edit-row fieldset textarea,
+#bulk-titles,
+#replyrow input {
+       border-color: #ddd;
+}
+
+.inline-editor div.title {
+       background-color: #eaf3fa;
+}
+
+.inline-editor ul.cat-checklist {
+       background-color: #fff;
+       border-color: #ddd;
+}
+
+.inline-editor .categories .catshow,
+.inline-editor .categories .cathide {
+       color: #21759b;
+}
+
+.inline-editor .quick-edit-save {
+       background-color: #f1f1f1;
+}
+
+#replyrow #ed_reply_toolbar input:hover {
+       border-color: #aaa;
+       background: #ddd;
+}
+
+fieldset.inline-edit-col-right .inline-edit-col {
+       border-color: #dfdfdf;
+}
+
+.attention {
+       color: #d54e21;
+}
+
+.meta-box-sortables .postbox:hover .handlediv {
+       background: transparent url(../images/menu-bits-vs.gif) no-repeat scroll left -111px;
+}
+
+#major-publishing-actions {
+       background: #eaf2fa;
+}
+
+.tablenav .tablenav-pages {
+       color: #555;
+}
+
+.tablenav .tablenav-pages a {
+       border-color: #e3e3e3;
+       background: #eee url('../images/menu-bits-vs.gif') repeat-x scroll left -379px;
+}
+
+.tablenav .tablenav-pages a:hover {
+       color: #d54e21;
+       border-color: #d54321;
+}
+
+.tablenav .tablenav-pages a:active {
+       color: #fff !important;
+}
+
+.tablenav .tablenav-pages .current {
+       background: #dfdfdf;
+       border-color: #d3d3d3;
+}
+
+#availablethemes,
+#availablethemes td {
+       border-color: #ddd;
+}
+
+#current-theme img {
+       border-color: #999;
+}
+
+#TB_window #TB_title a.tb-theme-preview-link,
+#TB_window #TB_title a.tb-theme-preview-link:visited {
+       color: #999;
+}
+
+#TB_window #TB_title a.tb-theme-preview-link:hover,
+#TB_window #TB_title a.tb-theme-preview-link:focus {
+       color: #ccc;
+}
+
+.misc-pub-section {
+       border-bottom-color: #eee;
+}
+
+#minor-publishing {
+       border-bottom-color: #ddd;
+}
+
+#post-body .misc-pub-section {
+       border-right-color: #eee;
+}
+
+.post-com-count span {
+       background-color: #bbb;
+}
+
+.form-table .color-palette td {
+       border-color: #fff;
+}
+
+.sortable-placeholder {
+       border-color: #bbb;
+       background-color: #f5f5f5;
+}
+
+#post-body ul#category-tabs li.tabs a {
+       color: #333;
+}
+
+#wp_editimgbtn,
+#wp_delimgbtn,
+#wp_editgallery,
+#wp_delgallery {
+       border-color: #999;
+       background-color: #eee;
+}
+
+#wp_editimgbtn:hover,
+#wp_delimgbtn:hover,
+#wp_editgallery:hover,
+#wp_delgallery:hover {
+       border-color: #555;
+       background-color: #ccc;
+}
+
+#favorite-first {
+       background: #5580a6 url(../images/fav-vs.png) repeat-x 0 center;
+       border-color: #517ea5 !important;
+       border-bottom-color: #416686 !important;
+}
+
+#favorite-actions .slide-down {
+       background-image: url(../images/fav-top-vs.gif);
+       background-position:0 0;
+       background-repeat: repeat-x;
+}
+
+#favorite-inside {
+       border-color: #5b86ac;
+       background-color: #5580a6;
+}
+
+#favorite-toggle {
+       background: transparent url(../images/fav-arrow-vs.gif) no-repeat 0 -4px;
+}
+
+#favorite-actions a {
+       color: #ddd;
+}
+
+#favorite-actions a:hover {
+       color: #fff;
+}
+
+#favorite-inside a:hover {
+       text-decoration: underline;
+}
+
+#favorite-actions .slide-down {
+       border-bottom-color: #626262;
+}
+
+.submit input,
+.button,
+.button-primary,
+.button-secondary,
+.button-highlighted,
+#postcustomstuff .submit input {
+       text-shadow: rgba(255,255,255,1) 0 1px 0;
+}
+
+.button-primary,
+.submit .button-primary {
+       text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
+}
+
+#screen-meta a.show-settings {
+       background-color: transparent;
+       text-shadow: rgba(255,255,255,0.7) 0 1px 0;
+}
+
+#icon-edit,
+#icon-post {
+       background: transparent url(../images/icons32-vs.png) no-repeat -552px -5px;
+}
+
+#icon-index {
+       background: transparent url(../images/icons32-vs.png) no-repeat -137px -5px;
+}
+
+#icon-upload {
+       background: transparent url(../images/icons32-vs.png) no-repeat -251px -5px;
+}
+
+#icon-link-manager,
+#icon-link,
+#icon-link-category {
+       background: transparent url(../images/icons32-vs.png) no-repeat -190px -5px;
+}
+
+#icon-edit-pages,
+#icon-page {
+       background: transparent url(../images/icons32-vs.png) no-repeat -312px -5px;
+}
+
+#icon-edit-comments {
+       background: transparent url(../images/icons32-vs.png) no-repeat -72px -5px;
+}
+
+#icon-themes {
+       background: transparent url(../images/icons32-vs.png) no-repeat -11px -5px;
+}
+
+#icon-plugins {
+       background: transparent url(../images/icons32-vs.png) no-repeat -370px -5px;
+}
+
+#icon-users,
+#icon-profile,
+#icon-user-edit {
+       background: transparent url(../images/icons32-vs.png) no-repeat -600px -5px;
+}
+
+#icon-tools,
+#icon-admin {
+       background: transparent url(../images/icons32-vs.png) no-repeat -432px -5px;
+}
+
+#icon-options-general {
+       background: transparent url(../images/icons32-vs.png) no-repeat -492px -5px;
+}
+
+.view-switch #view-switch-list {
+       background: transparent url(../images/list-vs.png) no-repeat 0 0;
+}
+
+.view-switch #view-switch-list.current {
+       background: transparent url(../images/list-vs.png) no-repeat -40px 0;
+}
+
+.view-switch #view-switch-excerpt {
+       background: transparent url(../images/list-vs.png) no-repeat -20px 0;
+}
+
+.view-switch #view-switch-excerpt.current {
+       background: transparent url(../images/list-vs.png) no-repeat -60px 0;
+}
+
+#header-logo {
+       background: transparent url(../images/wp-logo-vs.gif) no-repeat scroll center center;
+}
+
+#wphead #site-visit-button {
+       background-color: #3c6b95;
+       background-image: url(../images/visit-site-button-grad-vs.gif);
+       color: #b6d1e4;
+       text-shadow: #3f3f3f 0 -1px 0;
+}
+
+#wphead a:hover #site-visit-button {
+       color: #fff;
+}
+
+#wphead a:focus #site-visit-button,
+#wphead a:active #site-visit-button {
+       background-position: 0 -27px;
+}
+
+.popular-tags,
+.feature-filter {
+       background-color: #fff;
+       border-color: #dfdfdf;
+}
+
+#theme-information .action-button {
+       border-top-color: #dfdfdf;
+}
+
+.theme-listing br.line {
+       border-bottom-color: #ccc;
+}
+
+div.widgets-sortables,
+#widgets-left .inactive {
+       background-color: #f1f1f1;
+    border-color: #ddd;
+}
+
+#available-widgets .widget-holder {
+    background-color: #fff;
+    border-color: #ddd;
+}
+
+#widgets-left .sidebar-name {
+       background-color: #aaa;
+       background-image: url(../images/ed-bg-vs.gif);
+       text-shadow: #FFFFFF 0 1px 0;
+       border-color: #dfdfdf;
+}
+
+#widgets-right .sidebar-name {
+       background-image: url(../images/fav-vs.png);
+       text-shadow: #3f3f3f 0 -1px 0;
+       background-color: #636363;
+       border-color: #636363;
+       color: #fff;
+}
+
+.sidebar-name:hover,
+#removing-widget {
+       color: #d54e21;
+}
+
+#removing-widget span {
+       color: black;
+}
+
+#widgets-left .sidebar-name-arrow {
+       background: transparent url(../images/menu-bits-vs.gif) no-repeat scroll left -109px;
+}
+
+#widgets-right .sidebar-name-arrow {
+       background: transparent url(../images/fav-arrow-vs.gif) no-repeat scroll 0 -1px;
+}
+
+.in-widget-title {
+       color: #606060;
+}
+
+.deleting .widget-title * {
+       color: #aaa;
 }