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