]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/css/colors-classic.dev.css
Wordpress 3.1
[autoinstalls/wordpress.git] / wp-admin / css / colors-classic.dev.css
index 3d9924f706fd0a0a7f021e75b1a8ce265683e952..26cb7081f133c795e0a17955ae1bafdfcc74d98c 100644 (file)
@@ -1,10 +1,11 @@
-html {
-       background-color: #f7f6f1;
+html,
+.wp-dialog {
+       background-color: #fcfcfb;
 }
 
 * html input,
 * html .widget {
-       border-color: #8cbdd5;
+       border-color: #dfdfdf;
 }
 
 textarea,
@@ -48,7 +49,7 @@ a.page-numbers:hover {
 body,
 #wpbody,
 .form-table .pre {
-       color: #333;
+       color: #174f69;
 }
 
 body > #upload-menu {
@@ -61,7 +62,7 @@ body > #upload-menu {
 div.dashboard-widget,
 #dashboard-widgets p.dashboard-widget-links,
 #replyrow #ed_reply_toolbar input {
-       border-color: #ccc;
+       border-color: #D1E5EE
 }
 
 #poststuff .inside label.spam,
@@ -79,11 +80,11 @@ div.dashboard-widget,
 
 #postcustomstuff table {
        border-color: #dfdfdf;
-       background-color: #f9f9f9;
+       background-color: #F9F9F9;
 }
 
 #postcustomstuff thead th {
-       background-color: #f1f1f1;
+       background-color: #F1F1F1;
 }
 
 #postcustomstuff table input,
@@ -93,7 +94,7 @@ div.dashboard-widget,
 }
 
 .widefat {
-       border-color: #dfdfdf;
+       border-color: #D1E5EE;
        background-color: #fff;
 }
 
@@ -110,13 +111,16 @@ div.dashboard-widget-submit {
 }
 
 div.tabs-panel,
+.wp-tab-panel,
 ul.category-tabs li.tabs,
-ul.add-menu-item-tabs li.tabs {
+ul.add-menu-item-tabs li.tabs,
+.wp-tab-active {
        border-color: #dfdfdf;
 }
 
 ul.category-tabs li.tabs,
-ul.add-menu-item-tabs li.tabs {
+ul.add-menu-item-tabs li.tabs,
+.wp-tab-active {
        background-color: #f1f1f1;
 }
 
@@ -125,7 +129,6 @@ textarea.disabled {
        background-color: #ccc;
 }
 /* #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 {
@@ -135,7 +138,7 @@ textarea.disabled {
 .widget .widget-top,
 .postbox h3,
 .stuffbox h3 {
-       background: #d5e6f2 url("../images/blue-grad.png") repeat-x left top;
+       background: #cfdfe9 url("../images/blue-grad.png?ver=20101102") repeat-x left top;
        text-shadow: #fff 0 1px 0;
 }
 
@@ -164,7 +167,7 @@ strong .post-com-count span {
 }
 
 .wrap h2 {
-       color: #093e56;
+       color: #174f69;
 }
 
 .ac_over {
@@ -180,9 +183,9 @@ strong .post-com-count span {
        color: #101010;
 }
 
-.alt
-.alternate {
-       background-color: #edfbfc;
+.alternate,
+.alt {
+       background-color: #F8F7F3;
 }
 
 .available-theme a.screenshot {
@@ -204,13 +207,13 @@ strong .post-com-count span {
        border-top-color: #dfdfdf;
 }
 
-.error,
+div.error,
 .login #login_error {
        background-color: #ffebe8;
        border-color: #c00;
 }
 
-.error a {
+div.error a {
        color: #c00;
 }
 
@@ -224,12 +227,12 @@ strong .post-com-count span {
 }
 
 .submit {
-       border-color: #8cbdd5;
+       border-color: #DFDFDF;
 }
 
 .highlight {
        background-color: #e4f2fd;
-       color: #d54e21;
+       color: #000;
 }
 
 .howto,
@@ -286,7 +289,7 @@ td.help {
 .submit input,
 input[type=button],
 input[type=submit] {
-       border-color: #dfdfdf;
+       border-color: #bbb;
        color: #464646;
 }
 
@@ -296,7 +299,7 @@ input[type=submit] {
 input[type=button]:hover,
 input[type=submit]:hover {
        color: #000;
-       border-color: #adaca7;
+       border-color: #666;
 }
 
 .button,
@@ -315,17 +318,17 @@ input[type=submit]:hover {
 input.button-primary,
 button.button-primary,
 a.button-primary {
-       border-color: #5b86ab;
+       border-color: #298cba;
        font-weight: bold;
        color: #fff;
-       background: #5580a6 url(../images/button-grad-vs.png) repeat-x scroll left top;
+       background: #21759B url(../images/button-grad.png) repeat-x scroll left top;
        text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
 }
 
 input.button-primary:active,
 button.button-primary:active,
 a.button-primary:active {
-       background: #21759b url(../images/button-grad-active-vs.png) repeat-x scroll left top;
+       background: #21759b url(../images/button-grad-active.png) repeat-x scroll left top;
        color: #eaf2fa;
 }
 
@@ -334,7 +337,7 @@ button.button-primary:hover,
 a.button-primary:hover,
 a.button-primary:focus,
 a.button-primary:active {
-       border-color: #2e5475;
+       border-color: #13455b;
        color: #eaf2fa;
 }
 
@@ -351,8 +354,8 @@ a.button.disabled {
 .button-primary-disabled,
 .button-primary[disabled],
 .button-primary:disabled {
-       color: #B0C3E2 !important;
-       background: #6590A6 !important;
+       color: #9FD0D5 !important;
+       background: #298CBA !important;
 }
 
 a:hover,
@@ -383,7 +386,8 @@ div.dashboard-widget-submit input:hover,
 }
 
 #side-sortables .category-tabs .tabs a,
-#side-sortables .add-menu-item-tabs .tabs a {
+#side-sortables .add-menu-item-tabs .tabs a,
+.wp-tab-bar .wp-tab-active a {
        color: #333;
 }
 
@@ -434,7 +438,7 @@ div.dashboard-widget-submit input:hover,
        color: #d54e21;
 }
 
-.updated,
+div.updated,
 .login .message {
        background-color: #ffffe0;
        border-color: #e6db55;
@@ -445,7 +449,7 @@ div.dashboard-widget-submit input:hover,
 }
 
 a.page-numbers {
-       border-bottom-color: #b8d3e2;
+       border-bottom-color: #B8D3E2;
 }
 
 .commentlist li {
@@ -453,9 +457,7 @@ a.page-numbers {
 }
 
 .widefat td,
-.widefat th,
-#install-plugins .plugins td,
-#install-plugins .plugins th {
+.widefat th {
        border-color: #dfdfdf;
 }
 
@@ -470,7 +472,11 @@ 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;
+       background: #cfdfe9 url(../images/blue-grad.png?ver=20101102) repeat-x scroll left top;
+}
+
+th.sortable a:hover, th.sortable a:active, th.sortable a:focus {
+       color: #333;
 }
 
 h3.dashboard-widget-title small a {
@@ -490,52 +496,33 @@ a,
 #media-items a.delete,
 .plugins a.delete,
 .ui-tabs-nav a {
-       color: #1c6280;
-}
-
-/* Because we don't want visited on these links */
-body.press-this .tabs a,
-body.press-this .tabs a:hover {
-       border-color: #c6d9e9;
-       border-bottom-color: #fff;
-       color: #d54e21;
+       color: #21759b;
 }
 
 #adminmenu #awaiting-mod,
 #adminmenu .update-plugins,
 #sidemenu a .update-plugins,
-#rightnow .reallynow,
-#plugin-information .action-button {
-       background-color: #d54e21;
+#rightnow .reallynow {
+       background-color: #464646;
        color: #fff;
+       -moz-box-shadow: #fff 0 -1px 0;
+       -khtml-box-shadow: #fff 0 -1px 0;
+       -webkit-box-shadow: #fff 0 -1px 0;
+       box-shadow: #fff 0 -1px 0;
 }
-
-#adminmenu li a:hover #awaiting-mod,
-#adminmenu li a:hover .update-plugins,
-#sidemenu li a:hover .update-plugins {
-       background-color: #264761;
+#plugin-information .action-button {
+       background-color: #d54e21;
        color: #fff;
 }
 
 #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;
+#adminmenu  li a.wp-has-current-submenu .update-plugins{
+       background-color: #464646;
        color: #fff;
+       -moz-box-shadow: #fff 0 -1px 0;
+       -khtml-box-shadow: #fff 0 -1px 0;
+       -webkit-box-shadow: #fff 0 -1px 0;
+       box-shadow: #fff 0 -1px 0;
 }
 
 div#media-upload-header,
@@ -567,7 +554,8 @@ input.readonly, textarea.readonly {
 
 #edit-slug-box strong,
 .tablenav .displaying-num,
-#submitted-on {
+#submitted-on,
+.submitted-on {
        color: #777;
 }
 
@@ -579,10 +567,12 @@ input.readonly, textarea.readonly {
        color: #d54e21 !important;
 }
 
-#footer,
-#footer-upgrade {
-       background: #1d507d;
-       color: #b6d1e4;
+#footer {
+       color: #777;
+       border-color: #b0c8d7;
+       background: #cfdfe9; /* fallback color */
+       background:-moz-linear-gradient(bottom,  #cfdfe9,  #eff8ff);
+       background:-webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#eff8ff));
 }
 
 #media-items,
@@ -593,7 +583,6 @@ input.readonly, textarea.readonly {
 .checkbox,
 .side-info,
 .plugins tr,
-.postbox,
 #your-profile #rich_editing {
        background-color: #fff;
 }
@@ -602,7 +591,7 @@ input.readonly, textarea.readonly {
 .plugins .inactive th,
 .plugins .inactive td,
 tr.inactive + tr.plugin-update-tr .plugin-update {
-       background-color: #ebeeef;
+       background-color: #efede7;
 }
 
 .plugin-update-tr .update-message {
@@ -652,7 +641,7 @@ table.widefat span.spam a,
 #titlediv,
 #poststuff .postarea,
 .stuffbox {
-       border-color: #dfdfdf;
+       border-color: #D1E5EE;
 }
 
 .widget,
@@ -661,12 +650,12 @@ table.widefat span.spam a,
 }
 
 .ui-sortable .postbox h3 {
-       color: #093e56;
+       color: #174f69;
 }
 
 .widget .widget-top,
 .ui-sortable .postbox h3:hover {
-       color: #000;
+       color: #174f69;
 }
 
 .curtime #timestamp {
@@ -702,38 +691,36 @@ table.widefat span.spam a,
 }
 
 .login #backtoblog a {
-       color: #ccc;
+       color: #464646;
 }
 
 #wphead {
-       background-color: #1d507d;
-}
-
-body.login {
-       border-top-color: #093e56;
+       border-bottom:#b0c8d7 1px solid;
+       background: #cfdfe9; /* fallback color */
+       background:-moz-linear-gradient(bottom,  #cfdfe9,  #eff8ff);
+       background:-webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#eff8ff));
 }
 
 #wphead h1 a {
-       color: #fff;
+       color: #174f69;
 }
 
 #user_info {
-       color: #b6d1e4;
+       color: #777;
 }
 
 #user_info a:link,
 #user_info a:visited,
 #footer a:link,
 #footer a:visited {
-       color: #fff;
+       color: #174f69;
        text-decoration: none;
 }
 
 #user_info a:hover,
-#user_info a:active,
-#footer a:hover,
-#footer a:active  {
-       text-decoration: underline;
+#footer a:hover {
+       color: #000;
+       text-decoration: underline !important;
 }
 
 div#media-upload-error,
@@ -744,12 +731,11 @@ table.widefat .delete a:hover,
 table.widefat .trash a:hover,
 table.widefat .spam a:hover,
 #dashboard_recent_comments .delete a:hover,
-#dashboard_recent_comments .trash a:hover,
+#dashboard_recent_comments .trash a:hover
 #dashboard_recent_comments .spam a:hover {
        color: #f00;
 }
 
-/* password strength meter */
 #pass-strength-result {
        background-color: #eee;
        border-color: #ddd !important;
@@ -777,12 +763,13 @@ table.widefat .spam a:hover,
 
 /* editors */
 #quicktags {
-       border-color: #dfdfdf;
-       background-color: #dfdfdf;
+       border-color: #cfdfe9;
+       background-color: #cfdfe9;
+       background-image: url("../images/ed-bg-vs.gif?ver=20101102");
 }
 
 #ed_toolbar input {
-       border-color: #c3c3c3;
+       border-color: #C3C3C3;
 }
 
 #ed_toolbar input:hover {
@@ -791,25 +778,25 @@ table.widefat .spam a:hover,
 }
 
 #poststuff .wp_themeSkin .mceStatusbar {
-       border-color: #ededed;
+       border-color: #EDEDED;
 }
 
 #poststuff #edButtonPreview,
 #poststuff #edButtonHTML {
-       background-color: #f2f1eb;
-       border-color: #dfdfdf;
+       background-color: #eff8ff;
+       border-color: #D1E5EE;
        color: #999;
 }
 
 #poststuff #editor-toolbar .active {
-       border-bottom-color: #e3eef7;
-       background-color: #e3eef7;
+       border-bottom-color: #eff8ff;
+       background-color: #eff8ff;
        color: #333;
 }
 
 /* TinyMCE */
 #post-status-info {
-       background-color: #ededed;
+       background-color: #eff8ff;
 }
 
 .wp_themeSkin *,
@@ -817,7 +804,7 @@ table.widefat .spam a:hover,
 .wp_themeSkin a:link,
 .wp_themeSkin a:visited,
 .wp_themeSkin a:active {
-       color: #000;
+        color: #000;
 }
 
 /* Containers */
@@ -834,13 +821,13 @@ table.widefat .spam a:hover,
 /* Button */
 .wp_themeSkin .mceButton {
        background-color: #e9e8e8;
-       border-color: #b2b2b2;
+       border-color: #B2B2B2;
 }
 
 .wp_themeSkin a.mceButtonEnabled:hover,
 .wp_themeSkin a.mceButtonActive,
 .wp_themeSkin a.mceButtonSelected {
-       background-color: #d5d5d5;
+       background: #d5d5d5;
        border-color: #777 !important;
 }
 
@@ -851,7 +838,7 @@ table.widefat .spam a:hover,
 /* ListBox */
 .wp_themeSkin .mceListBox .mceText,
 .wp_themeSkin .mceListBox .mceOpen  {
-       border-color: #b2b2b2;
+       border-color: #B2B2B2;
        background-color: #d5d5d5;
 }
 
@@ -869,14 +856,14 @@ table.widefat .spam a:hover,
 }
 
 .wp_themeSkin select.mceListBox {
-       border-color: #b2b2b2;
+       border-color: #B2B2B2;
        background-color: #fff;
 }
 
 /* SplitButton */
 .wp_themeSkin .mceSplitButton a.mceAction,
 .wp_themeSkin .mceSplitButton a.mceOpen {
-       border-color: #b2b2b2;
+       border-color: #B2B2B2;
 }
 
 .wp_themeSkin .mceSplitButton a.mceOpen:hover,
@@ -888,17 +875,17 @@ table.widefat .spam a:hover,
 }
 
 .wp_themeSkin .mceSplitButtonActive {
-       background-color: #b2b2b2;
+       background-color: #B2B2B2;
 }
 
 /* ColorSplitButton */
 .wp_themeSkin div.mceColorSplitMenu table {
        background-color: #ebebeb;
-       border-color: #b2b2b2;
+       border-color: #B2B2B2;
 }
 
 .wp_themeSkin .mceColorSplitMenu a {
-       border-color: #b2b2b2;
+       border-color: #B2B2B2;
 }
 
 .wp_themeSkin .mceColorSplitMenu a.mceMoreColors {
@@ -906,12 +893,12 @@ table.widefat .spam a: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 */
@@ -945,12 +932,9 @@ table.widefat .spam a:hover,
        color: #888;
 }
 
-#quicktags,
 .wp_themeSkin tr.mceFirst td.mceToolbar {
-       background: #d5e6f2 url("../images/ed-bg-vs.gif") repeat-x scroll left top;
-}
-.wp_themeSkin tr.mceFirst td.mceToolbar {
-       border-color: #dfdfdf;
+       background: #cfdfe9 url("../images/ed-bg-vs.gif?ver=20101102") repeat-x scroll left top;
+       border-color: #cfdfe9;
 }
 
 .wp-admin #mceModalBlocker {
@@ -958,7 +942,7 @@ table.widefat .spam a:hover,
 }
 
 .wp-admin .clearlooks2 .mceFocus .mceTop .mceLeft {
-       background: #444;
+       background: #444444;
        border-left: 1px solid #999;
        border-top: 1px solid #999;
        -moz-border-radius: 4px 0 0 0;
@@ -968,7 +952,7 @@ table.widefat .spam a:hover,
 }
 
 .wp-admin .clearlooks2 .mceFocus .mceTop .mceRight {
-       background: #444;
+       background: #444444;
        border-right: 1px solid #999;
        border-top: 1px solid #999;
        border-top-right-radius: 4px;
@@ -1018,7 +1002,7 @@ table.widefat .spam a:hover,
 #post-status-info,
 #titlediv #title,
 .editwidget .widget-inside {
-       border-color: #dfdfdf;
+       border-color: #D1E5EE;
 }
 
 #titlediv #title {
@@ -1033,12 +1017,12 @@ table.widefat .spam a:hover,
 #timestampdiv input,
 #namediv input,
 #poststuff .inside .the-tagcloud {
-       border-color: #dfdfdf;
+       border-color: #ddd;
 }
 
 /* menu */
 #adminmenu * {
-       border-color: #dfdfdf;
+       border-color: #d1e5ee;
 }
 
 #adminmenu li.wp-menu-separator {
@@ -1051,20 +1035,20 @@ table.widefat .spam a:hover,
 
 #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;
+       background: transparent url(../images/menu-bits-vs.gif?ver=20101102) 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;
+       background: transparent url(../images/menu-bits-vs.gif?ver=20101102) no-repeat scroll left -109px;
 }
 
 #adminmenu a.menu-top {
-       background: #eaf3fa url(../images/menu-bits-vs.gif) repeat-x scroll left -379px;
+       background: #eff8ff url(../images/menu-bits-vs.gif?ver=20101102) repeat-x scroll left -379px;
 }
 
 #adminmenu .wp-submenu a {
-       background: #fff url(../images/menu-bits-vs.gif) no-repeat scroll 0 -310px;
+       background: #fff url(../images/menu-bits-vs.gif?ver=20101102) no-repeat scroll 0 -99px;
 }
 
 #adminmenu .wp-has-current-submenu ul li a {
@@ -1072,40 +1056,44 @@ table.widefat .spam a:hover,
 }
 
 #adminmenu .wp-has-current-submenu ul li a.current {
-       background: url(../images/menu-dark.gif) top left no-repeat !important;
+       background: url(../images/menu-dark-vs.gif) top left no-repeat !important;
+}
+
+.wp-has-current-submenu .wp-submenu {
+       border-top: none !important;
+}
+
+#adminmenu li.wp-has-current-submenu a.wp-has-current-submenu {
+       border-bottom: #aaa 1px solid;
 }
 
 #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.current a.menu-top {
+       background: #d0dfe9 url(../images/menu-bits-vs.gif?ver=20101102) top left repeat-x;
+       border: #5589aa 1px solid;
+       color: #464646;
 }
 
 #adminmenu li.wp-has-current-submenu .wp-submenu,
 #adminmenu li.wp-has-current-submenu ul li a {
-       border-color: #aaa !important;
+       border-right-color: #5589aa !important;
+       border-left-color: #5589aa !important;
 }
 
 #adminmenu li.wp-has-current-submenu ul li a {
-       background: url(../images/menu-dark.gif) bottom left no-repeat !important;
+       background: url(../images/menu-dark-vs.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;
+       border-bottom-color: #5589aa;
 }
 
 #adminmenu .wp-submenu .current a.current {
-       background: transparent url(../images/menu-bits-vs.gif) no-repeat scroll  0 -289px;
+       background: transparent url(../images/menu-bits-vs.gif?ver=20101102) no-repeat scroll  0 -289px;
 }
 
 #adminmenu .wp-submenu a:hover {
-       background-color: #eaf2fa !important;
+       background-color: #f8f7f3 !important;
        color: #333 !important;
 }
 
@@ -1113,10 +1101,9 @@ table.widefat .spam a:hover,
 #adminmenu .wp-submenu li.current a,
 #adminmenu .wp-submenu li.current a:hover {
        color: #333;
-       background-color: #f5f5f5;
+       background-color: #efede7;
        background-image: none;
-       border-color: #e3e3e3;
-       text-shadow: rgba(255,255,255,1) 0 1px 0;
+       border-color: #5589aa;
 }
 
 #adminmenu .wp-submenu ul {
@@ -1125,17 +1112,20 @@ table.widefat .spam a:hover,
 
 .folded #adminmenu li.menu-top,
 #adminmenu .wp-submenu .wp-submenu-head {
-       background-color: #eaf2fa;
+       background: #eff8ff url(../images/menu-bits-vs.gif?ver=20101102) repeat-x scroll left -379px;
 }
 
 .folded #adminmenu li.wp-has-current-submenu,
 .folded #adminmenu li.menu-top.current {
-       background-color: #bbd8e7;
+       background: #e0e0e0 url(../images/menu-bits-vs.gif?ver=20101102) top left repeat-x;
+       border: #5589aa 1px solid;
+       color: #464646;
 }
 
 #adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head {
-       background-color: #bbd8e7;
-       border-color: #8cbdd5;
+       background: #d0dfe9 url(../images/menu-bits-vs.gif?ver=20101102) repeat-x 0% 0%;
+       border: 1px solid;
+       color: #464646;
 }
 
 #adminmenu div.wp-submenu {
@@ -1148,8 +1138,8 @@ table.widefat .spam a:hover,
 }
 
 #adminmenu .menu-icon-dashboard:hover div.wp-menu-image,
-#adminmenu  .menu-icon-dashboard.wp-has-current-submenu div.wp-menu-image,
-#adminmenu  .menu-icon-dashboard.current div.wp-menu-image {
+#adminmenu .menu-icon-dashboard.wp-has-current-submenu div.wp-menu-image,
+#adminmenu .menu-icon-dashboard.current div.wp-menu-image {
        background: transparent url('../images/menu-vs.png?ver=20100531') no-repeat scroll -61px -1px;
 }
 
@@ -1273,7 +1263,7 @@ table.diff .diff-addedline ins {
 }
 
 #att-info {
-       background-color: #e4f2fd;
+       background-color: #E4F2FD;
 }
 
 /* edit image */
@@ -1286,13 +1276,13 @@ table.diff .diff-addedline ins {
 #sidemenu a.current {
        background-color: #fff;
        border-color: #dfdfdf #dfdfdf #fff;
-       color: #d54e21;
+       color: #D54E21;
 }
 
 #screen-options-wrap,
 #contextual-help-wrap {
-       background-color: #eae9e4;
-       border-color: #dfdfdf;
+       background-color: #F8F7F3;
+       border-color: #D1e5ee;
 }
 
 #screen-meta-links a.show-settings {
@@ -1326,7 +1316,7 @@ table.diff .diff-addedline ins {
 .vim-current,
 .vim-current th,
 .vim-current td {
-       background-color: #e4f2fd !important;
+       background-color: #E4F2FD !important;
 }
 
 /* Install Plugins */
@@ -1365,7 +1355,7 @@ div.star.select:hover {
 }
 
 .inline-editor div.title {
-       background-color: #eaf3fa;
+       background-color: #EAF3FA;
 }
 
 .inline-editor ul.cat-checklist {
@@ -1392,11 +1382,13 @@ fieldset.inline-edit-col-right .inline-edit-col {
 }
 
 .attention {
-       color: #d54e21;
+       color: #D54E21;
 }
 
+body.press-this .postbox:hover .handlediv,
+body.press-this .stuffbox:hover .handlediv,
 .meta-box-sortables .postbox:hover .handlediv {
-       background: transparent url(../images/menu-bits-vs.gif) no-repeat scroll left -111px;
+       background: transparent url(../images/menu-bits-vs.gif?ver=20101102) no-repeat scroll left -111px;
 }
 
 #major-publishing-actions {
@@ -1408,17 +1400,19 @@ fieldset.inline-edit-col-right .inline-edit-col {
 }
 
 .tablenav .tablenav-pages a {
-       border-color: #e3e3e3;
-       background: #eee url('../images/menu-bits-vs.gif') repeat-x scroll left -379px;
+       border-color: #d1e5ee;
+       background: #eee url('../images/menu-bits-vs.gif?ver=20101102') repeat-x scroll left -379px;
 }
 
-.tablenav .tablenav-pages a:hover {
+.tablenav .tablenav-pages a:hover,
+.tablenav .tablenav-pages a:focus {
        color: #d54e21;
-       border-color: #d54321;
 }
 
-.tablenav .tablenav-pages a:active {
-       color: #fff !important;
+.tablenav .tablenav-pages a.disabled,
+.tablenav .tablenav-pages a.disabled:hover,
+.tablenav .tablenav-pages a.disabled:focus {
+       color: #aaa;
 }
 
 .tablenav .tablenav-pages .current {
@@ -1471,7 +1465,8 @@ fieldset.inline-edit-col-right .inline-edit-col {
 }
 
 #post-body ul.category-tabs li.tabs a,
-#post-body ul.add-menu-item-tabs li.tabs a {
+#post-body ul.add-menu-item-tabs li.tabs a,
+body.press-this ul.category-tabs li.tabs a {
        color: #333;
 }
 
@@ -1492,45 +1487,40 @@ fieldset.inline-edit-col-right .inline-edit-col {
 }
 
 #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;
+       border-color: #c0c0c0;
+       background: #f1f1f1; /* fallback color */
+       background:-moz-linear-gradient(bottom,  #e7e7e7,  #fff);
+       background:-webkit-gradient(linear, left bottom, left top, from(#e7e7e7), to(#fff));
 }
 
 #favorite-inside {
-       border-color: #5b86ac;
-       background-color: #5580a6;
+       border-color: #c0c0c0;
+       background-color: #fff;
 }
 
 #favorite-toggle {
-       background: transparent url(../images/fav-arrow-vs.gif) no-repeat 0 -4px;
+       background: transparent url(../images/fav-arrow.gif?ver=20100531) no-repeat 0 -4px;
 }
 
 #favorite-actions a {
-       color: #ddd;
+       color: #464646;
 }
 
 #favorite-actions a:hover {
-       color: #fff;
+       color: #000;
 }
 
 #favorite-inside a:hover {
        text-decoration: underline;
 }
 
-#favorite-actions .slide-down {
-       border-bottom-color: #626262;
+#screen-meta .screen-meta-toggle {
+       background: #D1E5ee;
 }
 
-#screen-meta a.show-settings {
-       background-color: transparent;
-       text-shadow: rgba(255,255,255,0.7) 0 1px 0;
+#screen-meta a.show-settings,
+.toggle-arrow {
+       background-image:url("../images/screen-options-toggle-vs.gif?ver=20100531");
 }
 
 #icon-edit,
@@ -1589,49 +1579,33 @@ fieldset.inline-edit-col-right .inline-edit-col {
 }
 
 .view-switch #view-switch-list {
-       background: transparent url(../images/list-vs.png) no-repeat 0 0;
+       background: transparent url(../images/list.png) no-repeat 0 0;
 }
 
-.view-switch #view-switch-list.current {
-       background: transparent url(../images/list-vs.png) no-repeat -40px 0;
+.view-switch .current #view-switch-list {
+       background: transparent url(../images/list.png) no-repeat -40px 0;
 }
 
 .view-switch #view-switch-excerpt {
-       background: transparent url(../images/list-vs.png) no-repeat -20px 0;
+       background: transparent url(../images/list.png) no-repeat -20px 0;
 }
 
-.view-switch #view-switch-excerpt.current {
-       background: transparent url(../images/list-vs.png) no-repeat -60px 0;
+.view-switch .current #view-switch-excerpt {
+       background: transparent url(../images/list.png) no-repeat -60px 0;
 }
 
 #header-logo {
-       background: transparent url(../images/wp-logo-vs.png) 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;
+       background: transparent url(../images/wp-logo-vs.png?ver=20101102) no-repeat scroll center center;
 }
 
 .popular-tags,
 .feature-filter {
        background-color: #fff;
-       border-color: #dfdfdf;
+       border-color: #DFDFDF;
 }
 
 #theme-information .action-button {
-       border-top-color: #dfdfdf;
+       border-top-color: #DFDFDF;
 }
 
 .theme-listing br.line {
@@ -1640,8 +1614,10 @@ fieldset.inline-edit-col-right .inline-edit-col {
 
 div.widgets-sortables,
 #widgets-left .inactive {
-       background-color: #f1f1f1;
-       border-color: #ddd;
+       border-color: #D1E5EE;
+       background-color: #f8f7f3;
+       -moz-border-radius-bottomleft:8px;
+-moz-border-radius-bottomright:8px
 }
 
 #available-widgets .widget-holder {
@@ -1651,17 +1627,17 @@ div.widgets-sortables,
 
 #widgets-left .sidebar-name {
        background-color: #aaa;
-       background-image: url(../images/ed-bg-vs.gif);
+       background-image: url(../images/ed-bg-vs.gif?ver=20101102);
        text-shadow: #fff 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;
+       background-image: url(../images/button-grad.png);
+       text-shadow: #174f69 0 -1px 0;
+       background-color: #cfdfe9;
+       border-color: #174f69;
+       color: #ffffff;
 }
 
 .sidebar-name:hover,
@@ -1674,11 +1650,11 @@ div.widgets-sortables,
 }
 
 #widgets-left .sidebar-name-arrow {
-       background: transparent url(../images/menu-bits-vs.gif) no-repeat scroll left -109px;
+       background: transparent url(../images/menu-bits-vs.gif?ver=20101102) no-repeat scroll left -109px;
 }
 
 #widgets-right .sidebar-name-arrow {
-       background: transparent url(../images/fav-arrow-vs.gif) no-repeat scroll 0 -1px;
+       background: url("../images/widgets-arrow-vs.gif?ver=20100531") no-repeat scroll 0 -1px transparent;
 }
 
 .in-widget-title {
@@ -1719,11 +1695,12 @@ div.widgets-sortables,
        background-color: #f1f1f1;
 }
 
-#nav-menu-header, .menu-item-handle {
-       background: url("../images/blue-grad.png") repeat-x scroll left top #d5e6f2;
+#nav-menu-header, #nav-menu-footer, .menu-item-handle {
+       background: url("../images/ed-bg-vs.gif?ver=20101102") repeat-x scroll left top #cfdfe9;
+       border-top: solid #D1E5EE 1px;
 }
 
 #menu-management .nav-tab-active {
-       background: #eaf3fa;
-       border-bottom-color: #eaf3fa;
-}
\ No newline at end of file
+       background: #eff8ff;
+       border-bottom-color: #eff8ff;
+}