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
|
|
|
form p.field-tip {
|
|
|
|
font-size: .9em;
|
|
|
|
font-style: italic;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
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-10-09 01:32:34 +02:00
|
|
|
.view-all {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
2008-02-13 11:07:57 +01:00
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
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 a {
|
|
|
|
text-decoration: 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 */
|
|
|
|
|
|
|
|
#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 {
|
|
|
|
padding: 5px 5px 5px 47px;
|
2008-02-13 11:07:57 +01:00
|
|
|
}
|
|
|
|
|
2008-10-09 01:32:34 +02:00
|
|
|
#the-comment-list .comment-item .avatar {
|
|
|
|
position: absolute;
|
|
|
|
left: 5px;
|
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-10-17 00:35:53 +02:00
|
|
|
/* QuickPress */
|
|
|
|
|
|
|
|
#quick-press #add-media-button {
|
|
|
|
margin: .5em 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#quick-press #content-label {
|
|
|
|
margin-top: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#quick-press .textarea-wrap {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
2008-10-11 01:54:27 +02:00
|
|
|
/* Recent Drafts */
|
|
|
|
#dashboard_recent_drafts ul {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
|
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-27 21:55:25 +01:00
|
|
|
.rss-widget a.rsswidget,
|
2008-10-17 00:35:53 +02:00
|
|
|
.rss-widget span.rss-date {
|
2008-02-28 21:37:48 +01:00
|
|
|
font-size: 14px;
|
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
|
|
|
}
|