2008-10-11 01:58:30 +02:00
|
|
|
.edit-box {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3:hover .edit-box {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
2008-08-20 23:42:31 +02:00
|
|
|
form .input-text-wrap {
|
2008-03-07 02:17:21 +01:00
|
|
|
border-style: solid;
|
2008-08-20 23:42:31 +02:00
|
|
|
border-width: 1px;
|
|
|
|
padding: 2px 3px;
|
2008-10-27 21:55:25 +01:00
|
|
|
border-color: #ccc;
|
2008-02-13 11:07:57 +01:00
|
|
|
}
|
|
|
|
|
2008-08-20 23:42:31 +02:00
|
|
|
form .input-text-wrap input {
|
2008-10-28 08:21:17 +01:00
|
|
|
border: 0 none;
|
|
|
|
outline: none;
|
2008-10-27 21:55:25 +01:00
|
|
|
padding: 0;
|
2008-08-20 23:42:31 +02:00
|
|
|
width: 99%;
|
2008-10-27 21:55:25 +01:00
|
|
|
color: #333;
|
2008-02-13 12:01:42 +01:00
|
|
|
}
|
|
|
|
|
2008-08-20 23:42:31 +02:00
|
|
|
form .textarea-wrap {
|
|
|
|
border-style: solid;
|
|
|
|
border-width: 1px;
|
|
|
|
padding: 2px;
|
2008-10-27 21:55:25 +01:00
|
|
|
border-color: #ccc;
|
2008-02-13 11:07:57 +01:00
|
|
|
}
|
|
|
|
|
2008-08-20 23:42:31 +02:00
|
|
|
form .textarea-wrap textarea {
|
2008-10-28 08:21:17 +01:00
|
|
|
border: 0 none;
|
2008-08-20 23:42:31 +02:00
|
|
|
padding: 0;
|
2008-10-28 08:21:17 +01:00
|
|
|
outline: none;
|
2008-08-20 23:42:31 +02:00
|
|
|
width: 99%;
|
2008-10-28 08:21:17 +01:00
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
2008-02-13 11:07:57 +01:00
|
|
|
}
|
|
|
|
|
2008-10-09 01:32:34 +02:00
|
|
|
#dashboard-widgets .postbox form .submit {
|
|
|
|
float: none;
|
|
|
|
margin: .5em 0 0;
|
|
|
|
padding: 0;
|
2008-03-10 06:42:08 +01:00
|
|
|
border: none;
|
2008-02-13 11:07:57 +01:00
|
|
|
}
|
2008-03-10 06:42:08 +01:00
|
|
|
|
2008-10-09 01:32:34 +02:00
|
|
|
#dashboard-widgets-wrap #dashboard-widgets .postbox form .submit input {
|
2008-02-13 11:07:57 +01:00
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2008-10-09 01:32:34 +02:00
|
|
|
#dashboard-widgets-wrap #dashboard-widgets .postbox form .submit #publish {
|
|
|
|
min-width: 0;
|
2008-02-28 21:37:48 +01:00
|
|
|
}
|
|
|
|
|
2008-10-28 08:56:17 +01:00
|
|
|
#dashboard-widgets-wrap .has-sidebar {
|
|
|
|
margin-right: -51%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard-widgets-wrap .inner-sidebar {
|
|
|
|
width: 49%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard-widgets-wrap .has-sidebar .has-sidebar-content {
|
|
|
|
margin-right: 51%;
|
|
|
|
}
|
|
|
|
|
2008-10-09 01:32:34 +02:00
|
|
|
div.postbox div.inside {
|
|
|
|
margin: 0 10px 10px;
|
|
|
|
position: relative;
|
2008-03-10 06:42:08 +01:00
|
|
|
}
|
|
|
|
|
2008-11-05 22:56:57 +01:00
|
|
|
#dashboard-widgets a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard-widgets h3 a {
|
|
|
|
text-decoration: underline;
|
2008-02-13 11:07:57 +01:00
|
|
|
}
|
|
|
|
|
2008-10-09 01:32:34 +02:00
|
|
|
#dashboard-widgets h4 {
|
|
|
|
font-size: 1em;
|
|
|
|
margin: 0 0 .2em;
|
2008-02-13 11:07:57 +01:00
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2008-10-31 05:23:17 +01:00
|
|
|
/* Right Now */
|
|
|
|
|
|
|
|
#dashboard_right_now p.sub, #dashboard_right_now .table, #dashboard_right_now .versions {
|
|
|
|
margin: -10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard_right_now .inside {
|
|
|
|
font-family: Georgia, serif;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard_right_now p.sub {
|
|
|
|
font-style: italic;
|
|
|
|
padding: 5px 10px 15px;
|
|
|
|
color: #777;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard_right_now .table {
|
|
|
|
background: #f9f9f9;
|
|
|
|
border-top: #ececec 1px solid;
|
|
|
|
border-bottom: #ececec 1px solid;
|
|
|
|
margin: 0 -9px 10px;
|
|
|
|
padding: 0 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard_right_now table {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard_right_now table td {
|
|
|
|
border-top: #ececec 1px solid;
|
|
|
|
padding: 3px 0;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard_right_now table tr.first td {
|
|
|
|
border-top: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard_right_now .b, #dashboard_right_now .b a {
|
|
|
|
color: #2583ad;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard_right_now td.b {
|
|
|
|
padding-right: 6px;
|
|
|
|
text-align: right;
|
|
|
|
font-family: Georgia, "Times New Roman", Times, serif;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard_right_now td.b a {
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard_right_now .t {
|
|
|
|
font-size: 12px;
|
|
|
|
padding-right: 12px;
|
|
|
|
color: #777;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard_right_now td.first,
|
|
|
|
#dashboard_right_now td.last {
|
|
|
|
width: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard_right_now .spam {
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard_right_now .waiting {
|
|
|
|
color: orange;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard_right_now .approved {
|
|
|
|
color: green;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard_right_now .versions {
|
|
|
|
line-height: 2.5em;
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard_right_now .versions {
|
|
|
|
font-style: italic;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard_right_now .versions a, #dashboard_right_now .versions .b {
|
|
|
|
font-style: normal;
|
|
|
|
font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard_right_now a.button {
|
|
|
|
font-weight: normal;
|
|
|
|
float: right;
|
|
|
|
clear: right;
|
|
|
|
position: relative;
|
|
|
|
top: -5px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2008-10-09 01:32:34 +02:00
|
|
|
/* Recent Comments */
|
|
|
|
|
2008-11-05 22:56:57 +01:00
|
|
|
#dashboard_recent_comments h3 {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2008-10-09 01:32:34 +02:00
|
|
|
#the-comment-list {
|
|
|
|
position: relative;
|
2008-02-13 11:07:57 +01:00
|
|
|
}
|
|
|
|
|
2008-10-09 01:32:34 +02:00
|
|
|
#the-comment-list .comment-item {
|
2008-11-05 22:56:57 +01:00
|
|
|
padding: 1em 10px 1em 70px;
|
|
|
|
border-top: 1px solid;
|
|
|
|
}
|
|
|
|
|
|
|
|
#the-comment-list .comment-item, #the-comment-list #replyrow {
|
|
|
|
margin: 0 -10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#the-comment-list .comment-item:first-child {
|
|
|
|
border-top: none;
|
2008-02-13 11:07:57 +01:00
|
|
|
}
|
|
|
|
|
2008-10-09 01:32:34 +02:00
|
|
|
#the-comment-list .comment-item .avatar {
|
|
|
|
position: absolute;
|
2008-11-05 22:56:57 +01:00
|
|
|
left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#the-comment-list .comment-item h4 {
|
|
|
|
line-height: 1.4;
|
|
|
|
margin-top: -.2em;
|
|
|
|
font-weight: normal;
|
|
|
|
color: #999;
|
|
|
|
}
|
|
|
|
|
|
|
|
#the-comment-list .comment-item h4 cite, #the-comment-list .comment-item h4 strong {
|
|
|
|
font-style: normal;
|
|
|
|
color: #333;
|
|
|
|
}
|
|
|
|
|
|
|
|
#the-comment-list .comment-item p.comment-author {
|
|
|
|
margin: 0.2em 0;
|
2008-02-13 11:07:57 +01:00
|
|
|
}
|
|
|
|
|
2008-10-09 01:32:34 +02:00
|
|
|
#the-comment-list .comment-item blockquote, #the-comment-list .comment-item blockquote p {
|
|
|
|
margin: 0;
|
2008-02-13 11:07:57 +01:00
|
|
|
padding: 0;
|
2008-10-09 01:32:34 +02:00
|
|
|
display: inline;
|
2008-02-13 11:07:57 +01:00
|
|
|
}
|
|
|
|
|
2008-10-09 01:32:34 +02:00
|
|
|
#dashboard_recent_comments #the-comment-list .trackback blockquote, #dashboard_recent_comments #the-comment-list .pingback blockquote {
|
|
|
|
display: block;
|
2008-02-13 11:07:57 +01:00
|
|
|
}
|
|
|
|
|
2008-10-09 01:32:34 +02:00
|
|
|
#the-comment-list .comment-item p.comment-actions {
|
2008-02-28 21:37:48 +01:00
|
|
|
margin: 0;
|
2008-10-09 01:32:34 +02:00
|
|
|
padding: 0;
|
2008-02-13 11:07:57 +01:00
|
|
|
}
|
|
|
|
|
2008-11-05 22:56:57 +01:00
|
|
|
#the-comment-list .approve a {
|
|
|
|
color: green;
|
|
|
|
}
|
2008-10-17 00:35:53 +02:00
|
|
|
|
2008-11-05 22:56:57 +01:00
|
|
|
#the-comment-list .unapprove a {
|
|
|
|
color: orange;
|
2008-10-17 00:35:53 +02:00
|
|
|
}
|
|
|
|
|
2008-11-05 22:56:57 +01:00
|
|
|
#the-comment-list .delete a {
|
|
|
|
color: red;
|
2008-10-17 00:35:53 +02:00
|
|
|
}
|
|
|
|
|
2008-11-05 22:56:57 +01:00
|
|
|
/* QuickPress */
|
|
|
|
|
|
|
|
#dashboard_quick_press h4 {
|
|
|
|
float: left;
|
|
|
|
width: 5em;
|
2008-10-17 00:35:53 +02:00
|
|
|
clear: both;
|
2008-11-05 22:56:57 +01:00
|
|
|
font-weight: normal;
|
|
|
|
font-style: italic;
|
|
|
|
font-family: Georgia, serif;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard_quick_press h4 label {
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard_quick_press .input-text-wrap, #dashboard_quick_press .textarea-wrap {
|
|
|
|
margin: 0 0 1em 5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard_quick_press #media-buttons {
|
|
|
|
margin: 0 0 .5em 5em;
|
|
|
|
padding: 0 0 0 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard-widgets #dashboard_quick_press form p.submit {
|
|
|
|
border-top: 1px solid;
|
|
|
|
padding: 1em 1em 1em 5em;
|
|
|
|
margin: 0 -10px -10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard-widgets #dashboard_quick_press form p.submit input {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard-widgets #dashboard_quick_press form p.submit #save-post {
|
|
|
|
margin: 0 1em 0 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard-widgets #dashboard_quick_press form p.submit .cancel {
|
|
|
|
padding-left: 0;
|
|
|
|
padding-right: 0;
|
|
|
|
border: none;
|
|
|
|
background-color: transparent;
|
|
|
|
text-decoration: underline;
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard-widgets #dashboard_quick_press form p.submit .cancel:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#dashboard-widgets #dashboard_quick_press form p.submit #publish {
|
|
|
|
float: right;
|
2008-10-17 00:35:53 +02:00
|
|
|
}
|
|
|
|
|
2008-10-11 01:54:27 +02:00
|
|
|
/* Recent Drafts */
|
|
|
|
#dashboard_recent_drafts ul {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
|
2008-11-05 22:56:57 +01:00
|
|
|
#dashboard_recent_drafts ul li {
|
|
|
|
margin-bottom: 0.6em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard_recent_drafts h4 {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard_recent_drafts h4 abbr {
|
|
|
|
font-family: Georgia, serif;
|
|
|
|
color: #999;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard_recent_drafts p {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2008-10-17 00:35:53 +02:00
|
|
|
/* Feeds */
|
|
|
|
|
|
|
|
.rss-widget ul {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
list-style: none;
|
|
|
|
}
|
2008-02-20 04:23:34 +01:00
|
|
|
|
2008-10-17 00:35:53 +02:00
|
|
|
.rss-widget span.rss-date {
|
2008-11-05 22:56:57 +01:00
|
|
|
font-family: Georgia, serif;
|
2008-02-20 04:23:34 +01:00
|
|
|
}
|
|
|
|
|
2008-10-17 00:35:53 +02:00
|
|
|
.rss-widget cite {
|
|
|
|
display: block;
|
|
|
|
text-align: right;
|
|
|
|
margin: 0 0 1em;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.rss-widget cite:before {
|
|
|
|
content: '\2014';
|
|
|
|
}
|
|
|
|
|
2008-10-09 01:32:34 +02:00
|
|
|
/* Plugins */
|
2008-02-20 04:23:34 +01:00
|
|
|
|
|
|
|
#dashboard_plugins h5 {
|
2008-10-17 00:35:53 +02:00
|
|
|
font-size: 14px;
|
2008-02-20 04:23:34 +01:00
|
|
|
margin: 0;
|
|
|
|
display: inline;
|
2008-02-28 21:37:48 +01:00
|
|
|
line-height: 1.4em;
|
2008-02-20 04:23:34 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard_plugins p {
|
|
|
|
margin: 0 0 1em;
|
2008-02-28 21:37:48 +01:00
|
|
|
line-height: 1.5em;
|
2008-02-20 04:23:34 +01:00
|
|
|
}
|