2011-08-22 18:44:02 +02:00
|
|
|
/*------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
2011-08-30 03:12:26 +02:00
|
|
|
Howdy! This is the CSS file that controls the
|
2011-08-22 18:44:02 +02:00
|
|
|
Gray (fresh) color style on the WordPress Dashboard.
|
|
|
|
|
|
|
|
This file contains both LTR and RTL styles.
|
|
|
|
|
|
|
|
|
|
|
|
TABLE OF CONTENTS:
|
|
|
|
------------------
|
|
|
|
1.0 - Left to Right Styles
|
|
|
|
2.0 - Right to Left Styles
|
|
|
|
|
|
|
|
|
|
|
|
------------------------------------------------------------------------------*/
|
|
|
|
|
|
|
|
|
|
|
|
/*------------------------------------------------------------------------------
|
|
|
|
1.0 - Left to Right Styles
|
|
|
|
------------------------------------------------------------------------------*/
|
|
|
|
|
2010-11-18 08:59:05 +01:00
|
|
|
html,
|
|
|
|
.wp-dialog {
|
2011-05-04 22:15:05 +02:00
|
|
|
background-color: #fff;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
textarea,
|
2009-12-18 14:05:10 +01:00
|
|
|
input[type="text"],
|
|
|
|
input[type="password"],
|
|
|
|
input[type="file"],
|
|
|
|
input[type="button"],
|
|
|
|
input[type="submit"],
|
|
|
|
input[type="reset"],
|
2009-08-20 23:12:33 +02:00
|
|
|
select {
|
2009-11-20 00:46:23 +01:00
|
|
|
border-color: #dfdfdf;
|
|
|
|
background-color: #fff;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
2011-08-21 05:46:43 +02:00
|
|
|
textarea:focus,
|
|
|
|
input[type="text"]:focus,
|
|
|
|
input[type="password"]:focus,
|
|
|
|
input[type="file"]:focus,
|
|
|
|
input[type="button"]:focus,
|
|
|
|
input[type="submit"]:focus,
|
|
|
|
input[type="reset"]:focus,
|
|
|
|
select:focus {
|
|
|
|
border-color: #bbb;
|
|
|
|
}
|
|
|
|
|
2009-08-20 23:12:33 +02:00
|
|
|
kbd,
|
|
|
|
code {
|
|
|
|
background: #eaeaea;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[readonly] {
|
|
|
|
background-color: #eee;
|
|
|
|
}
|
|
|
|
|
|
|
|
.find-box-search {
|
|
|
|
border-color: #dfdfdf;
|
|
|
|
background-color: #f1f1f1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.find-box {
|
|
|
|
background-color: #f1f1f1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.find-box-inside {
|
|
|
|
background-color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.page-numbers:hover {
|
|
|
|
border-color: #999;
|
|
|
|
}
|
|
|
|
|
|
|
|
body,
|
|
|
|
#wpbody,
|
|
|
|
.form-table .pre {
|
|
|
|
color: #333;
|
|
|
|
}
|
|
|
|
|
|
|
|
body > #upload-menu {
|
|
|
|
border-bottom-color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
#postcustomstuff table,
|
|
|
|
#your-profile fieldset,
|
|
|
|
#rightnow,
|
|
|
|
div.dashboard-widget,
|
|
|
|
#dashboard-widgets p.dashboard-widget-links,
|
|
|
|
#replyrow #ed_reply_toolbar input {
|
|
|
|
border-color: #ccc;
|
|
|
|
}
|
|
|
|
|
|
|
|
#poststuff .inside label.spam,
|
|
|
|
#poststuff .inside label.deleted {
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
|
|
|
|
#poststuff .inside label.waiting {
|
|
|
|
color: orange;
|
|
|
|
}
|
|
|
|
|
|
|
|
#poststuff .inside label.approved {
|
|
|
|
color: green;
|
|
|
|
}
|
|
|
|
|
|
|
|
#postcustomstuff table {
|
|
|
|
border-color: #dfdfdf;
|
|
|
|
background-color: #F9F9F9;
|
|
|
|
}
|
|
|
|
|
|
|
|
#postcustomstuff thead th {
|
|
|
|
background-color: #F1F1F1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.widefat {
|
|
|
|
border-color: #dfdfdf;
|
2011-05-06 06:27:45 +02:00
|
|
|
background-color: #f9f9f9;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
div.dashboard-widget-error {
|
|
|
|
background-color: #c43;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.dashboard-widget-notice {
|
|
|
|
background-color: #cfe1ef;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.dashboard-widget-submit {
|
|
|
|
border-top-color: #ccc;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.tabs-panel,
|
2010-10-24 04:58:42 +02:00
|
|
|
.wp-tab-panel,
|
2010-04-27 03:05:58 +02:00
|
|
|
ul.category-tabs li.tabs,
|
2010-10-24 04:58:42 +02:00
|
|
|
ul.add-menu-item-tabs li.tabs,
|
|
|
|
.wp-tab-active {
|
2009-08-20 23:12:33 +02:00
|
|
|
border-color: #dfdfdf;
|
2011-06-10 21:10:40 +02:00
|
|
|
background-color: #fff;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
2010-04-27 03:05:58 +02:00
|
|
|
ul.category-tabs li.tabs,
|
2010-10-24 04:58:42 +02:00
|
|
|
ul.add-menu-item-tabs li.tabs,
|
|
|
|
.wp-tab-active {
|
2011-06-10 21:10:40 +02:00
|
|
|
background-color: #fff;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
input.disabled,
|
|
|
|
textarea.disabled {
|
|
|
|
background-color: #ccc;
|
|
|
|
}
|
|
|
|
/* #upload-menu li a.upload-tab-link, */
|
|
|
|
#plugin-information .action-button a,
|
|
|
|
#plugin-information .action-button a:hover,
|
|
|
|
#plugin-information .action-button a:visited {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
2011-06-11 01:47:28 +02:00
|
|
|
.widget .widget-top,
|
|
|
|
.postbox h3,
|
|
|
|
.stuffbox h3,
|
|
|
|
.widefat thead tr th,
|
|
|
|
.widefat tfoot tr th,
|
|
|
|
h3.dashboard-widget-title,
|
|
|
|
h3.dashboard-widget-title span,
|
|
|
|
h3.dashboard-widget-title small,
|
|
|
|
.find-box-head,
|
|
|
|
.sidebar-name,
|
|
|
|
#nav-menu-header,
|
|
|
|
#nav-menu-footer,
|
|
|
|
.menu-item-handle,
|
|
|
|
#fullscreen-topbar {
|
|
|
|
background-color: #f1f1f1; /* Fallback */
|
|
|
|
background-image: -ms-linear-gradient(top, #f9f9f9, #ececec); /* IE10 */
|
|
|
|
background-image: -moz-linear-gradient(top, #f9f9f9, #ececec); /* Firefox */
|
|
|
|
background-image: -o-linear-gradient(top, #f9f9f9, #ececec); /* Opera */
|
|
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ececec)); /* old Webkit */
|
|
|
|
background-image: -webkit-linear-gradient(top, #f9f9f9, #ececec); /* new Webkit */
|
|
|
|
background-image: linear-gradient(top, #f9f9f9, #ececec); /* proposed W3C Markup */
|
|
|
|
}
|
|
|
|
|
2009-08-20 23:12:33 +02:00
|
|
|
.widget .widget-top,
|
|
|
|
.postbox h3,
|
|
|
|
.stuffbox h3 {
|
2011-05-04 22:15:05 +02:00
|
|
|
border-bottom-color: #dfdfdf;
|
2009-08-20 23:12:33 +02:00
|
|
|
text-shadow: #fff 0 1px 0;
|
2011-05-04 22:15:05 +02:00
|
|
|
-moz-box-shadow: 0 1px 0 #fff;
|
|
|
|
-webkit-box-shadow: 0 1px 0 #fff;
|
|
|
|
box-shadow: 0 1px 0 #fff;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.form-table th,
|
|
|
|
.form-wrap label {
|
|
|
|
color: #222;
|
|
|
|
text-shadow: #fff 0 1px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.description,
|
|
|
|
.form-wrap p {
|
|
|
|
color: #666;
|
|
|
|
}
|
|
|
|
|
|
|
|
strong .post-com-count span {
|
|
|
|
background-color: #21759b;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sorthelper {
|
|
|
|
background-color: #ccf3fa;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ac_match,
|
|
|
|
.subsubsub a.current {
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wrap h2 {
|
|
|
|
color: #464646;
|
|
|
|
}
|
2011-05-12 02:22:22 +02:00
|
|
|
|
|
|
|
.wrap .add-new-h2 {
|
|
|
|
background: #f1f1f1;
|
|
|
|
}
|
|
|
|
|
2011-05-07 10:39:28 +02:00
|
|
|
.subtitle {
|
2011-06-09 23:55:39 +02:00
|
|
|
color: #777;
|
2011-05-07 10:39:28 +02:00
|
|
|
}
|
2009-08-20 23:12:33 +02:00
|
|
|
|
|
|
|
.ac_over {
|
|
|
|
background-color: #f0f0b8;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ac_results {
|
|
|
|
background-color: #fff;
|
|
|
|
border-color: #808080;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ac_results li {
|
|
|
|
color: #101010;
|
|
|
|
}
|
|
|
|
|
|
|
|
.alternate,
|
|
|
|
.alt {
|
2011-06-11 01:47:28 +02:00
|
|
|
background-color: #fcfcfc;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.available-theme a.screenshot {
|
|
|
|
background-color: #f1f1f1;
|
|
|
|
border-color: #ddd;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bar {
|
|
|
|
background-color: #e8e8e8;
|
|
|
|
border-right-color: #99d;
|
|
|
|
}
|
|
|
|
|
2009-11-28 03:56:15 +01:00
|
|
|
#media-upload,
|
|
|
|
#media-upload .media-item .slidetoggle {
|
2009-08-20 23:12:33 +02:00
|
|
|
background: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
#media-upload .slidetoggle {
|
|
|
|
border-top-color: #dfdfdf;
|
|
|
|
}
|
|
|
|
|
2010-11-05 15:34:09 +01:00
|
|
|
div.error,
|
2009-08-25 07:14:49 +02:00
|
|
|
.login #login_error {
|
2009-08-20 23:12:33 +02:00
|
|
|
background-color: #ffebe8;
|
|
|
|
border-color: #c00;
|
|
|
|
}
|
|
|
|
|
2010-11-05 15:34:09 +01:00
|
|
|
div.error a {
|
2009-08-20 23:12:33 +02:00
|
|
|
color: #c00;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-invalid {
|
|
|
|
background-color: #ffebe8 !important;
|
|
|
|
}
|
|
|
|
|
2009-12-03 10:56:20 +01:00
|
|
|
.form-invalid input,
|
|
|
|
.form-invalid select {
|
2009-08-20 23:12:33 +02:00
|
|
|
border-color: #c00 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.submit {
|
|
|
|
border-color: #DFDFDF;
|
|
|
|
}
|
|
|
|
|
|
|
|
.highlight {
|
|
|
|
background-color: #e4f2fd;
|
2010-12-04 05:18:27 +01:00
|
|
|
color: #000;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.howto,
|
|
|
|
.nonessential,
|
|
|
|
#edit-slug-box,
|
|
|
|
.form-input-tip,
|
|
|
|
.subsubsub {
|
|
|
|
color: #666;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpbody-content #media-items .describe {
|
|
|
|
border-top-color: #dfdfdf;
|
|
|
|
}
|
|
|
|
|
|
|
|
.media-upload-form label.form-help,
|
|
|
|
td.help {
|
|
|
|
color: #9a9a9a;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-com-count {
|
|
|
|
background-image: url(../images/bubble_bg.gif);
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-com-count span {
|
|
|
|
background-color: #bbb;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-com-count:hover span {
|
2010-05-22 01:32:02 +02:00
|
|
|
background-color: #d54e21;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.quicktags, .search {
|
|
|
|
background-color: #ccc;
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.side-info h5 {
|
|
|
|
border-bottom-color: #dadada;
|
|
|
|
}
|
|
|
|
|
|
|
|
.side-info ul {
|
|
|
|
color: #666;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button,
|
|
|
|
.button-secondary,
|
|
|
|
.submit input,
|
|
|
|
input[type=button],
|
|
|
|
input[type=submit] {
|
|
|
|
border-color: #bbb;
|
|
|
|
color: #464646;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button:hover,
|
|
|
|
.button-secondary:hover,
|
|
|
|
.submit input:hover,
|
|
|
|
input[type=button]:hover,
|
|
|
|
input[type=submit]:hover {
|
|
|
|
color: #000;
|
|
|
|
border-color: #666;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button,
|
|
|
|
.submit input,
|
|
|
|
.button-secondary {
|
|
|
|
background: #f2f2f2 url(../images/white-grad.png) repeat-x scroll left top;
|
2009-08-25 07:14:49 +02:00
|
|
|
text-shadow: rgba(255,255,255,1) 0 1px 0;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.button:active,
|
|
|
|
.submit input:active,
|
|
|
|
.button-secondary:active {
|
|
|
|
background: #eee url(../images/white-grad-active.png) repeat-x scroll left top;
|
|
|
|
}
|
|
|
|
|
2009-08-25 07:14:49 +02:00
|
|
|
input.button-primary,
|
|
|
|
button.button-primary,
|
|
|
|
a.button-primary {
|
|
|
|
border-color: #298cba;
|
2009-08-20 23:12:33 +02:00
|
|
|
font-weight: bold;
|
2009-08-25 07:14:49 +02:00
|
|
|
color: #fff;
|
2009-08-20 23:12:33 +02:00
|
|
|
background: #21759B url(../images/button-grad.png) repeat-x scroll left top;
|
2009-08-25 07:14:49 +02:00
|
|
|
text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
2009-08-25 07:14:49 +02:00
|
|
|
input.button-primary:active,
|
|
|
|
button.button-primary:active,
|
|
|
|
a.button-primary:active {
|
|
|
|
background: #21759b url(../images/button-grad-active.png) repeat-x scroll left top;
|
|
|
|
color: #eaf2fa;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
2009-08-25 07:14:49 +02:00
|
|
|
input.button-primary:hover,
|
|
|
|
button.button-primary:hover,
|
|
|
|
a.button-primary:hover,
|
|
|
|
a.button-primary:focus,
|
|
|
|
a.button-primary:active {
|
|
|
|
border-color: #13455b;
|
|
|
|
color: #eaf2fa;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button-disabled,
|
2009-08-20 23:12:33 +02:00
|
|
|
.button[disabled],
|
|
|
|
.button:disabled,
|
|
|
|
.button-secondary[disabled],
|
|
|
|
.button-secondary:disabled,
|
|
|
|
a.button.disabled {
|
2009-08-25 07:14:49 +02:00
|
|
|
color: #aaa !important;
|
2009-08-25 09:50:29 +02:00
|
|
|
border-color: #ddd !important;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
2009-08-25 07:14:49 +02:00
|
|
|
.button-primary-disabled,
|
2009-08-20 23:12:33 +02:00
|
|
|
.button-primary[disabled],
|
|
|
|
.button-primary:disabled {
|
2009-08-25 07:14:49 +02:00
|
|
|
color: #9FD0D5 !important;
|
2009-08-25 09:50:29 +02:00
|
|
|
background: #298CBA !important;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
2009-08-25 07:14:49 +02:00
|
|
|
a:hover,
|
2009-08-20 23:12:33 +02:00
|
|
|
a:active,
|
|
|
|
a:focus {
|
2010-05-22 01:32:02 +02:00
|
|
|
color: #d54e21;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#wphead #viewsite a:hover,
|
|
|
|
#adminmenu a:hover,
|
|
|
|
#adminmenu ul.wp-submenu a:hover,
|
|
|
|
#the-comment-list .comment a:hover,
|
|
|
|
#rightnow a:hover,
|
|
|
|
#media-upload a.del-link:hover,
|
|
|
|
div.dashboard-widget-submit input:hover,
|
|
|
|
.subsubsub a:hover,
|
|
|
|
.subsubsub a.current:hover,
|
|
|
|
.ui-tabs-nav a:hover,
|
|
|
|
.plugins .inactive a:hover,
|
|
|
|
#all-plugins-table .plugins .inactive a:hover,
|
|
|
|
#search-plugins-table .plugins .inactive a:hover {
|
2010-05-22 01:32:02 +02:00
|
|
|
color: #d54e21;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#the-comment-list .comment-item,
|
|
|
|
#dashboard-widgets #dashboard_quick_press form p.submit {
|
|
|
|
border-color: #dfdfdf;
|
|
|
|
}
|
|
|
|
|
2010-04-27 03:05:58 +02:00
|
|
|
#side-sortables .category-tabs .tabs a,
|
2010-10-24 04:58:42 +02:00
|
|
|
#side-sortables .add-menu-item-tabs .tabs a,
|
|
|
|
.wp-tab-bar .wp-tab-active a {
|
2009-08-20 23:12:33 +02:00
|
|
|
color: #333;
|
|
|
|
}
|
|
|
|
|
|
|
|
#rightnow .rbutton {
|
|
|
|
background-color: #ebebeb;
|
|
|
|
color: #264761;
|
|
|
|
}
|
|
|
|
|
|
|
|
.submitbox .submit {
|
|
|
|
background-color: #464646;
|
|
|
|
color: #ccc;
|
|
|
|
}
|
|
|
|
|
|
|
|
.plugins a.delete:hover,
|
|
|
|
#all-plugins-table .plugins a.delete:hover,
|
|
|
|
#search-plugins-table .plugins a.delete:hover,
|
2009-11-10 11:38:19 +01:00
|
|
|
.submitbox .submitdelete {
|
2009-08-20 23:12:33 +02:00
|
|
|
color: #f00;
|
|
|
|
border-bottom-color: #f00;
|
|
|
|
}
|
|
|
|
|
|
|
|
.submitbox .submitdelete:hover,
|
|
|
|
#media-items a.delete:hover {
|
|
|
|
color: #fff;
|
|
|
|
background-color: #f00;
|
|
|
|
border-bottom-color: #f00;
|
|
|
|
}
|
|
|
|
|
|
|
|
#normal-sortables .submitbox .submitdelete:hover {
|
|
|
|
color: #000;
|
|
|
|
background-color: #f00;
|
|
|
|
border-bottom-color: #f00;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tablenav .dots {
|
|
|
|
border-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tablenav .next,
|
|
|
|
.tablenav .prev {
|
|
|
|
border-color: transparent;
|
|
|
|
color: #21759b;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tablenav .next:hover,
|
|
|
|
.tablenav .prev:hover {
|
|
|
|
border-color: transparent;
|
2010-05-22 01:32:02 +02:00
|
|
|
color: #d54e21;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
2010-11-05 15:34:09 +01:00
|
|
|
div.updated,
|
2009-08-20 23:12:33 +02:00
|
|
|
.login .message {
|
|
|
|
background-color: #ffffe0;
|
|
|
|
border-color: #e6db55;
|
|
|
|
}
|
|
|
|
|
|
|
|
.update-message {
|
2009-12-27 19:17:06 +01:00
|
|
|
color: #000;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
a.page-numbers {
|
|
|
|
border-bottom-color: #B8D3E2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.commentlist li {
|
|
|
|
border-bottom-color: #ccc;
|
|
|
|
}
|
|
|
|
|
|
|
|
.widefat td,
|
2010-12-30 17:04:07 +01:00
|
|
|
.widefat th {
|
2011-05-06 06:27:45 +02:00
|
|
|
border-top-color: #fff;
|
|
|
|
border-bottom-color: #dfdfdf;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.widefat th {
|
|
|
|
text-shadow: rgba(255,255,255,0.8) 0 1px 0;
|
|
|
|
}
|
|
|
|
|
2011-05-06 06:27:45 +02:00
|
|
|
.widefat td {
|
|
|
|
color: #555;
|
|
|
|
}
|
|
|
|
.widefat p,
|
|
|
|
.widefat ol,
|
|
|
|
.widefat ul {
|
|
|
|
color: #333;
|
|
|
|
}
|
|
|
|
|
2009-08-20 23:12:33 +02:00
|
|
|
.widefat thead tr th,
|
|
|
|
.widefat tfoot tr th,
|
|
|
|
h3.dashboard-widget-title,
|
|
|
|
h3.dashboard-widget-title span,
|
|
|
|
h3.dashboard-widget-title small,
|
|
|
|
.find-box-head {
|
|
|
|
color: #333;
|
|
|
|
}
|
|
|
|
|
2010-10-26 20:15:47 +02:00
|
|
|
th.sortable a:hover, th.sortable a:active, th.sortable a:focus {
|
|
|
|
color: #333;
|
|
|
|
}
|
|
|
|
|
2009-08-20 23:12:33 +02:00
|
|
|
h3.dashboard-widget-title small a {
|
|
|
|
color: #d7d7d7;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3.dashboard-widget-title small a:hover {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
a,
|
|
|
|
#adminmenu a,
|
|
|
|
#the-comment-list p.comment-author strong a,
|
|
|
|
#media-upload a.del-link,
|
|
|
|
#media-items a.delete,
|
|
|
|
.plugins a.delete,
|
|
|
|
.ui-tabs-nav a {
|
|
|
|
color: #21759b;
|
|
|
|
}
|
|
|
|
|
2011-06-02 19:05:55 +02:00
|
|
|
#adminmenu .awaiting-mod,
|
2009-08-20 23:12:33 +02:00
|
|
|
#adminmenu .update-plugins,
|
|
|
|
#sidemenu a .update-plugins,
|
2010-05-27 06:50:11 +02:00
|
|
|
#rightnow .reallynow {
|
2010-05-26 02:59:15 +02:00
|
|
|
background-color: #464646;
|
2009-08-20 23:12:33 +02:00
|
|
|
color: #fff;
|
2011-06-30 21:46:00 +02:00
|
|
|
-moz-box-shadow: rgba(255,255,255,0.5) 0 1px 0;
|
|
|
|
-khtml-box-shadow: rgba(255,255,255,0.5) 0 1px 0;
|
|
|
|
-webkit-box-shadow: rgba(255,255,255,0.5) 0 1px 0;
|
|
|
|
box-shadow: rgba(255,255,255,0.5) 0 1px 0;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
2010-05-27 06:50:11 +02:00
|
|
|
#plugin-information .action-button {
|
|
|
|
background-color: #d54e21;
|
|
|
|
color: #fff;
|
|
|
|
}
|
2009-08-20 23:12:33 +02:00
|
|
|
|
2011-06-02 19:05:55 +02:00
|
|
|
#adminmenu li.current a .awaiting-mod,
|
2011-04-29 18:08:16 +02:00
|
|
|
#adminmenu li a.wp-has-current-submenu .update-plugins{
|
2010-05-26 02:59:15 +02:00
|
|
|
background-color: #464646;
|
2009-08-20 23:12:33 +02:00
|
|
|
color: #fff;
|
2011-06-30 21:46:00 +02:00
|
|
|
-moz-box-shadow: rgba(255,255,255,0.5) 0 1px 0;
|
|
|
|
-khtml-box-shadow: rgba(255,255,255,0.5) 0 1px 0;
|
|
|
|
-webkit-box-shadow: rgba(255,255,255,0.5) 0 1px 0;
|
|
|
|
box-shadow: rgba(255,255,255,0.5) 0 1px 0;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
div#media-upload-header,
|
|
|
|
div#plugin-information-header {
|
|
|
|
background-color: #f9f9f9;
|
|
|
|
border-bottom-color: #dfdfdf;
|
|
|
|
}
|
|
|
|
|
|
|
|
#currenttheme img {
|
|
|
|
border-color: #666;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard_secondary div.dashboard-widget-content ul li a {
|
|
|
|
background-color: #f9f9f9;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.readonly, textarea.readonly {
|
|
|
|
background-color: #ddd;
|
|
|
|
}
|
|
|
|
|
|
|
|
#editable-post-name {
|
|
|
|
background-color: #fffbcc;
|
|
|
|
}
|
|
|
|
|
|
|
|
#edit-slug-box strong,
|
|
|
|
.tablenav .displaying-num,
|
2010-11-15 18:09:57 +01:00
|
|
|
#submitted-on,
|
2010-11-14 21:28:55 +01:00
|
|
|
.submitted-on {
|
2009-08-20 23:12:33 +02:00
|
|
|
color: #777;
|
|
|
|
}
|
|
|
|
|
2011-06-10 04:37:37 +02:00
|
|
|
.login #nav a,
|
|
|
|
.login #backtoblog a {
|
2009-08-20 23:12:33 +02:00
|
|
|
color: #21759b !important;
|
|
|
|
}
|
|
|
|
|
2011-06-10 04:37:37 +02:00
|
|
|
.login #nav a:hover,
|
|
|
|
.login #backtoblog a:hover {
|
2010-05-22 01:32:02 +02:00
|
|
|
color: #d54e21 !important;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
2010-03-26 18:09:53 +01:00
|
|
|
#footer {
|
|
|
|
color: #777;
|
2011-05-04 22:15:05 +02:00
|
|
|
border-color: #dfdfdf;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
2009-09-24 03:54:07 +02:00
|
|
|
#media-items,
|
2011-09-15 07:30:58 +02:00
|
|
|
.imgedit-group,
|
|
|
|
.media-item {
|
2009-08-20 23:12:33 +02:00
|
|
|
border-color: #dfdfdf;
|
|
|
|
}
|
|
|
|
|
|
|
|
.checkbox,
|
|
|
|
.side-info,
|
|
|
|
.plugins tr,
|
|
|
|
#your-profile #rich_editing {
|
2011-05-12 02:57:25 +02:00
|
|
|
background-color: #fcfcfc;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.plugins .inactive,
|
|
|
|
.plugins .inactive th,
|
|
|
|
.plugins .inactive td,
|
|
|
|
tr.inactive + tr.plugin-update-tr .plugin-update {
|
2011-05-12 02:57:25 +02:00
|
|
|
background-color: #f4f4f4;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.plugin-update-tr .update-message {
|
|
|
|
background-color: #fffbe4;
|
|
|
|
border-color: #dfdfdf;
|
|
|
|
}
|
|
|
|
|
|
|
|
.plugins .active,
|
|
|
|
.plugins .active th,
|
|
|
|
.plugins .active td {
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
|
2009-09-14 16:04:30 +02:00
|
|
|
.plugins .inactive a {
|
|
|
|
color: #557799;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
2009-11-29 11:29:12 +01:00
|
|
|
#the-comment-list tr.undo,
|
|
|
|
#the-comment-list div.undo {
|
|
|
|
background-color: #f4f4f4;
|
|
|
|
}
|
|
|
|
|
|
|
|
#the-comment-list .unapproved {
|
2009-08-20 23:12:33 +02:00
|
|
|
background-color: #ffffe0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#the-comment-list .approve a {
|
|
|
|
color: #006505;
|
|
|
|
}
|
|
|
|
|
|
|
|
#the-comment-list .unapprove a {
|
|
|
|
color: #d98500;
|
|
|
|
}
|
|
|
|
|
2009-11-26 05:37:39 +01:00
|
|
|
table.widefat span.delete a,
|
|
|
|
table.widefat span.trash a,
|
2009-12-08 00:45:02 +01:00
|
|
|
table.widefat span.spam a,
|
2009-11-10 11:38:19 +01:00
|
|
|
#dashboard_recent_comments .delete a,
|
2009-12-08 00:45:02 +01:00
|
|
|
#dashboard_recent_comments .trash a,
|
|
|
|
#dashboard_recent_comments .spam a {
|
2009-08-20 23:12:33 +02:00
|
|
|
color: #bc0b0b;
|
|
|
|
}
|
|
|
|
|
|
|
|
.widget,
|
|
|
|
#widget-list .widget-top,
|
|
|
|
.postbox,
|
|
|
|
#titlediv,
|
|
|
|
#poststuff .postarea,
|
|
|
|
.stuffbox {
|
|
|
|
border-color: #dfdfdf;
|
2011-05-04 22:15:05 +02:00
|
|
|
-moz-box-shadow: inset 0 1px 0 #fff;
|
|
|
|
-webkit-box-shadow: inset 0 1px 0 #fff;
|
|
|
|
box-shadow: inset 0 1px 0 #fff;
|
2011-05-12 00:37:48 +02:00
|
|
|
-moz-border-radius: 3px;
|
|
|
|
-khtml-border-radius: 3px;
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.widget,
|
2011-05-04 22:15:05 +02:00
|
|
|
#widget-list .widget-top,
|
2011-06-11 01:47:28 +02:00
|
|
|
.postbox,
|
|
|
|
.menu-item-settings {
|
|
|
|
background-color: #f5f5f5; /* Fallback */
|
|
|
|
background-image: -ms-linear-gradient(top, #f9f9f9, #f5f5f5); /* IE10 */
|
|
|
|
background-image: -moz-linear-gradient(top, #f9f9f9, #f5f5f5); /* Firefox */
|
|
|
|
background-image: -o-linear-gradient(top, #f9f9f9, #f5f5f5); /* Opera */
|
|
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f5f5f5)); /* old Webkit */
|
|
|
|
background-image: -webkit-linear-gradient(top, #f9f9f9, #f5f5f5); /* new Webkit */
|
|
|
|
background-image: linear-gradient(top, #f9f9f9, #f5f5f5); /* proposed W3C Markup */
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
2011-06-27 21:35:26 +02:00
|
|
|
.postbox h3 {
|
2009-08-20 23:12:33 +02:00
|
|
|
color: #464646;
|
|
|
|
}
|
|
|
|
|
2011-05-12 04:43:06 +02:00
|
|
|
.widget .widget-top {
|
|
|
|
color: #222;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar-name:hover h3,
|
2011-06-27 21:35:26 +02:00
|
|
|
.postbox h3:hover {
|
2009-08-20 23:12:33 +02:00
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.curtime #timestamp {
|
|
|
|
background-image: url(../images/date-button.gif);
|
|
|
|
}
|
|
|
|
|
|
|
|
#quicktags #ed_link {
|
|
|
|
color: #00f;
|
|
|
|
}
|
|
|
|
|
|
|
|
#rightnow .youhave {
|
|
|
|
background-color: #f0f6fb;
|
|
|
|
}
|
|
|
|
|
|
|
|
#rightnow a {
|
|
|
|
color: #448abd;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tagchecklist span a,
|
|
|
|
#bulk-titles div a {
|
|
|
|
background: url(../images/xit.gif) no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tagchecklist span a:hover,
|
|
|
|
#bulk-titles div a:hover {
|
|
|
|
background: url(../images/xit.gif) no-repeat -10px 0;
|
|
|
|
}
|
|
|
|
|
2010-04-30 17:37:46 +02:00
|
|
|
#update-nag, .update-nag {
|
2009-12-24 09:08:13 +01:00
|
|
|
background-color: #FFFBCC;
|
|
|
|
border-color: #E6DB55;
|
2009-08-20 23:12:33 +02:00
|
|
|
color: #555;
|
|
|
|
}
|
|
|
|
|
2011-09-16 07:01:54 +02:00
|
|
|
#screen-meta {
|
2011-09-16 09:10:04 +02:00
|
|
|
background-color: #fff;
|
|
|
|
}
|
|
|
|
#screen-options-wrap,
|
|
|
|
#contextual-help-wrap {
|
2011-09-16 07:01:54 +02:00
|
|
|
background-color: #f1f1f1;
|
|
|
|
border-color: #ccc;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2009-08-20 23:12:33 +02:00
|
|
|
.login #backtoblog a {
|
2010-03-26 18:09:53 +01:00
|
|
|
color: #464646;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#wphead {
|
2011-05-04 22:15:05 +02:00
|
|
|
border-bottom:#dfdfdf 1px solid;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#wphead h1 a {
|
2010-03-26 18:09:53 +01:00
|
|
|
color: #464646;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#user_info {
|
2011-05-11 19:04:40 +02:00
|
|
|
color: #555;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
2011-05-11 09:05:47 +02:00
|
|
|
#user_info:hover,
|
|
|
|
#user_info.active {
|
2011-05-11 19:04:40 +02:00
|
|
|
color: #222;
|
2011-05-11 09:05:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#user_info.active {
|
2011-05-11 20:48:26 +02:00
|
|
|
background-color: #f1f1f1; /* Fallback */
|
|
|
|
background-image: -ms-linear-gradient(bottom, #e9e9e9, #f9f9f9); /* IE10 */
|
|
|
|
background-image: -moz-linear-gradient(bottom, #e9e9e9, #f9f9f9); /* Firefox */
|
|
|
|
background-image: -o-linear-gradient(bottom, #e9e9e9, #f9f9f9); /* Opera */
|
|
|
|
background-image: -webkit-gradient(linear, left bottom, left top, from(#e9e9e9), to(#f9f9f9)); /* old Webkit */
|
2011-05-12 02:34:02 +02:00
|
|
|
background-image: -webkit-linear-gradient(bottom, #e9e9e9, #f9f9f9); /* new Webkit */
|
2011-05-11 20:48:26 +02:00
|
|
|
background-image: linear-gradient(bottom, #e9e9e9, #f9f9f9); /* proposed W3C Markup */
|
2011-05-11 09:05:47 +02:00
|
|
|
border-color: #aaa #aaa #dfdfdf;
|
|
|
|
}
|
|
|
|
|
2011-05-07 01:06:24 +02:00
|
|
|
#user_info_arrow {
|
2011-05-12 02:22:22 +02:00
|
|
|
background: transparent url(../images/arrows.png) no-repeat 6px 5px;
|
2011-05-07 01:06:24 +02:00
|
|
|
}
|
|
|
|
|
2011-05-10 22:36:12 +02:00
|
|
|
#user_info:hover #user_info_arrow,
|
|
|
|
#user_info.active #user_info_arrow {
|
2011-05-12 02:22:22 +02:00
|
|
|
background: transparent url(../images/arrows-dark.png) no-repeat 6px 5px;
|
2011-05-07 01:06:24 +02:00
|
|
|
}
|
|
|
|
|
2011-05-11 09:05:47 +02:00
|
|
|
#user_info_links {
|
2011-08-21 05:46:43 +02:00
|
|
|
-moz-box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.2);
|
|
|
|
-webkit-box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.2);
|
|
|
|
box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.2);
|
2011-05-11 09:05:47 +02:00
|
|
|
}
|
|
|
|
|
2011-05-07 01:06:24 +02:00
|
|
|
#user_info_links ul {
|
2011-05-11 09:05:47 +02:00
|
|
|
background: #f1f1f1;
|
|
|
|
border-color: #ccc #aaa #aaa;
|
|
|
|
-moz-box-shadow: inset 0 1px 0 #f9f9f9;
|
|
|
|
-webkit-box-shadow: inset 0 1px 0 #f9f9f9;
|
|
|
|
box-shadow: inset 0 1px 0 #f9f9f9;
|
2011-05-07 01:06:24 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#user_info_links li:hover {
|
2011-05-11 09:05:47 +02:00
|
|
|
background-color: #dfdfdf;
|
2011-05-07 01:06:24 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#user_info_links li:hover a,
|
|
|
|
#user_info_links li a:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2009-08-20 23:12:33 +02:00
|
|
|
#user_info a:link,
|
|
|
|
#user_info a:visited,
|
|
|
|
#footer a:link,
|
|
|
|
#footer a:visited {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#footer a:hover {
|
2010-03-26 18:09:53 +01:00
|
|
|
color: #000;
|
2011-05-07 01:06:24 +02:00
|
|
|
text-decoration: underline;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
div#media-upload-error,
|
|
|
|
.file-error,
|
|
|
|
abbr.required,
|
|
|
|
.widget-control-remove:hover,
|
2009-11-10 11:38:19 +01:00
|
|
|
table.widefat .delete a:hover,
|
|
|
|
table.widefat .trash a:hover,
|
2009-12-08 00:45:02 +01:00
|
|
|
table.widefat .spam a:hover,
|
2009-11-10 11:38:19 +01:00
|
|
|
#dashboard_recent_comments .delete a:hover,
|
2009-12-08 00:45:02 +01:00
|
|
|
#dashboard_recent_comments .trash a:hover
|
|
|
|
#dashboard_recent_comments .spam a:hover {
|
2009-08-20 23:12:33 +02:00
|
|
|
color: #f00;
|
|
|
|
}
|
|
|
|
|
|
|
|
#pass-strength-result {
|
|
|
|
background-color: #eee;
|
|
|
|
border-color: #ddd !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#pass-strength-result.bad {
|
|
|
|
background-color: #ffb78c;
|
|
|
|
border-color: #ff853c !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#pass-strength-result.good {
|
|
|
|
background-color: #ffec8b;
|
|
|
|
border-color: #fc0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#pass-strength-result.short {
|
|
|
|
background-color: #ffa0a0;
|
|
|
|
border-color: #f04040 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#pass-strength-result.strong {
|
|
|
|
background-color: #c3ff88;
|
|
|
|
border-color: #8dff1c !important;
|
|
|
|
}
|
|
|
|
|
2011-05-12 00:28:29 +02:00
|
|
|
#titlediv #title {
|
|
|
|
border-color: #ccc;
|
|
|
|
}
|
|
|
|
|
|
|
|
#post-status-info {
|
|
|
|
border-color: #dfdfdf #ccc #ccc;
|
2011-08-03 12:19:00 +02:00
|
|
|
background-color: #eaeaea;
|
2011-05-12 00:28:29 +02:00
|
|
|
}
|
|
|
|
|
2009-08-20 23:12:33 +02:00
|
|
|
.editwidget .widget-inside {
|
|
|
|
border-color: #dfdfdf;
|
|
|
|
}
|
|
|
|
|
|
|
|
#titlediv #title {
|
|
|
|
background-color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tTips p#tTips_inside {
|
|
|
|
background-color: #ddd;
|
|
|
|
color: #333;
|
|
|
|
}
|
|
|
|
|
|
|
|
#timestampdiv input,
|
|
|
|
#namediv input,
|
|
|
|
#poststuff .inside .the-tagcloud {
|
|
|
|
border-color: #ddd;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* menu */
|
2011-05-04 22:15:05 +02:00
|
|
|
#adminmenuback,
|
|
|
|
#adminmenuwrap {
|
|
|
|
background-color: #ececec;
|
2011-05-12 01:18:15 +02:00
|
|
|
border-color: #ccc;
|
2011-05-04 22:15:05 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenushadow,
|
|
|
|
#adminmenuback {
|
|
|
|
background-image: url(../images/menu-shadow.png);
|
|
|
|
background-position: top right;
|
|
|
|
background-repeat: repeat-y;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu li.wp-menu-separator {
|
2011-05-10 21:58:04 +02:00
|
|
|
background: #dfdfdf;
|
|
|
|
border-color: #cfcfcf;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
2011-05-18 08:20:30 +02:00
|
|
|
#adminmenu div.separator {
|
2011-05-04 22:15:05 +02:00
|
|
|
border-color: #e1e1e1;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu li.wp-has-current-submenu.wp-menu-open .wp-menu-toggle,
|
|
|
|
#adminmenu li.wp-has-current-submenu:hover .wp-menu-toggle {
|
2011-06-03 00:04:01 +02:00
|
|
|
background: transparent url(../images/arrows-dark.png) no-repeat -1px 6px;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu .wp-has-submenu:hover .wp-menu-toggle,
|
|
|
|
#adminmenu .wp-menu-open .wp-menu-toggle {
|
2011-06-02 23:21:15 +02:00
|
|
|
background: transparent url(../images/arrows.png) no-repeat -2px 6px;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
2011-05-04 22:15:05 +02:00
|
|
|
#adminmenu a.menu-top,
|
2011-05-06 00:13:03 +02:00
|
|
|
.folded #adminmenu li.menu-top,
|
|
|
|
#adminmenu .wp-submenu .wp-submenu-head {
|
2011-05-04 22:15:05 +02:00
|
|
|
border-top-color: #f9f9f9;
|
|
|
|
border-bottom-color: #dfdfdf;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
2011-05-04 22:15:05 +02:00
|
|
|
#adminmenu li.wp-menu-open {
|
|
|
|
border-color: #dfdfdf;
|
2010-05-25 04:47:43 +02:00
|
|
|
}
|
|
|
|
|
2011-08-30 03:12:26 +02:00
|
|
|
.expanded #adminmenu li.wp-not-current-submenu:hover a.menu-top,
|
|
|
|
.expanded #adminmenu li.wp-not-current-submenu:hover .wp-menu-arrow {
|
2011-09-16 07:01:54 +02:00
|
|
|
background-color: #e4e4e4; /* Fallback */
|
|
|
|
background-image: -ms-linear-gradient(bottom, #ccc, #e4e4e4); /* IE10 */
|
|
|
|
background-image: -moz-linear-gradient(bottom, #ccc, #e4e4e4); /* Firefox */
|
|
|
|
background-image: -o-linear-gradient(bottom, #ccc, #e4e4e4); /* Opera */
|
|
|
|
background-image: -webkit-gradient(linear, left bottom, left top, from(#ccc), to(#e4e4e4)); /* old Webkit */
|
2011-08-30 03:12:26 +02:00
|
|
|
background-image: -webkit-linear-gradient(bottom, #ccc, #e4e4e4); /* new Webkit */
|
2011-09-16 07:01:54 +02:00
|
|
|
background-image: linear-gradient(bottom, #ccc, #e4e4e4); /* proposed W3C Markup */
|
2011-08-30 03:12:26 +02:00
|
|
|
border-top-color: #e4e4e4;
|
|
|
|
border-bottom-color: #ccc;
|
|
|
|
text-shadow: 0 1px 0 rgba( 255, 255, 255, 0.4 );
|
|
|
|
color: #d54e21;
|
|
|
|
}
|
|
|
|
|
2011-05-04 22:15:05 +02:00
|
|
|
#adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,
|
|
|
|
#adminmenu li.current a.menu-top,
|
|
|
|
.folded #adminmenu li.wp-has-current-submenu,
|
|
|
|
.folded #adminmenu li.current.menu-top,
|
2011-08-30 03:12:26 +02:00
|
|
|
#adminmenu .wp-has-current-submenu .wp-menu-arrow,
|
|
|
|
#adminmenu .current .wp-menu-arrow,
|
2011-05-06 00:13:03 +02:00
|
|
|
#adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head {
|
2011-05-11 20:48:26 +02:00
|
|
|
background-color: #777; /* Fallback */
|
|
|
|
background-image: -ms-linear-gradient(bottom, #6d6d6d, #808080); /* IE10 */
|
|
|
|
background-image: -moz-linear-gradient(bottom, #6d6d6d, #808080); /* Firefox */
|
|
|
|
background-image: -o-linear-gradient(bottom, #6d6d6d, #808080); /* Opera */
|
|
|
|
background-image: -webkit-gradient(linear, left bottom, left top, from(#6d6d6d), to(#808080)); /* old Webkit */
|
2011-05-12 02:34:02 +02:00
|
|
|
background-image: -webkit-linear-gradient(bottom, #6d6d6d, #808080); /* new Webkit */
|
2011-05-11 20:48:26 +02:00
|
|
|
background-image: linear-gradient(bottom, #6d6d6d, #808080); /* proposed W3C Markup */
|
2010-05-25 04:47:43 +02:00
|
|
|
}
|
|
|
|
|
2011-08-30 03:12:26 +02:00
|
|
|
.expanded #adminmenu li.wp-not-current-submenu li:hover a {
|
|
|
|
background-color: #eaf2fa; /* Fallback */
|
|
|
|
background-image: -ms-linear-gradient(left, #fff, #eaf2fa 30px); /* IE10 */
|
|
|
|
background-image: -moz-linear-gradient(left, #fff, #eaf2fa 30px); /* Firefox */
|
|
|
|
background-image: -o-linear-gradient(left, #fff, #eaf2fa 30px); /* Opera */
|
|
|
|
background-image: -webkit-gradient(linear, left bottom, right bottom, from(#fff), color-stop(0.1, #eaf2fa)); /* old Webkit */
|
|
|
|
background-image: -webkit-linear-gradient(left, #fff, #eaf2fa 30px); /* new Webkit */
|
|
|
|
background-image: linear-gradient(left, #fff, #eaf2fa 30px); /* proposed W3C Markup */
|
|
|
|
}
|
|
|
|
|
2009-08-20 23:12:33 +02:00
|
|
|
#adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,
|
2011-05-06 00:13:03 +02:00
|
|
|
#adminmenu li.current a.menu-top,
|
|
|
|
#adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head {
|
2011-05-04 22:15:05 +02:00
|
|
|
text-shadow: 0 -1px 0 #333;
|
|
|
|
color: #fff;
|
|
|
|
border-top-color: #808080;
|
|
|
|
border-bottom-color: #6d6d6d;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
2011-05-04 22:15:05 +02:00
|
|
|
.folded #adminmenu li.wp-has-current-submenu,
|
|
|
|
.folded #adminmenu li.current.menu-top {
|
|
|
|
border-top-color: #808080;
|
|
|
|
border-bottom-color: #6d6d6d;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu .wp-submenu a:hover {
|
|
|
|
background-color: #EAF2FA !important;
|
|
|
|
color: #333 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu .wp-submenu li.current,
|
|
|
|
#adminmenu .wp-submenu li.current a,
|
|
|
|
#adminmenu .wp-submenu li.current a:hover {
|
|
|
|
color: #333;
|
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu .wp-submenu ul {
|
|
|
|
background-color: #fff;
|
|
|
|
}
|
|
|
|
|
2011-08-30 03:12:26 +02:00
|
|
|
#adminmenu .wp-submenu-wrap,
|
|
|
|
#adminmenu .wp-submenu ul {
|
2011-05-06 00:13:03 +02:00
|
|
|
border-color: #dfdfdf;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
2011-08-30 03:12:26 +02:00
|
|
|
#adminmenu .wp-submenu-wrap {
|
2011-05-06 00:13:03 +02:00
|
|
|
-moz-box-shadow: 2px 2px 5px rgba( 0, 0, 0, 0.4 );
|
|
|
|
-webkit-box-shadow: 2px 2px 5px rgba( 0, 0, 0, 0.4 );
|
|
|
|
box-shadow: 2px 2px 5px rgba( 0, 0, 0, 0.4 );
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
2011-05-06 00:13:03 +02:00
|
|
|
#adminmenu .wp-submenu .wp-submenu-head {
|
|
|
|
border-right-color: #dfdfdf;
|
|
|
|
background-color: #ececec;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu div.wp-submenu {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
2011-05-05 21:51:32 +02:00
|
|
|
/* collapse menu button */
|
|
|
|
#collapse-menu {
|
|
|
|
color: #aaa;
|
|
|
|
}
|
2011-05-14 21:57:24 +02:00
|
|
|
|
2011-05-05 21:51:32 +02:00
|
|
|
#collapse-menu:hover {
|
|
|
|
color: #999;
|
|
|
|
}
|
2011-05-14 21:57:24 +02:00
|
|
|
|
2011-05-05 21:51:32 +02:00
|
|
|
#collapse-button {
|
|
|
|
border-color: #ccc;
|
2011-05-11 20:48:26 +02:00
|
|
|
background-color: #f4f4f4; /* Fallback */
|
|
|
|
background-image: -ms-linear-gradient(bottom, #dfdfdf, #fff); /* IE10 */
|
|
|
|
background-image: -moz-linear-gradient(bottom, #dfdfdf, #fff); /* Firefox */
|
|
|
|
background-image: -o-linear-gradient(bottom, #dfdfdf, #fff); /* Opera */
|
|
|
|
background-image: -webkit-gradient(linear, left bottom, left top, from(#dfdfdf), to(#fff)); /* old Webkit */
|
2011-05-12 02:34:02 +02:00
|
|
|
background-image: -webkit-linear-gradient(bottom, #dfdfdf, #fff); /* new Webkit */
|
2011-05-11 20:48:26 +02:00
|
|
|
background-image: linear-gradient(bottom, #dfdfdf, #fff); /* proposed W3C Markup */
|
2011-05-05 21:51:32 +02:00
|
|
|
}
|
|
|
|
#collapse-menu:hover #collapse-button {
|
|
|
|
border-color: #aaa;
|
|
|
|
}
|
|
|
|
#collapse-button div {
|
|
|
|
background: transparent url(../images/arrows.png) no-repeat 0 -72px;
|
|
|
|
}
|
|
|
|
.folded #collapse-button div {
|
|
|
|
background-position: 0 -108px;
|
|
|
|
}
|
|
|
|
|
2011-05-07 10:39:28 +02:00
|
|
|
/* menu and screen icons */
|
2010-03-11 18:05:16 +01:00
|
|
|
#adminmenu .menu-icon-dashboard div.wp-menu-image {
|
2011-05-16 00:50:26 +02:00
|
|
|
background: transparent url('../images/menu.png?ver=20100531') no-repeat scroll -60px -33px;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
2010-03-11 18:05:16 +01:00
|
|
|
#adminmenu .menu-icon-dashboard:hover div.wp-menu-image,
|
|
|
|
#adminmenu .menu-icon-dashboard.wp-has-current-submenu div.wp-menu-image,
|
|
|
|
#adminmenu .menu-icon-dashboard.current div.wp-menu-image {
|
2011-05-16 00:50:26 +02:00
|
|
|
background: transparent url('../images/menu.png?ver=20100531') no-repeat scroll -60px -1px;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
2010-04-16 05:29:34 +02:00
|
|
|
#adminmenu .menu-icon-post div.wp-menu-image {
|
2011-05-16 00:50:26 +02:00
|
|
|
background: transparent url('../images/menu.png?ver=20100531') no-repeat scroll -271px -33px;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
2010-04-16 05:29:34 +02:00
|
|
|
#adminmenu .menu-icon-post:hover div.wp-menu-image,
|
|
|
|
#adminmenu .menu-icon-post.wp-has-current-submenu div.wp-menu-image {
|
2011-05-16 00:50:26 +02:00
|
|
|
background: transparent url('../images/menu.png?ver=20100531') no-repeat scroll -271px -1px;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
2010-03-11 18:05:16 +01:00
|
|
|
#adminmenu .menu-icon-media div.wp-menu-image {
|
2011-05-16 00:50:26 +02:00
|
|
|
background: transparent url('../images/menu.png?ver=20100531') no-repeat scroll -120px -33px;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
2010-03-11 18:05:16 +01:00
|
|
|
#adminmenu .menu-icon-media:hover div.wp-menu-image,
|
|
|
|
#adminmenu .menu-icon-media.wp-has-current-submenu div.wp-menu-image {
|
2011-05-16 00:50:26 +02:00
|
|
|
background: transparent url('../images/menu.png?ver=20100531') no-repeat scroll -120px -1px;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
2010-03-11 18:05:16 +01:00
|
|
|
#adminmenu .menu-icon-links div.wp-menu-image {
|
2011-05-16 00:50:26 +02:00
|
|
|
background: transparent url('../images/menu.png?ver=20100531') no-repeat scroll -90px -33px;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
2010-03-11 18:05:16 +01:00
|
|
|
#adminmenu .menu-icon-links:hover div.wp-menu-image,
|
|
|
|
#adminmenu .menu-icon-links.wp-has-current-submenu div.wp-menu-image {
|
2011-05-16 00:50:26 +02:00
|
|
|
background: transparent url('../images/menu.png?ver=20100531') no-repeat scroll -90px -1px;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
2010-04-16 05:29:34 +02:00
|
|
|
#adminmenu .menu-icon-page div.wp-menu-image {
|
2011-05-16 00:50:26 +02:00
|
|
|
background: transparent url('../images/menu.png?ver=20100531') no-repeat scroll -150px -33px;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
2010-04-16 05:29:34 +02:00
|
|
|
#adminmenu .menu-icon-page:hover div.wp-menu-image,
|
|
|
|
#adminmenu .menu-icon-page.wp-has-current-submenu div.wp-menu-image {
|
2011-05-16 00:50:26 +02:00
|
|
|
background: transparent url('../images/menu.png?ver=20100531') no-repeat scroll -150px -1px;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
2010-03-11 18:05:16 +01:00
|
|
|
#adminmenu .menu-icon-comments div.wp-menu-image {
|
2011-05-16 00:50:26 +02:00
|
|
|
background: transparent url('../images/menu.png?ver=20100531') no-repeat scroll -30px -33px;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
2010-03-11 18:05:16 +01:00
|
|
|
#adminmenu .menu-icon-comments:hover div.wp-menu-image,
|
|
|
|
#adminmenu .menu-icon-comments.wp-has-current-submenu div.wp-menu-image,
|
|
|
|
#adminmenu .menu-icon-comments.current div.wp-menu-image {
|
2011-05-16 00:50:26 +02:00
|
|
|
background: transparent url('../images/menu.png?ver=20100531') no-repeat scroll -30px -1px;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
2010-03-11 18:05:16 +01:00
|
|
|
#adminmenu .menu-icon-appearance div.wp-menu-image {
|
2011-05-16 00:50:26 +02:00
|
|
|
background: transparent url('../images/menu.png?ver=20100531') no-repeat scroll 0 -33px;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
2010-03-11 18:05:16 +01:00
|
|
|
#adminmenu .menu-icon-appearance:hover div.wp-menu-image,
|
|
|
|
#adminmenu .menu-icon-appearance.wp-has-current-submenu div.wp-menu-image {
|
2011-05-16 00:50:26 +02:00
|
|
|
background: transparent url('../images/menu.png?ver=20100531') no-repeat scroll 0 -1px;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
2010-03-11 18:05:16 +01:00
|
|
|
#adminmenu .menu-icon-plugins div.wp-menu-image {
|
2011-05-16 00:50:26 +02:00
|
|
|
background: transparent url('../images/menu.png?ver=20100531') no-repeat scroll -180px -33px;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
2010-03-11 18:05:16 +01:00
|
|
|
#adminmenu .menu-icon-plugins:hover div.wp-menu-image,
|
|
|
|
#adminmenu .menu-icon-plugins.wp-has-current-submenu div.wp-menu-image {
|
2011-05-16 00:50:26 +02:00
|
|
|
background: transparent url('../images/menu.png?ver=20100531') no-repeat scroll -180px -1px;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
2010-03-11 18:05:16 +01:00
|
|
|
#adminmenu .menu-icon-users div.wp-menu-image {
|
2011-05-16 00:50:26 +02:00
|
|
|
background: transparent url('../images/menu.png?ver=20100531') no-repeat scroll -300px -33px;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
2010-03-11 18:05:16 +01:00
|
|
|
#adminmenu .menu-icon-users:hover div.wp-menu-image,
|
2011-06-24 23:49:22 +02:00
|
|
|
#adminmenu .menu-icon-users.wp-has-current-submenu div.wp-menu-image,
|
|
|
|
#adminmenu .menu-icon-users.current div.wp-menu-image {
|
2011-05-16 00:50:26 +02:00
|
|
|
background: transparent url('../images/menu.png?ver=20100531') no-repeat scroll -300px -1px;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
2010-03-11 18:05:16 +01:00
|
|
|
#adminmenu .menu-icon-tools div.wp-menu-image {
|
2011-05-16 00:50:26 +02:00
|
|
|
background: transparent url('../images/menu.png?ver=20100531') no-repeat scroll -210px -33px;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
2010-03-11 18:05:16 +01:00
|
|
|
#adminmenu .menu-icon-tools:hover div.wp-menu-image,
|
2011-06-24 23:49:22 +02:00
|
|
|
#adminmenu .menu-icon-tools.wp-has-current-submenu div.wp-menu-image,
|
|
|
|
#adminmenu .menu-icon-tools.current div.wp-menu-image {
|
2011-05-16 00:50:26 +02:00
|
|
|
background: transparent url('../images/menu.png?ver=20100531') no-repeat scroll -210px -1px;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
2011-05-07 10:39:28 +02:00
|
|
|
#icon-options-general,
|
2010-03-11 18:05:16 +01:00
|
|
|
#adminmenu .menu-icon-settings div.wp-menu-image {
|
2011-05-16 00:50:26 +02:00
|
|
|
background: transparent url('../images/menu.png?ver=20100531') no-repeat scroll -240px -33px;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
2010-03-11 18:05:16 +01:00
|
|
|
#adminmenu .menu-icon-settings:hover div.wp-menu-image,
|
|
|
|
#adminmenu .menu-icon-settings.wp-has-current-submenu div.wp-menu-image {
|
2011-05-16 00:50:26 +02:00
|
|
|
background: transparent url('../images/menu.png?ver=20100531') no-repeat scroll -240px -1px;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
2010-04-07 05:54:43 +02:00
|
|
|
|
|
|
|
#adminmenu .menu-icon-site div.wp-menu-image {
|
2011-05-16 00:50:26 +02:00
|
|
|
background: transparent url('../images/menu.png?ver=20100531') no-repeat scroll -360px -33px;
|
2010-04-07 05:54:43 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu .menu-icon-site:hover div.wp-menu-image,
|
|
|
|
#adminmenu .menu-icon-site.wp-has-current-submenu div.wp-menu-image {
|
2011-05-16 00:50:26 +02:00
|
|
|
background: transparent url('../images/menu.png?ver=20100531') no-repeat scroll -360px -1px;
|
2010-04-07 05:54:43 +02:00
|
|
|
}
|
2011-05-07 10:39:28 +02:00
|
|
|
/* end menu and screen icons */
|
2009-08-20 23:12:33 +02:00
|
|
|
|
2011-05-12 02:22:22 +02:00
|
|
|
/* Screen Icons */
|
|
|
|
#icon-edit,
|
|
|
|
#icon-post {
|
|
|
|
background: transparent url(../images/icons32.png?ver=20100531) no-repeat -552px -5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#icon-index {
|
|
|
|
background: transparent url(../images/icons32.png?ver=20100531) no-repeat -137px -5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#icon-upload {
|
|
|
|
background: transparent url(../images/icons32.png?ver=20100531) no-repeat -251px -5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#icon-link-manager,
|
|
|
|
#icon-link,
|
|
|
|
#icon-link-category {
|
|
|
|
background: transparent url(../images/icons32.png?ver=20100531) no-repeat -190px -5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#icon-edit-pages,
|
|
|
|
#icon-page {
|
|
|
|
background: transparent url(../images/icons32.png?ver=20100531) no-repeat -312px -5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#icon-edit-comments {
|
|
|
|
background: transparent url(../images/icons32.png?ver=20100531) no-repeat -72px -5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#icon-themes {
|
|
|
|
background: transparent url(../images/icons32.png?ver=20100531) no-repeat -11px -5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#icon-plugins {
|
|
|
|
background: transparent url(../images/icons32.png?ver=20100531) no-repeat -370px -5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#icon-users,
|
|
|
|
#icon-profile,
|
|
|
|
#icon-user-edit {
|
|
|
|
background: transparent url(../images/icons32.png?ver=20100531) no-repeat -600px -5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#icon-tools,
|
|
|
|
#icon-admin {
|
|
|
|
background: transparent url(../images/icons32.png?ver=20100531) no-repeat -432px -5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#icon-options-general {
|
|
|
|
background: transparent url(../images/icons32.png?ver=20100531) no-repeat -492px -5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#icon-ms-admin {
|
|
|
|
background: transparent url(../images/icons32.png?ver=20100531) no-repeat -659px -5px;
|
|
|
|
}
|
|
|
|
/* end screen icons */
|
|
|
|
|
2009-08-20 23:12:33 +02:00
|
|
|
|
|
|
|
/* Diff */
|
|
|
|
table.diff .diff-deletedline {
|
2009-12-27 19:17:06 +01:00
|
|
|
background-color: #fdd;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
table.diff .diff-deletedline del {
|
2009-12-27 19:17:06 +01:00
|
|
|
background-color: #f99;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
table.diff .diff-addedline {
|
2009-12-27 19:17:06 +01:00
|
|
|
background-color: #dfd;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
table.diff .diff-addedline ins {
|
2009-12-27 19:17:06 +01:00
|
|
|
background-color: #9f9;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#att-info {
|
|
|
|
background-color: #E4F2FD;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* edit image */
|
|
|
|
#sidemenu a {
|
|
|
|
background-color: #f9f9f9;
|
|
|
|
border-color: #f9f9f9;
|
|
|
|
border-bottom-color: #dfdfdf;
|
|
|
|
}
|
|
|
|
|
|
|
|
#sidemenu a.current {
|
|
|
|
background-color: #fff;
|
|
|
|
border-color: #dfdfdf #dfdfdf #fff;
|
2010-05-22 01:32:02 +02:00
|
|
|
color: #D54E21;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#replysubmit {
|
|
|
|
background-color: #f1f1f1;
|
|
|
|
border-top-color: #ddd;
|
|
|
|
}
|
|
|
|
|
|
|
|
#replyerror {
|
|
|
|
border-color: #ddd;
|
|
|
|
background-color: #f9f9f9;
|
|
|
|
}
|
|
|
|
|
|
|
|
#edithead,
|
|
|
|
#replyhead {
|
|
|
|
background-color: #f1f1f1;
|
|
|
|
}
|
|
|
|
|
|
|
|
#ed_reply_toolbar {
|
|
|
|
background-color: #e9e9e9;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* table vim shortcuts */
|
|
|
|
.vim-current,
|
|
|
|
.vim-current th,
|
|
|
|
.vim-current td {
|
|
|
|
background-color: #E4F2FD !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Install Plugins */
|
|
|
|
.star-average,
|
|
|
|
.star.star-rating {
|
|
|
|
background-color: #fc0;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.star.select:hover {
|
|
|
|
background-color: #d00;
|
|
|
|
}
|
|
|
|
|
2011-06-28 08:47:34 +02:00
|
|
|
div.star img {
|
|
|
|
border-left: 1px solid #fff;
|
|
|
|
border-right: 1px solid #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.widefat div.star img {
|
|
|
|
border-left: 1px solid #f9f9f9;
|
|
|
|
border-right: 1px solid #f9f9f9;
|
|
|
|
}
|
|
|
|
|
2009-08-20 23:12:33 +02:00
|
|
|
#plugin-information .fyi ul {
|
|
|
|
background-color: #eaf3fa;
|
|
|
|
}
|
|
|
|
|
|
|
|
#plugin-information .fyi h2.mainheader {
|
|
|
|
background-color: #cee1ef;
|
|
|
|
}
|
|
|
|
|
|
|
|
#plugin-information pre,
|
|
|
|
#plugin-information code {
|
|
|
|
background-color: #ededff;
|
|
|
|
}
|
|
|
|
|
|
|
|
#plugin-information pre {
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* inline editor */
|
|
|
|
.inline-edit-row fieldset input[type="text"],
|
|
|
|
.inline-edit-row fieldset textarea,
|
|
|
|
#bulk-titles,
|
|
|
|
#replyrow input {
|
|
|
|
border-color: #ddd;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inline-editor div.title {
|
|
|
|
background-color: #EAF3FA;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inline-editor ul.cat-checklist {
|
2009-12-27 19:17:06 +01:00
|
|
|
background-color: #fff;
|
2009-08-20 23:12:33 +02:00
|
|
|
border-color: #ddd;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inline-editor .categories .catshow,
|
|
|
|
.inline-editor .categories .cathide {
|
|
|
|
color: #21759b;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inline-editor .quick-edit-save {
|
|
|
|
background-color: #f1f1f1;
|
|
|
|
}
|
|
|
|
|
|
|
|
#replyrow #ed_reply_toolbar input:hover {
|
|
|
|
border-color: #aaa;
|
|
|
|
background: #ddd;
|
|
|
|
}
|
|
|
|
|
|
|
|
fieldset.inline-edit-col-right .inline-edit-col {
|
|
|
|
border-color: #dfdfdf;
|
|
|
|
}
|
|
|
|
|
|
|
|
.attention {
|
2010-05-22 01:32:02 +02:00
|
|
|
color: #D54E21;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.meta-box-sortables .postbox:hover .handlediv {
|
2011-05-11 21:04:28 +02:00
|
|
|
background: transparent url(../images/arrows.png) no-repeat 6px 7px;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.tablenav .tablenav-pages {
|
|
|
|
color: #555;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tablenav .tablenav-pages a {
|
|
|
|
border-color: #e3e3e3;
|
2010-06-11 02:42:09 +02:00
|
|
|
background: #eee url('../images/menu-bits.gif?ver=20100610') repeat-x scroll left -379px;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
2011-01-02 00:19:26 +01:00
|
|
|
.tablenav .tablenav-pages a:hover,
|
|
|
|
.tablenav .tablenav-pages a:focus {
|
2010-05-22 01:32:02 +02:00
|
|
|
color: #d54e21;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
2011-01-02 00:19:26 +01:00
|
|
|
.tablenav .tablenav-pages a.disabled,
|
|
|
|
.tablenav .tablenav-pages a.disabled:hover,
|
|
|
|
.tablenav .tablenav-pages a.disabled:focus {
|
|
|
|
color: #aaa;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.tablenav .tablenav-pages .current {
|
|
|
|
background: #dfdfdf;
|
|
|
|
border-color: #d3d3d3;
|
|
|
|
}
|
|
|
|
|
|
|
|
#availablethemes,
|
|
|
|
#availablethemes td {
|
|
|
|
border-color: #ddd;
|
|
|
|
}
|
|
|
|
|
|
|
|
#current-theme img {
|
|
|
|
border-color: #999;
|
|
|
|
}
|
|
|
|
|
|
|
|
#TB_window #TB_title a.tb-theme-preview-link,
|
|
|
|
#TB_window #TB_title a.tb-theme-preview-link:visited {
|
|
|
|
color: #999;
|
|
|
|
}
|
|
|
|
|
|
|
|
#TB_window #TB_title a.tb-theme-preview-link:hover,
|
|
|
|
#TB_window #TB_title a.tb-theme-preview-link:focus {
|
|
|
|
color: #ccc;
|
|
|
|
}
|
|
|
|
|
2011-05-12 07:06:47 +02:00
|
|
|
.misc-pub-section {
|
|
|
|
border-top-color: #fff;
|
|
|
|
border-bottom-color: #dfdfdf;
|
|
|
|
}
|
|
|
|
|
2009-08-20 23:12:33 +02:00
|
|
|
#minor-publishing {
|
2011-05-12 06:08:00 +02:00
|
|
|
border-bottom-color: #dfdfdf;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#post-body .misc-pub-section {
|
|
|
|
border-right-color: #eee;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-com-count span {
|
|
|
|
background-color: #bbb;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-table .color-palette td {
|
|
|
|
border-color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sortable-placeholder {
|
|
|
|
border-color: #bbb;
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
}
|
|
|
|
|
2010-04-27 03:05:58 +02:00
|
|
|
#post-body ul.category-tabs li.tabs a,
|
2010-12-24 18:43:01 +01:00
|
|
|
#post-body ul.add-menu-item-tabs li.tabs a,
|
|
|
|
body.press-this ul.category-tabs li.tabs a {
|
2009-08-20 23:12:33 +02:00
|
|
|
color: #333;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wp_editimgbtn,
|
|
|
|
#wp_delimgbtn,
|
|
|
|
#wp_editgallery,
|
|
|
|
#wp_delgallery {
|
|
|
|
border-color: #999;
|
|
|
|
background-color: #eee;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wp_editimgbtn:hover,
|
|
|
|
#wp_delimgbtn:hover,
|
|
|
|
#wp_editgallery:hover,
|
|
|
|
#wp_delgallery:hover {
|
|
|
|
border-color: #555;
|
|
|
|
background-color: #ccc;
|
|
|
|
}
|
|
|
|
|
|
|
|
#favorite-first {
|
2010-05-03 21:12:19 +02:00
|
|
|
border-color: #c0c0c0;
|
|
|
|
background: #f1f1f1; /* fallback color */
|
2011-04-29 18:08:16 +02:00
|
|
|
background:-moz-linear-gradient(bottom, #e7e7e7, #fff);
|
2010-05-03 21:12:19 +02:00
|
|
|
background:-webkit-gradient(linear, left bottom, left top, from(#e7e7e7), to(#fff));
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#favorite-inside {
|
2010-05-03 21:12:19 +02:00
|
|
|
border-color: #c0c0c0;
|
2010-03-26 18:09:53 +01:00
|
|
|
background-color: #fff;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#favorite-toggle {
|
2011-05-05 21:51:32 +02:00
|
|
|
background: transparent url(../images/arrows.png) no-repeat 4px 2px;
|
|
|
|
border-color: #dfdfdf;
|
|
|
|
-moz-box-shadow: inset 1px 0 0 #fff;
|
|
|
|
-webkit-box-shadow: inset 1px 0 0 #fff;
|
|
|
|
box-shadow: inset 1px 0 0 #fff;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#favorite-actions a {
|
2010-04-03 14:13:38 +02:00
|
|
|
color: #464646;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#favorite-actions a:hover {
|
2010-04-03 14:13:38 +02:00
|
|
|
color: #000;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#favorite-inside a:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.view-switch #view-switch-list {
|
|
|
|
background: transparent url(../images/list.png) no-repeat 0 0;
|
|
|
|
}
|
|
|
|
|
2010-08-11 23:54:51 +02:00
|
|
|
.view-switch .current #view-switch-list {
|
2009-08-20 23:12:33 +02:00
|
|
|
background: transparent url(../images/list.png) no-repeat -40px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.view-switch #view-switch-excerpt {
|
|
|
|
background: transparent url(../images/list.png) no-repeat -20px 0;
|
|
|
|
}
|
|
|
|
|
2010-08-11 23:54:51 +02:00
|
|
|
.view-switch .current #view-switch-excerpt {
|
2009-08-20 23:12:33 +02:00
|
|
|
background: transparent url(../images/list.png) no-repeat -60px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#header-logo {
|
2011-05-12 20:26:17 +02:00
|
|
|
background: transparent url(../images/wp-logo.png?ver=20110504) no-repeat scroll center center;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.popular-tags,
|
|
|
|
.feature-filter {
|
2009-12-27 19:17:06 +01:00
|
|
|
background-color: #fff;
|
2009-08-20 23:12:33 +02:00
|
|
|
border-color: #DFDFDF;
|
|
|
|
}
|
|
|
|
|
|
|
|
#theme-information .action-button {
|
|
|
|
border-top-color: #DFDFDF;
|
|
|
|
}
|
|
|
|
|
|
|
|
.theme-listing br.line {
|
|
|
|
border-bottom-color: #ccc;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.widgets-sortables,
|
|
|
|
#widgets-left .inactive {
|
2011-05-12 04:43:06 +02:00
|
|
|
background-color: #fcfcfc;
|
|
|
|
border-color: #dfdfdf;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#available-widgets .widget-holder {
|
2011-05-12 04:43:06 +02:00
|
|
|
background-color: #fcfcfc;
|
|
|
|
border-color: #dfdfdf;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
2011-05-12 04:43:06 +02:00
|
|
|
#available-widgets .widget-description {
|
|
|
|
color: #555;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
2011-05-12 04:43:06 +02:00
|
|
|
.sidebar-name {
|
|
|
|
color: #464646;
|
|
|
|
text-shadow: #fff 0 1px 0;
|
|
|
|
border-color: #dfdfdf;
|
|
|
|
-moz-box-shadow: inset 0 1px 0 #fff;
|
|
|
|
-webkit-box-shadow: inset 0 1px 0 #fff;
|
|
|
|
box-shadow: inset 0 1px 0 #fff;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar-name:hover,
|
|
|
|
#removing-widget {
|
2010-05-22 01:32:02 +02:00
|
|
|
color: #d54e21;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#removing-widget span {
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
2011-05-12 00:37:48 +02:00
|
|
|
.sidebar-name-arrow {
|
2011-05-12 04:43:06 +02:00
|
|
|
background: transparent url(../images/arrows.png) no-repeat 5px 9px;
|
|
|
|
}
|
2011-05-14 21:57:24 +02:00
|
|
|
|
2011-05-12 04:43:06 +02:00
|
|
|
.sidebar-name:hover .sidebar-name-arrow {
|
|
|
|
background: transparent url(../images/arrows-dark.png) no-repeat 5px 9px;
|
2009-08-20 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.in-widget-title {
|
|
|
|
color: #606060;
|
|
|
|
}
|
|
|
|
|
|
|
|
.deleting .widget-title * {
|
|
|
|
color: #aaa;
|
|
|
|
}
|
2009-09-11 00:07:33 +02:00
|
|
|
|
|
|
|
.imgedit-menu div {
|
|
|
|
border-color: #d5d5d5;
|
|
|
|
background-color: #f1f1f1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.imgedit-menu div:hover {
|
2009-12-10 10:22:01 +01:00
|
|
|
border-color: #c1c1c1;
|
|
|
|
background-color: #eaeaea;
|
2009-09-11 00:07:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.imgedit-menu div.disabled {
|
2009-12-10 10:22:01 +01:00
|
|
|
border-color: #ccc;
|
|
|
|
background-color: #ddd;
|
|
|
|
filter: alpha(opacity=50);
|
|
|
|
opacity: 0.5;
|
2009-09-11 00:07:33 +02:00
|
|
|
}
|
|
|
|
|
2009-11-27 11:34:09 +01:00
|
|
|
#dashboard_recent_comments div.undo {
|
2009-10-08 10:24:59 +02:00
|
|
|
border-top-color: #dfdfdf;
|
|
|
|
}
|
2009-12-15 11:55:55 +01:00
|
|
|
|
|
|
|
.comment-ays,
|
|
|
|
.comment-ays th {
|
|
|
|
border-color: #ddd;
|
|
|
|
}
|
|
|
|
|
|
|
|
.comment-ays th {
|
|
|
|
background-color: #f1f1f1;
|
|
|
|
}
|
2010-05-12 21:31:11 +02:00
|
|
|
|
2011-05-14 21:57:24 +02:00
|
|
|
/* added from nav-menu.css */
|
|
|
|
#menu-management .menu-edit {
|
|
|
|
border-color: #dfdfdf;
|
|
|
|
}
|
|
|
|
|
|
|
|
#post-body {
|
2011-05-28 21:29:32 +02:00
|
|
|
background: #fff;
|
2011-05-14 21:57:24 +02:00
|
|
|
border-top-color: #fff;
|
|
|
|
border-bottom-color: #dfdfdf;
|
|
|
|
}
|
|
|
|
|
|
|
|
#nav-menu-header {
|
|
|
|
border-bottom-color: #dfdfdf;
|
|
|
|
}
|
|
|
|
|
|
|
|
#nav-menu-footer {
|
|
|
|
border-top-color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
#menu-management .nav-tabs-arrow a {
|
|
|
|
color: #C1C1C1;
|
|
|
|
}
|
|
|
|
|
|
|
|
#menu-management .nav-tabs-arrow a:hover {
|
|
|
|
color: #D54E21;
|
|
|
|
}
|
|
|
|
|
|
|
|
#menu-management .nav-tabs-arrow a:active {
|
|
|
|
color: #464646;
|
|
|
|
}
|
|
|
|
|
|
|
|
#menu-management .nav-tab-active {
|
|
|
|
border-color: #dfdfdf;
|
|
|
|
}
|
|
|
|
|
|
|
|
#menu-management .nav-tab {
|
2011-06-11 01:47:28 +02:00
|
|
|
background: #fbfbfb;
|
2011-05-14 21:57:24 +02:00
|
|
|
border-color: #dfdfdf;
|
|
|
|
}
|
|
|
|
|
|
|
|
.js .input-with-default-title {
|
|
|
|
color: #aaa;
|
|
|
|
}
|
|
|
|
|
|
|
|
#cancel-save {
|
|
|
|
color: #ff0000;
|
|
|
|
}
|
|
|
|
|
|
|
|
#cancel-save:hover {
|
|
|
|
background-color: #FF0000;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.list-container {
|
|
|
|
border-color: #DFDFDF;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu-item-handle {
|
|
|
|
border-color: #dfdfdf;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu li.deleting .menu-item-handle {
|
|
|
|
background-color: #f66;
|
|
|
|
text-shadow: #ccc;
|
|
|
|
}
|
|
|
|
|
|
|
|
.item-type { /* Menu item controls */
|
|
|
|
color: #999999;
|
|
|
|
}
|
|
|
|
|
|
|
|
.item-controls .menu-item-delete:hover {
|
|
|
|
color: #ff0000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.item-edit {
|
|
|
|
background: transparent url(../images/arrows.png) no-repeat 8px 10px;
|
|
|
|
border-bottom-color: #eee;
|
|
|
|
}
|
|
|
|
|
|
|
|
.item-edit:hover {
|
|
|
|
background: transparent url(../images/arrows-dark.png) no-repeat 8px 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu-item-settings { /* Menu editing */
|
|
|
|
border-color: #dfdfdf;
|
|
|
|
}
|
|
|
|
|
|
|
|
.link-to-original {
|
|
|
|
color: #777;
|
|
|
|
border-color: #dfdfdf;
|
|
|
|
}
|
|
|
|
|
|
|
|
#cancel-save:hover {
|
|
|
|
color: #fff !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#update-menu-item {
|
|
|
|
color: #fff !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#update-menu-item:hover,
|
|
|
|
#update-menu-item:active,
|
|
|
|
#update-menu-item:focus {
|
|
|
|
color: #eaf2fa !important;
|
|
|
|
border-color: #13455b !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.submitbox .submitcancel {
|
|
|
|
color: #21759B;
|
|
|
|
border-bottom-color: #21759B;
|
|
|
|
}
|
|
|
|
|
|
|
|
.submitbox .submitcancel:hover {
|
|
|
|
background: #21759B;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
/* end added from nav-menu.css */
|
|
|
|
|
2011-05-12 04:03:02 +02:00
|
|
|
#menu-management .nav-tab-active,
|
|
|
|
.menu-item-handle,
|
|
|
|
.menu-item-settings {
|
|
|
|
-moz-box-shadow: inset 0 1px 0 #fff;
|
|
|
|
-webkit-box-shadow: inset 0 1px 0 #fff;
|
|
|
|
box-shadow: inset 0 1px 0 #fff;
|
2010-05-12 21:31:11 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#menu-management .nav-tab-active {
|
2011-06-11 01:47:28 +02:00
|
|
|
background: #f9f9f9;
|
|
|
|
border-bottom-color: #f9f9f9;
|
2010-08-11 23:54:51 +02:00
|
|
|
}
|
2011-05-11 19:04:40 +02:00
|
|
|
|
2011-05-12 05:16:52 +02:00
|
|
|
/* custom header & background pages */
|
|
|
|
#upload-form label {
|
2011-05-11 19:04:40 +02:00
|
|
|
color: #777;
|
|
|
|
}
|
2011-05-16 00:50:26 +02:00
|
|
|
/* custom header & background pages */
|
2011-05-17 05:58:27 +02:00
|
|
|
|
|
|
|
/* full screen */
|
2011-06-01 22:50:04 +02:00
|
|
|
.fullscreen-overlay {
|
|
|
|
background: #fff;
|
|
|
|
}
|
2011-05-17 05:58:27 +02:00
|
|
|
|
|
|
|
.wp-fullscreen-focus #wp-fullscreen-title,
|
|
|
|
.wp-fullscreen-focus #wp-fullscreen-container {
|
|
|
|
border-color: #ccc;
|
|
|
|
}
|
|
|
|
|
|
|
|
#fullscreen-topbar {
|
|
|
|
border-bottom-color: #DFDFDF;
|
|
|
|
}
|
2011-08-22 18:44:02 +02:00
|
|
|
|
|
|
|
|
|
|
|
/*------------------------------------------------------------------------------
|
|
|
|
2.0 - Right to Left Styles
|
|
|
|
------------------------------------------------------------------------------*/
|
|
|
|
|
|
|
|
.rtl .bar {
|
|
|
|
border-right-color: none;
|
|
|
|
border-left-color: #99d;
|
|
|
|
}
|
|
|
|
|
|
|
|
.rtl .post-com-count {
|
|
|
|
background-image: url(../images/bubble_bg-rtl.gif);
|
|
|
|
}
|
|
|
|
|
|
|
|
.rtl #user_info_arrow {
|
|
|
|
background: transparent url(../images/arrows.png) no-repeat 0 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.rtl #user_info:hover #user_info_arrow,
|
|
|
|
.rtl #user_info.active #user_info_arrow {
|
|
|
|
background: transparent url(../images/arrows-dark.png) no-repeat 0 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Menu */
|
|
|
|
.rtl #adminmenushadow,
|
|
|
|
.rtl #adminmenuback {
|
|
|
|
background-image: url(../images/menu-shadow-rtl.png);
|
|
|
|
background-position: top left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.rtl #adminmenu li.wp-has-current-submenu.wp-menu-open .wp-menu-toggle,
|
|
|
|
.rtl #adminmenu li.wp-has-current-submenu:hover .wp-menu-toggle {
|
|
|
|
background: transparent url(../images/arrows-dark.png) no-repeat 8px 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.rtl #adminmenu .wp-has-submenu:hover .wp-menu-toggle,
|
|
|
|
.rtl #adminmenu .wp-menu-open .wp-menu-toggle {
|
|
|
|
background: transparent url(../images/arrows.png) no-repeat 8px 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.rtl #adminmenu .wp-submenu .wp-submenu-head {
|
|
|
|
border-right-color: none;
|
|
|
|
border-left-color: #dfdfdf;
|
|
|
|
}
|
|
|
|
|
|
|
|
.rtl .folded #adminmenu .wp-submenu-wrap {
|
|
|
|
-moz-box-shadow: -2px 2px 5px rgba( 0, 0, 0, 0.4 );
|
|
|
|
-webkit-box-shadow: -2px 2px 5px rgba( 0, 0, 0, 0.4 );
|
|
|
|
box-shadow: -2px 2px 5px rgba( 0, 0, 0, 0.4 );
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Collapse Menu Button */
|
|
|
|
.rtl #collapse-button div {
|
|
|
|
background-position: 0 -108px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.rtl .folded #collapse-button div {
|
|
|
|
background-position: 0 -72px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Edit Image */
|
|
|
|
.rtl .meta-box-sortables .postbox:hover .handlediv {
|
|
|
|
background: transparent url(../images/arrows.png) no-repeat 6px 7px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.rtl .tablenav .tablenav-pages a {
|
|
|
|
border-color: #e3e3e3;
|
|
|
|
background: #eee url('../images/menu-bits-rtl.gif?ver=20100610') repeat-x scroll right -379px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.rtl #post-body .misc-pub-section {
|
|
|
|
border-right-color: none;
|
|
|
|
border-left-color: #eee;
|
|
|
|
}
|
|
|
|
|
|
|
|
.rtl #favorite-toggle {
|
|
|
|
background: transparent url(../images/arrows.png) no-repeat 4px 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.toggle-arrow {
|
|
|
|
background: transparent url(../images/arrows.png) no-repeat left 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.rtl .sidebar-name-arrow {
|
|
|
|
background: transparent url(../images/arrows.png) no-repeat 5px 9px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.rtl .sidebar-name:hover .sidebar-name-arrow {
|
|
|
|
background: transparent url(../images/arrows-dark.png) no-repeat 5px 9px;
|
|
|
|
}
|