web/wp-admin/css/colors-classic.dev.css
changeset 194 32102edaa81b
parent 136 bde1974c263b
equal deleted inserted replaced
193:2f6f6f7551ca 194:32102edaa81b
     1 html {
     1 /*------------------------------------------------------------------------------
     2 	background-color: #f7f6f1;
     2 
       
     3 
       
     4 Howdy! This is the CSS file that controls the
       
     5 Blue (classic) color style on the WordPress Dashboard.
       
     6 
       
     7 This file contains both LTR and RTL styles.
       
     8 
       
     9 
       
    10 TABLE OF CONTENTS:
       
    11 ------------------
       
    12  1.0 - Left to Right Styles
       
    13  2.0 - Right to Left Styles
       
    14 
       
    15 
       
    16 ------------------------------------------------------------------------------*/
       
    17 
       
    18 
       
    19 /*------------------------------------------------------------------------------
       
    20   1.0 - Left to Right Styles
       
    21 ------------------------------------------------------------------------------*/
       
    22 
       
    23 html,
       
    24 .wp-dialog {
       
    25 	background-color: #fff;
     3 }
    26 }
     4 
    27 
     5 * html input,
    28 * html input,
     6 * html .widget {
    29 * html .widget {
     7     border-color: #8cbdd5;
    30 	border-color: #dfdfdf;
     8 }
    31 }
     9 
    32 
    10 textarea,
    33 textarea,
    11 input[type="text"],
    34 input[type="text"],
    12 input[type="password"],
    35 input[type="password"],
    13 input[type="file"],
    36 input[type="file"],
    14 input[type="button"],
    37 input[type="button"],
    15 input[type="submit"],
    38 input[type="submit"],
    16 input[type="reset"],
    39 input[type="reset"],
       
    40 input[type="email"],
       
    41 input[type="number"],
       
    42 input[type="search"],
       
    43 input[type="tel"],
       
    44 input[type="url"],
    17 select {
    45 select {
    18 	border-color: #dfdfdf;
    46 	border-color: #dfdfdf;
    19 	background-color: #fff;
    47 	background-color: #fff;
       
    48 	color: #333;
       
    49 }
       
    50 
       
    51 select {
       
    52 	color: #000;
       
    53 }
       
    54 
       
    55 textarea:focus,
       
    56 input[type="text"]:focus,
       
    57 input[type="password"]:focus,
       
    58 input[type="file"]:focus,
       
    59 input[type="button"]:focus,
       
    60 input[type="submit"]:focus,
       
    61 input[type="reset"]:focus,
       
    62 input[type="email"]:focus,
       
    63 input[type="number"]:focus,
       
    64 input[type="search"]:focus,
       
    65 input[type="tel"]:focus,
       
    66 input[type="url"]:focus,
       
    67 select:focus {
       
    68 	border-color: #d1e5ee;
    20 }
    69 }
    21 
    70 
    22 kbd,
    71 kbd,
    23 code {
    72 code {
    24 	background: #eaeaea;
    73 	background: #eaeaea;
    45 	border-color: #999;
    94 	border-color: #999;
    46 }
    95 }
    47 
    96 
    48 body,
    97 body,
    49 #wpbody,
    98 #wpbody,
    50 .form-table .pre {
    99 .form-table .pre,
       
   100 .ui-autocomplete li a {
    51 	color: #333;
   101 	color: #333;
    52 }
   102 }
    53 
   103 
    54 body > #upload-menu {
   104 body > #upload-menu {
    55 	border-bottom-color: #fff;
   105 	border-bottom-color: #fff;
    57 
   107 
    58 #postcustomstuff table,
   108 #postcustomstuff table,
    59 #your-profile fieldset,
   109 #your-profile fieldset,
    60 #rightnow,
   110 #rightnow,
    61 div.dashboard-widget,
   111 div.dashboard-widget,
    62 #dashboard-widgets p.dashboard-widget-links,
   112 #dashboard-widgets p.dashboard-widget-links {
    63 #replyrow #ed_reply_toolbar input {
   113 	border-color: #D1E5EE
    64 	border-color: #ccc;
       
    65 }
   114 }
    66 
   115 
    67 #poststuff .inside label.spam,
   116 #poststuff .inside label.spam,
    68 #poststuff .inside label.deleted {
   117 #poststuff .inside label.deleted {
    69 	color: red;
   118 	color: red;
    77 	color: green;
   126 	color: green;
    78 }
   127 }
    79 
   128 
    80 #postcustomstuff table {
   129 #postcustomstuff table {
    81 	border-color: #dfdfdf;
   130 	border-color: #dfdfdf;
    82 	background-color: #f9f9f9;
   131 	background-color: #F9F9F9;
    83 }
   132 }
    84 
   133 
    85 #postcustomstuff thead th {
   134 #postcustomstuff thead th {
    86 	background-color: #f1f1f1;
   135 	background-color: #F1F1F1;
    87 }
   136 }
    88 
   137 
    89 #postcustomstuff table input,
   138 #postcustomstuff table input,
    90 #postcustomstuff table textarea {
   139 #postcustomstuff table textarea {
    91 	border-color: #dfdfdf;
   140 	border-color: #dfdfdf;
    92 	background-color: #fff;
   141 	background-color: #fff;
    93 }
   142 }
    94 
   143 
    95 .widefat {
   144 .widefat {
       
   145 	border-color: #D1E5EE;
       
   146 	background-color: #fff;
       
   147 }
       
   148 
       
   149 div.dashboard-widget-error {
       
   150 	background-color: #c43;
       
   151 }
       
   152 
       
   153 div.dashboard-widget-notice {
       
   154 	background-color: #cfe1ef;
       
   155 }
       
   156 
       
   157 div.dashboard-widget-submit {
       
   158 	border-top-color: #ccc;
       
   159 }
       
   160 
       
   161 ul.category-tabs li {
       
   162 	border-color: transparent;
       
   163 }
       
   164 
       
   165 div.tabs-panel,
       
   166 .wp-tab-panel,
       
   167 ul.category-tabs li.tabs,
       
   168 ul.add-menu-item-tabs li.tabs,
       
   169 .wp-tab-active {
    96 	border-color: #dfdfdf;
   170 	border-color: #dfdfdf;
    97 	background-color: #fff;
   171 	background-color: #fff;
    98 }
   172 }
    99 
   173 
   100 div.dashboard-widget-error {
   174 ul.category-tabs li.tabs,
   101 	background-color: #c43;
   175 ul.add-menu-item-tabs li.tabs,
   102 }
   176 .wp-tab-active {
   103 
   177 	background-color: #fff;
   104 div.dashboard-widget-notice {
       
   105 	background-color: #cfe1ef;
       
   106 }
       
   107 
       
   108 div.dashboard-widget-submit {
       
   109 	border-top-color: #ccc;
       
   110 }
       
   111 
       
   112 div.tabs-panel,
       
   113 ul#category-tabs li.tabs {
       
   114 	border-color: #dfdfdf;
       
   115 }
       
   116 
       
   117 ul#category-tabs li.tabs {
       
   118 	background-color: #f1f1f1;
       
   119 }
   178 }
   120 
   179 
   121 input.disabled,
   180 input.disabled,
   122 textarea.disabled {
   181 textarea.disabled {
   123 	background-color: #ccc;
   182 	background-color: #ccc;
   124 }
   183 }
   125 /* #upload-menu li a.upload-tab-link, */
   184 /* #upload-menu li a.upload-tab-link, */
   126 .login #backtoblog a:hover,
       
   127 #plugin-information .action-button a,
   185 #plugin-information .action-button a,
   128 #plugin-information .action-button a:hover,
   186 #plugin-information .action-button a:hover,
   129 #plugin-information .action-button a:visited {
   187 #plugin-information .action-button a:visited {
   130 	color: #fff;
   188 	color: #fff;
   131 }
   189 }
   132 
   190 
   133 .widget .widget-top,
   191 .widget .widget-top,
   134 .postbox h3,
   192 .postbox h3,
       
   193 .stuffbox h3,
       
   194 .widefat thead tr th,
       
   195 .widefat tfoot tr th,
       
   196 h3.dashboard-widget-title,
       
   197 h3.dashboard-widget-title span,
       
   198 h3.dashboard-widget-title small,
       
   199 .find-box-head,
       
   200 .sidebar-name,
       
   201 #nav-menu-header,
       
   202 #nav-menu-footer,
       
   203 .menu-item-handle,
       
   204 #fullscreen-topbar {
       
   205 	background-color: #f5fafd; /* Fallback */
       
   206 	background-image: -ms-linear-gradient(top, #f7fcfe, #eff8ff); /* IE10 */
       
   207 	background-image: -moz-linear-gradient(top, #f7fcfe, #eff8ff); /* Firefox */
       
   208 	background-image: -o-linear-gradient(top, #f7fcfe, #eff8ff); /* Opera */
       
   209 	background-image: -webkit-gradient(linear, left top, left bottom, from(#f7fcfe), to(#eff8ff)); /* old Webkit */
       
   210 	background-image: -webkit-linear-gradient(top, #f7fcfe, #eff8ff); /* new Webkit */
       
   211 	background-image: linear-gradient(top, #f7fcfe, #eff8ff); /* proposed W3C Markup */
       
   212 }
       
   213 
       
   214 .widget .widget-top,
       
   215 .postbox h3,
   135 .stuffbox h3 {
   216 .stuffbox h3 {
   136 	background: #d5e6f2 url("../images/blue-grad.png") repeat-x left top;
   217 	border-bottom-color: #D1E5EE;
   137 	text-shadow: #fff 0 1px 0;
   218 	text-shadow: #fff 0 1px 0;
       
   219 	-moz-box-shadow: 0 1px 0 #fff;
       
   220 	-webkit-box-shadow: 0 1px 0 #fff;
       
   221 	box-shadow: 0 1px 0 #fff;
   138 }
   222 }
   139 
   223 
   140 .form-table th,
   224 .form-table th,
   141 .form-wrap label {
   225 .form-wrap label {
   142 	color: #222;
   226 	color: #222;
   160 .subsubsub a.current {
   244 .subsubsub a.current {
   161 	color: #000;
   245 	color: #000;
   162 }
   246 }
   163 
   247 
   164 .wrap h2 {
   248 .wrap h2 {
   165 	color: #093e56;
   249 	color: #174f69;
       
   250 }
       
   251 
       
   252 .wrap .add-new-h2 {
       
   253 	background: #f1f1f1;
       
   254 }
       
   255 
       
   256 .subtitle {
       
   257 	color: #777;
   166 }
   258 }
   167 
   259 
   168 .ac_over {
   260 .ac_over {
   169 	background-color: #f0f0b8;
   261 	background-color: #f0f0b8;
   170 }
   262 }
   176 
   268 
   177 .ac_results li {
   269 .ac_results li {
   178 	color: #101010;
   270 	color: #101010;
   179 }
   271 }
   180 
   272 
   181 .alt
   273 .alternate,
   182 .alternate {
   274 .alt {
   183 	background-color: #edfbfc;
   275 	background-color: #f7fcfe;
   184 }
   276 }
   185 
   277 
   186 .available-theme a.screenshot {
   278 .available-theme a.screenshot {
   187 	background-color: #f1f1f1;
   279 	background-color: #f1f1f1;
   188 	border-color: #ddd;
   280 	border-color: #ddd;
   200 
   292 
   201 #media-upload .slidetoggle {
   293 #media-upload .slidetoggle {
   202 	border-top-color: #dfdfdf;
   294 	border-top-color: #dfdfdf;
   203 }
   295 }
   204 
   296 
   205 .error,
   297 div.error,
   206 .login #login_error {
   298 .login #login_error {
   207 	background-color: #ffebe8;
   299 	background-color: #ffebe8;
   208 	border-color: #c00;
   300 	border-color: #c00;
   209 }
   301 }
   210 
   302 
   211 .error a {
   303 div.error a {
   212 	color: #c00;
   304 	color: #c00;
   213 }
   305 }
   214 
   306 
   215 .form-invalid {
   307 .form-invalid {
   216 	background-color: #ffebe8 !important;
   308 	background-color: #ffebe8 !important;
   219 .form-invalid input,
   311 .form-invalid input,
   220 .form-invalid select {
   312 .form-invalid select {
   221 	border-color: #c00 !important;
   313 	border-color: #c00 !important;
   222 }
   314 }
   223 
   315 
   224 .submit {
   316 .submit,
   225 	border-color: #8cbdd5;
   317 #commentsdiv #add-new-comment {
       
   318 	border-color: #dfdfdf;
   226 }
   319 }
   227 
   320 
   228 .highlight {
   321 .highlight {
   229 	background-color: #e4f2fd;
   322 	background-color: #e4f2fd;
   230 	color: #d54e21;
   323 	color: #000;
   231 }
   324 }
   232 
   325 
   233 .howto,
   326 .howto,
   234 .nonessential,
   327 .nonessential,
   235 #edit-slug-box,
   328 #edit-slug-box,
   236 .form-input-tip,
   329 .form-input-tip,
   237 .rss-widget span.rss-date,
       
   238 .subsubsub {
   330 .subsubsub {
   239 	color: #666;
   331 	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 }
   332 }
   249 
   333 
   250 .media-upload-form label.form-help,
   334 .media-upload-form label.form-help,
   251 td.help {
   335 td.help {
   252 	color: #9a9a9a;
   336 	color: #9a9a9a;
       
   337 }
       
   338 
       
   339 .ui-autocomplete {
       
   340 	background-color: #eff8ff;
       
   341 	border-color: #d1e5ee;
       
   342 }
       
   343 
       
   344 .ui-autocomplete li a.ui-state-hover {
       
   345 	background-color: #def1ff;
   253 }
   346 }
   254 
   347 
   255 .post-com-count {
   348 .post-com-count {
   256 	background-image: url(../images/bubble_bg.gif);
   349 	background-image: url(../images/bubble_bg.gif);
   257 	color: #fff;
   350 	color: #fff;
   282 .button,
   375 .button,
   283 .button-secondary,
   376 .button-secondary,
   284 .submit input,
   377 .submit input,
   285 input[type=button],
   378 input[type=button],
   286 input[type=submit] {
   379 input[type=submit] {
   287 	border-color: #dfdfdf;
   380 	border-color: #bbb;
   288 	color: #464646;
   381 	color: #464646;
   289 }
   382 }
   290 
   383 
   291 .button:hover,
   384 .button:hover,
   292 .button-secondary:hover,
   385 .button-secondary:hover,
   293 .submit input:hover,
   386 .submit input:hover,
   294 input[type=button]:hover,
   387 input[type=button]:hover,
   295 input[type=submit]:hover {
   388 input[type=submit]:hover {
   296 	color: #000;
   389 	color: #000;
   297 	border-color: #adaca7;
   390 	border-color: #666;
   298 }
   391 }
   299 
   392 
   300 .button,
   393 .button,
   301 .submit input,
   394 .submit input,
   302 .button-secondary {
   395 .button-secondary {
   311 }
   404 }
   312 
   405 
   313 input.button-primary,
   406 input.button-primary,
   314 button.button-primary,
   407 button.button-primary,
   315 a.button-primary {
   408 a.button-primary {
   316 	border-color: #5b86ab;
   409 	border-color: #298cba;
   317 	font-weight: bold;
   410 	font-weight: bold;
   318 	color: #fff;
   411 	color: #fff;
   319 	background: #5580a6 url(../images/button-grad-vs.png) repeat-x scroll left top;
   412 	background: #21759B url(../images/button-grad.png) repeat-x scroll left top;
   320 	text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
   413 	text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
   321 }
   414 }
   322 
   415 
   323 input.button-primary:active,
   416 input.button-primary:active,
   324 button.button-primary:active,
   417 button.button-primary:active,
   325 a.button-primary:active {
   418 a.button-primary:active {
   326 	background: #21759b url(../images/button-grad-active-vs.png) repeat-x scroll left top;
   419 	background: #21759b url(../images/button-grad-active.png) repeat-x scroll left top;
   327 	color: #eaf2fa;
   420 	color: #eaf2fa;
   328 }
   421 }
   329 
   422 
   330 input.button-primary:hover,
   423 input.button-primary:hover,
   331 button.button-primary:hover,
   424 button.button-primary:hover,
   332 a.button-primary:hover,
   425 a.button-primary:hover,
   333 a.button-primary:focus,
   426 a.button-primary:focus,
   334 a.button-primary:active {
   427 a.button-primary:active {
   335 	border-color: #2e5475;
   428 	border-color: #13455b;
   336 	color: #eaf2fa;
   429 	color: #eaf2fa;
   337 }
   430 }
   338 
   431 
   339 .button-disabled,
   432 .button-disabled,
   340 .button[disabled],
   433 .button[disabled],
   347 }
   440 }
   348 
   441 
   349 .button-primary-disabled,
   442 .button-primary-disabled,
   350 .button-primary[disabled],
   443 .button-primary[disabled],
   351 .button-primary:disabled {
   444 .button-primary:disabled {
   352 	color: #B0C3E2 !important;
   445 	color: #9FD0D5 !important;
   353 	background: #6590A6 !important;
   446 	background: #298CBA !important;
   354 }
   447 }
   355 
   448 
   356 a:hover,
   449 a:hover,
   357 a:active,
   450 a:active,
   358 a:focus {
   451 a:focus {
   359 	color: #d54e21;
   452 	color: #d54e21;
   360 }
   453 }
   361 
   454 
   362 #wphead #viewsite a:hover,
       
   363 #adminmenu a:hover,
   455 #adminmenu a:hover,
       
   456 #adminmenu li.menu-top > a:focus,
   364 #adminmenu ul.wp-submenu a:hover,
   457 #adminmenu ul.wp-submenu a:hover,
   365 #the-comment-list .comment a:hover,
   458 #the-comment-list .comment a:hover,
   366 #rightnow a:hover,
   459 #rightnow a:hover,
   367 #media-upload a.del-link:hover,
   460 #media-upload a.del-link:hover,
   368 div.dashboard-widget-submit input:hover,
   461 div.dashboard-widget-submit input:hover,
   378 #the-comment-list .comment-item,
   471 #the-comment-list .comment-item,
   379 #dashboard-widgets #dashboard_quick_press form p.submit {
   472 #dashboard-widgets #dashboard_quick_press form p.submit {
   380 	border-color: #dfdfdf;
   473 	border-color: #dfdfdf;
   381 }
   474 }
   382 
   475 
   383 #dashboard_right_now .table {
   476 #side-sortables .category-tabs .tabs a,
   384 	background:#faf9f7 !important;
   477 #side-sortables .add-menu-item-tabs .tabs a,
   385 }
   478 .wp-tab-bar .wp-tab-active a {
   386 
       
   387 #side-sortables #category-tabs .tabs a {
       
   388 	color: #333;
   479 	color: #333;
   389 }
   480 }
   390 
   481 
   391 #rightnow .rbutton {
   482 #rightnow .rbutton {
   392 	background-color: #ebebeb;
   483 	background-color: #ebebeb;
   433 .tablenav .prev:hover {
   524 .tablenav .prev:hover {
   434 	border-color: transparent;
   525 	border-color: transparent;
   435 	color: #d54e21;
   526 	color: #d54e21;
   436 }
   527 }
   437 
   528 
   438 .updated,
   529 div.updated,
   439 .login .message {
   530 .login .message {
   440 	background-color: #ffffe0;
   531 	background-color: #ffffe0;
   441 	border-color: #e6db55;
   532 	border-color: #e6db55;
   442 }
   533 }
   443 
   534 
   444 .update-message {
   535 .update-message {
   445 	color: #000000;
   536 	color: #000;
   446 }
   537 }
   447 
   538 
   448 a.page-numbers {
   539 a.page-numbers {
   449 	border-bottom-color: #b8d3e2;
   540 	border-bottom-color: #B8D3E2;
   450 }
   541 }
   451 
   542 
   452 .commentlist li {
   543 .commentlist li {
   453 	border-bottom-color: #ccc;
   544 	border-bottom-color: #ccc;
   454 }
   545 }
   455 
   546 
   456 .widefat td,
   547 .widefat td,
   457 .widefat th,
   548 .widefat th {
   458 #install-plugins .plugins td,
   549 	border-top-color: #fff;
   459 #install-plugins .plugins th {
   550 	border-bottom-color: #D0DFE9;
   460 	border-color: #dfdfdf;
       
   461 }
   551 }
   462 
   552 
   463 .widefat th {
   553 .widefat th {
   464 	text-shadow: rgba(255,255,255,0.8) 0 1px 0;
   554 	text-shadow: rgba(255,255,255,0.8) 0 1px 0;
       
   555 }
       
   556 
       
   557 .widefat td {
       
   558 	color: #555;
       
   559 }
       
   560 .widefat p,
       
   561 .widefat ol,
       
   562 .widefat ul {
       
   563 	color: #333;
   465 }
   564 }
   466 
   565 
   467 .widefat thead tr th,
   566 .widefat thead tr th,
   468 .widefat tfoot tr th,
   567 .widefat tfoot tr th,
   469 h3.dashboard-widget-title,
   568 h3.dashboard-widget-title,
   470 h3.dashboard-widget-title span,
   569 h3.dashboard-widget-title span,
   471 h3.dashboard-widget-title small,
   570 h3.dashboard-widget-title small,
   472 .find-box-head {
   571 .find-box-head {
   473 	color: #333;
   572 	color: #333;
   474 	background: #d5e6f2 url(../images/blue-grad.png) repeat-x scroll left top;
   573 }
       
   574 
       
   575 th.sortable a:hover, th.sortable a:active, th.sortable a:focus {
       
   576 	color: #333;
   475 }
   577 }
   476 
   578 
   477 h3.dashboard-widget-title small a {
   579 h3.dashboard-widget-title small a {
   478 	color: #d7d7d7;
   580 	color: #d7d7d7;
   479 }
   581 }
   482 	color: #fff;
   584 	color: #fff;
   483 }
   585 }
   484 
   586 
   485 a,
   587 a,
   486 #adminmenu a,
   588 #adminmenu a,
   487 #poststuff #edButtonPreview,
       
   488 #poststuff #edButtonHTML,
       
   489 #the-comment-list p.comment-author strong a,
   589 #the-comment-list p.comment-author strong a,
   490 #media-upload a.del-link,
   590 #media-upload a.del-link,
   491 #media-items a.delete,
   591 #media-items a.delete,
   492 .plugins a.delete,
   592 .plugins a.delete,
   493 .ui-tabs-nav a {
   593 .ui-tabs-nav a {
   494 	color: #1c6280;
   594 	color: #21759b;
   495 }
   595 }
   496 
   596 
   497 /* Because we don't want visited on these links */
   597 #adminmenu .awaiting-mod,
   498 body.press-this .tabs a,
       
   499 body.press-this .tabs a:hover {
       
   500 	background-color: #fff;
       
   501 	border-color: #c6d9e9;
       
   502 	border-bottom-color: #fff;
       
   503 	color: #d54e21;
       
   504 }
       
   505 
       
   506 #adminmenu #awaiting-mod,
       
   507 #adminmenu .update-plugins,
   598 #adminmenu .update-plugins,
   508 #sidemenu a .update-plugins,
   599 #sidemenu a .update-plugins,
   509 #rightnow .reallynow,
   600 #rightnow .reallynow {
       
   601 	background-color: #464646;
       
   602 	color: #fff;
       
   603 	-moz-box-shadow: rgba(255,255,255,0.5) 0 1px 0;
       
   604 	-webkit-box-shadow: rgba(255,255,255,0.5) 0 1px 0;
       
   605 	box-shadow: rgba(255,255,255,0.5) 0 1px 0;
       
   606 }
   510 #plugin-information .action-button {
   607 #plugin-information .action-button {
   511 	background-color: #d54e21;
   608 	background-color: #d54e21;
   512 	color: #fff;
   609 	color: #fff;
   513 }
   610 }
   514 
   611 
   515 #adminmenu li a:hover #awaiting-mod,
   612 #adminmenu li.current a .awaiting-mod,
   516 #adminmenu li a:hover .update-plugins,
   613 #adminmenu	li a.wp-has-current-submenu .update-plugins{
   517 #sidemenu li a:hover .update-plugins {
   614 	background-color: #464646;
   518 	background-color: #264761;
       
   519 	color: #fff;
   615 	color: #fff;
   520 }
   616 	-moz-box-shadow: rgba(255,255,255,0.5) 0 1px 0;
   521 
   617 	-webkit-box-shadow: rgba(255,255,255,0.5) 0 1px 0;
   522 #adminmenu li.current a #awaiting-mod,
   618 	box-shadow: rgba(255,255,255,0.5) 0 1px 0;
   523 #adminmenu li.current a .update-plugins,
       
   524 #adminmenu li.wp-has-current-submenu a .update-plugins,
       
   525 #adminmenu li.wp-has-current-submenu a .update-plugins {
       
   526 	background-color: #ddd;
       
   527 	color: #000;
       
   528 	text-shadow: none;
       
   529 	-moz-box-shadow: rgba(0,0,0,0.2) 0 -1px 0;
       
   530 	-khtml-box-shadow: rgba(0,0,0,0.2) 0 -1px 0;
       
   531 	-webkit-box-shadow: rgba(0,0,0,0.2) 0 -1px 0;
       
   532 	box-shadow: rgba(0,0,0,0.2) 0 -1px 0;
       
   533 }
       
   534 
       
   535 #adminmenu li.current a:hover #awaiting-mod,
       
   536 #adminmenu li.current a:hover .update-plugins,
       
   537 #adminmenu li.wp-has-current-submenu a:hover #awaiting-mod,
       
   538 #adminmenu li.wp-has-current-submenu a:hover .update-plugins {
       
   539 	background-color: #264761;
       
   540 	color: #fff;
       
   541 }
   619 }
   542 
   620 
   543 div#media-upload-header,
   621 div#media-upload-header,
   544 div#plugin-information-header {
   622 div#plugin-information-header {
   545 	background-color: #f9f9f9;
   623 	background-color: #f9f9f9;
   556 
   634 
   557 input.readonly, textarea.readonly {
   635 input.readonly, textarea.readonly {
   558 	background-color: #ddd;
   636 	background-color: #ddd;
   559 }
   637 }
   560 
   638 
   561 #ed_toolbar input,
   639 .quicktags-toolbar input {
   562 #ed_reply_toolbar input {
   640 	background: #fff;
   563 	background: #fff url("../images/fade-butt.png") repeat-x 0 -2px;
   641 	background-image: -ms-linear-gradient(bottom, #e5f0f8, #fff); /* IE10 */
       
   642 	background-image: -moz-linear-gradient(bottom, #e5f0f8, #fff); /* Firefox */
       
   643 	background-image: -o-linear-gradient(bottom, #e5f0f8, #fff); /* Opera */
       
   644 	background-image: -webkit-gradient(linear, left bottom, left top, from(#e5f0f8), to(#fff)); /* old Webkit	 */
       
   645 	background-image: -webkit-linear-gradient(bottom, #e5f0f8, #fff) !important; /* new Webkit */
       
   646 	background-image: linear-gradient(bottom, #e5f0f8, #fff); /* proposed W3C Markup */
   564 }
   647 }
   565 
   648 
   566 #editable-post-name {
   649 #editable-post-name {
   567 	background-color: #fffbcc;
   650 	background-color: #fffbcc;
   568 }
   651 }
   569 
   652 
   570 #edit-slug-box strong,
   653 #edit-slug-box strong,
   571 .tablenav .displaying-num,
   654 .tablenav .displaying-num,
   572 #submitted-on {
   655 #submitted-on,
       
   656 .submitted-on {
   573 	color: #777;
   657 	color: #777;
   574 }
   658 }
   575 
   659 
   576 .login #nav a {
   660 .login #nav a,
       
   661 .login #backtoblog a {
   577 	color: #21759b !important;
   662 	color: #21759b !important;
   578 }
   663 }
   579 
   664 
   580 .login #nav a:hover {
   665 .login #nav a:hover,
       
   666 .login #backtoblog a:hover {
   581 	color: #d54e21 !important;
   667 	color: #d54e21 !important;
   582 }
   668 }
   583 
   669 
   584 #footer,
   670 #footer {
   585 #footer-upgrade {
   671 	color: #777;
   586 	background: #1d507d;
   672 	border-color: #b0c8d7;
   587 	color: #b6d1e4;
   673 }
   588 }
   674 
   589 
   675 #media-items .media-item,
   590 #media-items,
   676 .media-item .describe,
   591 .imgedit-group {
   677 .imgedit-group {
   592 	border-color: #dfdfdf;
   678 	border-color: #dfdfdf;
   593 }
   679 }
   594 
   680 
   595 .checkbox,
   681 .checkbox,
   596 .side-info,
   682 .side-info,
   597 .plugins tr,
   683 .plugins tr,
   598 .postbox,
       
   599 #your-profile #rich_editing {
   684 #your-profile #rich_editing {
   600 	background-color: #fff;
   685 	background-color: #fcfcfc;
   601 }
   686 }
   602 
   687 
   603 .plugins .inactive,
   688 .plugins .inactive,
   604 .plugins .inactive th,
   689 .plugins .inactive th,
   605 .plugins .inactive td,
   690 .plugins .inactive td,
   606 tr.inactive + tr.plugin-update-tr .plugin-update {
   691 tr.inactive + tr.plugin-update-tr .plugin-update {
   607 	background-color: #ebeeef;
   692 	background-color: #f4f4f4;
   608 }
   693 }
   609 
   694 
   610 .plugin-update-tr .update-message {
   695 .plugin-update-tr .update-message {
   611 	background-color: #fffbe4;
   696 	background-color: #fffbe4;
   612 	border-color: #dfdfdf;
   697 	border-color: #dfdfdf;
   646 #dashboard_recent_comments .trash a,
   731 #dashboard_recent_comments .trash a,
   647 #dashboard_recent_comments .spam a {
   732 #dashboard_recent_comments .spam a {
   648 	color: #bc0b0b;
   733 	color: #bc0b0b;
   649 }
   734 }
   650 
   735 
       
   736 .welcome-panel {
       
   737 	border-color: #d1e5ee;
       
   738 }
       
   739 .welcome-panel p {
       
   740 	color: #777;
       
   741 }
       
   742 .welcome-panel-column p {
       
   743 	color: #464646;
       
   744 }
       
   745 .welcome-panel h3 {
       
   746 	text-shadow: 1px 1px 1px white;
       
   747 }
       
   748 
   651 .widget,
   749 .widget,
   652 #widget-list .widget-top,
   750 #widget-list .widget-top,
   653 .postbox,
   751 .postbox,
   654 #titlediv,
   752 #titlediv,
   655 #poststuff .postarea,
   753 #poststuff .postarea,
   656 .stuffbox {
   754 .stuffbox {
   657 	border-color: #dfdfdf;
   755 	border-color: #d1e5ee;
       
   756 	-moz-box-shadow: inset 0 1px 0 #fff;
       
   757 	-webkit-box-shadow: inset 0 1px 0 #fff;
       
   758 	box-shadow: inset 0 1px 0 #fff;
       
   759 	-webkit-border-radius: 3px;
       
   760 	border-radius: 3px;
   658 }
   761 }
   659 
   762 
   660 .widget,
   763 .widget,
   661 .postbox {
   764 #widget-list .widget-top,
   662 	background-color: #fff;
   765 .postbox,
   663 }
   766 .menu-item-settings {
   664 
   767 	background-color: #f7fcfe;
   665 .ui-sortable .postbox h3 {
   768 }
   666 	color: #093e56;
   769 
   667 }
   770 .postbox h3 {
   668 
   771 	color: #174f69;
   669 .widget .widget-top,
   772 }
   670 .ui-sortable .postbox h3:hover {
   773 
       
   774 .widget .widget-top {
       
   775 	color: #174f69;
       
   776 }
       
   777 
       
   778 .sidebar-name:hover h3,
       
   779 .postbox h3:hover {
   671 	color: #000;
   780 	color: #000;
   672 }
   781 }
   673 
   782 
   674 .curtime #timestamp {
   783 .curtime #timestamp {
   675 	background-image: url(../images/date-button.gif);
   784 	background-image: url(../images/date-button.gif);
   695 .tagchecklist span a:hover,
   804 .tagchecklist span a:hover,
   696 #bulk-titles div a:hover {
   805 #bulk-titles div a:hover {
   697 	background: url(../images/xit.gif) no-repeat -10px 0;
   806 	background: url(../images/xit.gif) no-repeat -10px 0;
   698 }
   807 }
   699 
   808 
   700 #update-nag {
   809 #update-nag, .update-nag {
   701 	background-color: #fffeeb;
   810 	background-color: #fffbcc;
   702 	border-color: #ccc;
   811 	border-color: #e6db55;
   703 	color: #555;
   812 	color: #555;
   704 }
   813 }
   705 
   814 
   706 .login #backtoblog a {
   815 .login #backtoblog a {
   707 	color: #ccc;
   816 	color: #464646;
   708 }
   817 }
   709 
   818 
   710 #wphead {
   819 #wphead {
   711 	background-color: #1d507d;
   820 	border-bottom:#d0dfe9 1px solid;
   712 }
       
   713 
       
   714 body.login {
       
   715 	border-top-color: #093e56;
       
   716 }
   821 }
   717 
   822 
   718 #wphead h1 a {
   823 #wphead h1 a {
   719 	color: #fff;
   824 	color: #174f69;
   720 }
   825 }
   721 
   826 
   722 #user_info {
       
   723 	color: #b6d1e4;
       
   724 }
       
   725 
       
   726 #user_info a:link,
       
   727 #user_info a:visited,
       
   728 #footer a:link,
   827 #footer a:link,
   729 #footer a:visited {
   828 #footer a:visited {
   730 	color: #fff;
       
   731 	text-decoration: none;
   829 	text-decoration: none;
   732 }
   830 }
   733 
   831 
   734 #user_info a:hover,
   832 #footer a:hover {
   735 #user_info a:active,
   833 	color: #000;
   736 #footer a:hover,
       
   737 #footer a:active  {
       
   738 	text-decoration: underline;
   834 	text-decoration: underline;
   739 }
   835 }
   740 
   836 
   741 div#media-upload-error,
       
   742 .file-error,
   837 .file-error,
   743 abbr.required,
   838 abbr.required,
   744 .widget-control-remove:hover,
   839 .widget-control-remove:hover,
   745 table.widefat .delete a:hover,
   840 table.widefat .delete a:hover,
   746 table.widefat .trash a:hover,
   841 table.widefat .trash a:hover,
   747 table.widefat .spam a:hover,
   842 table.widefat .spam a:hover,
   748 #dashboard_recent_comments .delete a:hover,
   843 #dashboard_recent_comments .delete a:hover,
   749 #dashboard_recent_comments .trash a:hover,
   844 #dashboard_recent_comments .trash a:hover
   750 #dashboard_recent_comments .spam a:hover {
   845 #dashboard_recent_comments .spam a:hover {
   751 	color: #f00;
   846 	color: #f00;
   752 }
   847 }
   753 
   848 
   754 /* password strength meter */
       
   755 #pass-strength-result {
   849 #pass-strength-result {
   756 	background-color: #eee;
   850 	background-color: #eee;
   757 	border-color: #ddd !important;
   851 	border-color: #ddd !important;
   758 }
   852 }
   759 
   853 
   777 	border-color: #8dff1c !important;
   871 	border-color: #8dff1c !important;
   778 }
   872 }
   779 
   873 
   780 /* editors */
   874 /* editors */
   781 #quicktags {
   875 #quicktags {
   782 	border-color: #dfdfdf;
   876 	border-color: #cfdfe9;
   783 	background-color: #dfdfdf;
   877 	background-color: #cfdfe9;
   784 }
   878 	background-image: url("../images/ed-bg-vs.gif?ver=20101102");
   785 
   879 }
   786 #ed_toolbar input {
   880 
   787 	border-color: #c3c3c3;
   881 .quicktags-toolbar input {
   788 }
   882 	border-color: #b2c4c8;
   789 
   883 }
   790 #ed_toolbar input:hover {
   884 
   791 	border-color: #aaa;
   885 .quicktags-toolbar input:hover {
   792 	background: #ddd;
   886 	border-color: #d0dfe9;
   793 }
   887 	background: #f0f8fe;
   794 
   888 }
   795 #poststuff .wp_themeSkin .mceStatusbar {
   889 
   796 	border-color: #ededed;
   890 #poststuff .wp-editor-wrap .wp_themeSkin .mceStatusbar {
   797 }
   891 	border-color: #d0dfe9;
   798 
   892 }
   799 #poststuff #edButtonPreview,
   893 
   800 #poststuff #edButtonHTML {
   894 #poststuff .wp-editor-wrap .wp_themeSkin .mceStatusbar * {
   801 	background-color: #f2f1eb;
   895 	color: #555;
   802 	border-color: #dfdfdf;
       
   803 	color: #999;
       
   804 }
   896 }
   805 
   897 
   806 #poststuff #editor-toolbar .active {
   898 #poststuff #editor-toolbar .active {
   807 	border-bottom-color: #e3eef7;
   899 	border-color: #d0dfe9 #d0dfe9 #eff8ff;
   808 	background-color: #e3eef7;
   900 	background-color: #eff8ff;
   809 	color: #333;
   901 	color: #333;
   810 }
   902 }
   811 
   903 
   812 /* TinyMCE */
   904 /* TinyMCE */
   813 #post-status-info {
   905 #post-status-info {
   814 	background-color: #ededed;
   906 	background-color: #eff8ff;
   815 }
   907 }
   816 
   908 
   817 .wp_themeSkin *,
   909 .wp-editor-wrap .wp_themeSkin *,
   818 .wp_themeSkin a:hover,
   910 .wp-editor-wrap .wp_themeSkin a:hover,
   819 .wp_themeSkin a:link,
   911 .wp-editor-wrap .wp_themeSkin a:link,
   820 .wp_themeSkin a:visited,
   912 .wp-editor-wrap .wp_themeSkin a:visited,
   821 .wp_themeSkin a:active {
   913 .wp-editor-wrap .wp_themeSkin a:active {
   822 	color: #000;
   914 	color: #000;
   823 }
   915 }
   824 
   916 
   825 /* Containers */
   917 /* Containers */
   826 .wp_themeSkin iframe {
   918 .wp-editor-wrap .wp_themeSkin table.mceLayout {
   827 	background: #fff;
   919 	border-color: #bed1dd #bed1dd #d0dfe9;
       
   920 }
       
   921 
       
   922 #editorcontainer #content,
       
   923 #editorcontainer .wp-editor-wrap .wp_themeSkin .mceIframeContainer {
       
   924 	-moz-box-shadow: inset 1px 1px 2px rgba( 0, 0, 0, 0.1 );
       
   925 	-webkit-box-shadow: inset 1px 1px 2px rgba( 0, 0, 0, 0.1 );
       
   926 	box-shadow: inset 1px 1px 2px rgba( 0, 0, 0, 0.1 );
       
   927 }
       
   928 .wp-editor-wrap .wp_themeSkin iframe {
       
   929 	background: transparent;
   828 }
   930 }
   829 
   931 
   830 /* Layout */
   932 /* Layout */
   831 .wp_themeSkin .mceStatusbar {
   933 .wp-editor-wrap .wp_themeSkin .mceStatusbar {
   832 	color: #000;
   934 	color: #000;
   833 	background-color: #f5f5f5;
   935 	background-color: #f5f5f5;
   834 }
   936 }
   835 
   937 
   836 /* Button */
   938 /* Button */
   837 .wp_themeSkin .mceButton {
   939 .wp-editor-wrap .wp_themeSkin .mceButton {
   838 	background-color: #e9e8e8;
   940 	border-color: #B0C8D7;
   839 	border-color: #b2b2b2;
   941 	background-color: #cfdfe9; /* Fallback */
   840 }
   942 	background-image: -ms-linear-gradient(bottom, #cfdfe9, #fff); /* IE10 */
   841 
   943 	background-image: -moz-linear-gradient(bottom, #cfdfe9, #fff); /* Firefox */
   842 .wp_themeSkin a.mceButtonEnabled:hover,
   944 	background-image: -o-linear-gradient(bottom, #cfdfe9, #fff); /* Opera */
   843 .wp_themeSkin a.mceButtonActive,
   945 	background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#fff)); /* old Webkit	*/
   844 .wp_themeSkin a.mceButtonSelected {
   946 	background-image: -webkit-linear-gradient(bottom, #cfdfe9, #fff) !important; /* new Webkit */
   845 	background-color: #d5d5d5;
   947 	background-image: linear-gradient(bottom, #cfdfe9, #fff); /* proposed W3C Markup */
   846 	border-color: #777 !important;
   948 }
   847 }
   949 
   848 
   950 .wp-editor-wrap .wp_themeSkin a.mceButtonEnabled:hover {
   849 .wp_themeSkin .mceButtonDisabled {
   951 	border-color: #5589AA !important;
   850 	border-color: #ccc !important;
   952 	background-color: #c9c9c9; /* Fallback */
       
   953 	background-image: -ms-linear-gradient(bottom, #bdccd5, #fff); /* IE10 */
       
   954 	background-image: -moz-linear-gradient(bottom, #bdccd5, #fff); /* Firefox */
       
   955 	background-image: -o-linear-gradient(bottom, #bdccd5, #fff); /* Opera */
       
   956 	background-image: -webkit-gradient(linear, left bottom, left top, from(#bdccd5), to(#fff)); /* old Webkit	 */
       
   957 	background-image: -webkit-linear-gradient(bottom, #bdccd5, #fff) !important; /* new Webkit */
       
   958 	background-image: linear-gradient(bottom, #bdccd5, #fff); /* proposed W3C Markup */
       
   959 }
       
   960 
       
   961 .wp-editor-wrap .wp_themeSkin a.mceButton:active,
       
   962 .wp-editor-wrap .wp_themeSkin a.mceButtonEnabled:active,
       
   963 .wp-editor-wrap .wp_themeSkin a.mceButtonSelected:active,
       
   964 .wp-editor-wrap .wp_themeSkin a.mceButtonActive,
       
   965 .wp-editor-wrap .wp_themeSkin a.mceButtonActive:active,
       
   966 .wp-editor-wrap .wp_themeSkin a.mceButtonActive:hover {
       
   967 	background: #B0C8D7 !important;
       
   968 	background-image: -ms-linear-gradient(bottom, #fff, #cfdfe9); /* IE10 */
       
   969 	background-image: -moz-linear-gradient(bottom, #fff, #cfdfe9); /* Firefox */
       
   970 	background-image: -o-linear-gradient(bottom, #fff, #cfdfe9); /* Opera */
       
   971 	background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#cfdfe9)); /* old Webkit	 */
       
   972 	background-image: -webkit-linear-gradient(bottom, #fff, #cfdfe9) !important; /* new Webkit */
       
   973 	background-image: linear-gradient(bottom, #fff, #cfdfe9); /* proposed W3C Markup */
       
   974 	border-color: #5589AA !important;
       
   975 }
       
   976 
       
   977 .wp-editor-wrap .wp_themeSkin .mceButtonDisabled {
       
   978 	border-color: #B0C8D7 !important;
   851 }
   979 }
   852 
   980 
   853 /* ListBox */
   981 /* ListBox */
   854 .wp_themeSkin .mceListBox .mceText,
   982 .wp-editor-wrap .wp_themeSkin .mceListBox .mceText,
   855 .wp_themeSkin .mceListBox .mceOpen  {
   983 .wp-editor-wrap .wp_themeSkin .mceListBox .mceOpen	{
   856 	border-color: #b2b2b2;
   984 	border-color: #B0C8D7;
   857 	background-color: #d5d5d5;
   985 	background-color: #cfdfe9; /* Fallback */
   858 }
   986 	background-image: -ms-linear-gradient(bottom, #cfdfe9, #fff); /* IE10 */
   859 
   987 	background-image: -moz-linear-gradient(bottom, #cfdfe9, #fff); /* Firefox */
   860 .wp_themeSkin table.mceListBoxEnabled:hover .mceOpen,
   988 	background-image: -o-linear-gradient(bottom, #cfdfe9, #fff); /* Opera */
   861 .wp_themeSkin .mceListBoxHover .mceOpen,
   989 	background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#fff)); /* old Webkit	*/
   862 .wp_themeSkin .mceListBoxSelected .mceOpen,
   990 	background-image: -webkit-linear-gradient(bottom, #cfdfe9, #fff) !important; /* new Webkit */
   863 .wp_themeSkin .mceListBoxSelected .mceText {
   991 	background-image: linear-gradient(bottom, #cfdfe9, #fff); /* proposed W3C Markup */
   864 	border-color: #777 !important;
   992 }
   865 	background-color: #d5d5d5;
   993 
   866 }
   994 .wp-editor-wrap .wp_themeSkin .mceListBox .mceOpen {
   867 
   995 	border-left: 0px !important;
   868 .wp_themeSkin table.mceListBoxEnabled:hover .mceText,
   996 }
   869 .wp_themeSkin .mceListBoxHover .mceText {
   997 
   870 	border-color: #777 !important;
   998 .wp-editor-wrap .wp_themeSkin table.mceListBoxEnabled:hover .mceOpen,
   871 }
   999 .wp-editor-wrap .wp_themeSkin .mceListBoxHover .mceOpen,
   872 
  1000 .wp-editor-wrap .wp_themeSkin .mceListBoxHover:active .mceOpen,
   873 .wp_themeSkin select.mceListBox {
  1001 .wp-editor-wrap .wp_themeSkin .mceListBoxSelected .mceOpen,
   874 	border-color: #b2b2b2;
  1002 .wp-editor-wrap .wp_themeSkin .mceListBoxSelected .mceText,
       
  1003 .wp-editor-wrap .wp_themeSkin table.mceListBoxEnabled:active .mceText {
       
  1004 	background: #B0C8D7;
       
  1005 	border-color: #5589AA !important;
       
  1006 }
       
  1007 
       
  1008 /* List Box Hover */
       
  1009 .wp-editor-wrap .wp_themeSkin table.mceListBoxEnabled:hover .mceText,
       
  1010 .wp-editor-wrap .wp_themeSkin .mceListBoxHover .mceText,
       
  1011 .wp-editor-wrap .wp_themeSkin table.mceListBoxEnabled:hover .mceOpen,
       
  1012 .wp-editor-wrap .wp_themeSkin .mceListBoxHover .mceOpen {
       
  1013 	border-color: #5589AA !important;
       
  1014 	background-color: #c9c9c9; /* Fallback */
       
  1015 	background-image: -ms-linear-gradient(bottom, #cfdfe9, #fff); /* IE10 */
       
  1016 	background-image: -moz-linear-gradient(bottom, #cfdfe9, #fff); /* Firefox */
       
  1017 	background-image: -o-linear-gradient(bottom, #cfdfe9, #fff); /* Opera */
       
  1018 	background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#fff)); /* old Webkit	*/
       
  1019 	background-image: -webkit-linear-gradient(bottom, #cfdfe9, #fff) !important; /* new Webkit */
       
  1020 	background-image: linear-gradient(bottom, #cfdfe9, #fff); /* proposed W3C Markup */
       
  1021 }
       
  1022 
       
  1023 .wp-editor-wrap .wp_themeSkin select.mceListBox {
       
  1024 	border-color: #B2B2B2;
   875 	background-color: #fff;
  1025 	background-color: #fff;
   876 }
  1026 }
   877 
  1027 
   878 /* SplitButton */
  1028 /* SplitButton */
   879 .wp_themeSkin .mceSplitButton a.mceAction,
  1029 .wp-editor-wrap .wp_themeSkin .mceSplitButton a.mceAction,
   880 .wp_themeSkin .mceSplitButton a.mceOpen {
  1030 .wp-editor-wrap .wp_themeSkin .mceSplitButton a.mceOpen {
   881 	border-color: #b2b2b2;
  1031 	border-color: #B0C8D7;
   882 }
  1032 }
   883 
  1033 
   884 .wp_themeSkin .mceSplitButton a.mceOpen:hover,
  1034 .wp-editor-wrap .wp_themeSkin .mceSplitButton a.mceOpen:hover,
   885 .wp_themeSkin .mceSplitButtonSelected a.mceOpen,
  1035 .wp-editor-wrap .wp_themeSkin .mceSplitButtonSelected a.mceOpen,
   886 .wp_themeSkin table.mceSplitButtonEnabled:hover a.mceAction,
  1036 .wp-editor-wrap .wp_themeSkin table.mceSplitButtonEnabled:hover a.mceAction,
   887 .wp_themeSkin .mceSplitButton a.mceAction:hover {
  1037 .wp-editor-wrap .wp_themeSkin .mceSplitButton a.mceAction:hover {
   888 	background-color: #d5d5d5;
  1038 	border-color: #5589AA !important;
   889 	border-color: #777 !important;
  1039 }
   890 }
  1040 
   891 
  1041 .wp-editor-wrap .wp_themeSkin table.mceSplitButton td {
   892 .wp_themeSkin .mceSplitButtonActive {
  1042 	background-color: #cfdfe9; /* Fallback */
   893 	background-color: #b2b2b2;
  1043 	background-image: -ms-linear-gradient(bottom, #cfdfe9, #fff); /* IE10 */
       
  1044 	background-image: -moz-linear-gradient(bottom, #cfdfe9, #fff); /* Firefox */
       
  1045 	background-image: -o-linear-gradient(bottom, #cfdfe9, #fff); /* Opera */
       
  1046 	background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#fff)); /* old Webkit	*/
       
  1047 	background-image: -webkit-linear-gradient(bottom, #cfdfe9, #fff) !important; /* new Webkit */
       
  1048 	background-image: linear-gradient(bottom, #cfdfe9, #fff); /* proposed W3C Markup */
       
  1049 }
       
  1050 
       
  1051 .wp-editor-wrap .wp_themeSkin table.mceSplitButton:hover td {
       
  1052 	background-image: -ms-linear-gradient(bottom, #cfdfe9, #fff); /* IE10 */
       
  1053 	background-image: -moz-linear-gradient(bottom, #cfdfe9, #fff); /* Firefox */
       
  1054 	background-image: -o-linear-gradient(bottom, #cfdfe9, #fff); /* Opera */
       
  1055 	background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#fff)); /* old Webkit	*/
       
  1056 	background-image: -webkit-linear-gradient(bottom, #cfdfe9, #fff) !important; /* new Webkit */
       
  1057 	background-image: linear-gradient(bottom, #cfdfe9, #fff); /* proposed W3C Markup */
       
  1058 }
       
  1059 
       
  1060 .wp-editor-wrap .wp_themeSkin .mceSplitButtonActive {
       
  1061 	background-color: #B0C8D7;
   894 }
  1062 }
   895 
  1063 
   896 /* ColorSplitButton */
  1064 /* ColorSplitButton */
   897 .wp_themeSkin div.mceColorSplitMenu table {
  1065 .wp-editor-wrap .wp_themeSkin div.mceColorSplitMenu table {
   898 	background-color: #ebebeb;
  1066 	background-color: #ebebeb;
   899 	border-color: #b2b2b2;
  1067 	border-color: #B2B2B2;
   900 }
  1068 }
   901 
  1069 
   902 .wp_themeSkin .mceColorSplitMenu a {
  1070 .wp-editor-wrap .wp_themeSkin .mceColorSplitMenu a {
   903 	border-color: #b2b2b2;
  1071 	border-color: #B2B2B2;
   904 }
  1072 }
   905 
  1073 
   906 .wp_themeSkin .mceColorSplitMenu a.mceMoreColors {
  1074 .wp-editor-wrap .wp_themeSkin .mceColorSplitMenu a.mceMoreColors {
   907 	border-color: #fff;
  1075 	border-color: #fff;
   908 }
  1076 }
   909 
  1077 
   910 .wp_themeSkin .mceColorSplitMenu a.mceMoreColors:hover {
  1078 .wp-editor-wrap .wp_themeSkin .mceColorSplitMenu a.mceMoreColors:hover {
   911 	border-color: #0a246a;
  1079 	border-color: #0A246A;
   912 	background-color: #b6bdd2;
  1080 	background-color: #B6BDD2;
   913 }
  1081 }
   914 
  1082 
   915 .wp_themeSkin a.mceMoreColors:hover {
  1083 .wp-editor-wrap .wp_themeSkin a.mceMoreColors:hover {
   916 	border-color: #0a246a;
  1084 	border-color: #0A246A;
   917 }
  1085 }
   918 
  1086 
   919 /* Menu */
  1087 /* Menu */
   920 .wp_themeSkin .mceMenu {
  1088 .wp-editor-wrap .wp_themeSkin .mceMenu {
   921 	border-color: #ddd;
  1089 	border-color: #ddd;
   922 }
  1090 }
   923 
  1091 
   924 .wp_themeSkin .mceMenu table {
  1092 .wp-editor-wrap .wp_themeSkin .mceMenu table {
   925 	background-color: #ebeaeb;
  1093 	background-color: #ebeaeb;
   926 }
  1094 }
   927 
  1095 
   928 .wp_themeSkin .mceMenu .mceText {
  1096 .wp-editor-wrap .wp_themeSkin .mceMenu .mceText {
   929 	color: #000;
  1097 	color: #000;
   930 }
  1098 }
   931 
  1099 
   932 .wp_themeSkin .mceMenu .mceMenuItemEnabled a:hover,
  1100 .wp-editor-wrap .wp_themeSkin .mceMenu .mceMenuItemEnabled a:hover,
   933 .wp_themeSkin .mceMenu .mceMenuItemActive {
  1101 .wp-editor-wrap .wp_themeSkin .mceMenu .mceMenuItemActive {
   934 	background-color: #f5f5f5;
  1102 	background-color: #f5f5f5;
   935 }
  1103 }
   936 .wp_themeSkin td.mceMenuItemSeparator {
  1104 .wp-editor-wrap .wp_themeSkin td.mceMenuItemSeparator {
   937 	background-color: #aaa;
  1105 	background-color: #aaa;
   938 }
  1106 }
   939 .wp_themeSkin .mceMenuItemTitle a {
  1107 .wp-editor-wrap .wp_themeSkin .mceMenuItemTitle a {
   940 	background-color: #ccc;
  1108 	background-color: #ccc;
   941 	border-bottom-color: #aaa;
  1109 	border-bottom-color: #aaa;
   942 }
  1110 }
   943 .wp_themeSkin .mceMenuItemTitle span.mceText {
  1111 .wp-editor-wrap .wp_themeSkin .mceMenuItemTitle span.mceText {
   944 	color: #000;
  1112 	color: #000;
   945 }
  1113 }
   946 .wp_themeSkin .mceMenuItemDisabled .mceText {
  1114 .wp-editor-wrap .wp_themeSkin .mceMenuItemDisabled .mceText {
   947 	color: #888;
  1115 	color: #888;
   948 }
  1116 }
   949 
  1117 
   950 #quicktags,
  1118 .wp-editor-wrap .wp_themeSkin tr.mceFirst td.mceToolbar {
   951 .wp_themeSkin tr.mceFirst td.mceToolbar {
  1119 	background: #cfdfe9 url("../images/ed-bg-vs.gif?ver=20101102") repeat-x scroll left top;
   952 	background: #e3eef7 url("../images/ed-bg-vs.gif") repeat-x scroll left top;
  1120 	border-color: #cfdfe9;
   953 }
       
   954 .wp_themeSkin tr.mceFirst td.mceToolbar {
       
   955 	border-color: #dfdfdf;
       
   956 }
  1121 }
   957 
  1122 
   958 .wp-admin #mceModalBlocker {
  1123 .wp-admin #mceModalBlocker {
   959 	background: #000;
  1124 	background: #000;
   960 }
  1125 }
   961 
  1126 
   962 .wp-admin .clearlooks2 .mceFocus .mceTop .mceLeft {
  1127 .wp-admin .clearlooks2 .mceFocus .mceTop .mceLeft {
   963 	background: #444;
  1128 	background: #444444;
   964 	border-left: 1px solid #999;
  1129 	border-left: 1px solid #999;
   965 	border-top: 1px solid #999;
  1130 	border-top: 1px solid #999;
   966 	-moz-border-radius: 4px 0 0 0;
  1131 	-webkit-border-top-left-radius: 3px;
   967 	-webkit-border-top-left-radius: 4px;
  1132 	border-top-left-radius: 3px;
   968 	-khtml-border-top-left-radius: 4px;
       
   969 	border-top-left-radius: 4px;
       
   970 }
  1133 }
   971 
  1134 
   972 .wp-admin .clearlooks2 .mceFocus .mceTop .mceRight {
  1135 .wp-admin .clearlooks2 .mceFocus .mceTop .mceRight {
   973 	background: #444;
  1136 	background: #444444;
   974 	border-right: 1px solid #999;
  1137 	border-right: 1px solid #999;
   975 	border-top: 1px solid #999;
  1138 	border-top: 1px solid #999;
   976 	border-top-right-radius: 4px;
  1139 	-webkit-border-top-right-radius: 3px;
   977 	-khtml-border-top-right-radius: 4px;
  1140 	border-top-right-radius: 3px;
   978 	-webkit-border-top-right-radius: 4px;
       
   979 	-moz-border-radius: 0 4px 0 0;
       
   980 }
  1141 }
   981 
  1142 
   982 .wp-admin .clearlooks2 .mceMiddle .mceLeft {
  1143 .wp-admin .clearlooks2 .mceMiddle .mceLeft {
   983 	background: #f1f1f1;
  1144 	background: #f1f1f1;
   984 	border-left: 1px solid #999;
  1145 	border-left: 1px solid #999;
  1012 }
  1173 }
  1013 
  1174 
  1014 .wp-admin .clearlooks2 .mceFocus .mceTop span {
  1175 .wp-admin .clearlooks2 .mceFocus .mceTop span {
  1015 	color: #e5e5e5;
  1176 	color: #e5e5e5;
  1016 }
  1177 }
       
  1178 
       
  1179 .wp-editor-wrap .wp-switch-editor {
       
  1180 	background-color: #f5fafd;
       
  1181 	border-color: #d1e5ee #d1e5ee #d1e5ee;
       
  1182 	color: #999
       
  1183 }
       
  1184 
       
  1185 .wp-editor-wrap.tmce-active .switch-tmce,
       
  1186 .wp-editor-wrap.html-active .switch-html {
       
  1187 	background-color: #eff8ff;
       
  1188 	border-color: #d1e5ee #d1e5ee #eff8ff;
       
  1189 	color: #333;
       
  1190 }
       
  1191 
       
  1192 .wp-editor-wrap.quicktags-toolbar input {
       
  1193 	color: #464646;
       
  1194 	border-color: #d1e5ee;
       
  1195 	background-color: #eff8ff;
       
  1196 	background-image: -ms-linear-gradient(bottom, #eff8ff, #fff);
       
  1197 	background-image: -moz-linear-gradient(bottom, #eff8ff, #fff);
       
  1198 	background-image: -o-linear-gradient(bottom, #eff8ff, #fff);
       
  1199 	background-image: -webkit-linear-gradient(bottom, #eff8ff, #fff);
       
  1200 	background-image: linear-gradient(bottom, #eff8ff, #fff);
       
  1201 }
       
  1202 .wp-editor-wrap .quicktags-toolbar,
       
  1203 .wp-editor-wrap.wp_themeSkin tr.mceFirst td.mceToolbar {
       
  1204 	border-bottom: 1px solid #ccc;
       
  1205 	background-color: #eff8ff; /* Fallback */
       
  1206 	background-image: -ms-linear-gradient(bottom, #cfdfe9, #eff8ff); /* IE10 */
       
  1207 	background-image: -moz-linear-gradient(bottom, #cfdfe9, #eff8ff); /* Firefox */
       
  1208 	background-image: -o-linear-gradient(bottom, #cfdfe9, #eff8ff); /* Opera */
       
  1209 	background-image: -webkit-linear-gradient(bottom, #cfdfe9, #eff8ff); /* new Webkit */
       
  1210 	background-image: linear-gradient(bottom, #cfdfe9, #eff8ff); /* proposed W3C Markup */
       
  1211 }
       
  1212 .wp-editor-wrap .quicktags-toolbar input:hover {
       
  1213 	border-color: #aaa;
       
  1214 	background: #ddd;
       
  1215 }
       
  1216 
       
  1217 .wp-editor-wrap.wp_themeSkin .mceButton,
       
  1218 .wp-editor-wrap.wp_themeSkin .mceListBox .mceText,
       
  1219 .wp-editor-wrap.wp_themeSkin .mceListBox .mceOpen {
       
  1220 	border-color: #ccc;
       
  1221 	background-color: #eff8ff; /* Fallback */
       
  1222 	background-image: -ms-linear-gradient(bottom, #eff8ff, #fff); /* IE10 */
       
  1223 	background-image: -moz-linear-gradient(bottom, #eff8ff, #fff); /* Firefox */
       
  1224 	background-image: -o-linear-gradient(bottom, #eff8ff, #fff); /* Opera */
       
  1225 	background-image: -webkit-gradient(linear, left bottom, left top, from(#eff8ff), to(#fff)); /* old Webkit */
       
  1226 	background-image: -webkit-linear-gradient(bottom, #eff8ff, #fff); /* new Webkit */
       
  1227 	background-image: linear-gradient(bottom, #eff8ff, #fff); /* proposed W3C Markup */
       
  1228 }
       
  1229 
       
  1230 .wp-editor-wrap.wp_themeSkin a.mceButtonEnabled:hover {
       
  1231 	border-color: #a0a0a0;
       
  1232 	background: #ddd; /* Fallback */
       
  1233 	background-image: -ms-linear-gradient(bottom, #cfdfe9, #fff); /* IE10 */
       
  1234 	background-image: -moz-linear-gradient(bottom, #cfdfe9, #fff); /* Firefox */
       
  1235 	background-image: -o-linear-gradient(bottom, #cfdfe9, #fff); /* Opera */
       
  1236 	background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#fff)); /* old Webkit */
       
  1237 	background-image: -webkit-linear-gradient(bottom, #cfdfe9, #fff); /* new Webkit */
       
  1238 	background-image: linear-gradient(bottom, #cfdfe9, #fff); /* proposed W3C Markup */
       
  1239 }
       
  1240 
  1017 /* end TinyMCE */
  1241 /* end TinyMCE */
  1018 
  1242 
  1019 #editorcontainer,
  1243 #titlediv #title {
  1020 #post-status-info,
  1244 	border-color: #bdccd5;
  1021 #titlediv #title,
  1245 }
       
  1246 
       
  1247 #editorcontainer {
       
  1248 	border-color: #bdccd5 #bdccd5 #d0dfe9;
       
  1249 }
       
  1250 
       
  1251 #post-status-info {
       
  1252 	border-color: #d0dfe9 #bdccd5 #bdccd5;
       
  1253 }
       
  1254 
  1022 .editwidget .widget-inside {
  1255 .editwidget .widget-inside {
  1023 	border-color: #dfdfdf;
  1256 	border-color: #d0dfe9;
  1024 }
  1257 }
  1025 
  1258 
  1026 #titlediv #title {
  1259 #titlediv #title {
  1027 	background-color: #fff;
  1260 	background-color: #fff;
  1028 }
  1261 }
  1033 }
  1266 }
  1034 
  1267 
  1035 #timestampdiv input,
  1268 #timestampdiv input,
  1036 #namediv input,
  1269 #namediv input,
  1037 #poststuff .inside .the-tagcloud {
  1270 #poststuff .inside .the-tagcloud {
  1038 	border-color: #dfdfdf;
  1271 	border-color: #ddd;
  1039 }
  1272 }
  1040 
  1273 
  1041 /* menu */
  1274 /* menu */
  1042 #adminmenu * {
  1275 #adminmenuback,
  1043 	border-color: #dfdfdf;
  1276 #adminmenuwrap {
       
  1277     background-color: #EFF8FF;
       
  1278 	border-color: #D1E5EE;
       
  1279 }
       
  1280 
       
  1281 #adminmenushadow,
       
  1282 #adminmenuback {
       
  1283 	background-image: url(../images/menu-shadow.png);
       
  1284 	background-position: top right;
       
  1285 	background-repeat: repeat-y;
  1044 }
  1286 }
  1045 
  1287 
  1046 #adminmenu li.wp-menu-separator {
  1288 #adminmenu li.wp-menu-separator {
  1047 	background: transparent url(../images/menu-arrows.gif) no-repeat scroll left 5px;
  1289 	background: #D1E5EE;
  1048 }
  1290 	border-color: #bed1dd;
  1049 
  1291 }
  1050 .folded #adminmenu li.wp-menu-separator {
  1292 
  1051 	background: transparent url(../images/menu-arrows.gif) no-repeat scroll right -34px;
  1293 #adminmenu div.separator {
       
  1294 	border-color: #D1E5EE;
  1052 }
  1295 }
  1053 
  1296 
  1054 #adminmenu li.wp-has-current-submenu.wp-menu-open .wp-menu-toggle,
  1297 #adminmenu li.wp-has-current-submenu.wp-menu-open .wp-menu-toggle,
  1055 #adminmenu li.wp-has-current-submenu:hover .wp-menu-toggle {
  1298 #adminmenu li.wp-has-current-submenu:hover .wp-menu-toggle {
  1056 	background: transparent url(../images/menu-bits-vs.gif) no-repeat scroll left -207px;
  1299 	background: transparent url(../images/arrows-dark-vs.png) no-repeat -1px 6px;
  1057 }
  1300 }
  1058 
  1301 
  1059 #adminmenu .wp-has-submenu:hover .wp-menu-toggle,
  1302 #adminmenu .wp-has-submenu:hover .wp-menu-toggle,
  1060 #adminmenu .wp-menu-open .wp-menu-toggle {
  1303 #adminmenu .wp-menu-open .wp-menu-toggle {
  1061 	background: transparent url(../images/menu-bits-vs.gif) no-repeat scroll left -109px;
  1304 	background: transparent url(../images/arrows-vs.png) no-repeat -2px 6px;
  1062 }
  1305 }
  1063 
  1306 
  1064 #adminmenu a.menu-top {
  1307 #adminmenu a.menu-top,
  1065 	background: #eaf3fa url(../images/menu-bits-vs.gif) repeat-x scroll left -379px;
  1308 .folded #adminmenu li.menu-top,
  1066 }
  1309 #adminmenu .wp-submenu .wp-submenu-head {
  1067 
  1310 	border-top-color: #ffffff;
  1068 #adminmenu .wp-submenu a {
  1311 	border-bottom-color: #cae6ff;
  1069 	background: #fff url(../images/menu-bits-vs.gif) no-repeat scroll 0 -310px;
  1312 }
  1070 }
  1313 
  1071 
  1314 #adminmenu li.wp-menu-open {
  1072 #adminmenu .wp-has-current-submenu ul li a {
  1315 	border-color: #d1e5ee;
  1073 	background: none;
  1316 }
  1074 }
  1317 
  1075 
  1318 #adminmenu li.menu-top:hover > a,
  1076 #adminmenu .wp-has-current-submenu ul li a.current {
  1319 #adminmenu li.menu-top.focused > a,
  1077 	background: url(../images/menu-dark.gif) top left no-repeat !important;
  1320 #adminmenu li.menu-top > a:focus {
       
  1321 	background-color: #e0f1ff;
       
  1322 	text-shadow: 0 1px 0 rgba( 255, 255, 255, 0.4 );
  1078 }
  1323 }
  1079 
  1324 
  1080 #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,
  1325 #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,
  1081 #adminmenu .menu-top .current {
  1326 #adminmenu li.current a.menu-top,
  1082 	background: #3c6b95 url(../images/menu-bits-vs.gif) top left repeat-x;
  1327 .folded #adminmenu li.wp-has-current-submenu,
  1083 	border-color: #1d507d;
  1328 .folded #adminmenu li.current.menu-top,
       
  1329 #adminmenu .wp-menu-arrow,
       
  1330 #adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head {
       
  1331 	background-color: #5589AA; /* Fallback */
       
  1332 	background-image: -ms-linear-gradient(bottom, #5589AA, #619bbb); /* IE10 */
       
  1333 	background-image: -moz-linear-gradient(bottom, #5589AA, #619bbb); /* Firefox */
       
  1334 	background-image: -o-linear-gradient(bottom, #5589AA, #619bbb); /* Opera */
       
  1335 	background-image: -webkit-gradient(linear, left bottom, left top, from(#5589AA), to(#619bbb)); /* old Webkit */
       
  1336 	background-image: -webkit-linear-gradient(bottom, #5589AA, #619bbb); /* new Webkit */
       
  1337 	background-image: linear-gradient(bottom, #5589AA, #619bbb); /* proposed W3C Markup */
       
  1338 }
       
  1339 
       
  1340 #adminmenu .wp-menu-arrow div {
       
  1341 	background-color: #5589AA; /* Fallback */
       
  1342 	background-image: -ms-linear-gradient(right bottom, #5589AA, #619bbb); /* IE10 */
       
  1343 	background-image: -moz-linear-gradient(right bottom, #5589AA, #619bbb); /* Firefox */
       
  1344 	background-image: -o-linear-gradient(right bottom, #5589AA, #619bbb); /* Opera */
       
  1345 	background-image: -webkit-gradient(linear, right bottom, left top, from(#5589AA), to(#619bbb)); /* old Webkit */
       
  1346 	background-image: -webkit-linear-gradient(right bottom, #5589AA, #619bbb); /* new Webkit */
       
  1347 	background-image: linear-gradient(right bottom, #5589AA, #619bbb); /* proposed W3C Markup */
       
  1348 }
       
  1349 
       
  1350 #adminmenu li.wp-not-current-submenu .wp-menu-arrow {
       
  1351 	border-top-color: #fff;
       
  1352 	border-bottom-color: #cae6ff;
       
  1353 	background: #e0f1ff;
       
  1354 }
       
  1355 
       
  1356 #adminmenu li.wp-not-current-submenu .wp-menu-arrow div {
       
  1357 	background: #e0f1ff;
       
  1358 	border-color: #cae6ff;
       
  1359 }
       
  1360 
       
  1361 .folded #adminmenu li.menu-top li:hover a {
       
  1362 	background-image: none;
       
  1363 }
       
  1364 
       
  1365 #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,
       
  1366 #adminmenu li.current a.menu-top,
       
  1367 #adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head {
       
  1368 	text-shadow: 0 -1px 0 #333;
  1084 	color: #fff;
  1369 	color: #fff;
  1085 	text-shadow: rgba(0,0,0,0.4) 0 -1px 0;
  1370 	border-top-color: #5A8FAD;
  1086 }
  1371 	border-bottom-color: #5589AA;
  1087 
  1372 }
  1088 #adminmenu li.wp-has-current-submenu .wp-submenu,
  1373 
  1089 #adminmenu li.wp-has-current-submenu ul li a {
  1374 .folded #adminmenu li.wp-has-current-submenu,
  1090 	border-color: #aaa !important;
  1375 .folded #adminmenu li.current.menu-top {
  1091 }
  1376 	border-top-color: #5A8FAD;
  1092 
  1377 	border-bottom-color: #5589AA;
  1093 #adminmenu li.wp-has-current-submenu ul li a {
  1378 }
  1094 	background: url(../images/menu-dark.gif) bottom left no-repeat !important;
  1379 
  1095 }
  1380 #adminmenu .wp-submenu a:hover,
  1096 
  1381 #adminmenu .wp-submenu a:focus {
  1097 #adminmenu li.wp-has-current-submenu ul {
  1382 	background-color: #EFF8FF;
  1098 	border-bottom-color: #aaa;
  1383 	color: #333;
  1099 }
       
  1100 
       
  1101 #adminmenu li.menu-top .current:hover {
       
  1102 	border-color: #6583c0;
       
  1103 }
       
  1104 
       
  1105 #adminmenu .wp-submenu .current a.current {
       
  1106 	background: transparent url(../images/menu-bits-vs.gif) no-repeat scroll  0 -289px;
       
  1107 }
       
  1108 
       
  1109 #adminmenu .wp-submenu a:hover {
       
  1110 	background-color: #eaf2fa !important;
       
  1111 	color: #333 !important;
       
  1112 }
  1384 }
  1113 
  1385 
  1114 #adminmenu .wp-submenu li.current,
  1386 #adminmenu .wp-submenu li.current,
  1115 #adminmenu .wp-submenu li.current a,
  1387 #adminmenu .wp-submenu li.current a,
  1116 #adminmenu .wp-submenu li.current a:hover {
  1388 #adminmenu .wp-submenu li.current a:hover {
  1117 	color: #333;
  1389 	color: #333;
  1118 	background-color: #f5f5f5;
       
  1119 	background-image: none;
       
  1120 	border-color: #e3e3e3;
       
  1121 	text-shadow: rgba(255,255,255,1) 0 1px 0;
       
  1122 }
  1390 }
  1123 
  1391 
  1124 #adminmenu .wp-submenu ul {
  1392 #adminmenu .wp-submenu ul {
  1125 	background-color: #fff;
  1393 	background-color: #fff;
  1126 }
  1394 }
  1127 
  1395 
  1128 .folded #adminmenu li.menu-top,
  1396 #adminmenu .wp-submenu-wrap,
       
  1397 #adminmenu .wp-submenu ul {
       
  1398 	border-color: #d0dfe9;
       
  1399 }
       
  1400 
       
  1401 #adminmenu .wp-submenu-wrap,
       
  1402 .folded #adminmenu .wp-has-current-submenu .wp-submenu-wrap {
       
  1403 	-moz-box-shadow: 2px 2px 5px rgba( 0, 0, 0, 0.4 );
       
  1404 	-webkit-box-shadow: 2px 2px 5px rgba( 0, 0, 0, 0.4 );
       
  1405 	box-shadow: 2px 2px 5px rgba( 0, 0, 0, 0.4 );
       
  1406 }
       
  1407 
  1129 #adminmenu .wp-submenu .wp-submenu-head {
  1408 #adminmenu .wp-submenu .wp-submenu-head {
  1130 	background-color: #eaf2fa;
  1409 	border-right-color: #e8eff4;
  1131 }
  1410 	background-color: #EFF8FF;
  1132 
       
  1133 .folded #adminmenu li.wp-has-current-submenu,
       
  1134 .folded #adminmenu li.menu-top.current {
       
  1135 	background-color: #bbd8e7;
       
  1136 }
       
  1137 
       
  1138 #adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head {
       
  1139 	background-color: #bbd8e7;
       
  1140 	border-color: #8cbdd5;
       
  1141 }
  1411 }
  1142 
  1412 
  1143 #adminmenu div.wp-submenu {
  1413 #adminmenu div.wp-submenu {
  1144 	background-color: transparent;
  1414 	background-color: transparent;
  1145 }
  1415 }
  1146 
  1416 
  1147 /* menu icons */
  1417 /* collapse menu button */
  1148 #adminmenu #menu-dashboard div.wp-menu-image {
  1418 #collapse-menu {
  1149 	background: transparent url("../images/menu-vs.png") no-repeat scroll -61px -33px;
  1419 	color: #A0C3D5;
  1150 }
  1420 }
  1151 
  1421 
  1152 #adminmenu #menu-dashboard:hover div.wp-menu-image,
  1422 #collapse-menu:hover {
  1153 #adminmenu  #menu-dashboard.wp-has-current-submenu div.wp-menu-image,
  1423 	color: #5A8FAD;
  1154 #adminmenu  #menu-dashboard.current div.wp-menu-image {
  1424 }
  1155 	background: transparent url("../images/menu-vs.png") no-repeat scroll -61px -1px;
  1425 
  1156 }
  1426 #collapse-button {
  1157 
  1427 	border-color: #d0dfe9;
  1158 #adminmenu #menu-posts div.wp-menu-image {
  1428 	background-color: #eff8ff; /* Fallback */
  1159 	background: transparent url("../images/menu-vs.png") no-repeat scroll -272px -33px;
  1429 	background-image: -ms-linear-gradient(bottom, #eff8ff, #fff); /* IE10 */
  1160 }
  1430 	background-image: -moz-linear-gradient(bottom, #eff8ff, #fff); /* Firefox */
  1161 
  1431 	background-image: -o-linear-gradient(bottom, #eff8ff, #fff); /* Opera */
  1162 #adminmenu #menu-posts:hover div.wp-menu-image,
  1432 	background-image: -webkit-gradient(linear, left bottom, left top, from(#eff8ff), to(#fff)); /* old Webkit */
  1163 #adminmenu #menu-posts.wp-has-current-submenu div.wp-menu-image {
  1433 	background-image: -webkit-linear-gradient(bottom, #eff8ff, #fff); /* new Webkit */
  1164 	background: transparent url("../images/menu-vs.png") no-repeat scroll -272px -1px;
  1434 	background-image: linear-gradient(bottom, #eff8ff, #fff); /* proposed W3C Markup */
  1165 }
  1435 }
  1166 
  1436 #collapse-menu:hover #collapse-button {
  1167 #adminmenu #menu-media div.wp-menu-image {
  1437 	border-color: #A0C3D5;
  1168 	background: transparent url("../images/menu-vs.png") no-repeat scroll -121px -33px;
  1438 }
  1169 }
  1439 #collapse-button div {
  1170 
  1440 	background: transparent url(../images/arrows-vs.png) no-repeat 0 -72px;
  1171 #adminmenu #menu-media:hover div.wp-menu-image,
  1441 }
  1172 #adminmenu #menu-media.wp-has-current-submenu div.wp-menu-image {
  1442 .folded #collapse-button div {
  1173 	background: transparent url("../images/menu-vs.png") no-repeat scroll -121px -1px;
  1443 	background-position: 0 -108px;
  1174 }
  1444 }
  1175 
  1445 
  1176 #adminmenu #menu-links div.wp-menu-image {
  1446 /* Auto-folding of the admin menu */
  1177 	background: transparent url("../images/menu-vs.png") no-repeat scroll -91px -33px;
  1447 @media only screen and (max-width: 900px) {
  1178 }
  1448 	#adminmenu li.menu-top {
  1179 
  1449 		border-top-color: #ffffff;
  1180 #adminmenu #menu-links:hover div.wp-menu-image,
  1450 		border-bottom-color: #cae6ff;
  1181 #adminmenu #menu-links.wp-has-current-submenu div.wp-menu-image {
  1451 	}
  1182 	background: transparent url("../images/menu-vs.png") no-repeat scroll -91px -1px;
  1452 
  1183 }
  1453 	#adminmenu li.wp-has-current-submenu,
  1184 
  1454 	#adminmenu li.current.menu-top {
  1185 #adminmenu #menu-pages div.wp-menu-image {
  1455 		background-color: #5589AA; /* Fallback */
  1186 	background: transparent url("../images/menu-vs.png") no-repeat scroll -151px -33px;
  1456 		background-image: -ms-linear-gradient(bottom, #5589AA, #619bbb); /* IE10 */
  1187 }
  1457 		background-image: -moz-linear-gradient(bottom, #5589AA, #619bbb); /* Firefox */
  1188 
  1458 		background-image: -o-linear-gradient(bottom, #5589AA, #619bbb); /* Opera */
  1189 #adminmenu #menu-pages:hover div.wp-menu-image,
  1459 		background-image: -webkit-gradient(linear, left bottom, left top, from(#5589AA), to(#619bbb)); /* old Webkit */
  1190 #adminmenu #menu-pages.wp-has-current-submenu div.wp-menu-image {
  1460 		background-image: -webkit-linear-gradient(bottom, #5589AA, #619bbb); /* new Webkit */
  1191 	background: transparent url("../images/menu-vs.png") no-repeat scroll -151px -1px;
  1461 		background-image: linear-gradient(bottom, #5589AA, #619bbb); /* proposed W3C Markup */
  1192 }
  1462 	}
  1193 
  1463 
  1194 #adminmenu #menu-comments div.wp-menu-image {
  1464 	#adminmenu li.menu-top li:hover a {
  1195 	background: transparent url("../images/menu-vs.png") no-repeat scroll -31px -33px;
  1465 		background-image: none;
  1196 }
  1466 	}
  1197 
  1467 
  1198 #adminmenu #menu-comments:hover div.wp-menu-image,
  1468 	#adminmenu li.wp-has-current-submenu,
  1199 #adminmenu #menu-comments.wp-has-current-submenu div.wp-menu-image,
  1469 	#adminmenu li.current.menu-top {
  1200 #adminmenu #menu-comments.current div.wp-menu-image {
  1470 		border-top-color: #5A8FAD;
  1201 	background: transparent url("../images/menu-vs.png") no-repeat scroll -31px -1px;
  1471 		border-bottom-color: #5589AA;
  1202 }
  1472 	}
  1203 
  1473 
  1204 #adminmenu #menu-appearance div.wp-menu-image {
  1474 	#adminmenu .wp-has-current-submenu .wp-submenu-wrap {
  1205 	background: transparent url("../images/menu-vs.png") no-repeat scroll -1px -33px;
  1475 		-moz-box-shadow: 2px 2px 5px rgba( 0, 0, 0, 0.4 );
  1206 }
  1476 		-webkit-box-shadow: 2px 2px 5px rgba( 0, 0, 0, 0.4 );
  1207 
  1477 		box-shadow: 2px 2px 5px rgba( 0, 0, 0, 0.4 );
  1208 #adminmenu #menu-appearance:hover div.wp-menu-image,
  1478 	}
  1209 #adminmenu #menu-appearance.wp-has-current-submenu div.wp-menu-image {
  1479 
  1210 	background: transparent url("../images/menu-vs.png") no-repeat scroll -1px -1px;
  1480 	#collapse-button div {
  1211 }
  1481 		background-position: 0 -108px;
  1212 
  1482 	}
  1213 #adminmenu #menu-plugins div.wp-menu-image {
  1483 }
  1214 	background: transparent url("../images/menu-vs.png") no-repeat scroll -181px -33px;
  1484 
  1215 }
  1485 /* menu and screen icons */
  1216 
  1486 .icon16,
  1217 #adminmenu #menu-plugins:hover div.wp-menu-image,
  1487 .icon32,
  1218 #adminmenu #menu-plugins.wp-has-current-submenu div.wp-menu-image {
  1488 div.wp-menu-image {
  1219 	background: transparent url("../images/menu-vs.png") no-repeat scroll -181px -1px;
  1489 	background-color: transparent;
  1220 }
  1490 	background-repeat: no-repeat;
  1221 
  1491 }
  1222 #adminmenu #menu-users div.wp-menu-image {
  1492 
  1223 	background: transparent url("../images/menu-vs.png") no-repeat scroll -301px -33px;
  1493 .icon16.icon-dashboard,
  1224 }
  1494 .menu-icon-dashboard div.wp-menu-image,
  1225 
  1495 .icon16.icon-post,
  1226 #adminmenu #menu-users:hover div.wp-menu-image,
  1496 .menu-icon-post div.wp-menu-image,
  1227 #adminmenu #menu-users.wp-has-current-submenu div.wp-menu-image {
  1497 .icon16.icon-media,
  1228 	background: transparent url("../images/menu-vs.png") no-repeat scroll -301px -1px;
  1498 .menu-icon-media div.wp-menu-image,
  1229 }
  1499 .icon16.icon-links,
  1230 
  1500 .menu-icon-links div.wp-menu-image,
  1231 #adminmenu #menu-tools div.wp-menu-image {
  1501 .icon16.icon-page,
  1232 	background: transparent url("../images/menu-vs.png") no-repeat scroll -211px -33px;
  1502 .menu-icon-page div.wp-menu-image,
  1233 }
  1503 .icon16.icon-comments,
  1234 
  1504 .menu-icon-comments div.wp-menu-image,
  1235 #adminmenu #menu-tools:hover div.wp-menu-image,
  1505 .icon16.icon-appearance,
  1236 #adminmenu #menu-tools.wp-has-current-submenu div.wp-menu-image {
  1506 .menu-icon-appearance div.wp-menu-image,
  1237 	background: transparent url("../images/menu-vs.png") no-repeat scroll -211px -1px;
  1507 .icon16.icon-plugins,
  1238 }
  1508 .menu-icon-plugins div.wp-menu-image,
  1239 
  1509 .icon16.icon-users,
  1240 #adminmenu #menu-settings div.wp-menu-image {
  1510 .menu-icon-users div.wp-menu-image,
  1241 	background: transparent url("../images/menu-vs.png") no-repeat scroll -241px -33px;
  1511 .icon16.icon-tools,
  1242 }
  1512 .menu-icon-tools div.wp-menu-image,
  1243 
  1513 .icon16.icon-settings,
  1244 #adminmenu #menu-settings:hover div.wp-menu-image,
  1514 .menu-icon-settings div.wp-menu-image,
  1245 #adminmenu #menu-settings.wp-has-current-submenu div.wp-menu-image {
  1515 .icon16.icon-site,
  1246 	background: transparent url("../images/menu-vs.png") no-repeat scroll -241px -1px;
  1516 .menu-icon-site div.wp-menu-image {
  1247 }
  1517 	background-image: url('../images/menu-vs.png?ver=20120201');
  1248 /* end menu */
  1518 }
  1249 
  1519 
       
  1520 .icon16.icon-dashboard,
       
  1521 #adminmenu .menu-icon-dashboard div.wp-menu-image {
       
  1522 	background-position: -59px -33px;
       
  1523 }
       
  1524 
       
  1525 #adminmenu .menu-icon-dashboard:hover div.wp-menu-image,
       
  1526 #adminmenu .menu-icon-dashboard.wp-has-current-submenu div.wp-menu-image,
       
  1527 #adminmenu .menu-icon-dashboard.current div.wp-menu-image {
       
  1528 	background-position: -59px -1px;
       
  1529 }
       
  1530 
       
  1531 .icon16.icon-post,
       
  1532 #adminmenu .menu-icon-post div.wp-menu-image {
       
  1533 	background-position: -269px -33px;
       
  1534 }
       
  1535 
       
  1536 #adminmenu .menu-icon-post:hover div.wp-menu-image,
       
  1537 #adminmenu .menu-icon-post.wp-has-current-submenu div.wp-menu-image,
       
  1538 #adminmenu .menu-icon-post.current div.wp-menu-image {
       
  1539 	background-position: -269px -1px;
       
  1540 }
       
  1541 
       
  1542 .icon16.icon-media,
       
  1543 #adminmenu .menu-icon-media div.wp-menu-image {
       
  1544 	background-position: -119px -33px;
       
  1545 }
       
  1546 
       
  1547 #adminmenu .menu-icon-media:hover div.wp-menu-image,
       
  1548 #adminmenu .menu-icon-media.wp-has-current-submenu div.wp-menu-image,
       
  1549 #adminmenu .menu-icon-media.current div.wp-menu-image {
       
  1550 	background-position: -119px -1px;
       
  1551 }
       
  1552 
       
  1553 .icon16.icon-links,
       
  1554 #adminmenu .menu-icon-links div.wp-menu-image {
       
  1555 	background-position: -89px -33px;
       
  1556 }
       
  1557 
       
  1558 #adminmenu .menu-icon-links:hover div.wp-menu-image,
       
  1559 #adminmenu .menu-icon-links.wp-has-current-submenu div.wp-menu-image,
       
  1560 #adminmenu .menu-icon-links.current div.wp-menu-image {
       
  1561 	background-position: -89px -1px;
       
  1562 }
       
  1563 
       
  1564 .icon16.icon-page,
       
  1565 #adminmenu .menu-icon-page div.wp-menu-image {
       
  1566 	background-position: -149px -33px;
       
  1567 }
       
  1568 
       
  1569 #adminmenu .menu-icon-page:hover div.wp-menu-image,
       
  1570 #adminmenu .menu-icon-page.wp-has-current-submenu div.wp-menu-image,
       
  1571 #adminmenu .menu-icon-page.current div.wp-menu-image {
       
  1572 	background-position: -149px -1px;
       
  1573 }
       
  1574 
       
  1575 .icon16.icon-comments,
       
  1576 #adminmenu .menu-icon-comments div.wp-menu-image {
       
  1577 	background-position: -29px -33px;
       
  1578 }
       
  1579 
       
  1580 #adminmenu .menu-icon-comments:hover div.wp-menu-image,
       
  1581 #adminmenu .menu-icon-comments.wp-has-current-submenu div.wp-menu-image,
       
  1582 #adminmenu .menu-icon-comments.current div.wp-menu-image {
       
  1583 	background-position: -29px -1px;
       
  1584 }
       
  1585 
       
  1586 .icon16.icon-appearance,
       
  1587 #adminmenu .menu-icon-appearance div.wp-menu-image {
       
  1588 	background-position: 1px -33px;
       
  1589 }
       
  1590 
       
  1591 #adminmenu .menu-icon-appearance:hover div.wp-menu-image,
       
  1592 #adminmenu .menu-icon-appearance.wp-has-current-submenu div.wp-menu-image,
       
  1593 #adminmenu .menu-icon-appearance.current div.wp-menu-image {
       
  1594 	background-position: 1px -1px;
       
  1595 }
       
  1596 
       
  1597 .icon16.icon-plugins,
       
  1598 #adminmenu .menu-icon-plugins div.wp-menu-image {
       
  1599 	background-position: -179px -33px;
       
  1600 }
       
  1601 
       
  1602 #adminmenu .menu-icon-plugins:hover div.wp-menu-image,
       
  1603 #adminmenu .menu-icon-plugins.wp-has-current-submenu div.wp-menu-image,
       
  1604 #adminmenu .menu-icon-plugins.current div.wp-menu-image {
       
  1605 	background-position: -179px -1px;
       
  1606 }
       
  1607 
       
  1608 .icon16.icon-users,
       
  1609 #adminmenu .menu-icon-users div.wp-menu-image {
       
  1610 	background-position: -300px -33px;
       
  1611 }
       
  1612 
       
  1613 #adminmenu .menu-icon-users:hover div.wp-menu-image,
       
  1614 #adminmenu .menu-icon-users.wp-has-current-submenu div.wp-menu-image,
       
  1615 #adminmenu .menu-icon-users.current div.wp-menu-image {
       
  1616 	background-position: -300px -1px;
       
  1617 }
       
  1618 
       
  1619 .icon16.icon-tools,
       
  1620 #adminmenu .menu-icon-tools div.wp-menu-image {
       
  1621 	background-position: -209px -33px;
       
  1622 }
       
  1623 
       
  1624 #adminmenu .menu-icon-tools:hover div.wp-menu-image,
       
  1625 #adminmenu .menu-icon-tools.wp-has-current-submenu div.wp-menu-image,
       
  1626 #adminmenu .menu-icon-tools.current div.wp-menu-image {
       
  1627 	background-position: -209px -1px;
       
  1628 }
       
  1629 
       
  1630 .icon16.icon-settings,
       
  1631 #adminmenu .menu-icon-settings div.wp-menu-image {
       
  1632 	background-position: -239px -33px;
       
  1633 }
       
  1634 
       
  1635 #adminmenu .menu-icon-settings:hover div.wp-menu-image,
       
  1636 #adminmenu .menu-icon-settings.wp-has-current-submenu div.wp-menu-image,
       
  1637 #adminmenu .menu-icon-settings.current div.wp-menu-image {
       
  1638 	background-position: -239px -1px;
       
  1639 }
       
  1640 
       
  1641 .icon16.icon-site,
       
  1642 #adminmenu .menu-icon-site div.wp-menu-image {
       
  1643 	background-position: -359px -33px;
       
  1644 }
       
  1645 
       
  1646 #adminmenu .menu-icon-site:hover div.wp-menu-image,
       
  1647 #adminmenu .menu-icon-site.wp-has-current-submenu div.wp-menu-image,
       
  1648 #adminmenu .menu-icon-site.current div.wp-menu-image {
       
  1649 	background-position: -359px -1px;
       
  1650 }
       
  1651 /* end menu and screen icons */
       
  1652 
       
  1653 /* Screen Icons */
       
  1654 .icon32.icon-post,
       
  1655 #icon-edit,
       
  1656 #icon-post,
       
  1657 .icon32.icon-dashboard,
       
  1658 #icon-index,
       
  1659 .icon32.icon-media,
       
  1660 #icon-upload,
       
  1661 .icon32.icon-links,
       
  1662 #icon-link-manager,
       
  1663 #icon-link,
       
  1664 #icon-link-category,
       
  1665 .icon32.icon-page,
       
  1666 #icon-edit-pages,
       
  1667 #icon-page,
       
  1668 .icon32.icon-comments,
       
  1669 #icon-edit-comments,
       
  1670 .icon32.icon-appearance,
       
  1671 #icon-themes,
       
  1672 .icon32.icon-plugins,
       
  1673 #icon-plugins,
       
  1674 .icon32.icon-users,
       
  1675 #icon-users,
       
  1676 #icon-profile,
       
  1677 #icon-user-edit,
       
  1678 .icon32.icon-tools,
       
  1679 #icon-tools,
       
  1680 #icon-admin,
       
  1681 .icon32.icon-settings,
       
  1682 #icon-options-general,
       
  1683 .icon32.icon-site,
       
  1684 #icon-ms-admin {
       
  1685 	background-image: url(../images/icons32-vs.png?ver=20111206);
       
  1686 }
       
  1687 
       
  1688 .icon32.icon-post,
       
  1689 #icon-edit,
       
  1690 #icon-post {
       
  1691 	background-position: -552px -5px;
       
  1692 }
       
  1693 
       
  1694 .icon32.icon-dashboard,
       
  1695 #icon-index {
       
  1696 	background-position: -137px -5px;
       
  1697 }
       
  1698 
       
  1699 .icon32.icon-media,
       
  1700 #icon-upload {
       
  1701 	background-position: -251px -5px;
       
  1702 }
       
  1703 
       
  1704 .icon32.icon-links,
       
  1705 #icon-link-manager,
       
  1706 #icon-link,
       
  1707 #icon-link-category {
       
  1708 	background-position: -190px -5px;
       
  1709 }
       
  1710 
       
  1711 .icon32.icon-page,
       
  1712 #icon-edit-pages,
       
  1713 #icon-page {
       
  1714 	background-position: -312px -5px;
       
  1715 }
       
  1716 
       
  1717 .icon32.icon-comments,
       
  1718 #icon-edit-comments {
       
  1719 	background-position: -72px -5px;
       
  1720 }
       
  1721 
       
  1722 .icon32.icon-appearance,
       
  1723 #icon-themes {
       
  1724 	background-position: -11px -5px;
       
  1725 }
       
  1726 
       
  1727 .icon32.icon-plugins,
       
  1728 #icon-plugins {
       
  1729 	background-position: -370px -5px;
       
  1730 }
       
  1731 
       
  1732 .icon32.icon-users,
       
  1733 #icon-users,
       
  1734 #icon-profile,
       
  1735 #icon-user-edit {
       
  1736 	background-position: -600px -5px;
       
  1737 }
       
  1738 
       
  1739 .icon32.icon-tools,
       
  1740 #icon-tools,
       
  1741 #icon-admin {
       
  1742 	background-position: -432px -5px;
       
  1743 }
       
  1744 
       
  1745 .icon32.icon-settings,
       
  1746 #icon-options-general {
       
  1747 	background-position: -492px -5px;
       
  1748 }
       
  1749 
       
  1750 .icon32.icon-site,
       
  1751 #icon-ms-admin {
       
  1752 	background-position: -659px -5px;
       
  1753 }
       
  1754 
       
  1755 @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
       
  1756 	.icon32.icon-post,
       
  1757 	#icon-edit,
       
  1758 	#icon-post,
       
  1759 	.icon32.icon-dashboard,
       
  1760 	#icon-index,
       
  1761 	.icon32.icon-media,
       
  1762 	#icon-upload,
       
  1763 	.icon32.icon-links,
       
  1764 	#icon-link-manager,
       
  1765 	#icon-link,
       
  1766 	#icon-link-category,
       
  1767 	.icon32.icon-page,
       
  1768 	#icon-edit-pages,
       
  1769 	#icon-page,
       
  1770 	.icon32.icon-comments,
       
  1771 	#icon-edit-comments,
       
  1772 	.icon32.icon-appearance,
       
  1773 	#icon-themes,
       
  1774 	.icon32.icon-plugins,
       
  1775 	#icon-plugins,
       
  1776 	.icon32.icon-users,
       
  1777 	#icon-users,
       
  1778 	#icon-profile,
       
  1779 	#icon-user-edit,
       
  1780 	.icon32.icon-tools,
       
  1781 	#icon-tools,
       
  1782 	#icon-admin,
       
  1783 	.icon32.icon-settings,
       
  1784 	#icon-options-general,
       
  1785 	.icon32.icon-site,
       
  1786 	#icon-ms-admin {
       
  1787 		background-image: url(../images/icons32-vs-2x.png?ver=20120412);
       
  1788 		background-size: 708px 45px;
       
  1789 	}
       
  1790 
       
  1791 	.icon16.icon-dashboard,
       
  1792 	.menu-icon-dashboard div.wp-menu-image,
       
  1793 	.icon16.icon-post,
       
  1794 	.menu-icon-post div.wp-menu-image,
       
  1795 	.icon16.icon-media,
       
  1796 	.menu-icon-media div.wp-menu-image,
       
  1797 	.icon16.icon-links,
       
  1798 	.menu-icon-links div.wp-menu-image,
       
  1799 	.icon16.icon-page,
       
  1800 	.menu-icon-page div.wp-menu-image,
       
  1801 	.icon16.icon-comments,
       
  1802 	.menu-icon-comments div.wp-menu-image,
       
  1803 	.icon16.icon-appearance,
       
  1804 	.menu-icon-appearance div.wp-menu-image,
       
  1805 	.icon16.icon-plugins,
       
  1806 	.menu-icon-plugins div.wp-menu-image,
       
  1807 	.icon16.icon-users,
       
  1808 	.menu-icon-users div.wp-menu-image,
       
  1809 	.icon16.icon-tools,
       
  1810 	.menu-icon-tools div.wp-menu-image,
       
  1811 	.icon16.icon-settings,
       
  1812 	.menu-icon-settings div.wp-menu-image,
       
  1813 	.icon16.icon-site,
       
  1814 	.menu-icon-site div.wp-menu-image {
       
  1815 		background-image: url('../images/menu-2x.png?ver=20120412');
       
  1816 		background-size: 390px 64px;
       
  1817 	}
       
  1818 }
       
  1819 /* end screen icons */
  1250 
  1820 
  1251 /* Diff */
  1821 /* Diff */
  1252 table.diff .diff-deletedline {
  1822 table.diff .diff-deletedline {
  1253 	background-color: #fdd;
  1823 	background-color: #fdd;
  1254 }
  1824 }
  1264 table.diff .diff-addedline ins {
  1834 table.diff .diff-addedline ins {
  1265 	background-color: #9f9;
  1835 	background-color: #9f9;
  1266 }
  1836 }
  1267 
  1837 
  1268 #att-info {
  1838 #att-info {
  1269 	background-color: #e4f2fd;
  1839 	background-color: #E4F2FD;
  1270 }
  1840 }
  1271 
  1841 
  1272 /* edit image */
  1842 /* edit image */
  1273 #sidemenu a {
  1843 #sidemenu a {
  1274 	background-color: #f9f9f9;
  1844 	background-color: #f9f9f9;
  1277 }
  1847 }
  1278 
  1848 
  1279 #sidemenu a.current {
  1849 #sidemenu a.current {
  1280 	background-color: #fff;
  1850 	background-color: #fff;
  1281 	border-color: #dfdfdf #dfdfdf #fff;
  1851 	border-color: #dfdfdf #dfdfdf #fff;
  1282 	color: #d54e21;
  1852 	color: #D54E21;
  1283 }
  1853 }
  1284 
  1854 
  1285 #screen-options-wrap,
  1855 #screen-meta {
  1286 #contextual-help-wrap {
  1856 	background-color: #EFF8FF;
  1287 	background-color: #eae9e4;
  1857 	border-color: #D1E5EE;
  1288 	border-color: #dfdfdf;
  1858 	-webkit-box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.05 );
       
  1859 	box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.05 );
       
  1860 }
       
  1861 
       
  1862 #contextual-help-back {
       
  1863 	background: #fff;
       
  1864 }
       
  1865 
       
  1866 .contextual-help-tabs a:hover {
       
  1867 	background-color: #ceeaff;
       
  1868 	color: #333;
       
  1869 }
       
  1870 
       
  1871 #contextual-help-back,
       
  1872 .contextual-help-tabs .active {
       
  1873 	border-color: #D1E5EE;
       
  1874 }
       
  1875 
       
  1876 .contextual-help-tabs .active,
       
  1877 .contextual-help-tabs .active a,
       
  1878 .contextual-help-tabs .active a:hover {
       
  1879 	background: #fff;
       
  1880 	color: #000;
       
  1881 }
       
  1882 
       
  1883 /* screen options and help tabs */
       
  1884 #screen-options-link-wrap,
       
  1885 #contextual-help-link-wrap {
       
  1886 	background-color: #eff8ff; /* Fallback */
       
  1887 	border-right: 1px solid #D1E5EE;
       
  1888 	border-left: 1px solid #D1E5EE;
       
  1889 	border-bottom: 1px solid #D1E5EE;
       
  1890 	background-image: -ms-linear-gradient(bottom, #eff8ff, #eff8ff); /* IE10 */
       
  1891 	background-image: -moz-linear-gradient(bottom, #def1ff, #eff8ff); /* Firefox */
       
  1892 	background-image: -o-linear-gradient(bottom, #def1ff, #eff8ff); /* Opera */
       
  1893 	background-image: -webkit-gradient(linear, left bottom, left top, from(#def1ff), to(#eff8ff)); /* old Webkit */
       
  1894 	background-image: -webkit-linear-gradient(bottom, #def1ff, #eff8ff); /* new Webkit */
       
  1895 	background-image: linear-gradient(bottom, #def1ff, #eff8ff); /* proposed W3C Markup */
  1289 }
  1896 }
  1290 
  1897 
  1291 #screen-meta-links a.show-settings {
  1898 #screen-meta-links a.show-settings {
  1292 	color: #606060;
  1899 	color: #606060;
  1293 }
  1900 }
  1294 
  1901 
  1295 #screen-meta-links a.show-settings:hover {
  1902 #screen-meta-links a.show-settings:hover {
  1296 	color: #000;
  1903 	color: #000;
  1297 }
  1904 }
  1298 
  1905 
  1299 #replysubmit {
  1906 #screen-meta-links a.show-settings {
  1300 	background-color: #f1f1f1;
  1907 	background: transparent url(../images/arrows-vs.png) no-repeat right 4px;
  1301 	border-top-color: #ddd;
  1908 }
  1302 }
  1909 
       
  1910 #screen-meta-links a.show-settings.screen-meta-active  {
       
  1911 	background: transparent url(../images/arrows-vs.png) no-repeat right -31px;
       
  1912 }
       
  1913 
       
  1914 /* end screen options and help tabs */
  1303 
  1915 
  1304 #replyerror {
  1916 #replyerror {
  1305 	border-color: #ddd;
  1917 	border-color: #ddd;
  1306 	background-color: #f9f9f9;
  1918 	background-color: #f9f9f9;
  1307 }
       
  1308 
       
  1309 #edithead,
       
  1310 #replyhead {
       
  1311 	background-color: #f1f1f1;
       
  1312 }
       
  1313 
       
  1314 #ed_reply_toolbar {
       
  1315 	background-color: #e9e9e9;
       
  1316 }
  1919 }
  1317 
  1920 
  1318 /* table vim shortcuts */
  1921 /* table vim shortcuts */
  1319 .vim-current,
  1922 .vim-current,
  1320 .vim-current th,
  1923 .vim-current th,
  1321 .vim-current td {
  1924 .vim-current td {
  1322 	background-color: #e4f2fd !important;
  1925 	background-color: #E4F2FD !important;
  1323 }
  1926 }
  1324 
  1927 
  1325 /* Install Plugins */
  1928 /* Install Plugins */
  1326 .star-average,
       
  1327 .star.star-rating {
       
  1328 	background-color: #fc0;
       
  1329 }
       
  1330 
       
  1331 div.star.select:hover {
       
  1332 	background-color: #d00;
       
  1333 }
       
  1334 
       
  1335 #plugin-information .fyi ul {
  1929 #plugin-information .fyi ul {
  1336 	background-color: #eaf3fa;
  1930 	background-color: #eaf3fa;
  1337 }
  1931 }
  1338 
  1932 
  1339 #plugin-information .fyi h2.mainheader {
  1933 #plugin-information .fyi h2.mainheader {
  1350 }
  1944 }
  1351 
  1945 
  1352 /* inline editor */
  1946 /* inline editor */
  1353 .inline-edit-row fieldset input[type="text"],
  1947 .inline-edit-row fieldset input[type="text"],
  1354 .inline-edit-row fieldset textarea,
  1948 .inline-edit-row fieldset textarea,
  1355 #bulk-titles,
  1949 #bulk-titles {
  1356 #replyrow input {
       
  1357 	border-color: #ddd;
  1950 	border-color: #ddd;
  1358 }
  1951 }
  1359 
  1952 
  1360 .inline-editor div.title {
  1953 .inline-editor div.title {
  1361 	background-color: #eaf3fa;
  1954 	background-color: #EAF3FA;
  1362 }
  1955 }
  1363 
  1956 
  1364 .inline-editor ul.cat-checklist {
  1957 .inline-editor ul.cat-checklist {
  1365 	background-color: #fff;
  1958 	background-color: #fff;
  1366 	border-color: #ddd;
  1959 	border-color: #ddd;
  1373 
  1966 
  1374 .inline-editor .quick-edit-save {
  1967 .inline-editor .quick-edit-save {
  1375 	background-color: #f1f1f1;
  1968 	background-color: #f1f1f1;
  1376 }
  1969 }
  1377 
  1970 
  1378 #replyrow #ed_reply_toolbar input:hover {
       
  1379 	border-color: #aaa;
       
  1380 	background: #ddd;
       
  1381 }
       
  1382 
       
  1383 fieldset.inline-edit-col-right .inline-edit-col {
  1971 fieldset.inline-edit-col-right .inline-edit-col {
  1384 	border-color: #dfdfdf;
  1972 	border-color: #dfdfdf;
  1385 }
  1973 }
  1386 
  1974 
  1387 .attention {
  1975 .attention {
  1388 	color: #d54e21;
  1976 	color: #D54E21;
  1389 }
  1977 }
  1390 
  1978 
  1391 .meta-box-sortables .postbox:hover .handlediv {
  1979 .meta-box-sortables .postbox:hover .handlediv {
  1392 	background: transparent url(../images/menu-bits-vs.gif) no-repeat scroll left -111px;
  1980 	background: transparent url(../images/arrows-vs.png) no-repeat 6px 7px;
  1393 }
       
  1394 
       
  1395 #major-publishing-actions {
       
  1396 	background: #eaf2fa;
       
  1397 }
  1981 }
  1398 
  1982 
  1399 .tablenav .tablenav-pages {
  1983 .tablenav .tablenav-pages {
  1400 	color: #555;
  1984 	color: #555;
  1401 }
  1985 }
  1402 
  1986 
  1403 .tablenav .tablenav-pages a {
  1987 .tablenav .tablenav-pages a {
  1404 	border-color: #e3e3e3;
  1988 	border-color: #d1e5ee;
  1405 	background: #eee url('../images/menu-bits-vs.gif') repeat-x scroll left -379px;
  1989 	background: #eee url('../images/menu-bits-vs.gif?ver=20101102') repeat-x scroll left -379px;
  1406 }
  1990 }
  1407 
  1991 
  1408 .tablenav .tablenav-pages a:hover {
  1992 .tablenav .tablenav-pages a:hover,
       
  1993 .tablenav .tablenav-pages a:focus {
  1409 	color: #d54e21;
  1994 	color: #d54e21;
  1410 	border-color: #d54321;
  1995 }
  1411 }
  1996 
  1412 
  1997 .tablenav .tablenav-pages a.disabled,
  1413 .tablenav .tablenav-pages a:active {
  1998 .tablenav .tablenav-pages a.disabled:hover,
  1414 	color: #fff !important;
  1999 .tablenav .tablenav-pages a.disabled:focus {
       
  2000 	color: #aaa;
  1415 }
  2001 }
  1416 
  2002 
  1417 .tablenav .tablenav-pages .current {
  2003 .tablenav .tablenav-pages .current {
  1418 	background: #dfdfdf;
  2004 	background: #dfdfdf;
  1419 	border-color: #d3d3d3;
  2005 	border-color: #d3d3d3;
  1437 #TB_window #TB_title a.tb-theme-preview-link:focus {
  2023 #TB_window #TB_title a.tb-theme-preview-link:focus {
  1438 	color: #ccc;
  2024 	color: #ccc;
  1439 }
  2025 }
  1440 
  2026 
  1441 .misc-pub-section {
  2027 .misc-pub-section {
       
  2028     border-top-color: #fff;
  1442 	border-bottom-color: #eee;
  2029 	border-bottom-color: #eee;
  1443 }
  2030 }
  1444 
  2031 
  1445 #minor-publishing {
  2032 #minor-publishing {
  1446 	border-bottom-color: #ddd;
  2033 	border-bottom-color: #ddd;
  1447 }
  2034 }
  1448 
  2035 
  1449 #post-body .misc-pub-section {
  2036 #post-body .misc-pub-section {
  1450 	border-right-color: #eee;
  2037 	border-left-color: #eee;
  1451 }
  2038 }
  1452 
  2039 
  1453 .post-com-count span {
  2040 .post-com-count span {
  1454 	background-color: #bbb;
  2041 	background-color: #bbb;
  1455 }
  2042 }
  1461 .sortable-placeholder {
  2048 .sortable-placeholder {
  1462 	border-color: #bbb;
  2049 	border-color: #bbb;
  1463 	background-color: #f5f5f5;
  2050 	background-color: #f5f5f5;
  1464 }
  2051 }
  1465 
  2052 
  1466 #post-body ul#category-tabs li.tabs a {
  2053 #post-body ul.category-tabs li.tabs a,
       
  2054 #post-body ul.add-menu-item-tabs li.tabs a,
       
  2055 body.press-this ul.category-tabs li.tabs a {
  1467 	color: #333;
  2056 	color: #333;
  1468 }
  2057 }
  1469 
  2058 
  1470 #wp_editimgbtn,
       
  1471 #wp_delimgbtn,
       
  1472 #wp_editgallery,
       
  1473 #wp_delgallery {
       
  1474 	border-color: #999;
       
  1475 	background-color: #eee;
       
  1476 }
       
  1477 
       
  1478 #wp_editimgbtn:hover,
       
  1479 #wp_delimgbtn:hover,
       
  1480 #wp_editgallery:hover,
       
  1481 #wp_delgallery:hover {
       
  1482 	border-color: #555;
       
  1483 	background-color: #ccc;
       
  1484 }
       
  1485 
       
  1486 #favorite-first {
       
  1487 	background: #5580a6 url(../images/fav-vs.png) repeat-x 0 center;
       
  1488 	border-color: #517ea5 !important;
       
  1489 	border-bottom-color: #416686 !important;
       
  1490 }
       
  1491 
       
  1492 #favorite-actions .slide-down {
       
  1493 	background-image: url(../images/fav-top-vs.gif);
       
  1494 	background-position:0 0;
       
  1495 	background-repeat: repeat-x;
       
  1496 }
       
  1497 
       
  1498 #favorite-inside {
       
  1499 	border-color: #5b86ac;
       
  1500 	background-color: #5580a6;
       
  1501 }
       
  1502 
       
  1503 #favorite-toggle {
       
  1504 	background: transparent url(../images/fav-arrow-vs.gif) no-repeat 0 -4px;
       
  1505 }
       
  1506 
       
  1507 #favorite-actions a {
       
  1508 	color: #ddd;
       
  1509 }
       
  1510 
       
  1511 #favorite-actions a:hover {
       
  1512 	color: #fff;
       
  1513 }
       
  1514 
       
  1515 #favorite-inside a:hover {
       
  1516 	text-decoration: underline;
       
  1517 }
       
  1518 
       
  1519 #favorite-actions .slide-down {
       
  1520 	border-bottom-color: #626262;
       
  1521 }
       
  1522 
       
  1523 #screen-meta a.show-settings {
       
  1524 	background-color: transparent;
       
  1525 	text-shadow: rgba(255,255,255,0.7) 0 1px 0;
       
  1526 }
       
  1527 
       
  1528 #icon-edit,
       
  1529 #icon-post {
       
  1530 	background: transparent url(../images/icons32-vs.png) no-repeat -552px -5px;
       
  1531 }
       
  1532 
       
  1533 #icon-index {
       
  1534 	background: transparent url(../images/icons32-vs.png) no-repeat -137px -5px;
       
  1535 }
       
  1536 
       
  1537 #icon-upload {
       
  1538 	background: transparent url(../images/icons32-vs.png) no-repeat -251px -5px;
       
  1539 }
       
  1540 
       
  1541 #icon-link-manager,
       
  1542 #icon-link,
       
  1543 #icon-link-category {
       
  1544 	background: transparent url(../images/icons32-vs.png) no-repeat -190px -5px;
       
  1545 }
       
  1546 
       
  1547 #icon-edit-pages,
       
  1548 #icon-page {
       
  1549 	background: transparent url(../images/icons32-vs.png) no-repeat -312px -5px;
       
  1550 }
       
  1551 
       
  1552 #icon-edit-comments {
       
  1553 	background: transparent url(../images/icons32-vs.png) no-repeat -72px -5px;
       
  1554 }
       
  1555 
       
  1556 #icon-themes {
       
  1557 	background: transparent url(../images/icons32-vs.png) no-repeat -11px -5px;
       
  1558 }
       
  1559 
       
  1560 #icon-plugins {
       
  1561 	background: transparent url(../images/icons32-vs.png) no-repeat -370px -5px;
       
  1562 }
       
  1563 
       
  1564 #icon-users,
       
  1565 #icon-profile,
       
  1566 #icon-user-edit {
       
  1567 	background: transparent url(../images/icons32-vs.png) no-repeat -600px -5px;
       
  1568 }
       
  1569 
       
  1570 #icon-tools,
       
  1571 #icon-admin {
       
  1572 	background: transparent url(../images/icons32-vs.png) no-repeat -432px -5px;
       
  1573 }
       
  1574 
       
  1575 #icon-options-general {
       
  1576 	background: transparent url(../images/icons32-vs.png) no-repeat -492px -5px;
       
  1577 }
       
  1578 
       
  1579 .view-switch #view-switch-list {
  2059 .view-switch #view-switch-list {
  1580 	background: transparent url(../images/list-vs.png) no-repeat 0 0;
  2060 	background: transparent url(../images/list.png) no-repeat 0 0;
  1581 }
  2061 }
  1582 
  2062 
  1583 .view-switch #view-switch-list.current {
  2063 .view-switch .current #view-switch-list {
  1584 	background: transparent url(../images/list-vs.png) no-repeat -40px 0;
  2064 	background: transparent url(../images/list.png) no-repeat -40px 0;
  1585 }
  2065 }
  1586 
  2066 
  1587 .view-switch #view-switch-excerpt {
  2067 .view-switch #view-switch-excerpt {
  1588 	background: transparent url(../images/list-vs.png) no-repeat -20px 0;
  2068 	background: transparent url(../images/list.png) no-repeat -20px 0;
  1589 }
  2069 }
  1590 
  2070 
  1591 .view-switch #view-switch-excerpt.current {
  2071 .view-switch .current #view-switch-excerpt {
  1592 	background: transparent url(../images/list-vs.png) no-repeat -60px 0;
  2072 	background: transparent url(../images/list.png) no-repeat -60px 0;
  1593 }
  2073 }
  1594 
  2074 
  1595 #header-logo {
  2075 #header-logo {
  1596 	background: transparent url(../images/wp-logo-vs.gif) no-repeat scroll center center;
  2076 	background: transparent url(../images/wp-logo-vs.png?ver=20101102) no-repeat scroll center center;
  1597 }
       
  1598 
       
  1599 #wphead #site-visit-button {
       
  1600 	background-color: #3c6b95;
       
  1601 	background-image: url(../images/visit-site-button-grad-vs.gif);
       
  1602 	color: #b6d1e4;
       
  1603 	text-shadow: #3f3f3f 0 -1px 0;
       
  1604 }
       
  1605 
       
  1606 #wphead a:hover #site-visit-button {
       
  1607 	color: #fff;
       
  1608 }
       
  1609 
       
  1610 #wphead a:focus #site-visit-button,
       
  1611 #wphead a:active #site-visit-button {
       
  1612 	background-position: 0 -27px;
       
  1613 }
  2077 }
  1614 
  2078 
  1615 .popular-tags,
  2079 .popular-tags,
  1616 .feature-filter {
  2080 .feature-filter {
  1617 	background-color: #fff;
  2081 	background-color: #fff;
  1618 	border-color: #dfdfdf;
  2082 	border-color: #DFDFDF;
  1619 }
       
  1620 
       
  1621 #theme-information .action-button {
       
  1622 	border-top-color: #dfdfdf;
       
  1623 }
       
  1624 
       
  1625 .theme-listing br.line {
       
  1626 	border-bottom-color: #ccc;
       
  1627 }
  2083 }
  1628 
  2084 
  1629 div.widgets-sortables,
  2085 div.widgets-sortables,
  1630 #widgets-left .inactive {
  2086 #widgets-left .inactive {
  1631 	background-color: #f1f1f1;
  2087 	background-color: #f7fcfe;
  1632     border-color: #ddd;
  2088 	border-color: #d0dfe9;
  1633 }
  2089 }
  1634 
  2090 
  1635 #available-widgets .widget-holder {
  2091 #available-widgets .widget-holder {
  1636     background-color: #fff;
  2092 	background-color: #f7fcfe;
  1637     border-color: #ddd;
  2093 	border-color: #d0dfe9;
  1638 }
  2094 }
  1639 
  2095 
  1640 #widgets-left .sidebar-name {
  2096 #available-widgets .widget-description {
  1641 	background-color: #aaa;
  2097 	color: #555;
  1642 	background-image: url(../images/ed-bg-vs.gif);
  2098 }
  1643 	text-shadow: #FFFFFF 0 1px 0;
  2099 
  1644 	border-color: #dfdfdf;
  2100 .sidebar-name {
  1645 }
  2101 	color: #464646;
  1646 
  2102 	background-color: #f7fcfe; /* Fallback */
  1647 #widgets-right .sidebar-name {
  2103 	background-image: -ms-linear-gradient(top, #ECF8FE, #f7fcfe); /* IE10 */
  1648 	background-image: url(../images/fav-vs.png);
  2104 	background-image: -moz-linear-gradient(top, #ECF8FE, #f7fcfe); /* Firefox */
  1649 	text-shadow: #3f3f3f 0 -1px 0;
  2105 	background-image: -o-linear-gradient(top, #ECF8FE, #f7fcfe); /* Opera */
  1650 	background-color: #636363;
  2106 	background-image: -webkit-gradient(linear, left top, left bottom, from(#ECF8FE), to(#f7fcfe)); /* old Webkit */
  1651 	border-color: #636363;
  2107 	background-image: -webkit-linear-gradient(top, #ECF8FE, #f7fcfe); /* new Webkit */
  1652 	color: #fff;
  2108 	background-image: linear-gradient(top, #ECF8FE, #f7fcfe); /* proposed W3C Markup */
       
  2109 	text-shadow: #fff 0 1px 0;
       
  2110 	border-color: #d0dfe9;
       
  2111 	-moz-box-shadow: inset 0 1px 0 #fff;
       
  2112 	-webkit-box-shadow: inset 0 1px 0 #fff;
       
  2113 	box-shadow: inset 0 1px 0 #fff;
  1653 }
  2114 }
  1654 
  2115 
  1655 .sidebar-name:hover,
  2116 .sidebar-name:hover,
  1656 #removing-widget {
  2117 #removing-widget {
  1657 	color: #d54e21;
  2118 	color: #d54e21;
  1659 
  2120 
  1660 #removing-widget span {
  2121 #removing-widget span {
  1661 	color: black;
  2122 	color: black;
  1662 }
  2123 }
  1663 
  2124 
  1664 #widgets-left .sidebar-name-arrow {
  2125 .sidebar-name-arrow {
  1665 	background: transparent url(../images/menu-bits-vs.gif) no-repeat scroll left -109px;
  2126 	background: transparent url(../images/arrows-vs.png) no-repeat 5px 9px;
  1666 }
  2127 }
  1667 
  2128 
  1668 #widgets-right .sidebar-name-arrow {
  2129 .sidebar-name:hover .sidebar-name-arrow {
  1669 	background: transparent url(../images/fav-arrow-vs.gif) no-repeat scroll 0 -1px;
  2130 	background: transparent url(../images/arrows-dark-vs.png) no-repeat 5px 9px;
  1670 }
  2131 }
  1671 
  2132 
  1672 .in-widget-title {
  2133 .in-widget-title {
  1673 	color: #606060;
  2134 	color: #606060;
  1674 }
  2135 }
  1704 }
  2165 }
  1705 
  2166 
  1706 .comment-ays th {
  2167 .comment-ays th {
  1707 	background-color: #f1f1f1;
  2168 	background-color: #f1f1f1;
  1708 }
  2169 }
       
  2170 
       
  2171 /* added from nav-menu.css */
       
  2172 #menu-management .menu-edit {
       
  2173 	border-color: #d0dfe9;
       
  2174 }
       
  2175 
       
  2176 #post-body {
       
  2177 	background: #ffffff;
       
  2178 	border-top-color: #fff;
       
  2179 	border-bottom-color: #d0dfe9;
       
  2180 }
       
  2181 
       
  2182 #nav-menu-header {
       
  2183 	border-bottom-color: #d0dfe9;
       
  2184 }
       
  2185 
       
  2186 #nav-menu-footer {
       
  2187 	border-top-color: #fff;
       
  2188 }
       
  2189 
       
  2190 #menu-management .nav-tabs-arrow a {
       
  2191 	color: #C1C1C1;
       
  2192 }
       
  2193 
       
  2194 #menu-management .nav-tabs-arrow a:hover {
       
  2195 	color: #D54E21;
       
  2196 }
       
  2197 
       
  2198 #menu-management .nav-tabs-arrow a:active {
       
  2199 	color: #464646;
       
  2200 }
       
  2201 
       
  2202 #menu-management .nav-tab-active {
       
  2203 	border-color: #dfdfdf;
       
  2204 }
       
  2205 
       
  2206 #menu-management .nav-tab {
       
  2207 	background: #f7fcfe;
       
  2208 	border-color: #d0dfe9;
       
  2209 }
       
  2210 
       
  2211 .js .input-with-default-title {
       
  2212 	color: #aaa;
       
  2213 }
       
  2214 
       
  2215 #cancel-save {
       
  2216 	color: #ff0000;
       
  2217 }
       
  2218 
       
  2219 #cancel-save:hover {
       
  2220 	background-color: #FF0000;
       
  2221 	color: #fff;
       
  2222 }
       
  2223 
       
  2224 .list-container {
       
  2225 	border-color: #dfdfdf;
       
  2226 }
       
  2227 
       
  2228 .menu-item-handle {
       
  2229 	border-color: #d0dfe9;
       
  2230 }
       
  2231 
       
  2232 .menu li.deleting .menu-item-handle {
       
  2233 	background-color: #f66;
       
  2234 	text-shadow: #ccc;
       
  2235 }
       
  2236 
       
  2237 .item-type { /* Menu item controls */
       
  2238 	color: #999999;
       
  2239 }
       
  2240 
       
  2241 .item-controls .menu-item-delete:hover {
       
  2242 	color: #ff0000;
       
  2243 }
       
  2244 
       
  2245 .nav-menus-php .item-edit {
       
  2246 	background: transparent url(../images/arrows-vs.png) no-repeat 8px 10px;
       
  2247 	border-bottom-color: #eff8ff;
       
  2248 }
       
  2249 
       
  2250 .item-edit:hover {
       
  2251 	background: transparent url(../images/arrows-dark-vs.png) no-repeat 8px 10px;
       
  2252 }
       
  2253 
       
  2254 .menu-item-settings { /* Menu editing */
       
  2255 	border-color: #d0dfe9;
       
  2256 }
       
  2257 
       
  2258 .link-to-original {
       
  2259 	color: #777;
       
  2260 	border-color: #d0dfe9;
       
  2261 }
       
  2262 
       
  2263 #cancel-save:hover {
       
  2264 	color: #fff !important;
       
  2265 }
       
  2266 
       
  2267 #update-menu-item {
       
  2268 	color: #fff !important;
       
  2269 }
       
  2270 
       
  2271 #update-menu-item:hover,
       
  2272 #update-menu-item:active,
       
  2273 #update-menu-item:focus {
       
  2274 	color: #eaf2fa !important;
       
  2275 	border-color: #13455b !important;
       
  2276 }
       
  2277 
       
  2278 .submitbox .submitcancel {
       
  2279 	color: #21759B;
       
  2280 	border-bottom-color: #21759B;
       
  2281 }
       
  2282 
       
  2283 .submitbox .submitcancel:hover {
       
  2284 	background: #21759B;
       
  2285 	color: #fff;
       
  2286 }
       
  2287 /* end added from nav-menu.css */
       
  2288 
       
  2289 #menu-management .nav-tab-active,
       
  2290 .menu-item-handle,
       
  2291 .menu-item-settings {
       
  2292 	-moz-box-shadow: inset 0 1px 0 #fff;
       
  2293 	-webkit-box-shadow: inset 0 1px 0 #fff;
       
  2294 	box-shadow: inset 0 1px 0 #fff;
       
  2295 }
       
  2296 
       
  2297 #menu-management .nav-tab-active {
       
  2298 	background: #eff8ff;
       
  2299 	border-bottom-color: #eff8ff;
       
  2300 }
       
  2301 
       
  2302 #upload-form label {
       
  2303 	color: #777;
       
  2304 }
       
  2305 /* custom header & background pages */
       
  2306 
       
  2307 /* full screen */
       
  2308 .fullscreen-overlay {
       
  2309 	background: #fff;
       
  2310 }
       
  2311 
       
  2312 .wp-fullscreen-focus #wp-fullscreen-title,
       
  2313 .wp-fullscreen-focus #wp-fullscreen-container {
       
  2314     border-color: #BED1DD;
       
  2315 }
       
  2316 
       
  2317 #fullscreen-topbar {
       
  2318 	border-bottom-color: #D1E5EE;
       
  2319 }
       
  2320 
       
  2321 /* Begin About Pages */
       
  2322 
       
  2323 .about-wrap h1 {
       
  2324 	color: #333;
       
  2325 	text-shadow: 1px 1px 1px white;
       
  2326 }
       
  2327 
       
  2328 .about-text {
       
  2329 	color: #777;
       
  2330 }
       
  2331 
       
  2332 .wp-badge {
       
  2333 	color: #fff;
       
  2334 	text-shadow: 0 -1px 0 rgba(22, 57, 81, 0.3);
       
  2335 }
       
  2336 
       
  2337 .about-wrap h2 .nav-tab {
       
  2338 	color: #21759B;
       
  2339 }
       
  2340 .about-wrap h2 .nav-tab:hover {
       
  2341 	color: #d54e21;
       
  2342 }
       
  2343 .about-wrap h2 .nav-tab-active,
       
  2344 .about-wrap h2 .nav-tab-active:hover {
       
  2345 	color: #333;
       
  2346 }
       
  2347 .about-wrap h2 .nav-tab-active {
       
  2348 	text-shadow: 1px 1px 1px white;
       
  2349 	color: #464646;
       
  2350 }
       
  2351 
       
  2352 .about-wrap h3 {
       
  2353 	color: #333;
       
  2354 	text-shadow: 1px 1px 1px white;
       
  2355 }
       
  2356 
       
  2357 .about-wrap .feature-section h4 {
       
  2358 	color: #464646;
       
  2359 }
       
  2360 
       
  2361 .about-wrap .feature-section img {
       
  2362 	background: #fff;
       
  2363 	border: 1px #ccc solid;
       
  2364 
       
  2365 	-moz-box-shadow:    0 1px 3px rgba( 0, 0, 0, 0.3 );
       
  2366 	-webkit-box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.3 );
       
  2367 	box-shadow:         0 1px 3px rgba( 0, 0, 0, 0.3 );
       
  2368 }
       
  2369 
       
  2370 .about-wrap .point-releases {
       
  2371 	border-bottom: 1px solid #dfdfdf;
       
  2372 }
       
  2373 
       
  2374 .about-wrap .point-releases h3 {
       
  2375 	border-top: 1px solid #dfdfdf;
       
  2376 }
       
  2377 
       
  2378 .about-wrap .point-releases h3:first-child {
       
  2379 	border: 0;
       
  2380 }
       
  2381 
       
  2382 .about-wrap h4.wp-people-group {
       
  2383 	text-shadow: 1px 1px 1px white;
       
  2384 }
       
  2385 
       
  2386 .about-wrap li.wp-person img.gravatar {
       
  2387 	-moz-box-shadow: 0 0 4px rgba( 0, 0, 0, 0.4 );
       
  2388 	-webkit-box-shadow: 0 0 4px rgba( 0, 0, 0, 0.4 );
       
  2389 	box-shadow: 0 0 4px rgba( 0, 0, 0, 0.4 );
       
  2390 }
       
  2391 .about-wrap li.wp-person .title {
       
  2392 	color: #464646;
       
  2393 	text-shadow: 1px 1px 1px white;
       
  2394 }
       
  2395 
       
  2396 .freedoms-php .about-wrap ol li {
       
  2397 	color: #999;
       
  2398 }
       
  2399 .freedoms-php .about-wrap ol p {
       
  2400 	color: #464646;
       
  2401 }
       
  2402 
       
  2403 /* End About Pages */
       
  2404 
       
  2405 
       
  2406 /*------------------------------------------------------------------------------
       
  2407   2.0 - Right to Left Styles
       
  2408 ------------------------------------------------------------------------------*/
       
  2409 
       
  2410 .rtl .bar {
       
  2411 	border-right-color: none;
       
  2412 	border-left-color: #99d;
       
  2413 }
       
  2414 
       
  2415 .rtl .post-com-count {
       
  2416 	background-image: url(../images/bubble_bg-rtl.gif);
       
  2417 }
       
  2418 
       
  2419 .rtl #screen-meta-links a.show-settings {
       
  2420 	background-position: left 3px;
       
  2421 }
       
  2422 
       
  2423 .rtl #screen-meta-links a.show-settings.screen-meta-active {
       
  2424 	background-position: left -33px;
       
  2425 }
       
  2426 
       
  2427 /* Menu */
       
  2428 .rtl #adminmenushadow,
       
  2429 .rtl #adminmenuback {
       
  2430 	background-image: url(../images/menu-shadow-rtl.png);
       
  2431 	background-position: top left;
       
  2432 }
       
  2433 
       
  2434 .rtl #adminmenu li.wp-has-current-submenu.wp-menu-open .wp-menu-toggle,
       
  2435 .rtl #adminmenu li.wp-has-current-submenu:hover .wp-menu-toggle {
       
  2436 	background: transparent url(../images/arrows-dark-vs.png) no-repeat 8px 6px;
       
  2437 }
       
  2438 
       
  2439 .rtl #adminmenu .wp-has-submenu:hover .wp-menu-toggle,
       
  2440 .rtl #adminmenu .wp-menu-open .wp-menu-toggle {
       
  2441 	background: transparent url(../images/arrows-vs.png) no-repeat 8px 6px;
       
  2442 }
       
  2443 
       
  2444 .rtl #adminmenu .wp-submenu .wp-submenu-head {
       
  2445 	border-right-color: none;
       
  2446 	border-left-color: #d1e5ee;
       
  2447 }
       
  2448 
       
  2449 .rtl #adminmenu .wp-submenu-wrap,
       
  2450 .rtl.folded #adminmenu .wp-has-current-submenu .wp-submenu-wrap{
       
  2451 	-moz-box-shadow: -2px 2px 5px rgba( 0, 0, 0, 0.4 );
       
  2452 	-webkit-box-shadow: -2px 2px 5px rgba( 0, 0, 0, 0.4 );
       
  2453 	box-shadow: -2px 2px 5px rgba( 0, 0, 0, 0.4 );
       
  2454 }
       
  2455 
       
  2456 /* Collapse Menu Button */
       
  2457 .rtl #collapse-button div {
       
  2458 	background-position: 0 -108px;
       
  2459 }
       
  2460 
       
  2461 .rtl.folded #collapse-button div {
       
  2462 	background-position: 0 -72px;
       
  2463 }
       
  2464 
       
  2465 /* Auto-folding of the admin menu for RTL */
       
  2466 @media only screen and (max-width: 900px) {
       
  2467 	.rtl #adminmenu .wp-has-current-submenu .wp-submenu-wrap{
       
  2468 		-moz-box-shadow: -2px 2px 5px rgba( 0, 0, 0, 0.4 );
       
  2469 		-webkit-box-shadow: -2px 2px 5px rgba( 0, 0, 0, 0.4 );
       
  2470 		box-shadow: -2px 2px 5px rgba( 0, 0, 0, 0.4 );
       
  2471 	}
       
  2472 
       
  2473 	.rtl #collapse-button div {
       
  2474 		background-position: 0 -72px;
       
  2475 	}
       
  2476 }
       
  2477 
       
  2478 /* edit image */
       
  2479 .rtl .meta-box-sortables .postbox:hover .handlediv {
       
  2480 	background: transparent url(../images/arrows-vs.png) no-repeat 6px 7px;
       
  2481 }
       
  2482 
       
  2483 .rtl .tablenav .tablenav-pages a {
       
  2484 	border-color: #d1e5ee;
       
  2485 	background: #eee url('../images/menu-bits-rtl-vs.gif?ver=20100610') repeat-x scroll right -379px;
       
  2486 }
       
  2487 
       
  2488 .rtl #post-body .misc-pub-section {
       
  2489 	border-right-color: none;
       
  2490 	border-left-color: #d1e5ee;
       
  2491 }
       
  2492 
       
  2493 .rtl .sidebar-name-arrow {
       
  2494 	background: transparent url(../images/arrows-vs.png) no-repeat 5px 9px;
       
  2495 }
       
  2496 .rtl .sidebar-name:hover .sidebar-name-arrow {
       
  2497 	background: transparent url(../images/arrows-dark-vs.png) no-repeat 5px 9px;
       
  2498 }