2008-11-06 09:13:50 +01:00
|
|
|
#wpbody {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
2008-08-26 02:40:10 +02:00
|
|
|
.plugins .name,
|
|
|
|
#pass-strength-result.strong,
|
|
|
|
#pass-strength-result.short,
|
|
|
|
.button-highlighted,
|
|
|
|
#quicktags #ed_strong,
|
|
|
|
#ed_reply_toolbar #ed_reply_strong {
|
2008-02-27 20:18:21 +01:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2008-06-04 20:09:31 +02:00
|
|
|
.plugins p {
|
2008-02-27 20:18:21 +01:00
|
|
|
margin: 0 4px;
|
2006-10-06 03:14:47 +02:00
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2008-06-04 20:09:31 +02:00
|
|
|
.plugins .togl {
|
2008-02-27 20:18:21 +01:00
|
|
|
width: 150px;
|
2006-10-06 03:14:47 +02:00
|
|
|
}
|
|
|
|
|
2006-05-10 22:35:10 +02:00
|
|
|
.import-system {
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
2005-11-06 04:40:43 +01:00
|
|
|
#uploading {
|
2005-10-01 00:42:26 +02:00
|
|
|
border-style: none;
|
2007-01-23 08:14:05 +01:00
|
|
|
padding: 0;
|
2005-10-01 00:42:26 +02:00
|
|
|
margin-bottom: 16px;
|
2006-11-15 00:18:20 +01:00
|
|
|
height: 18em;
|
2005-10-01 00:42:26 +02:00
|
|
|
width: 100%;
|
2005-09-27 01:55:36 +02:00
|
|
|
}
|
|
|
|
|
2005-12-13 20:19:56 +01:00
|
|
|
form#upload th {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
form#upload #post_content, form#upload #post_title {
|
|
|
|
width: 250px;
|
|
|
|
}
|
|
|
|
|
2008-03-07 02:17:21 +01:00
|
|
|
.form-invalid input {
|
2008-04-14 19:05:24 +02:00
|
|
|
border-width: 1px !important;
|
|
|
|
border-style: solid !important;
|
2008-03-07 02:17:21 +01:00
|
|
|
}
|
|
|
|
|
2005-12-13 20:19:56 +01:00
|
|
|
form#upload #post_content {
|
|
|
|
height: 50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.attpreview {
|
|
|
|
width: 1px; /* hug */
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2003-10-14 02:54:09 +02:00
|
|
|
.anchors {
|
|
|
|
margin: 10px 20px 10px 20px;
|
|
|
|
}
|
|
|
|
|
2008-05-20 19:19:33 +02:00
|
|
|
table#availablethemes {
|
2008-10-02 06:25:31 +02:00
|
|
|
border-spacing: 0;
|
2008-05-20 19:19:33 +02:00
|
|
|
border: none;
|
|
|
|
border-top: 1px solid #ccc;
|
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
|
margin: 10px auto;
|
2008-11-08 08:56:42 +01:00
|
|
|
width: 100%;
|
2008-05-20 19:19:33 +02:00
|
|
|
}
|
2008-08-24 17:29:21 +02:00
|
|
|
|
2008-05-20 19:19:33 +02:00
|
|
|
td.available-theme {
|
|
|
|
vertical-align: top;
|
|
|
|
width: 240px;
|
|
|
|
margin: 0;
|
|
|
|
padding: 20px;
|
|
|
|
text-align: left;
|
|
|
|
}
|
2008-08-24 17:29:21 +02:00
|
|
|
|
2008-05-20 19:19:33 +02:00
|
|
|
table#availablethemes td {
|
|
|
|
border: 1px solid #eee;
|
|
|
|
border-top: none;
|
|
|
|
}
|
2008-08-24 17:29:21 +02:00
|
|
|
|
2008-05-20 19:19:33 +02:00
|
|
|
table#availablethemes td.top {
|
|
|
|
border-top: none;
|
|
|
|
}
|
2008-08-24 17:29:21 +02:00
|
|
|
|
|
|
|
table#availablethemes td.right,
|
|
|
|
table#availablethemes td.left {
|
2008-05-20 19:19:33 +02:00
|
|
|
border-right: none;
|
|
|
|
border-left: none;
|
|
|
|
}
|
2008-08-24 17:29:21 +02:00
|
|
|
|
2008-05-20 19:19:33 +02:00
|
|
|
table#availablethemes td.bottom {
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
2005-08-07 12:11:30 +02:00
|
|
|
|
2005-09-06 01:33:10 +02:00
|
|
|
.available-theme a.screenshot {
|
2008-05-20 19:19:33 +02:00
|
|
|
width: 240px;
|
|
|
|
height: 180px;
|
2005-11-17 11:23:35 +01:00
|
|
|
display: block;
|
2008-05-20 19:19:33 +02:00
|
|
|
border: 1px solid #efefef;
|
2005-09-06 01:33:10 +02:00
|
|
|
margin-bottom: 10px;
|
|
|
|
overflow: hidden;
|
2005-08-07 12:11:30 +02:00
|
|
|
}
|
2008-08-24 17:29:21 +02:00
|
|
|
|
2005-08-07 12:11:30 +02:00
|
|
|
.available-theme img {
|
2008-05-20 19:19:33 +02:00
|
|
|
width: 240px;
|
|
|
|
}
|
2008-08-24 17:29:21 +02:00
|
|
|
|
2008-05-20 19:19:33 +02:00
|
|
|
.available-theme h3 {
|
|
|
|
margin: 15px 0 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#current-theme {
|
2008-11-08 08:56:42 +01:00
|
|
|
margin: 1em 0 1.5em;
|
2008-05-20 19:19:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#current-theme a {
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#current-theme h3 {
|
|
|
|
font-size: 17px;
|
|
|
|
font-weight: normal;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#current-theme .description {
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#current-theme img {
|
|
|
|
float: left;
|
|
|
|
border: 1px solid #666;
|
|
|
|
margin-right: 1em;
|
|
|
|
margin-bottom: 1.5em;
|
|
|
|
width: 150px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#TB_window #TB_title a.tb-theme-preview-link,
|
|
|
|
#TB_window #TB_title a.tb-theme-preview-link:visited {
|
|
|
|
font-weight: bold;
|
|
|
|
color: #999;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#TB_window #TB_title a.tb-theme-preview-link:hover,
|
|
|
|
#TB_window #TB_title a.tb-theme-preview-link:focus {
|
|
|
|
color: #ccc;
|
2005-08-07 12:11:30 +02:00
|
|
|
}
|
|
|
|
|
2003-08-15 17:12:25 +02:00
|
|
|
.checkbox {
|
2003-12-05 10:41:27 +01:00
|
|
|
border: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2003-08-15 17:12:25 +02:00
|
|
|
}
|
|
|
|
|
2004-02-13 10:59:47 +01:00
|
|
|
.code {
|
2004-11-25 20:36:21 +01:00
|
|
|
font-family: "Courier New", Courier, monospace;
|
2004-02-13 10:59:47 +01:00
|
|
|
}
|
|
|
|
|
2004-07-21 09:44:27 +02:00
|
|
|
.commentlist li {
|
2006-04-19 11:12:52 +02:00
|
|
|
padding: 1em 1em .2em;
|
|
|
|
margin: 0;
|
2008-03-07 02:17:21 +01:00
|
|
|
border-bottom-width: 1px;
|
|
|
|
border-bottom-style: solid;
|
2006-04-19 11:12:52 +02:00
|
|
|
}
|
|
|
|
|
2007-02-26 06:22:02 +01:00
|
|
|
.commentlist li li {
|
2008-10-02 06:25:31 +02:00
|
|
|
border-bottom: 0;
|
2007-02-26 06:22:02 +01:00
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2006-04-19 11:12:52 +02:00
|
|
|
.commentlist p {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0 0 .8em;
|
2004-07-21 09:44:27 +02:00
|
|
|
}
|
|
|
|
|
2003-12-08 02:40:02 +01:00
|
|
|
.post-categories {
|
|
|
|
display: inline;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2008-03-12 00:04:13 +01:00
|
|
|
.post-categories li {
|
2003-12-08 02:40:02 +01:00
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
2003-08-15 17:12:25 +02:00
|
|
|
.quicktags, .search {
|
2003-08-15 18:23:04 +02:00
|
|
|
font: 12px Georgia, "Times New Roman", Times, serif;
|
2003-08-15 17:12:25 +02:00
|
|
|
}
|
|
|
|
|
2008-02-07 22:57:54 +01:00
|
|
|
.submit {
|
2008-10-25 22:55:40 +02:00
|
|
|
border-top-style: solid;
|
|
|
|
border-top-width: 1px;
|
2008-10-24 12:45:58 +02:00
|
|
|
padding: 1.5em 0;
|
|
|
|
margin: 5px 0;
|
2008-08-24 17:29:21 +02:00
|
|
|
-moz-border-radius: 0 0 3px 3px;
|
2008-08-25 10:56:35 +02:00
|
|
|
-webkit-border-bottom-left-radius: 3px;
|
|
|
|
-webkit-border-bottom-right-radius: 3px;
|
|
|
|
-khtml-border-bottom-left-radius: 3px;
|
|
|
|
-khtml-border-bottom-right-radius: 3px;
|
|
|
|
border-bottom-left-radius: 3px;
|
|
|
|
border-bottom-right-radius: 3px;
|
2008-02-22 04:45:19 +01:00
|
|
|
}
|
|
|
|
|
2008-11-11 03:58:24 +01:00
|
|
|
form p.submit .cancel {
|
|
|
|
padding-left: 0;
|
|
|
|
padding-right: 0;
|
|
|
|
border: none;
|
|
|
|
background: transparent;
|
|
|
|
text-decoration: underline;
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
|
|
|
|
form p.submit .cancel:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2008-10-24 12:45:58 +02:00
|
|
|
.submit-top {
|
2008-10-25 22:55:40 +02:00
|
|
|
border-top: 0 none;
|
|
|
|
border-bottom-style: solid;
|
|
|
|
border-bottom-width: 1px;
|
2008-10-24 12:45:58 +02:00
|
|
|
}
|
|
|
|
|
2008-11-03 08:06:36 +01:00
|
|
|
#submitdiv h3, #pagesubmitdiv h3 {
|
|
|
|
margin-bottom: 0 !important;
|
2008-10-27 07:07:59 +01:00
|
|
|
}
|
|
|
|
|
2008-11-03 08:06:36 +01:00
|
|
|
#misc-publishing-actions {
|
|
|
|
padding: 6px 0 16px 0;
|
2008-10-29 07:00:22 +01:00
|
|
|
}
|
|
|
|
|
2008-10-27 07:07:59 +01:00
|
|
|
.misc-pub-section {
|
2008-10-29 07:00:22 +01:00
|
|
|
padding: 6px;
|
2008-11-03 08:06:36 +01:00
|
|
|
border-bottom: 1px solid #eee;
|
2008-10-30 04:50:23 +01:00
|
|
|
}
|
|
|
|
|
2008-11-03 08:06:36 +01:00
|
|
|
.misc-pub-section-last {
|
2008-10-27 07:07:59 +01:00
|
|
|
border-bottom: 0;
|
2008-10-21 06:36:35 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#minor-publishing-actions {
|
2008-11-03 08:06:36 +01:00
|
|
|
padding: 6px;
|
2008-10-21 06:36:35 +02:00
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2008-11-03 08:06:36 +01:00
|
|
|
#minor-publishing {
|
|
|
|
border-bottom: 1px solid #ddd;
|
|
|
|
}
|
|
|
|
|
2008-10-29 07:00:22 +01:00
|
|
|
#save-post {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
2008-10-27 07:07:59 +01:00
|
|
|
.preview {
|
2008-11-03 08:06:36 +01:00
|
|
|
float: left;
|
2008-10-27 07:07:59 +01:00
|
|
|
padding: 2px 8px !important;
|
|
|
|
}
|
|
|
|
|
2008-10-21 06:36:35 +02:00
|
|
|
#major-publishing-actions {
|
2008-10-27 07:07:59 +01:00
|
|
|
background: #eaf2fa;
|
2008-10-29 07:00:22 +01:00
|
|
|
padding: 6px;
|
2008-10-21 06:36:35 +02:00
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
2008-10-29 07:00:22 +01:00
|
|
|
#minor-publishing-actions input,
|
|
|
|
#major-publishing-actions input,
|
|
|
|
#minor-publishing-actions .preview {
|
|
|
|
min-width: 80px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2008-10-21 06:36:35 +02:00
|
|
|
#delete-action {
|
2008-10-27 07:07:59 +01:00
|
|
|
line-height: 25px;
|
|
|
|
vertical-align: middle;
|
2008-10-21 06:36:35 +02:00
|
|
|
text-align: left;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#publishing-action {
|
|
|
|
text-align: right;
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
2008-11-03 08:06:36 +01:00
|
|
|
#post-body #minor-publishing {
|
|
|
|
padding-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#post-body #misc-publishing-actions {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#post-body .misc-pub-section {
|
|
|
|
border-right: 1px solid #eee;
|
|
|
|
border-bottom: 0;
|
|
|
|
min-height: 30px;
|
|
|
|
float: left;
|
|
|
|
max-width: 32%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#post-body .misc-pub-section-last {
|
|
|
|
border-right: 0;
|
|
|
|
}
|
|
|
|
|
2008-02-22 04:45:19 +01:00
|
|
|
.side-info {
|
|
|
|
margin: 0;
|
|
|
|
padding: 4px;
|
|
|
|
font-size: 11px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.side-info h5 {
|
2008-03-23 07:41:43 +01:00
|
|
|
padding-bottom: 7px;
|
2008-02-22 04:45:19 +01:00
|
|
|
font-size: 14px;
|
2008-03-23 07:41:43 +01:00
|
|
|
margin: 12px 2px 5px;
|
2008-03-07 02:17:21 +01:00
|
|
|
border-bottom-width: 1px;
|
|
|
|
border-bottom-style: solid;
|
2008-02-22 04:45:19 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.side-info ul {
|
|
|
|
margin: 0;
|
|
|
|
padding-left: 18px;
|
|
|
|
list-style: square;
|
2008-02-07 22:57:54 +01:00
|
|
|
}
|
|
|
|
|
2008-10-24 20:25:46 +02:00
|
|
|
.submit input,
|
|
|
|
.button,
|
|
|
|
.button-primary,
|
|
|
|
.button-secondary,
|
2008-11-08 03:15:53 +01:00
|
|
|
.button-highlighted,
|
|
|
|
#postcustomstuff .submit input {
|
2008-02-19 08:09:31 +01:00
|
|
|
font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
|
2008-10-24 20:25:46 +02:00
|
|
|
text-decoration: none;
|
|
|
|
font-size: 11px;
|
|
|
|
line-height: 16px;
|
|
|
|
padding: 2px 8px;
|
|
|
|
cursor: pointer;
|
2008-03-10 06:37:13 +01:00
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2008-10-24 20:25:46 +02:00
|
|
|
-moz-border-radius: 11px;
|
|
|
|
-khtml-border-radius: 11px;
|
|
|
|
-webkit-border-radius: 11px;
|
|
|
|
border-radius: 11px;
|
2008-10-28 11:59:26 +01:00
|
|
|
-moz-box-sizing: content-box;
|
2008-10-29 07:00:22 +01:00
|
|
|
-webkit-box-sizing: content-box;
|
|
|
|
-khtml-box-sizing: content-box;
|
|
|
|
box-sizing: content-box;
|
2008-10-24 20:25:46 +02:00
|
|
|
}
|
|
|
|
|
2008-10-27 05:56:17 +01:00
|
|
|
a.button {
|
2008-11-11 10:39:42 +01:00
|
|
|
padding: 3px 8px;
|
2008-10-27 05:56:17 +01:00
|
|
|
}
|
|
|
|
|
2008-10-24 20:25:46 +02:00
|
|
|
#doaction,
|
|
|
|
#doaction2 {
|
|
|
|
margin-right: 8px;
|
2008-02-19 08:09:31 +01:00
|
|
|
}
|
|
|
|
|
2008-10-24 20:25:46 +02:00
|
|
|
.tablenav select[name="action"] {
|
|
|
|
width: 90px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tablenav select[name="m"] {
|
|
|
|
width: 120px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tablenav select#cat {
|
|
|
|
width: 150px;
|
2008-09-12 15:12:28 +02:00
|
|
|
}
|
|
|
|
|
2008-03-24 17:18:30 +01:00
|
|
|
#wpcontent select {
|
|
|
|
font: 12px/20px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
|
|
|
|
padding: 2px;
|
2008-03-07 02:17:21 +01:00
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2008-03-24 17:18:30 +01:00
|
|
|
height: 2em;
|
2008-10-02 06:25:31 +02:00
|
|
|
vertical-align: top;
|
2008-02-18 23:45:11 +01:00
|
|
|
}
|
|
|
|
|
2006-03-29 03:51:55 +02:00
|
|
|
.approve {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2008-08-20 23:42:31 +02:00
|
|
|
.unapproved .approve, .spam .approve {
|
2006-03-29 03:51:55 +02:00
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.unapproved .unapprove {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2006-10-06 03:14:47 +02:00
|
|
|
.narrow {
|
2007-12-23 11:05:37 +01:00
|
|
|
width: 70%;
|
|
|
|
margin-bottom: 40px;
|
2006-10-06 03:14:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.narrow p {
|
|
|
|
line-height: 150%;
|
2003-12-05 10:41:27 +01:00
|
|
|
}
|
|
|
|
|
2006-05-10 22:35:10 +02:00
|
|
|
table .vers {
|
2005-08-07 12:45:06 +02:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2006-10-04 14:58:05 +02:00
|
|
|
textarea.all-options, input.all-options {
|
2006-10-04 13:28:38 +02:00
|
|
|
width: 250px;
|
|
|
|
}
|
|
|
|
|
2008-02-20 03:41:16 +01:00
|
|
|
#postdiv, #titlediv, #guiddiv, #poststuff .stuffbox {
|
2008-08-20 23:42:31 +02:00
|
|
|
margin: 0;
|
2007-01-23 08:14:05 +01:00
|
|
|
padding: 0;
|
2005-11-08 20:17:08 +01:00
|
|
|
}
|
|
|
|
|
2008-10-31 19:05:25 +01:00
|
|
|
#namediv table {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#namediv td.first {
|
|
|
|
width: 10px;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
#namediv input {
|
2008-08-20 23:42:31 +02:00
|
|
|
width: 94%;
|
2008-10-31 17:52:55 +01:00
|
|
|
border-style: solid;
|
|
|
|
border-width: 1px;
|
2008-02-21 00:31:56 +01:00
|
|
|
}
|
|
|
|
|
2008-10-31 19:05:25 +01:00
|
|
|
#namediv p {
|
|
|
|
margin: 10px 0;
|
|
|
|
}
|
|
|
|
|
2008-10-28 11:59:26 +01:00
|
|
|
#wpbody-content .metabox-holder {
|
|
|
|
padding-top: 10px;
|
|
|
|
}
|
|
|
|
|
2005-11-08 20:17:08 +01:00
|
|
|
#postdivrich {
|
2007-01-23 08:14:05 +01:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2005-11-08 20:17:08 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#content {
|
2007-01-23 08:14:05 +01:00
|
|
|
margin: 0;
|
2005-11-08 20:17:08 +01:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2008-01-31 19:10:46 +01:00
|
|
|
#editorcontainer #content {
|
2008-10-28 11:59:26 +01:00
|
|
|
padding: 6px;
|
2008-01-31 19:10:46 +01:00
|
|
|
line-height: 150%;
|
|
|
|
border: 0 none;
|
2008-03-12 00:04:13 +01:00
|
|
|
outline: none;
|
2008-10-28 11:59:26 +01:00
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
-webkit-box-sizing: border-box;
|
2008-10-29 07:00:22 +01:00
|
|
|
-khtml-box-sizing: border-box;
|
2008-10-28 11:59:26 +01:00
|
|
|
box-sizing: border-box;
|
2008-01-31 19:10:46 +01:00
|
|
|
}
|
|
|
|
|
2008-10-28 11:59:26 +01:00
|
|
|
#editorcontainer,
|
|
|
|
#quicktags {
|
|
|
|
border-style: solid;
|
2008-03-11 17:54:48 +01:00
|
|
|
border-width: 1px;
|
|
|
|
border-collapse: separate;
|
2008-10-28 11:59:26 +01:00
|
|
|
-moz-border-radius: 6px 6px 0 0;
|
|
|
|
-webkit-border-top-right-radius: 6px;
|
|
|
|
-webkit-border-top-left-radius: 6px;
|
|
|
|
-khtml-border-top-right-radius: 6px;
|
|
|
|
-khtml-border-top-left-radius: 6px;
|
|
|
|
border-top-right-radius: 6px;
|
|
|
|
border-top-left-radius: 6px;
|
2006-10-06 03:14:47 +02:00
|
|
|
}
|
|
|
|
|
2008-02-20 06:39:04 +01:00
|
|
|
#quicktags {
|
2007-01-23 08:14:05 +01:00
|
|
|
padding: 0;
|
2008-10-28 11:59:26 +01:00
|
|
|
margin-bottom: -3px;
|
|
|
|
border-bottom-width: 3px;
|
|
|
|
background-image: url("images/ed-bg.gif");
|
|
|
|
background-position: left top;
|
|
|
|
background-repeat: repeat-x;
|
2006-09-22 09:04:41 +02:00
|
|
|
}
|
2006-09-27 02:51:17 +02:00
|
|
|
|
2006-09-22 09:04:41 +02:00
|
|
|
#quicktags #ed_toolbar {
|
2008-10-28 11:59:26 +01:00
|
|
|
padding: 2px 4px 0;
|
2006-09-22 09:04:41 +02:00
|
|
|
}
|
|
|
|
|
2008-10-08 03:18:16 +02:00
|
|
|
#ed_toolbar input {
|
2008-10-30 04:03:00 +01:00
|
|
|
margin: 3px 2px 4px;
|
2008-03-13 07:06:33 +01:00
|
|
|
line-height: 18px;
|
2008-03-23 07:41:43 +01:00
|
|
|
display: inline-block;
|
2008-10-30 04:03:00 +01:00
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
|
|
|
min-width: 26px;
|
2008-11-10 11:31:12 +01:00
|
|
|
min-height: 1.9em;
|
2008-10-30 04:03:00 +01:00
|
|
|
padding: 2px 4px;
|
|
|
|
font-size: 13px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
-khtml-border-radius: 3px;
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
2006-09-22 09:04:41 +02:00
|
|
|
}
|
|
|
|
|
2008-08-24 08:56:22 +02:00
|
|
|
#quicktags #ed_link,
|
|
|
|
#ed_reply_toolbar #ed_reply_link {
|
2005-06-14 09:31:36 +02:00
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2008-08-24 08:56:22 +02:00
|
|
|
#quicktags #ed_del,
|
|
|
|
#ed_reply_toolbar #ed_reply_del {
|
2003-08-15 18:23:04 +02:00
|
|
|
text-decoration: line-through;
|
2003-08-15 17:12:25 +02:00
|
|
|
}
|
|
|
|
|
2008-08-24 08:56:22 +02:00
|
|
|
#quicktags #ed_em,
|
|
|
|
#ed_reply_toolbar #ed_reply_em {
|
2003-08-15 18:23:04 +02:00
|
|
|
font-style: italic;
|
2003-08-15 17:12:25 +02:00
|
|
|
}
|
|
|
|
|
2008-08-24 08:56:22 +02:00
|
|
|
#quicktags #ed_code,
|
|
|
|
#ed_reply_toolbar #ed_reply_code {
|
2008-11-10 11:31:12 +01:00
|
|
|
font-family: "Courier New", Courier, monospace;
|
2008-03-12 00:04:13 +01:00
|
|
|
vertical-align: top;
|
2005-06-14 09:31:36 +02:00
|
|
|
}
|
|
|
|
|
2005-12-13 20:19:56 +01:00
|
|
|
#attachmentlinks textarea {
|
|
|
|
width: 100%;
|
|
|
|
height: 2.5em;
|
|
|
|
margin-bottom: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#excerpt, .attachmentlinks {
|
2007-01-23 08:14:05 +01:00
|
|
|
margin: 0;
|
2005-09-06 08:45:31 +02:00
|
|
|
height: 4em;
|
2008-03-01 00:27:02 +01:00
|
|
|
width: 98%;
|
2003-08-15 18:23:04 +02:00
|
|
|
}
|
2003-08-15 17:12:25 +02:00
|
|
|
|
2006-10-04 18:47:50 +02:00
|
|
|
#login .fullwidth {
|
|
|
|
width: 320px;
|
2005-11-17 01:51:34 +01:00
|
|
|
}
|
2004-04-28 21:49:27 +02:00
|
|
|
|
2007-05-28 20:34:06 +02:00
|
|
|
#searchform fieldset {
|
2006-09-27 02:51:17 +02:00
|
|
|
float: left;
|
2007-05-28 20:34:06 +02:00
|
|
|
margin: 0 1.5ex 1em 0;
|
|
|
|
padding: 0;
|
2006-09-27 02:51:17 +02:00
|
|
|
}
|
|
|
|
|
2007-05-28 20:34:06 +02:00
|
|
|
#searchform fieldset legend {
|
|
|
|
padding: 0 0 .2em 1px;
|
|
|
|
}
|
2008-03-02 21:17:30 +01:00
|
|
|
|
2007-05-28 20:34:06 +02:00
|
|
|
#searchform #s {
|
|
|
|
padding: 4px 3px;
|
2006-09-27 02:51:17 +02:00
|
|
|
}
|
|
|
|
|
2007-05-28 20:34:06 +02:00
|
|
|
#searchform #post-query-submit {
|
2006-09-27 02:51:17 +02:00
|
|
|
float: left;
|
2007-05-28 20:34:06 +02:00
|
|
|
margin: 14px 0 1em;
|
|
|
|
position: relative;
|
|
|
|
top: .35em;
|
2006-09-27 02:51:17 +02:00
|
|
|
}
|
|
|
|
|
2008-11-08 03:15:53 +01:00
|
|
|
/* post meta postbox */
|
|
|
|
#postcustomstuff table,
|
|
|
|
#postcustomstuff input,
|
|
|
|
#postcustomstuff textarea {
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
-khtml-border-radius: 3px;
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#postcustomstuff .updatemeta,
|
|
|
|
#postcustomstuff .deletemeta {
|
2004-04-28 21:49:27 +02:00
|
|
|
margin: auto;
|
2003-11-30 23:13:53 +01:00
|
|
|
}
|
|
|
|
|
2008-11-08 03:15:53 +01:00
|
|
|
#postcustomstuff thead th {
|
|
|
|
padding: 5px 8px 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#postcustom #postcustomstuff .submit,
|
|
|
|
#pagecustomdiv #postcustomstuff .submit {
|
|
|
|
border: 0 none;
|
|
|
|
float: none;
|
|
|
|
padding: 5px 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#side-sortables #postcustom #postcustomstuff .submit,
|
|
|
|
#side-sortables #pagecustomdiv #postcustomstuff .submit {
|
|
|
|
padding: 0 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#side-sortables #postcustom #postcustomstuff td.left input,
|
|
|
|
#side-sortables #pagecustomdiv #postcustomstuff td.left input {
|
|
|
|
margin: 3px 3px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#side-sortables #postcustom #postcustomstuff #the-list textarea,
|
|
|
|
#side-sortables #pagecustomdiv #postcustomstuff #the-list textarea {
|
|
|
|
height: 85px;
|
|
|
|
margin: 3px;
|
|
|
|
}
|
|
|
|
|
2008-03-11 08:23:07 +01:00
|
|
|
#postcustomstuff table {
|
2007-01-23 08:14:05 +01:00
|
|
|
margin: 0;
|
2005-11-08 20:17:08 +01:00
|
|
|
width: 100%;
|
2008-03-07 02:17:21 +01:00
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2008-11-08 03:15:53 +01:00
|
|
|
border-spacing: 0;
|
2004-03-25 06:38:59 +01:00
|
|
|
}
|
|
|
|
|
2008-11-08 03:15:53 +01:00
|
|
|
#postcustomstuff table input,
|
|
|
|
#postcustomstuff table select,
|
|
|
|
#postcustomstuff table textarea {
|
2004-04-28 21:49:27 +02:00
|
|
|
width: 95%;
|
2008-11-08 03:15:53 +01:00
|
|
|
margin: 8px 0 8px 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#postcustomstuff th.left,
|
|
|
|
#postcustomstuff td.left {
|
|
|
|
width: 38%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#postcustomstuff .submit input {
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
#postcustomstuff #newmeta .submit {
|
|
|
|
padding: 0 8px;
|
2004-03-25 06:38:59 +01:00
|
|
|
}
|
|
|
|
|
2008-03-11 08:23:07 +01:00
|
|
|
#postcustomstuff table #addmetasub {
|
2007-10-10 00:49:42 +02:00
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
2008-11-08 03:15:53 +01:00
|
|
|
#postcustomstuff #newmetaleft {
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
#postcustomstuff #newmetaleft a {
|
|
|
|
padding: 0 10px;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2004-04-28 21:49:27 +02:00
|
|
|
#save {
|
2005-06-14 09:31:36 +02:00
|
|
|
width: 15em;
|
2004-08-01 09:51:26 +02:00
|
|
|
}
|
|
|
|
|
2004-12-21 23:09:07 +01:00
|
|
|
#template div {
|
|
|
|
margin-right: 190px;
|
|
|
|
}
|
|
|
|
|
2005-12-09 20:21:39 +01:00
|
|
|
* html #template div {
|
2007-01-23 08:14:05 +01:00
|
|
|
margin-right: 0;
|
2005-12-09 20:21:39 +01:00
|
|
|
}
|
|
|
|
|
2005-11-09 09:44:48 +01:00
|
|
|
/* A handy div class for hiding controls.
|
2006-11-19 08:56:05 +01:00
|
|
|
Some browsers will disable them when you
|
2008-10-02 06:25:31 +02:00
|
|
|
set display: none; */
|
2005-11-09 09:44:48 +01:00
|
|
|
.zerosize {
|
2007-01-23 08:14:05 +01:00
|
|
|
height: 0;
|
|
|
|
width: 0;
|
|
|
|
margin: 0;
|
|
|
|
border: 0;
|
|
|
|
padding: 0;
|
2005-11-09 09:44:48 +01:00
|
|
|
overflow: hidden;
|
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
|
2005-12-23 22:08:42 +01:00
|
|
|
* html #themeselect {
|
2007-01-23 08:14:05 +01:00
|
|
|
padding: 0 3px;
|
2005-12-23 22:08:42 +01:00
|
|
|
height: 22px;
|
|
|
|
}
|
2005-06-14 09:31:36 +02:00
|
|
|
|
2005-09-06 04:01:33 +02:00
|
|
|
#your-profile legend {
|
|
|
|
font-family: Georgia, "Times New Roman", Times, serif;
|
|
|
|
font-size: 22px;
|
|
|
|
}
|
|
|
|
|
2008-03-07 08:53:15 +01:00
|
|
|
#your-profile #rich_editing {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
2006-01-10 06:16:17 +01:00
|
|
|
#howto {
|
|
|
|
font-size: 11px;
|
|
|
|
margin: 0 5px;
|
|
|
|
display: block;
|
|
|
|
}
|
2006-09-27 02:51:17 +02:00
|
|
|
|
2006-04-04 02:16:27 +02:00
|
|
|
#ajax-response.alignleft {
|
|
|
|
margin-left: 2em;
|
|
|
|
}
|
2006-09-27 02:51:17 +02:00
|
|
|
|
2008-02-07 22:57:54 +01:00
|
|
|
div.nav {
|
2008-03-24 17:18:30 +01:00
|
|
|
height: 2em;
|
|
|
|
padding: 7px 10px;
|
|
|
|
vertical-align: text-top;
|
|
|
|
margin: 5px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav .button-secondary {
|
|
|
|
padding: 2px 4px;
|
2008-02-07 22:57:54 +01:00
|
|
|
}
|
|
|
|
|
2006-10-06 03:14:47 +02:00
|
|
|
.page-numbers {
|
2008-10-24 20:25:46 +02:00
|
|
|
border-bottom-style: solid;
|
2008-11-06 22:56:29 +01:00
|
|
|
border-bottom-width: 2px;
|
|
|
|
font-weight: bold;
|
|
|
|
margin-right: 1px;
|
|
|
|
padding: 0 2px;
|
2006-10-06 03:14:47 +02:00
|
|
|
}
|
|
|
|
|
2008-10-24 20:25:46 +02:00
|
|
|
.tablenav-pages span.current {
|
|
|
|
border: 0 none;
|
2006-10-07 20:31:39 +02:00
|
|
|
}
|
2007-01-22 20:26:20 +01:00
|
|
|
|
2008-02-07 22:57:54 +01:00
|
|
|
p.pagenav {
|
|
|
|
margin: 0;
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
2007-01-22 20:26:20 +01:00
|
|
|
.pagenav span {
|
|
|
|
font-weight: bold;
|
|
|
|
margin: 0 6px;
|
2007-04-05 04:03:40 +02:00
|
|
|
}
|
|
|
|
|
2008-02-24 03:07:51 +01:00
|
|
|
.row-title {
|
|
|
|
font-size: 12px !important;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2008-09-26 03:05:52 +02:00
|
|
|
.column-comment p {
|
2008-08-20 23:42:31 +02:00
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
2008-11-01 12:19:13 +01:00
|
|
|
.column-author img, .column-username img {
|
2008-08-20 23:42:31 +02:00
|
|
|
float: left;
|
|
|
|
margin-right: 10px;
|
|
|
|
margin-top: 3px;
|
2008-02-24 03:07:51 +01:00
|
|
|
}
|
|
|
|
|
2008-02-27 20:18:21 +01:00
|
|
|
.tablenav a.button-secondary {
|
2008-03-24 17:18:30 +01:00
|
|
|
display: block;
|
2008-10-31 04:46:14 +01:00
|
|
|
margin: 8px 8px 0 0;
|
2008-02-27 20:18:21 +01:00
|
|
|
}
|
|
|
|
|
2008-02-10 09:10:11 +01:00
|
|
|
.tablenav {
|
2008-10-03 02:13:12 +02:00
|
|
|
clear: both;
|
2008-10-24 20:25:46 +02:00
|
|
|
height: 40px;
|
|
|
|
margin: 6px 0;
|
|
|
|
vertical-align: middle;
|
2008-02-10 09:10:11 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.tablenav .tablenav-pages {
|
|
|
|
float: right;
|
2008-11-06 22:56:29 +01:00
|
|
|
display: block;
|
|
|
|
cursor: default;
|
|
|
|
height: 40px;
|
|
|
|
line-height: 40px;
|
2008-03-19 17:16:16 +01:00
|
|
|
font-size: 11px;
|
2008-11-06 22:56:29 +01:00
|
|
|
margin: 0 8px 0 0;
|
|
|
|
color: #555;
|
2008-02-10 09:10:11 +01:00
|
|
|
}
|
|
|
|
|
2008-03-06 21:44:29 +01:00
|
|
|
.tablenav .tablenav-pages a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2008-11-06 22:56:29 +01:00
|
|
|
.tablenav .displaying-num {
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
2008-10-24 20:25:46 +02:00
|
|
|
.tablenav .actions {
|
|
|
|
padding: 7px 8px 0;
|
|
|
|
}
|
|
|
|
|
2008-03-04 05:28:23 +01:00
|
|
|
td.media-icon {
|
|
|
|
vertical-align: middle;
|
2008-03-23 07:41:43 +01:00
|
|
|
text-align: center;
|
2008-09-16 06:24:28 +02:00
|
|
|
width: 80px;
|
2008-03-04 05:28:23 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
td.media-icon img {
|
2008-03-22 00:21:27 +01:00
|
|
|
max-width: 80px;
|
|
|
|
max-height: 60px;
|
2008-03-04 05:28:23 +01:00
|
|
|
}
|
|
|
|
|
2007-08-22 12:48:48 +02:00
|
|
|
#update-nag, .plugin-update {
|
2007-08-20 09:01:15 +02:00
|
|
|
line-height: 29px;
|
|
|
|
font-size: 12px;
|
2007-08-22 12:48:48 +02:00
|
|
|
text-align: center;
|
2008-03-07 02:17:21 +01:00
|
|
|
border-bottom-width: 1px;
|
|
|
|
border-bottom-style: solid;
|
|
|
|
border-top-width: 1px;
|
|
|
|
border-top-style: solid;
|
2008-03-02 21:17:30 +01:00
|
|
|
}
|
2007-08-22 12:48:48 +02:00
|
|
|
|
|
|
|
#update-nag a, .plugin-update a {
|
2007-08-20 09:01:15 +02:00
|
|
|
font-size: 1.1em;
|
2007-08-17 12:33:52 +02:00
|
|
|
}
|
2007-12-19 22:53:10 +01:00
|
|
|
|
2008-03-02 21:17:30 +01:00
|
|
|
#pass-strength-result {
|
2008-03-07 02:17:21 +01:00
|
|
|
border-style: solid;
|
2008-08-26 02:40:10 +02:00
|
|
|
border-width: 1px;
|
|
|
|
float: left;
|
|
|
|
margin: 12px 5px 5px 1px;
|
|
|
|
padding: 3px 5px;
|
|
|
|
text-align: center;
|
|
|
|
width: 200px;
|
2007-12-20 21:31:46 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
a.view-comment-post-link {
|
|
|
|
position: absolute;
|
2008-10-02 06:25:31 +02:00
|
|
|
text-decoration: underline;
|
2007-12-22 10:46:13 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Admin Header */
|
|
|
|
|
2008-10-17 07:48:00 +02:00
|
|
|
#wphead-info {
|
2008-10-18 18:54:14 +02:00
|
|
|
margin: 0 15px;
|
2008-10-17 07:48:00 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#user_info {
|
2008-10-18 18:54:14 +02:00
|
|
|
float: right;
|
2008-10-17 07:48:00 +02:00
|
|
|
font-size: 12px;
|
|
|
|
line-height: 46px;
|
|
|
|
height: 46px;
|
2007-12-22 10:46:13 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#user_info p {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2008-10-17 07:48:00 +02:00
|
|
|
line-height: 46px;
|
2007-12-22 10:46:13 +01:00
|
|
|
}
|
|
|
|
|
2008-10-02 07:35:57 +02:00
|
|
|
a#view-site-link {
|
|
|
|
position: relative;
|
|
|
|
bottom: 10px;
|
|
|
|
}
|
|
|
|
|
2008-10-02 08:06:52 +02:00
|
|
|
#wphead {
|
2008-10-17 07:48:00 +02:00
|
|
|
height: 46px;
|
2008-10-02 08:06:52 +02:00
|
|
|
}
|
|
|
|
|
2008-10-14 19:12:21 +02:00
|
|
|
#wphead a, #adminmenu a, #sidemenu a, #taglist a, #catlist a, #show-settings a {
|
2008-03-06 10:53:03 +01:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2008-09-28 18:55:17 +02:00
|
|
|
#logo50 {
|
2008-10-18 18:54:14 +02:00
|
|
|
float: left;
|
2008-10-17 07:48:00 +02:00
|
|
|
margin: 9px 0 0 20px;
|
2008-09-28 18:55:17 +02:00
|
|
|
}
|
|
|
|
|
2008-08-20 23:42:31 +02:00
|
|
|
ul#adminmenu li.write-new-button {
|
|
|
|
margin: -10px 18px 12px;
|
|
|
|
}
|
|
|
|
ul#adminmenu li.write-new-button a {
|
|
|
|
line-height: 1.2em;
|
|
|
|
font: 12px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
|
|
|
|
padding: 6px 4px;
|
|
|
|
letter-spacing: normal;
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
-khtml-border-radius: 3px;
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
text-indent: 0;
|
|
|
|
text-align: center;
|
|
|
|
color: #246;
|
|
|
|
}
|
|
|
|
|
2007-12-22 10:46:13 +01:00
|
|
|
#wphead h1 {
|
2008-10-17 07:48:00 +02:00
|
|
|
font: normal 22px Georgia, "Times New Roman", Times, serif;
|
2008-10-18 18:54:14 +02:00
|
|
|
padding: 10px 10px 5px;
|
2007-12-22 10:46:13 +01:00
|
|
|
margin: 0;
|
2008-10-18 18:54:14 +02:00
|
|
|
float: left;
|
2007-12-22 10:46:13 +01:00
|
|
|
}
|
|
|
|
|
2008-11-09 21:02:59 +01:00
|
|
|
#wphead h1.long-title {
|
|
|
|
font: normal 18px Georgia, "Times New Roman", Times, serif;
|
|
|
|
padding: 12px 10px 5px;
|
|
|
|
}
|
|
|
|
|
2008-11-09 15:54:39 +01:00
|
|
|
/* side admin menu */
|
2008-10-14 19:12:21 +02:00
|
|
|
#adminmenu .wp-submenu {
|
2008-08-20 23:42:31 +02:00
|
|
|
display: none;
|
|
|
|
list-style: none;
|
|
|
|
padding: 0;
|
2008-11-09 15:54:39 +01:00
|
|
|
margin: 0;
|
|
|
|
position: relative;
|
|
|
|
z-index: 2;
|
|
|
|
border-width: 1px 0 0;
|
|
|
|
border-style: solid none none;
|
2008-08-20 23:42:31 +02:00
|
|
|
}
|
|
|
|
|
2007-12-22 10:46:13 +01:00
|
|
|
#adminmenu {
|
2008-10-14 07:10:16 +02:00
|
|
|
padding: 0;
|
2008-11-09 15:54:39 +01:00
|
|
|
width: 12em;
|
2007-12-22 10:46:13 +01:00
|
|
|
list-style: none;
|
2008-11-10 09:58:32 +01:00
|
|
|
font: normal 11.5px/18px Georgia, "Times New Roman", Times, serif;
|
2008-02-10 09:10:11 +01:00
|
|
|
}
|
|
|
|
|
2008-11-09 15:54:39 +01:00
|
|
|
#adminmenu.folded,
|
|
|
|
#adminmenu.folded li.menu-top {
|
|
|
|
width: 28px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu div.wp-submenu-head {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu.folded div.wp-submenu-head,
|
|
|
|
#adminmenu.folded li.wp-has-submenu div.sub-open {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu.folded a.menu-top,
|
|
|
|
#adminmenu.folded .wp-submenu,
|
|
|
|
#adminmenu.folded li.wp-menu-open .wp-submenu,
|
|
|
|
#adminmenu.folded div.wp-menu-toggle {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2008-10-14 07:10:16 +02:00
|
|
|
#adminmenu li.wp-menu-open .wp-submenu {
|
|
|
|
display: block;
|
|
|
|
}
|
2008-11-09 15:54:39 +01:00
|
|
|
|
|
|
|
#adminmenu div.wp-menu-image {
|
|
|
|
float: left;
|
|
|
|
width: 28px;
|
|
|
|
height: 30px;
|
|
|
|
}
|
|
|
|
|
2008-10-14 07:10:16 +02:00
|
|
|
/*
|
|
|
|
#adminmenu a {
|
|
|
|
outline: none;
|
2007-12-22 10:46:13 +01:00
|
|
|
}
|
|
|
|
|
2008-10-14 07:10:16 +02:00
|
|
|
#adminmenu a:active,
|
|
|
|
#adminmenu a:selected {
|
|
|
|
color: #D54E21;
|
|
|
|
}
|
|
|
|
*/
|
|
|
|
#adminmenu li {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2007-12-22 10:46:13 +01:00
|
|
|
}
|
|
|
|
|
2008-10-24 00:19:19 +02:00
|
|
|
#adminmenu a {
|
|
|
|
display: block;
|
2008-10-30 10:52:20 +01:00
|
|
|
font-size: 11.5px !important;
|
2008-10-24 00:19:19 +02:00
|
|
|
line-height: 18px;
|
|
|
|
padding: 1px 5px 3px;
|
|
|
|
}
|
|
|
|
|
2008-11-09 15:54:39 +01:00
|
|
|
#adminmenu li.menu-top {
|
2008-10-24 00:19:19 +02:00
|
|
|
min-height: 28px;
|
|
|
|
}
|
|
|
|
|
2008-11-09 15:54:39 +01:00
|
|
|
#adminmenu a.menu-top {
|
2008-10-24 00:19:19 +02:00
|
|
|
line-height: 18px;
|
2008-11-10 09:58:32 +01:00
|
|
|
min-width: 10em;
|
2008-10-24 00:19:19 +02:00
|
|
|
padding: 6px 5px;
|
|
|
|
border-width: 1px 1px 0;
|
|
|
|
border-style: solid solid none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu li.wp-has-current-submenu a.wp-has-submenu {
|
|
|
|
font-style: italic;
|
2008-02-17 20:41:47 +01:00
|
|
|
}
|
|
|
|
|
2008-10-24 00:19:19 +02:00
|
|
|
#adminmenu .wp-submenu a {
|
|
|
|
margin: 0;
|
|
|
|
padding-left: 12px;
|
|
|
|
border-width: 0 1px 0 0;
|
|
|
|
border-style: none solid none none;
|
|
|
|
}
|
|
|
|
|
2008-11-09 15:54:39 +01:00
|
|
|
#adminmenu .menu-top-last ul.wp-submenu {
|
2008-10-24 00:19:19 +02:00
|
|
|
border-width: 0 0 1px;
|
|
|
|
border-style: none none solid;
|
|
|
|
}
|
|
|
|
|
2008-10-16 12:32:26 +02:00
|
|
|
#adminmenu .wp-submenu li {
|
2008-10-14 07:10:16 +02:00
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
2008-10-24 00:19:19 +02:00
|
|
|
}
|
2008-10-14 07:10:16 +02:00
|
|
|
|
2008-11-09 21:21:12 +01:00
|
|
|
#adminmenu.folded li.menu-top {
|
2008-10-24 00:19:19 +02:00
|
|
|
width: 28px;
|
|
|
|
height: 30px;
|
|
|
|
overflow: hidden;
|
|
|
|
border-width: 1px 1px 0;
|
|
|
|
border-style: solid solid none;
|
|
|
|
background-color: #F1F1F1;
|
|
|
|
}
|
2008-10-14 07:10:16 +02:00
|
|
|
|
2008-11-09 15:54:39 +01:00
|
|
|
#adminmenu .menu-top-first a.menu-top,
|
2008-10-24 00:19:19 +02:00
|
|
|
#adminmenu.folded li.menu-top-first,
|
2008-11-09 15:54:39 +01:00
|
|
|
#adminmenu .wp-submenu .wp-submenu-head {
|
2008-10-24 00:19:19 +02:00
|
|
|
border-width: 1px 1px 0;
|
|
|
|
border-style: solid solid none;
|
2008-11-09 15:54:39 +01:00
|
|
|
-moz-border-radius-topleft :8px;
|
|
|
|
-moz-border-radius-topright: 8px;
|
2008-10-24 00:19:19 +02:00
|
|
|
-webkit-border-top-right-radius: 8px;
|
|
|
|
-webkit-border-top-left-radius: 8px;
|
|
|
|
-khtml-border-top-right-radius: 8px;
|
|
|
|
-khtml-border-top-left-radius: 8px;
|
|
|
|
border-top-right-radius: 8px;
|
|
|
|
border-top-left-radius: 8px;
|
|
|
|
}
|
|
|
|
|
2008-11-09 15:54:39 +01:00
|
|
|
#adminmenu .menu-top-last a.menu-top,
|
2008-10-24 00:19:19 +02:00
|
|
|
#adminmenu.folded li.menu-top-last {
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2008-11-09 15:54:39 +01:00
|
|
|
-moz-border-radius-bottomleft: 8px;
|
|
|
|
-moz-border-radius-bottomright: 8px;
|
2008-10-24 00:19:19 +02:00
|
|
|
-webkit-border-bottom-right-radius: 8px;
|
|
|
|
-webkit-border-bottom-left-radius: 8px;
|
|
|
|
-khtml-border-bottom-right-radius: 8px;
|
|
|
|
-khtml-border-bottom-left-radius: 8px;
|
|
|
|
border-bottom-right-radius: 8px;
|
|
|
|
border-bottom-left-radius: 8px;
|
|
|
|
}
|
|
|
|
|
2008-11-09 15:54:39 +01:00
|
|
|
#adminmenu li.wp-menu-open a.menu-top-last {
|
|
|
|
border-bottom: 0 none;
|
2008-10-24 00:19:19 +02:00
|
|
|
-moz-border-radius-bottomright: 0;
|
|
|
|
-moz-border-radius-bottomleft: 0;
|
|
|
|
-webkit-border-bottom-right-radius: 0;
|
|
|
|
-webkit-border-bottom-left-radius: 0;
|
|
|
|
-khtml-border-bottom-right-radius: 0;
|
|
|
|
-khtml-border-bottom-left-radius: 0;
|
|
|
|
border-bottom-right-radius: 0;
|
|
|
|
border-bottom-left-radius: 0;
|
2008-01-04 12:47:06 +01:00
|
|
|
}
|
|
|
|
|
2008-11-09 15:54:39 +01:00
|
|
|
#adminmenu img.wp-menu-image {
|
2008-10-14 07:10:16 +02:00
|
|
|
float: left;
|
2008-10-24 00:19:19 +02:00
|
|
|
padding: 8px 6px 0;
|
|
|
|
}
|
|
|
|
|
2008-11-09 15:54:39 +01:00
|
|
|
#adminmenu.folded img.wp-menu-image {
|
2008-10-24 00:19:19 +02:00
|
|
|
padding: 7px 0 0 6px;
|
2008-08-20 23:42:31 +02:00
|
|
|
}
|
|
|
|
|
2008-10-24 00:19:19 +02:00
|
|
|
#adminmenu li.wp-menu-separator {
|
|
|
|
height: 21px;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
2007-12-22 10:46:13 +01:00
|
|
|
}
|
|
|
|
|
2008-10-24 00:19:19 +02:00
|
|
|
#adminmenu .wp-menu-separator-last {
|
|
|
|
height: 10px;
|
2008-10-15 08:54:25 +02:00
|
|
|
width: 1px;
|
2008-02-24 03:07:51 +01:00
|
|
|
}
|
|
|
|
|
2008-11-09 15:54:39 +01:00
|
|
|
#adminmenu .wp-submenu .wp-submenu-head {
|
2008-10-24 00:19:19 +02:00
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
|
|
|
padding: 6px 4px 6px 10px;
|
2008-10-16 12:32:26 +02:00
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
|
2008-10-14 07:10:16 +02:00
|
|
|
#adminmenu.folded .wp-submenu {
|
|
|
|
position: absolute;
|
2008-11-09 15:54:39 +01:00
|
|
|
margin: -1px 0 0 28px;
|
|
|
|
padding: 0 8px 8px;
|
2008-10-15 08:54:25 +02:00
|
|
|
z-index: 999;
|
2008-11-09 15:54:39 +01:00
|
|
|
border: 0 none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu.folded .wp-submenu ul {
|
|
|
|
width: 140px;
|
2008-10-24 00:19:19 +02:00
|
|
|
border-width: 0 0 1px;
|
|
|
|
border-style: none none solid;
|
2008-10-14 07:10:16 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu.folded .wp-submenu li.wp-first-item {
|
|
|
|
border-top: 0 none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu.folded .wp-submenu a {
|
2008-10-15 08:54:25 +02:00
|
|
|
padding-left: 10px;
|
2008-10-14 07:10:16 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu.folded a.wp-has-submenu {
|
|
|
|
margin-left: 40px;
|
|
|
|
}
|
|
|
|
|
2008-11-09 15:54:39 +01:00
|
|
|
#adminmenu li.menu-top-last .wp-submenu ul {
|
|
|
|
border-width: 0 0 1px;
|
|
|
|
border-style: none none solid;
|
|
|
|
}
|
|
|
|
|
2008-10-24 00:19:19 +02:00
|
|
|
#adminmenu .wp-menu-toggle {
|
|
|
|
width: 22px;
|
2008-11-10 09:58:32 +01:00
|
|
|
clear: right;
|
2008-10-24 00:19:19 +02:00
|
|
|
float: right;
|
|
|
|
margin: 1px 0 0;
|
|
|
|
height: 29px;
|
|
|
|
padding: 1px 2px 0 0;
|
2008-10-14 07:10:16 +02:00
|
|
|
}
|
|
|
|
/* end side admin menu */
|
|
|
|
|
|
|
|
/* 2.6 */
|
2008-10-30 10:52:20 +01:00
|
|
|
#adminmenu a #awaiting-mod,
|
|
|
|
#sidemenu li a #update-plugins {
|
2007-12-22 10:46:13 +01:00
|
|
|
position: absolute;
|
2008-03-19 17:16:16 +01:00
|
|
|
margin-top: 0.2em;
|
2008-01-21 23:13:07 +01:00
|
|
|
font-size: 0.7em;
|
2007-12-22 10:46:13 +01:00
|
|
|
background-repeat: no-repeat;
|
2008-01-21 23:13:07 +01:00
|
|
|
background-position: 0 bottom;
|
|
|
|
height: 0.9em;
|
|
|
|
width: 1em;
|
|
|
|
}
|
|
|
|
|
2008-10-30 10:52:20 +01:00
|
|
|
#adminmenu li a .count-0,
|
|
|
|
#sidemenu li a .count-0 {
|
2008-03-10 06:54:46 +01:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2008-03-20 22:40:17 +01:00
|
|
|
.post-com-count-wrapper {
|
|
|
|
min-width: 22px;
|
|
|
|
}
|
|
|
|
|
2008-02-10 09:10:11 +01:00
|
|
|
.post-com-count {
|
2008-03-10 09:24:45 +01:00
|
|
|
height: 1.3em;
|
2008-03-23 07:41:43 +01:00
|
|
|
line-height: 1.1em;
|
2008-02-10 09:10:11 +01:00
|
|
|
display: block;
|
2008-03-07 02:17:21 +01:00
|
|
|
text-decoration: none;
|
2008-03-23 07:41:43 +01:00
|
|
|
padding: 0 0 6px;
|
2008-03-10 09:24:45 +01:00
|
|
|
cursor: pointer;
|
2008-03-23 07:41:43 +01:00
|
|
|
background-position: center -80px;
|
2008-03-10 09:24:45 +01:00
|
|
|
background-repeat: no-repeat;
|
2008-02-10 09:10:11 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.post-com-count span {
|
|
|
|
height: 1.3em;
|
2008-03-23 07:41:43 +01:00
|
|
|
line-height: 1.2em;
|
2008-03-19 17:16:16 +01:00
|
|
|
padding: 0 0.5em;
|
2008-03-10 09:24:45 +01:00
|
|
|
background-color: #bbb;
|
2008-03-23 07:41:43 +01:00
|
|
|
display: inline-block;
|
2008-03-10 09:24:45 +01:00
|
|
|
cursor: pointer;
|
2008-02-25 01:34:26 +01:00
|
|
|
-moz-border-radius: 3px;
|
|
|
|
-khtml-border-radius: 3px;
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
2008-02-10 09:10:11 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
strong .post-com-count {
|
2008-03-24 17:18:30 +01:00
|
|
|
background-position: center -55px;
|
2008-02-10 09:10:11 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.post-com-count:hover {
|
2008-03-10 09:24:45 +01:00
|
|
|
background-position: center -3px;
|
2008-02-10 09:10:11 +01:00
|
|
|
}
|
|
|
|
|
2008-07-10 09:35:20 +02:00
|
|
|
#adminmenu li a:hover #awaiting-mod, #sidemenu li a:hover #update-plugins {
|
2008-01-21 23:13:07 +01:00
|
|
|
background-position: -80px bottom;
|
|
|
|
}
|
|
|
|
|
2008-07-10 09:35:20 +02:00
|
|
|
#adminmenu li a #awaiting-mod span, #sidemenu li a #update-plugins span {
|
2008-01-21 23:13:07 +01:00
|
|
|
top: -0.8em;
|
|
|
|
right: 0;
|
|
|
|
position: absolute;
|
|
|
|
display: block;
|
|
|
|
height: 1.3em;
|
|
|
|
line-height: 1.3em;
|
2008-03-19 17:16:16 +01:00
|
|
|
padding: 0 0.6em;
|
2008-02-25 01:34:26 +01:00
|
|
|
-moz-border-radius: 3px;
|
|
|
|
-khtml-border-radius: 3px;
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
2008-01-21 23:13:07 +01:00
|
|
|
}
|
|
|
|
|
2008-10-27 02:22:24 +01:00
|
|
|
/*
|
2008-08-20 23:42:31 +02:00
|
|
|
#wpbody ul.wp-menu {
|
2007-12-22 10:46:13 +01:00
|
|
|
list-style: none;
|
2008-08-20 23:42:31 +02:00
|
|
|
margin: 10px 0;
|
|
|
|
padding: 0;
|
|
|
|
font-size: 16px;
|
2007-12-22 10:46:13 +01:00
|
|
|
}
|
|
|
|
|
2008-08-20 23:42:31 +02:00
|
|
|
#wpbody ul.wp-menu li {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpbody ul.wp-menu li:before {
|
|
|
|
content: " | ";
|
2007-12-22 10:46:13 +01:00
|
|
|
}
|
|
|
|
|
2008-08-20 23:42:31 +02:00
|
|
|
#wpbody ul.wp-menu li.wp-first-item:before {
|
|
|
|
content: "";
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpbody ul.wp-menu li.current a {
|
|
|
|
text-decoration: none;
|
|
|
|
color: #666;
|
2007-12-22 10:46:13 +01:00
|
|
|
}
|
2008-10-27 02:22:24 +01:00
|
|
|
*/
|
2008-01-04 12:47:06 +01:00
|
|
|
/* end menu stuff */
|
|
|
|
|
2007-12-22 10:46:13 +01:00
|
|
|
/* Admin Footer */
|
|
|
|
|
2008-01-14 04:16:56 +01:00
|
|
|
html, body {
|
2008-10-02 06:25:31 +02:00
|
|
|
height: 100%;
|
2008-01-14 04:16:56 +01:00
|
|
|
}
|
2008-09-01 02:14:04 +02:00
|
|
|
|
2007-12-22 10:46:13 +01:00
|
|
|
#footer {
|
2008-10-22 22:14:21 +02:00
|
|
|
word-spacing: .3em;
|
|
|
|
font-size: 11px;
|
2008-10-30 10:52:20 +01:00
|
|
|
margin-top: -45px;
|
2007-12-22 10:46:13 +01:00
|
|
|
}
|
|
|
|
|
2008-10-22 00:27:41 +02:00
|
|
|
#footer #footer-thankyou, #footer #footer-upgrade {
|
2008-10-22 22:14:21 +02:00
|
|
|
font-size: 12px;
|
|
|
|
word-spacing: 0;
|
|
|
|
font-family: Georgia, "Times New Roman", Times, serif;
|
2008-10-22 00:27:41 +02:00
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
|
|
|
#footer #footer-upgrade {
|
|
|
|
position: absolute;
|
|
|
|
right: 15px;
|
|
|
|
}
|
|
|
|
|
2007-12-22 10:46:13 +01:00
|
|
|
#footer p {
|
|
|
|
margin: 0;
|
2008-10-29 04:51:16 +01:00
|
|
|
padding: 15px;
|
2007-12-23 11:05:37 +01:00
|
|
|
}
|
|
|
|
|
2008-03-14 19:26:48 +01:00
|
|
|
#footer p a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#footer p a:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2007-12-23 11:05:37 +01:00
|
|
|
/* Tables used on comment.php and option/setting pages */
|
|
|
|
|
2008-02-24 05:33:10 +01:00
|
|
|
.form-table {
|
2007-12-23 11:05:37 +01:00
|
|
|
border-collapse: collapse;
|
2008-10-25 21:55:56 +02:00
|
|
|
margin-top: 0.5em;
|
2008-02-14 16:33:56 +01:00
|
|
|
width: 100%;
|
2008-02-27 20:18:21 +01:00
|
|
|
margin-bottom: -8px;
|
2007-12-23 11:05:37 +01:00
|
|
|
}
|
|
|
|
|
2008-09-27 10:17:55 +02:00
|
|
|
.form-table td,
|
|
|
|
#wpbody-content .describe td {
|
2007-12-23 11:05:37 +01:00
|
|
|
margin-bottom: 9px;
|
|
|
|
padding: 10px;
|
2008-02-22 08:43:06 +01:00
|
|
|
line-height: 20px;
|
2008-03-07 02:17:21 +01:00
|
|
|
border-bottom-width: 8px;
|
|
|
|
border-bottom-style: solid;
|
2008-03-19 17:16:16 +01:00
|
|
|
font-size: 11px;
|
2007-12-23 11:05:37 +01:00
|
|
|
}
|
|
|
|
|
2008-09-27 10:17:55 +02:00
|
|
|
.form-table th,
|
|
|
|
#wpbody-content .describe th {
|
2008-03-10 23:09:26 +01:00
|
|
|
vertical-align: top;
|
2007-12-23 11:05:37 +01:00
|
|
|
text-align: left;
|
|
|
|
padding: 10px;
|
2008-10-25 21:55:56 +02:00
|
|
|
width: 200px;
|
2008-03-07 02:17:21 +01:00
|
|
|
border-bottom-width: 8px;
|
|
|
|
border-bottom-style: solid;
|
2007-12-23 11:05:37 +01:00
|
|
|
}
|
|
|
|
|
2008-03-18 03:07:49 +01:00
|
|
|
.form-table th.th-full {
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
2008-09-27 10:17:55 +02:00
|
|
|
.form-table input,
|
|
|
|
.form-table textarea,
|
|
|
|
#wpbody-content .describe input,
|
|
|
|
#wpbody-content .describe textarea {
|
2008-03-07 02:17:21 +01:00
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2008-03-03 21:52:04 +01:00
|
|
|
}
|
|
|
|
|
2008-03-14 17:51:39 +01:00
|
|
|
.form-table div.color-option {
|
2008-03-12 03:35:22 +01:00
|
|
|
display: block;
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-table input.tog {
|
|
|
|
margin-top: 2px;
|
|
|
|
margin-right: 2px;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-table table.color-palette {
|
|
|
|
vertical-align: bottom;
|
|
|
|
float: left;
|
|
|
|
margin: -3px 3px 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-table .color-palette td {
|
|
|
|
border-bottom: none;
|
|
|
|
border: 1px solid #fff;
|
2008-03-13 20:17:57 +01:00
|
|
|
font-size: 1px;
|
|
|
|
line-height: 1px;
|
2008-03-10 23:09:26 +01:00
|
|
|
}
|
|
|
|
|
2008-10-28 23:07:39 +01:00
|
|
|
textarea.large-text {
|
|
|
|
width: 99%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-table input.regular-text {
|
|
|
|
width: 325px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-table input.small-text {
|
2008-11-11 20:56:35 +01:00
|
|
|
width: 50px;
|
2008-10-28 23:07:39 +01:00
|
|
|
}
|
|
|
|
|
2008-03-10 23:09:26 +01:00
|
|
|
#profile-page .form-table textarea {
|
|
|
|
width: 500px;
|
|
|
|
margin-bottom: 6px;
|
|
|
|
}
|
|
|
|
|
2008-08-09 07:36:14 +02:00
|
|
|
#profile-page .form-table input[type=text] {
|
2008-04-17 00:01:32 +02:00
|
|
|
width: 300px;
|
|
|
|
}
|
|
|
|
|
2008-03-10 23:09:26 +01:00
|
|
|
#profile-page .form-table #rich_editing {
|
2008-03-20 06:42:46 +01:00
|
|
|
margin-right: 5px
|
2008-03-10 23:09:26 +01:00
|
|
|
}
|
|
|
|
|
2008-05-30 01:16:11 +02:00
|
|
|
.form-table .pre {
|
2008-04-19 01:38:21 +02:00
|
|
|
padding: 8px;
|
|
|
|
margin: 0;
|
2008-05-30 01:16:11 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.pre {
|
2008-04-19 01:38:21 +02:00
|
|
|
/* http://www.longren.org/2006/09/27/wrapping-text-inside-pre-tags/ */
|
|
|
|
white-space: pre-wrap; /* css-3 */
|
|
|
|
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
|
|
|
|
white-space: -pre-wrap; /* Opera 4-6 */
|
|
|
|
white-space: -o-pre-wrap; /* Opera 7 */
|
|
|
|
word-wrap: break-word; /* Internet Explorer 5.5+ */
|
|
|
|
}
|
|
|
|
|
|
|
|
table.form-table td .updated {
|
|
|
|
font-size: 13px;
|
|
|
|
}
|
|
|
|
|
2008-10-25 10:01:37 +02:00
|
|
|
/* divs for cats and tags pages */
|
|
|
|
|
2008-10-25 22:55:40 +02:00
|
|
|
.form-wrap {
|
|
|
|
margin: 10px 0;
|
2008-10-30 10:52:20 +01:00
|
|
|
width: 97%;
|
2008-10-25 10:01:37 +02:00
|
|
|
}
|
|
|
|
|
2008-10-25 22:55:40 +02:00
|
|
|
.form-wrap p,
|
|
|
|
.form-wrap label {
|
2008-10-25 10:01:37 +02:00
|
|
|
font-size: 11px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-wrap label {
|
|
|
|
display: block;
|
|
|
|
padding: 2px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2008-10-26 10:08:52 +01:00
|
|
|
.form-field input,
|
|
|
|
.form-field textarea {
|
2008-10-25 22:55:40 +02:00
|
|
|
border-style: solid;
|
|
|
|
border-width: 1px;
|
2008-10-25 10:01:37 +02:00
|
|
|
width: 95%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-wrap p {
|
|
|
|
margin: 2px 0 5px;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-wrap .form-field {
|
|
|
|
margin: 0 0 10px;
|
|
|
|
padding: 8px;
|
|
|
|
}
|
|
|
|
|
2008-10-25 22:55:40 +02:00
|
|
|
.col-wrap h3 {
|
|
|
|
margin: 12px 0;
|
|
|
|
font-size: 1.1em;
|
|
|
|
}
|
|
|
|
|
2008-10-25 10:01:37 +02:00
|
|
|
.col-wrap p.submit {
|
2008-10-25 22:55:40 +02:00
|
|
|
margin-top: -10px;
|
2008-10-25 10:01:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.tagcloud {
|
2008-10-30 10:52:20 +01:00
|
|
|
width: 97%;
|
|
|
|
margin: 0 0 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tagcloud h3 {
|
|
|
|
margin: 2px 0 12px;
|
2008-10-25 22:55:40 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#col-left .col-wrap {
|
|
|
|
margin-left: 12px;
|
2008-10-25 10:01:37 +02:00
|
|
|
}
|
|
|
|
|
2008-01-03 02:34:11 +01:00
|
|
|
/* Post Screen */
|
|
|
|
|
2008-11-03 18:16:41 +01:00
|
|
|
#normal-sortables {
|
|
|
|
min-height: 50px;
|
|
|
|
}
|
|
|
|
|
2008-08-20 23:42:31 +02:00
|
|
|
.postbox {
|
|
|
|
position: relative;
|
2008-10-22 00:06:41 +02:00
|
|
|
min-width: 255px;
|
|
|
|
width: 99.5%;
|
2008-08-20 23:42:31 +02:00
|
|
|
}
|
2008-09-14 14:58:00 +02:00
|
|
|
|
|
|
|
#trackback_url {
|
|
|
|
width: 99%;
|
2008-09-04 06:41:06 +02:00
|
|
|
}
|
2008-09-14 14:58:00 +02:00
|
|
|
|
2008-09-04 06:41:06 +02:00
|
|
|
#normal-sortables .postbox .submit {
|
2008-09-14 14:58:00 +02:00
|
|
|
background: transparent none;
|
|
|
|
border: 0 none;
|
|
|
|
float: right;
|
|
|
|
padding: 0 12px;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2008-11-04 15:18:46 +01:00
|
|
|
#side-sortables {
|
|
|
|
min-height: 300px;
|
|
|
|
}
|
|
|
|
|
2008-09-14 14:58:00 +02:00
|
|
|
#side-sortables .submitbox .submit input,
|
|
|
|
#side-sortables .submitbox .submit .preview,
|
|
|
|
#side-sortables .submitbox .submit a.preview:hover {
|
|
|
|
border: 0 none;
|
|
|
|
}
|
|
|
|
|
2008-09-17 02:50:34 +02:00
|
|
|
#side-sortables .inside-submitbox .insidebox,
|
|
|
|
.stuffbox .insidebox {
|
2008-09-14 14:58:00 +02:00
|
|
|
margin: 11px 0;
|
2008-09-04 06:41:06 +02:00
|
|
|
}
|
2008-08-20 23:42:31 +02:00
|
|
|
|
2008-10-17 11:44:22 +02:00
|
|
|
#side-sortables .comments-box,
|
|
|
|
#side-sortables #show-comments {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2008-08-20 23:42:31 +02:00
|
|
|
#mediadiv img {
|
|
|
|
float: left;
|
|
|
|
margin-right: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#mediadiv h4 {
|
|
|
|
margin: 0 0 .5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#post-body #tagsdiv #newtag {
|
2008-03-23 07:41:43 +01:00
|
|
|
margin-right: 5px;
|
|
|
|
width: 16em;
|
|
|
|
}
|
|
|
|
|
2008-08-20 23:42:31 +02:00
|
|
|
#side-info-column input#post_password {
|
|
|
|
width: 94%
|
|
|
|
}
|
|
|
|
|
|
|
|
#side-info-column #tagsdiv #newtag {
|
|
|
|
width: 68%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#post-status-info {
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 2;
|
2008-10-28 11:59:26 +01:00
|
|
|
padding: 0 15px 0 7px;
|
|
|
|
border-width: 0 1px 1px;
|
|
|
|
border-style: none solid solid;
|
|
|
|
-moz-border-radius: 0 0 6px 6px;
|
|
|
|
-webkit-border-bottom-left-radius: 6px;
|
|
|
|
-webkit-border-bottom-right-radius: 6px;
|
|
|
|
-khtml-border-bottom-left-radius: 6px;
|
|
|
|
-khtml-border-bottom-right-radius: 6px;
|
|
|
|
border-bottom-left-radius: 6px;
|
|
|
|
border-bottom-right-radius: 6px;
|
2008-08-20 23:42:31 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#editorcontent #post-status-info {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
2008-10-28 11:59:26 +01:00
|
|
|
#post-body-content .wp_themeSkin .mceStatusbar a.mceResize {
|
|
|
|
display: block;
|
|
|
|
float: right;
|
|
|
|
background: transparent url(images/resize.gif) no-repeat scroll right bottom;
|
|
|
|
width: 12px;
|
|
|
|
height: 12px;
|
|
|
|
cursor: se-resize;
|
|
|
|
margin: 0 2px;
|
|
|
|
position: relative;
|
|
|
|
right: 0;
|
|
|
|
top: 31px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2008-08-21 04:25:14 +02:00
|
|
|
#pagesubmitdiv div.inside,
|
|
|
|
#linksubmitdiv div.inside,
|
|
|
|
div.inside {
|
2008-08-20 23:42:31 +02:00
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2008-10-08 07:24:25 +02:00
|
|
|
#comment-status-radio p {
|
|
|
|
margin: 3px 0 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#comment-status-radio input {
|
|
|
|
margin: 2px 3px 5px 0;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
#comment-status-radio label {
|
|
|
|
padding: 5px 0;
|
|
|
|
}
|
|
|
|
|
2008-01-03 02:34:11 +01:00
|
|
|
#tagchecklist {
|
2008-03-23 07:41:43 +01:00
|
|
|
margin-left: 10px;
|
2008-01-03 02:34:11 +01:00
|
|
|
font-size: 12px;
|
2008-03-23 07:41:43 +01:00
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tagchecklist strong {
|
|
|
|
margin-left: -8px;
|
|
|
|
position: absolute;
|
2008-01-03 02:34:11 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#tagchecklist span {
|
2008-03-23 07:41:43 +01:00
|
|
|
margin-right: 25px;
|
2008-01-03 02:34:11 +01:00
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
font-size: 11px;
|
2008-03-23 07:41:43 +01:00
|
|
|
line-height: 1.8em;
|
|
|
|
white-space: nowrap;
|
|
|
|
cursor: default;
|
2008-01-03 02:34:11 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#tagchecklist span a {
|
2008-03-23 07:41:43 +01:00
|
|
|
margin: 6px 0pt 0pt -9px;
|
2008-01-03 02:34:11 +01:00
|
|
|
cursor: pointer;
|
|
|
|
width: 10px;
|
|
|
|
height: 10px;
|
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
text-indent: -9999px;
|
|
|
|
overflow: hidden;
|
2008-03-23 07:41:43 +01:00
|
|
|
position: absolute;
|
2008-01-03 02:34:11 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.howto {
|
|
|
|
font-style: italic;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ac_results {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
list-style: none;
|
|
|
|
position: absolute;
|
|
|
|
z-index: 10000;
|
|
|
|
display: none;
|
2008-03-07 02:17:21 +01:00
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2008-01-03 02:34:11 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.ac_results li {
|
|
|
|
padding: 2px 5px;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ac_over {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ac_match {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
2008-01-03 09:03:29 +01:00
|
|
|
|
2008-01-09 08:52:30 +01:00
|
|
|
#poststuff h2 {
|
2008-01-09 13:12:35 +01:00
|
|
|
margin-top: 20px;
|
2008-03-23 07:41:43 +01:00
|
|
|
font-size: 1.5em;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
padding: 0 0 3px;
|
2008-05-30 02:07:26 +02:00
|
|
|
clear: left;
|
2008-01-09 08:52:30 +01:00
|
|
|
}
|
|
|
|
|
2008-10-30 04:03:00 +01:00
|
|
|
.ui-sortable .postbox h3 {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui-sortable .postbox .hndle span {
|
|
|
|
padding: 6px 0;
|
|
|
|
}
|
|
|
|
.ui-sortable .postbox .hndle {
|
|
|
|
cursor: move;
|
|
|
|
}
|
|
|
|
|
2008-11-09 15:54:39 +01:00
|
|
|
.ui-sortable .postbox .handlediv {
|
|
|
|
float: right;
|
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
|
|
|
}
|
|
|
|
|
2008-10-30 04:03:00 +01:00
|
|
|
.sortable-placeholder {
|
|
|
|
border: 1px dashed #bbb;
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
z-index: -1;
|
|
|
|
}
|
|
|
|
|
2008-10-28 11:59:26 +01:00
|
|
|
#poststuff h3,
|
|
|
|
.metabox-holder h3 {
|
|
|
|
font-size: 12px;
|
2008-01-03 09:03:29 +01:00
|
|
|
font-weight: bold;
|
2008-10-28 11:59:26 +01:00
|
|
|
padding: 6px 7px;
|
2008-01-03 09:03:29 +01:00
|
|
|
margin: 0 0 10px;
|
2008-11-06 09:13:50 +01:00
|
|
|
line-height: 1;
|
2008-01-03 09:03:29 +01:00
|
|
|
}
|
|
|
|
|
2008-10-28 11:59:26 +01:00
|
|
|
.metabox-holder .postbox,
|
|
|
|
#poststuff .postbox,
|
|
|
|
#poststuff .stuffbox {
|
2008-03-23 07:41:43 +01:00
|
|
|
margin-bottom: 20px;
|
2008-03-07 02:17:21 +01:00
|
|
|
border-width: 1px;
|
2008-03-10 06:37:13 +01:00
|
|
|
border-style: solid;
|
2008-11-06 09:13:50 +01:00
|
|
|
line-height: 1;
|
2008-10-28 11:59:26 +01:00
|
|
|
-moz-border-radius: 6px;
|
|
|
|
-khtml-border-radius: 6px;
|
|
|
|
-webkit-border-radius: 6px;
|
|
|
|
border-radius: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.metabox-holder .postbox h3,
|
|
|
|
#poststuff .postbox h3,
|
|
|
|
#poststuff .stuffbox h3 {
|
|
|
|
background-image: url("images/postbox-bg.gif");
|
|
|
|
background-position: left top;
|
|
|
|
background-repeat: repeat-x;
|
2008-01-03 09:03:29 +01:00
|
|
|
}
|
|
|
|
|
2008-08-20 23:42:31 +02:00
|
|
|
#poststuff .inside {
|
2008-08-24 17:29:21 +02:00
|
|
|
font-size: 11px;
|
2008-10-21 06:36:35 +02:00
|
|
|
margin: 0 6px 6px;
|
2008-08-20 23:42:31 +02:00
|
|
|
}
|
|
|
|
|
2008-10-29 07:00:22 +01:00
|
|
|
#poststuff #submitdiv .inside {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2008-03-11 17:54:48 +01:00
|
|
|
#titlediv, #poststuff .postarea {
|
2008-03-23 07:41:43 +01:00
|
|
|
margin-bottom: 20px;
|
2008-03-11 17:54:48 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#titlediv {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
2008-09-04 06:41:06 +02:00
|
|
|
#titlediv label { cursor: text; }
|
2008-03-11 17:54:48 +01:00
|
|
|
|
|
|
|
#titlediv div.inside {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2008-10-30 04:03:00 +01:00
|
|
|
#poststuff #titlewrap {
|
2008-03-11 17:54:48 +01:00
|
|
|
border: 0;
|
|
|
|
padding: 0;
|
2008-10-30 04:03:00 +01:00
|
|
|
|
2008-03-11 17:54:48 +01:00
|
|
|
}
|
|
|
|
|
2008-10-30 04:03:00 +01:00
|
|
|
#titlediv #title {
|
2008-10-28 11:59:26 +01:00
|
|
|
padding: 3px 4px;
|
2008-03-11 17:54:48 +01:00
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2008-10-28 11:59:26 +01:00
|
|
|
-moz-border-radius: 6px;
|
|
|
|
-khtml-border-radius: 6px;
|
|
|
|
-webkit-border-radius: 6px;
|
|
|
|
border-radius: 6px;
|
2008-10-30 04:03:00 +01:00
|
|
|
font-size: 1.7em;
|
|
|
|
width: 100%;
|
|
|
|
outline: none;
|
2008-03-11 17:54:48 +01:00
|
|
|
}
|
|
|
|
|
2008-08-21 04:25:14 +02:00
|
|
|
#poststuff .inside-submitbox,
|
|
|
|
#side-info-column .inside-submitbox {
|
2008-10-21 06:36:35 +02:00
|
|
|
margin: 0 3px;
|
2008-02-22 07:46:15 +01:00
|
|
|
font-size: 11px;
|
|
|
|
}
|
|
|
|
|
2008-09-14 14:58:00 +02:00
|
|
|
#pending {
|
|
|
|
background: 0 none;
|
|
|
|
border: 0 none;
|
|
|
|
padding: 0;
|
|
|
|
font-size: 11px;
|
|
|
|
margin-top: -1px;
|
|
|
|
}
|
|
|
|
|
2008-03-01 03:12:52 +01:00
|
|
|
#link_name, #link_url, #link_description {
|
|
|
|
font-size: 1.7em;
|
|
|
|
padding: 4px 3px;
|
2008-03-02 21:17:30 +01:00
|
|
|
width: 98%;
|
2008-03-01 03:12:52 +01:00
|
|
|
}
|
|
|
|
|
2008-01-17 17:51:32 +01:00
|
|
|
#edit-slug-box {
|
|
|
|
margin-top: 8px;
|
2008-10-28 11:59:26 +01:00
|
|
|
padding: 0 7px;
|
2008-01-17 17:51:32 +01:00
|
|
|
}
|
2008-03-07 02:17:21 +01:00
|
|
|
|
2008-10-28 11:59:26 +01:00
|
|
|
#editable-post-name-full {
|
|
|
|
display: none;
|
|
|
|
}
|
2008-03-19 17:16:16 +01:00
|
|
|
|
2008-10-28 11:59:26 +01:00
|
|
|
#editable-post-name input {
|
|
|
|
width: 16em;
|
|
|
|
}
|
2008-03-19 17:16:16 +01:00
|
|
|
|
2008-08-20 23:42:31 +02:00
|
|
|
.postarea h3 label {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.postarea #add-media-button {
|
2008-10-02 06:25:31 +02:00
|
|
|
float: right;
|
|
|
|
margin: 7px 0pt 0pt;
|
|
|
|
position: relative;
|
|
|
|
right: 10px;
|
2008-08-20 23:42:31 +02:00
|
|
|
}
|
|
|
|
|
2008-01-03 09:03:29 +01:00
|
|
|
#poststuff #editor-toolbar {
|
2008-10-28 11:59:26 +01:00
|
|
|
height: 30px;
|
2008-08-20 23:42:31 +02:00
|
|
|
}
|
2008-10-28 11:59:26 +01:00
|
|
|
|
|
|
|
.wp_themeSkin tr.mceFirst {
|
|
|
|
background-image: url("images/ed-bg.gif");
|
|
|
|
background-position: left top;
|
|
|
|
background-repeat: repeat-x;
|
|
|
|
border-width: 0 0 1px;
|
|
|
|
border-style: none none solid;
|
2008-01-03 09:03:29 +01:00
|
|
|
}
|
|
|
|
|
2008-10-28 11:59:26 +01:00
|
|
|
#poststuff #edButtonPreview,
|
|
|
|
#poststuff #edButtonHTML {
|
2008-01-03 09:03:29 +01:00
|
|
|
display: block;
|
2008-10-28 11:59:26 +01:00
|
|
|
height: 18px;
|
|
|
|
margin: 5px 5px 0 0;
|
|
|
|
padding: 4px 5px 2px;
|
2008-01-03 09:03:29 +01:00
|
|
|
float: right;
|
|
|
|
cursor: pointer;
|
2008-10-28 11:59:26 +01:00
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
|
|
|
-moz-border-radius: 3px 3px 0 0;
|
|
|
|
-webkit-border-top-right-radius: 3px;
|
|
|
|
-webkit-border-top-left-radius: 3px;
|
|
|
|
-khtml-border-top-right-radius: 3px;
|
|
|
|
-khtml-border-top-left-radius: 3px;
|
|
|
|
border-top-right-radius: 3px;
|
|
|
|
border-top-left-radius: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#poststuff #edButtonHTML {
|
|
|
|
margin-right: 15px;
|
2008-01-03 09:03:29 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#poststuff #editor-toolbar .active {
|
2008-10-28 11:59:26 +01:00
|
|
|
/*font-weight: bold;*/
|
2008-01-03 09:03:29 +01:00
|
|
|
}
|
|
|
|
|
2008-11-05 22:56:57 +01:00
|
|
|
#media-buttons {
|
2008-03-12 00:04:13 +01:00
|
|
|
cursor: default;
|
2008-10-28 11:59:26 +01:00
|
|
|
padding: 8px 8px 0;
|
2008-01-03 09:03:29 +01:00
|
|
|
}
|
|
|
|
|
2008-11-05 22:56:57 +01:00
|
|
|
#media-buttons a {
|
2008-03-12 00:04:13 +01:00
|
|
|
cursor: pointer;
|
2008-10-28 11:59:26 +01:00
|
|
|
padding: 0 0 5px 10px;
|
|
|
|
vertical-align: middle;
|
2008-03-12 00:04:13 +01:00
|
|
|
}
|
|
|
|
|
2008-11-05 22:56:57 +01:00
|
|
|
#media-buttons img {
|
2008-03-12 00:04:13 +01:00
|
|
|
vertical-align: middle;
|
2008-02-11 08:44:21 +01:00
|
|
|
}
|
|
|
|
|
2008-10-09 01:32:34 +02:00
|
|
|
.metabox-holder .closed .inside, #poststuff .closed .inside {
|
2008-01-09 08:52:30 +01:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2008-10-09 01:32:34 +02:00
|
|
|
.metabox-holder .closed h3, #poststuff .closed h3 {
|
2008-01-09 08:52:30 +01:00
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2008-10-23 00:08:58 +02:00
|
|
|
/*
|
2008-08-20 23:42:31 +02:00
|
|
|
#side-info-column #side-sortables {
|
|
|
|
height: 100%;
|
2008-09-14 14:58:00 +02:00
|
|
|
}
|
2008-10-23 00:08:58 +02:00
|
|
|
*/
|
|
|
|
|
2008-09-14 14:58:00 +02:00
|
|
|
.submitbox .submit {
|
|
|
|
text-align: left;
|
|
|
|
padding: 12px 10px 10px;
|
|
|
|
font-size: 11px;
|
2008-03-19 17:16:16 +01:00
|
|
|
}
|
|
|
|
|
2008-03-07 11:05:54 +01:00
|
|
|
.submitbox .submitdelete {
|
|
|
|
border-bottom-width: 1px;
|
|
|
|
border-bottom-style: solid;
|
|
|
|
text-decoration: none;
|
2008-09-14 14:58:00 +02:00
|
|
|
padding: 1px 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.submitbox .inside-submitbox #deletebutton {
|
2008-09-22 22:14:37 +02:00
|
|
|
padding: 0 0 1px 17px;
|
|
|
|
background-image: url(images/del.png);
|
|
|
|
background-position: left bottom;
|
2008-09-14 14:58:00 +02:00
|
|
|
background-repeat: no-repeat;
|
2008-03-07 11:05:54 +01:00
|
|
|
}
|
|
|
|
|
2008-09-22 22:14:37 +02:00
|
|
|
.inside-submitbox #post_status {
|
|
|
|
margin: 2px 0 2px -2px;
|
|
|
|
}
|
|
|
|
|
2008-03-07 02:17:21 +01:00
|
|
|
.submitbox .submit a:hover {
|
|
|
|
border-bottom-width: 1px;
|
|
|
|
border-bottom-style: solid;
|
|
|
|
}
|
|
|
|
|
2008-02-22 07:46:15 +01:00
|
|
|
.submitbox .submit input {
|
|
|
|
margin-bottom: 8px;
|
2008-09-14 14:58:00 +02:00
|
|
|
margin-right: 4px;
|
2008-08-20 23:42:31 +02:00
|
|
|
padding: 6px;
|
2008-03-18 01:09:31 +01:00
|
|
|
}
|
|
|
|
|
2008-09-14 14:58:00 +02:00
|
|
|
#post-status-select {
|
|
|
|
line-height: 2.5em;
|
|
|
|
}
|
|
|
|
|
2008-01-10 10:39:35 +01:00
|
|
|
/* Categories */
|
|
|
|
|
2008-08-20 23:42:31 +02:00
|
|
|
#category-adder {
|
2008-01-10 10:39:35 +01:00
|
|
|
margin-left: 120px;
|
|
|
|
padding: 4px 0;
|
|
|
|
}
|
|
|
|
|
2008-08-20 23:42:31 +02:00
|
|
|
#category-adder h4 {
|
|
|
|
margin: 0 0 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#side-info-column #category-adder {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#post-body #category-add input, #category-add select {
|
2008-01-10 10:39:35 +01:00
|
|
|
width: 30%;
|
|
|
|
}
|
|
|
|
|
2008-08-20 23:42:31 +02:00
|
|
|
#side-info-column #category-add input {
|
|
|
|
width: 94%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#side-info-column #category-add select {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2008-01-10 23:42:49 +01:00
|
|
|
#category-add input#category-add-sumbit {
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
2008-08-20 23:42:31 +02:00
|
|
|
#post-body ul#category-tabs {
|
2008-01-10 10:39:35 +01:00
|
|
|
float: left;
|
|
|
|
width: 120px;
|
|
|
|
text-align: right;
|
|
|
|
/* Negative margin for the sake of those without JS: all tabs display */
|
|
|
|
margin: 0 -120px 0 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2008-08-20 23:42:31 +02:00
|
|
|
#post-body ul#category-tabs li {
|
2008-01-10 10:39:35 +01:00
|
|
|
padding: 8px;
|
|
|
|
}
|
|
|
|
|
2008-08-20 23:42:31 +02:00
|
|
|
#post-body ul#category-tabs li.ui-tabs-selected {
|
2008-08-24 17:29:21 +02:00
|
|
|
-moz-border-radius: 3px 0 0 3px;
|
2008-08-25 10:56:35 +02:00
|
|
|
-webkit-border-top-left-radius: 3px;
|
|
|
|
-webkit-border-bottom-left-radius: 3px;
|
|
|
|
-khtml-border-top-left-radius: 3px;
|
|
|
|
-khtml-border-bottom-left-radius: 3px;
|
|
|
|
border-top-left-radius: 3px;
|
|
|
|
border-bottom-left-radius: 3px;
|
2008-01-10 10:39:35 +01:00
|
|
|
}
|
|
|
|
|
2008-08-20 23:42:31 +02:00
|
|
|
#post-body ul#category-tabs li.ui-tabs-selected a {
|
2008-03-06 21:44:29 +01:00
|
|
|
color: #333;
|
|
|
|
font-weight: bold;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2008-09-17 01:41:19 +02:00
|
|
|
#categorydiv div.ui-tabs-panel,
|
|
|
|
#linkcategorydiv div.ui-tabs-panel {
|
|
|
|
height: 150px;
|
|
|
|
overflow: auto;
|
|
|
|
padding: 0.5em 0.9em;
|
2008-08-20 23:42:31 +02:00
|
|
|
}
|
|
|
|
|
2008-09-17 01:41:19 +02:00
|
|
|
#post-body #categorydiv div.ui-tabs-panel,
|
|
|
|
#post-body #linkcategorydiv div.ui-tabs-panel {
|
2008-08-20 23:42:31 +02:00
|
|
|
margin: 0 5px 0 120px;
|
2008-03-23 07:41:43 +01:00
|
|
|
height: 10em;
|
2008-01-10 10:39:35 +01:00
|
|
|
overflow: auto;
|
2008-03-07 02:17:21 +01:00
|
|
|
border-width: 4px;
|
|
|
|
border-style: solid;
|
2008-01-10 10:39:35 +01:00
|
|
|
}
|
|
|
|
|
2008-09-17 01:41:19 +02:00
|
|
|
#side-info-column #category-tabs li {
|
|
|
|
display: inline;
|
|
|
|
padding-right: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#side-info-column #category-tabs a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#side-info-column #category-tabs {
|
|
|
|
margin-bottom: 3px;
|
2008-08-20 23:42:31 +02:00
|
|
|
}
|
|
|
|
|
2008-09-17 01:41:19 +02:00
|
|
|
#categorydiv ul,
|
|
|
|
#linkcategorydiv ul {
|
2008-01-10 10:39:35 +01:00
|
|
|
list-style: none;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2008-09-17 01:41:19 +02:00
|
|
|
#categorydiv ul.categorychecklist ul,
|
|
|
|
#linkcategorydiv ul.categorychecklist ul {
|
2008-01-10 10:39:35 +01:00
|
|
|
margin-left: 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.categorychecklist li {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2008-03-19 17:16:16 +01:00
|
|
|
line-height: 19px;
|
2008-01-10 10:39:35 +01:00
|
|
|
}
|
|
|
|
|
2008-08-20 23:42:31 +02:00
|
|
|
/* positioning etc. */
|
2008-08-24 17:29:21 +02:00
|
|
|
|
2008-02-05 08:45:40 +01:00
|
|
|
form#tags-filter {
|
2008-08-24 17:29:21 +02:00
|
|
|
position: relative;
|
2008-02-05 08:45:40 +01:00
|
|
|
}
|
|
|
|
|
2008-08-20 23:42:31 +02:00
|
|
|
p#big-add-button {
|
2008-08-24 17:29:21 +02:00
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
top: 0;
|
|
|
|
margin: 0;
|
2008-02-05 22:27:10 +01:00
|
|
|
}
|
|
|
|
|
2008-08-20 23:42:31 +02:00
|
|
|
p#big-add-button .button {
|
|
|
|
font-size: 18px;
|
|
|
|
padding: 3px 30px;
|
|
|
|
}
|
|
|
|
|
2008-09-06 01:19:08 +02:00
|
|
|
p.search-box {
|
2008-10-23 00:08:58 +02:00
|
|
|
float: right;
|
2008-10-27 02:22:24 +01:00
|
|
|
margin: -5px 0 0;
|
|
|
|
}
|
|
|
|
|
2008-09-06 01:19:08 +02:00
|
|
|
.search-input {
|
2008-08-20 23:42:31 +02:00
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2008-10-03 02:13:12 +02:00
|
|
|
padding: 2px;
|
2008-08-20 23:42:31 +02:00
|
|
|
}
|
|
|
|
|
2008-02-05 22:27:10 +01:00
|
|
|
#posts-filter fieldset {
|
|
|
|
float: left;
|
|
|
|
margin: 0 1.5ex 1em 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#posts-filter fieldset legend {
|
|
|
|
padding: 0 0 .2em 1px;
|
|
|
|
}
|
2008-02-05 08:45:40 +01:00
|
|
|
|
2008-02-16 23:08:13 +01:00
|
|
|
.bordertitle {
|
|
|
|
padding-bottom: 5px;
|
2008-03-07 02:17:21 +01:00
|
|
|
border-bottom-width: 1px;
|
|
|
|
border-bottom-style: solid;
|
2008-02-16 23:08:13 +01:00
|
|
|
}
|
|
|
|
|
2008-08-20 06:06:36 +02:00
|
|
|
/* Edit posts */
|
|
|
|
|
|
|
|
td.post-title strong {
|
|
|
|
display: block;
|
|
|
|
margin-bottom: .2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.post-title p {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2008-01-10 10:39:35 +01:00
|
|
|
/* Global classes */
|
2008-08-24 17:29:21 +02:00
|
|
|
|
2008-01-10 10:39:35 +01:00
|
|
|
.wp-hidden-children .wp-hidden-child { display: none; }
|
|
|
|
.ui-tabs-hide { display: none; }
|
2008-02-16 03:39:13 +01:00
|
|
|
|
|
|
|
.commentlist .avatar {
|
2008-10-02 06:25:31 +02:00
|
|
|
vertical-align: text-top;
|
2008-02-17 20:41:47 +01:00
|
|
|
}
|
2008-02-24 03:04:11 +01:00
|
|
|
|
2008-05-03 02:56:16 +02:00
|
|
|
.defaultavatarpicker .avatar {
|
|
|
|
margin: 2px 0;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2008-10-02 13:04:09 +02:00
|
|
|
body.wp-admin {
|
2008-09-28 14:29:19 +02:00
|
|
|
min-width: 785px;
|
2008-02-24 03:04:11 +01:00
|
|
|
}
|
2008-02-24 20:41:04 +01:00
|
|
|
|
2008-09-28 14:29:19 +02:00
|
|
|
.view-switch {
|
2008-02-24 20:41:04 +01:00
|
|
|
float: right;
|
2008-10-24 20:25:46 +02:00
|
|
|
margin: 9px 8px 0;
|
2008-02-24 20:41:04 +01:00
|
|
|
}
|
|
|
|
|
2008-09-28 14:29:19 +02:00
|
|
|
.view-switch img {
|
2008-02-24 20:41:04 +01:00
|
|
|
margin: 0;
|
2008-09-28 14:29:19 +02:00
|
|
|
border: 1px solid #fff;
|
2008-02-24 20:41:04 +01:00
|
|
|
}
|
|
|
|
|
2008-09-28 14:29:19 +02:00
|
|
|
.view-switch img.current {
|
|
|
|
border: 1px solid #999;
|
2008-03-06 21:44:29 +01:00
|
|
|
}
|
|
|
|
|
2008-09-28 14:29:19 +02:00
|
|
|
.filter {
|
2008-10-23 00:08:58 +02:00
|
|
|
float: left;
|
|
|
|
margin: -5px 0 0 10px;
|
2008-02-24 20:41:04 +01:00
|
|
|
}
|
|
|
|
|
2008-10-30 16:50:21 +01:00
|
|
|
#the-comment-list td.comment p.comment-author {
|
|
|
|
margin-top: 0;
|
|
|
|
margin-left: 0;
|
2008-02-24 20:41:04 +01:00
|
|
|
}
|
|
|
|
|
2008-10-30 16:50:21 +01:00
|
|
|
#the-comment-list p.comment-author img {
|
|
|
|
float: left;
|
|
|
|
margin-right: 8px;
|
2008-02-25 01:28:21 +01:00
|
|
|
}
|
|
|
|
|
2008-10-30 16:50:21 +01:00
|
|
|
#the-comment-list p.comment-author strong a {
|
|
|
|
border: none;
|
2008-02-24 20:41:04 +01:00
|
|
|
}
|
|
|
|
|
2008-10-30 16:50:21 +01:00
|
|
|
#the-comment-list td {
|
|
|
|
vertical-align: top;
|
2008-02-24 20:41:04 +01:00
|
|
|
}
|
|
|
|
|
2008-10-30 16:50:21 +01:00
|
|
|
#the-comment-list td.comment {
|
|
|
|
/*
|
|
|
|
width: 65%;
|
|
|
|
max-width: 460px;
|
|
|
|
*/
|
|
|
|
word-wrap: break-word;
|
2008-10-30 13:24:11 +01:00
|
|
|
}
|
|
|
|
|
2008-10-30 16:50:21 +01:00
|
|
|
#the-comment-list .check-column {
|
|
|
|
padding-top: 8px;
|
2008-03-24 17:18:30 +01:00
|
|
|
}
|
|
|
|
|
2008-03-10 06:37:13 +01:00
|
|
|
#templateside ul li a {
|
|
|
|
text-decoration: none;
|
2008-03-14 09:17:59 +01:00
|
|
|
}
|
|
|
|
|
2008-03-14 09:38:09 +01:00
|
|
|
.tablenav .delete {
|
|
|
|
margin-right: 20px;
|
2008-03-14 17:51:39 +01:00
|
|
|
}
|
2008-03-15 17:53:36 +01:00
|
|
|
|
|
|
|
#tTips {
|
|
|
|
display: none;
|
|
|
|
position: absolute;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0 0 8px 0;
|
|
|
|
background-image: url(images/tail.gif);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: 15px bottom;
|
2008-04-14 19:05:24 +02:00
|
|
|
background-color: transparent;
|
2008-03-15 17:53:36 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#tTips p#tTips_inside {
|
|
|
|
margin: 0;
|
|
|
|
padding: 8px 12px;
|
|
|
|
text-align: center;
|
|
|
|
-moz-border-radius: 8px;
|
|
|
|
-khtml-border-radius: 8px;
|
|
|
|
-webkit-border-radius: 8px;
|
|
|
|
border-radius: 8px;
|
2008-03-20 18:50:56 +01:00
|
|
|
}
|
|
|
|
|
2008-03-20 21:07:48 +01:00
|
|
|
td.action-links, th.action-links {
|
2008-03-20 18:50:56 +01:00
|
|
|
text-align: right;
|
2008-03-23 07:41:43 +01:00
|
|
|
}
|
2008-03-23 08:32:58 +01:00
|
|
|
|
2008-03-26 21:06:18 +01:00
|
|
|
.hide-if-no-js {
|
|
|
|
display: none;
|
2008-03-26 23:27:27 +01:00
|
|
|
}
|
2008-04-19 01:38:21 +02:00
|
|
|
|
|
|
|
/* Diff */
|
|
|
|
|
|
|
|
table.diff {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.diff col.content {
|
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.diff tr {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.diff td, table.diff th {
|
|
|
|
padding: .5em;
|
|
|
|
font-family: monospace;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.diff .diff-deletedline del, table.diff .diff-addedline ins {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2008-04-29 21:17:23 +02:00
|
|
|
|
|
|
|
#wp-word-count {
|
|
|
|
display: block;
|
|
|
|
}
|
2008-05-04 12:37:06 +02:00
|
|
|
|
|
|
|
fieldset {
|
|
|
|
border: 0;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
2008-05-16 00:57:14 +02:00
|
|
|
|
2008-10-02 19:24:20 +02:00
|
|
|
#gears-info-box {
|
|
|
|
max-width: 700px;
|
2008-05-16 00:57:14 +02:00
|
|
|
}
|
|
|
|
|
2008-10-02 19:24:20 +02:00
|
|
|
#gears-info-box .gears-img {
|
2008-05-19 17:41:31 +02:00
|
|
|
float: right;
|
|
|
|
margin: 10px;
|
|
|
|
}
|
|
|
|
|
2008-10-02 19:24:20 +02:00
|
|
|
#gears-info-box .buttons {
|
|
|
|
margin: 10px 0 0;
|
|
|
|
padding: 1.5em 0 0;
|
|
|
|
}
|
|
|
|
|
2008-05-19 17:41:31 +02:00
|
|
|
.info-box-title {
|
|
|
|
line-height: 2;
|
|
|
|
margin: 0;
|
2008-08-24 08:56:22 +02:00
|
|
|
padding: 4px 8px;
|
2008-10-02 19:24:20 +02:00
|
|
|
font: 18px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;;
|
2008-05-16 00:57:14 +02:00
|
|
|
}
|
2008-06-10 06:40:21 +02:00
|
|
|
|
|
|
|
#wp_editbtns {
|
|
|
|
padding: 2px;
|
|
|
|
position: absolute;
|
|
|
|
display: none;
|
|
|
|
z-index: 999998;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wp_editimgbtn, #wp_delimgbtn {
|
|
|
|
margin: 2px;
|
|
|
|
padding: 2px;
|
|
|
|
border: 1px solid #999;
|
|
|
|
background-color: #eee;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
-khtml-border-radius: 3px;
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wp_editimgbtn:hover, #wp_delimgbtn:hover {
|
|
|
|
border-color: #555;
|
|
|
|
background-color: #ccc;
|
|
|
|
}
|
2008-08-20 23:42:31 +02:00
|
|
|
|
|
|
|
.settings-toggle {
|
|
|
|
text-align: right;
|
|
|
|
margin: 5px 7px 15px 0;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.settings-toggle h3 {
|
|
|
|
margin: 0;
|
|
|
|
}
|
2008-09-11 23:40:28 +02:00
|
|
|
|
2008-10-30 04:03:00 +01:00
|
|
|
#timestampdiv select {
|
|
|
|
height: 20px;
|
|
|
|
line-height: 20px;
|
|
|
|
padding: 0;
|
|
|
|
}
|
2008-10-22 00:06:41 +02:00
|
|
|
|
2008-08-20 23:42:31 +02:00
|
|
|
#jj, #hh, #mn {
|
2008-10-30 04:03:00 +01:00
|
|
|
width: 2em;
|
2008-09-14 14:58:00 +02:00
|
|
|
padding: 1px;
|
2008-10-30 04:03:00 +01:00
|
|
|
font-size: 12px;
|
2008-08-20 23:42:31 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#aa {
|
2008-10-30 04:03:00 +01:00
|
|
|
width: 3.4em;
|
2008-09-14 14:58:00 +02:00
|
|
|
padding: 1px;
|
2008-10-30 04:03:00 +01:00
|
|
|
font-size: 12px;
|
2008-09-14 14:58:00 +02:00
|
|
|
}
|
|
|
|
|
2008-09-17 01:41:19 +02:00
|
|
|
.curtime #timestamp {
|
|
|
|
background-repeat: no-repeat;
|
2008-09-22 22:14:37 +02:00
|
|
|
background-position: left top;
|
2008-09-17 01:41:19 +02:00
|
|
|
padding-left: 18px;
|
|
|
|
}
|
|
|
|
|
2008-09-14 14:58:00 +02:00
|
|
|
#timestampdiv {
|
|
|
|
padding-top: 3px;
|
2008-10-30 04:03:00 +01:00
|
|
|
line-height: 23px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#timestampdiv p {
|
|
|
|
margin: 8px 0 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#timestampdiv input {
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2008-08-20 23:42:31 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#inbox-filter .actions {
|
|
|
|
margin-left: 6px;
|
2008-10-02 06:25:31 +02:00
|
|
|
background: url(images/archive-link.png) 0 12px no-repeat;
|
2008-08-20 23:42:31 +02:00
|
|
|
padding-left: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#inbox-filter .actions .button {
|
|
|
|
font-size: 11px;
|
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
|
2008-09-08 08:01:33 +02:00
|
|
|
#inbox-filter ul {
|
|
|
|
list-style: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
#inbox-filter ul li {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
#inbox-filter ul input.checkbox {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#inbox-filter ul p {
|
|
|
|
float: left;
|
|
|
|
margin: 0;
|
|
|
|
margin-left: -40px;
|
|
|
|
width: 100%;
|
|
|
|
position: relative;
|
|
|
|
left: 50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#inbox-message {
|
|
|
|
margin: 0 0 0 7.5em;
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
2008-08-20 23:42:31 +02:00
|
|
|
/* media popup 0819 */
|
|
|
|
#sidemenu {
|
|
|
|
margin: -30px 15px 0 315px;
|
|
|
|
list-style: none;
|
|
|
|
position: relative;
|
|
|
|
float: right;
|
|
|
|
padding-left: 10px;
|
2008-08-24 17:29:21 +02:00
|
|
|
font-size: 12px;
|
2008-08-20 23:42:31 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#sidemenu a {
|
|
|
|
padding: 0 7px;
|
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
line-height: 28px;
|
|
|
|
border-top-width: 1px;
|
|
|
|
border-top-style: solid;
|
|
|
|
border-bottom-width: 1px;
|
|
|
|
border-bottom-style: solid;
|
|
|
|
}
|
|
|
|
|
|
|
|
#sidemenu li {
|
|
|
|
display: inline;
|
|
|
|
line-height: 200%;
|
|
|
|
list-style: none;
|
|
|
|
text-align: center;
|
|
|
|
white-space: nowrap;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#sidemenu a.current {
|
|
|
|
font-weight: normal;
|
|
|
|
padding-left: 6px;
|
|
|
|
padding-right: 6px;
|
2008-08-24 17:29:21 +02:00
|
|
|
-moz-border-radius: 4px 4px 0 0;
|
2008-08-25 10:56:35 +02:00
|
|
|
-webkit-border-top-left-radius: 4px;
|
|
|
|
-webkit-border-top-right-radius: 4px;
|
|
|
|
-khtml-border-top-left-radius: 4px;
|
|
|
|
-khtml-border-top-right-radius: 4px;
|
|
|
|
border-top-left-radius: 4px;
|
|
|
|
border-top-right-radius: 4px;
|
2008-08-20 23:42:31 +02:00
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
|
|
|
}
|
|
|
|
|
|
|
|
#sidemenu {
|
|
|
|
margin: -30px 15px 0 315px;
|
|
|
|
list-style: none;
|
|
|
|
position: relative;
|
|
|
|
float: right;
|
|
|
|
padding-left: 10px;
|
2008-10-02 06:25:31 +02:00
|
|
|
font-size: 12px;
|
2008-08-20 23:42:31 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#sidemenu a {
|
|
|
|
padding: 0 7px;
|
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
line-height: 28px;
|
|
|
|
border-top-width: 1px;
|
|
|
|
border-top-style: solid;
|
|
|
|
border-bottom-width: 1px;
|
|
|
|
border-bottom-style: solid;
|
|
|
|
}
|
|
|
|
|
|
|
|
#sidemenu li a .count-0 {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#previewview {
|
2008-08-24 17:29:21 +02:00
|
|
|
float: right;
|
|
|
|
margin-top: -53px;
|
2008-08-20 23:42:31 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#previewview a {
|
2008-08-24 17:29:21 +02:00
|
|
|
display: block;
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: normal;
|
|
|
|
padding: 4px 8px;
|
|
|
|
text-align: center;
|
|
|
|
text-decoration: none;
|
|
|
|
width: 200px;
|
2008-08-20 23:42:31 +02:00
|
|
|
}
|
2008-08-24 08:56:22 +02:00
|
|
|
|
|
|
|
/* reply to comments */
|
2008-10-08 03:18:16 +02:00
|
|
|
#replyrow {
|
|
|
|
font-size: 11px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#replyrow input {
|
2008-08-24 08:56:22 +02:00
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2008-10-08 03:18:16 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#replyrow td {
|
2008-08-24 08:56:22 +02:00
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
|
2008-10-08 03:18:16 +02:00
|
|
|
#replyrow #editorcontainer {
|
2008-08-24 08:56:22 +02:00
|
|
|
border: 0 none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#replysubmit {
|
|
|
|
margin: 0;
|
2008-11-05 02:44:10 +01:00
|
|
|
padding: 7px;
|
2008-08-29 07:07:40 +02:00
|
|
|
border-top-width: 1px;
|
|
|
|
border-top-style: solid;
|
|
|
|
}
|
|
|
|
|
2008-10-08 03:18:16 +02:00
|
|
|
#replysubmit img.waiting,
|
2008-11-11 03:58:24 +01:00
|
|
|
.inline-edit-save img.waiting,
|
2008-10-17 11:44:22 +02:00
|
|
|
#commentstatusdiv img.waiting {
|
2008-10-08 03:18:16 +02:00
|
|
|
padding: 0 10px;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
#replysubmit .button {
|
2008-08-29 07:07:40 +02:00
|
|
|
margin-right: 5px;
|
2008-08-24 08:56:22 +02:00
|
|
|
}
|
|
|
|
|
2008-10-08 03:18:16 +02:00
|
|
|
#replyrow #editor-toolbar {
|
2008-08-24 08:56:22 +02:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2008-10-08 03:18:16 +02:00
|
|
|
#replyhead {
|
|
|
|
font-size: 12px;
|
2008-08-24 08:56:22 +02:00
|
|
|
font-weight: bold;
|
2008-10-08 03:18:16 +02:00
|
|
|
padding: 2px 10px 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#edithead #edittitle {
|
|
|
|
float: left;
|
|
|
|
font-size: 12px;
|
|
|
|
font-weight: bold;
|
|
|
|
height: 20px;
|
|
|
|
line-height: 19px;
|
|
|
|
margin: 0 4px 0 0;
|
|
|
|
padding: 4px 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#edithead .inside {
|
|
|
|
float: left;
|
|
|
|
margin: 0 4px 2px 0;
|
|
|
|
padding: 3px 0 2px;
|
|
|
|
text-align: center;
|
|
|
|
width: 260px;
|
|
|
|
font-size: 11px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#edithead .inside input {
|
|
|
|
width: 200px;
|
|
|
|
font-size: 11px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#edithead label {
|
|
|
|
padding: 2px;
|
2008-08-24 08:56:22 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#replycontainer {
|
2008-10-08 03:18:16 +02:00
|
|
|
padding: 5px;
|
2008-08-24 08:56:22 +02:00
|
|
|
border: 0 none;
|
2008-10-08 03:18:16 +02:00
|
|
|
height: 120px;
|
2008-08-24 08:56:22 +02:00
|
|
|
overflow: hidden;
|
2008-10-08 03:18:16 +02:00
|
|
|
position: relative;
|
2008-08-24 08:56:22 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#replycontent {
|
|
|
|
resize: none;
|
|
|
|
margin: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
padding: 0;
|
|
|
|
line-height: 150%;
|
|
|
|
border: 0 none;
|
|
|
|
outline: none;
|
2008-10-08 03:18:16 +02:00
|
|
|
font-size: 12px;
|
2008-08-24 08:56:22 +02:00
|
|
|
}
|
|
|
|
|
2008-10-08 03:18:16 +02:00
|
|
|
#replyrow #ed_reply_toolbar {
|
2008-08-24 08:56:22 +02:00
|
|
|
margin: 0;
|
2008-10-08 03:18:16 +02:00
|
|
|
padding: 2px 3px;
|
2008-08-24 08:56:22 +02:00
|
|
|
}
|
|
|
|
|
2008-10-08 03:18:16 +02:00
|
|
|
#replyrow #ed_reply_toolbar input {
|
|
|
|
margin: 1px 2px 1px 1px;
|
|
|
|
min-width: 26px;
|
2008-11-10 11:31:12 +01:00
|
|
|
min-height: 25px;
|
2008-10-08 03:18:16 +02:00
|
|
|
padding: 3px 4px;
|
|
|
|
font-size: 12px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
-khtml-border-radius: 3px;
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
2008-08-24 08:56:22 +02:00
|
|
|
}
|
2008-08-25 12:17:41 +02:00
|
|
|
|
|
|
|
/* show/hide settings */
|
2008-10-27 02:22:24 +01:00
|
|
|
|
2008-11-06 09:13:50 +01:00
|
|
|
#screen-meta {
|
2008-10-27 02:22:24 +01:00
|
|
|
position: relative;
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
2008-11-06 09:13:50 +01:00
|
|
|
#screen-meta-links {
|
|
|
|
margin: 0 20px 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#screen-meta .invisible {
|
|
|
|
visibility: hidden;
|
2008-10-27 02:22:24 +01:00
|
|
|
}
|
|
|
|
|
2008-11-06 09:13:50 +01:00
|
|
|
#screen-options-link-wrap,
|
|
|
|
#contextual-help-link-wrap {
|
2008-10-27 02:22:24 +01:00
|
|
|
float: right;
|
|
|
|
background: transparent url( images/screen-options-left.gif ) no-repeat 0 0;
|
2008-10-24 12:29:07 +02:00
|
|
|
font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
|
|
|
|
height: 23px;
|
2008-10-27 02:22:24 +01:00
|
|
|
padding: 0;
|
2008-11-06 09:13:50 +01:00
|
|
|
margin: -1px 10px 0 0;
|
2008-10-02 03:32:27 +02:00
|
|
|
}
|
|
|
|
|
2008-11-06 09:13:50 +01:00
|
|
|
#screen-meta a.show-settings {
|
2008-10-27 02:22:24 +01:00
|
|
|
text-decoration: none;
|
|
|
|
z-index: 1;
|
|
|
|
padding: 0 18px 0 8px;
|
2008-10-24 12:29:07 +02:00
|
|
|
height: 23px;
|
|
|
|
line-height: 23px;
|
2008-09-28 06:11:27 +02:00
|
|
|
font-size: 11px;
|
2008-10-24 12:29:07 +02:00
|
|
|
display: block;
|
2008-10-27 02:22:24 +01:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: right top;
|
2008-11-03 19:00:08 +01:00
|
|
|
background-color: transparent;
|
2008-10-24 12:29:07 +02:00
|
|
|
}
|
|
|
|
|
2008-11-06 09:13:50 +01:00
|
|
|
#screen-meta a.show-settings {
|
2008-10-27 02:22:24 +01:00
|
|
|
background-image: url( images/screen-options-right.gif );
|
2008-10-24 21:33:40 +02:00
|
|
|
}
|
|
|
|
|
2008-11-06 09:13:50 +01:00
|
|
|
#screen-meta a.show-settings:hover {
|
2008-10-02 13:04:09 +02:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2008-11-06 09:13:50 +01:00
|
|
|
#screen-options-wrap h5,
|
|
|
|
#contextual-help-wrap h5 {
|
2008-09-28 06:11:27 +02:00
|
|
|
padding: 10px 0 0 15px;
|
2008-08-25 12:17:41 +02:00
|
|
|
margin: 0;
|
|
|
|
font-size: 13px;
|
|
|
|
}
|
|
|
|
|
2008-11-06 09:13:50 +01:00
|
|
|
#screen-options-wrap,
|
|
|
|
#contextual-help-wrap {
|
2008-09-28 06:11:27 +02:00
|
|
|
border-style: none solid solid;
|
|
|
|
border-top: 0 none;
|
|
|
|
border-width: 0 1px 1px;
|
2008-10-27 02:22:24 +01:00
|
|
|
margin: 0 15px;
|
2008-09-28 06:11:27 +02:00
|
|
|
-moz-border-radius: 0 0 4px 4px;
|
|
|
|
-webkit-border-bottom-left-radius: 4px;
|
|
|
|
-webkit-border-bottom-right-radius: 4px;
|
|
|
|
-khtml-border-bottom-left-radius: 4px;
|
|
|
|
-khtml-border-bottom-right-radius: 4px;
|
|
|
|
border-bottom-left-radius: 4px;
|
|
|
|
border-bottom-right-radius: 4px;
|
2008-08-25 12:17:41 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.metabox-prefs {
|
2008-09-28 06:11:27 +02:00
|
|
|
padding: 5px 10px 10px;
|
2008-08-25 12:17:41 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.metabox-prefs label {
|
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
padding: 5px 3px;
|
|
|
|
white-space: nowrap;
|
2008-10-24 21:33:40 +02:00
|
|
|
min-width: 14em;
|
2008-08-25 12:17:41 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.metabox-prefs label input {
|
|
|
|
margin: 0 5px 0 2px;
|
|
|
|
}
|
2008-09-11 00:47:03 +02:00
|
|
|
|
2008-10-09 01:32:34 +02:00
|
|
|
.metabox-prefs label a {
|
|
|
|
display: none;
|
|
|
|
}
|
2008-09-11 00:47:03 +02:00
|
|
|
|
2008-11-11 03:58:24 +01:00
|
|
|
/* Inline Editor
|
|
|
|
.quick-edit* is for Quick Edit
|
|
|
|
.bulk-edit* is for Bulk Edit
|
|
|
|
.inline-edit* is for everything
|
|
|
|
*/
|
|
|
|
/* Layout */
|
|
|
|
tr.inline-edit-row td {
|
|
|
|
padding: 0 0.5em;
|
2008-09-17 13:32:33 +02:00
|
|
|
}
|
2008-09-11 00:47:03 +02:00
|
|
|
|
2008-11-11 03:58:24 +01:00
|
|
|
#wpbody-content .inline-edit-row fieldset {
|
|
|
|
font-size: 12px;
|
|
|
|
float: left;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
width: 100%;
|
2008-09-11 00:47:03 +02:00
|
|
|
}
|
|
|
|
|
2008-11-11 03:58:24 +01:00
|
|
|
#wpbody-content .inline-edit-row fieldset .inline-edit-col {
|
|
|
|
padding: 0 0.5em;
|
2008-09-11 00:47:03 +02:00
|
|
|
}
|
|
|
|
|
2008-11-11 03:58:24 +01:00
|
|
|
#wpbody-content .quick-edit-row-page fieldset.inline-edit-col-right .inline-edit-col {
|
|
|
|
border-left: 1px solid;
|
2008-09-11 00:47:03 +02:00
|
|
|
}
|
|
|
|
|
2008-11-11 03:58:24 +01:00
|
|
|
#wpbody-content .quick-edit-row-post .inline-edit-col-left {
|
|
|
|
width: 40%;
|
2008-09-11 00:47:03 +02:00
|
|
|
}
|
|
|
|
|
2008-11-11 03:58:24 +01:00
|
|
|
#wpbody-content .quick-edit-row-post .inline-edit-col-right {
|
|
|
|
width: 39%;
|
2008-09-11 00:47:03 +02:00
|
|
|
}
|
|
|
|
|
2008-11-11 03:58:24 +01:00
|
|
|
#wpbody-content .inline-edit-row-post .inline-edit-col-center {
|
|
|
|
width: 20%;
|
2008-09-11 00:47:03 +02:00
|
|
|
}
|
|
|
|
|
2008-11-11 03:58:24 +01:00
|
|
|
#wpbody-content .quick-edit-row-page .inline-edit-col-left {
|
|
|
|
width: 50%;
|
2008-09-11 00:47:03 +02:00
|
|
|
}
|
|
|
|
|
2008-11-11 03:58:24 +01:00
|
|
|
#wpbody-content .quick-edit-row-page .inline-edit-col-right,
|
|
|
|
#wpbody-content .bulk-edit-row-post .inline-edit-col-right {
|
|
|
|
width: 49%;
|
2008-09-11 00:47:03 +02:00
|
|
|
}
|
|
|
|
|
2008-11-11 03:58:24 +01:00
|
|
|
#wpbody-content .bulk-edit-row .inline-edit-col-left {
|
|
|
|
width: 30%;
|
2008-09-25 15:42:34 +02:00
|
|
|
}
|
|
|
|
|
2008-11-11 03:58:24 +01:00
|
|
|
#wpbody-content .bulk-edit-row-page .inline-edit-col-right {
|
|
|
|
width: 69%;
|
2008-09-11 00:47:03 +02:00
|
|
|
}
|
|
|
|
|
2008-11-11 03:58:24 +01:00
|
|
|
#wpbody-content .bulk-edit-row .inline-edit-col-bottom {
|
|
|
|
float: right;
|
|
|
|
width: 69%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpbody-content .inline-edit-row-page .inline-edit-col-right,
|
|
|
|
#owpbody-content .bulk-edit-row-post .inline-edit-col-right {
|
|
|
|
margin-top: 27px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inline-edit-row fieldset .inline-edit-group {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inline-edit-row fieldset .inline-edit-group:after {
|
|
|
|
content: ".";
|
|
|
|
display: block;
|
|
|
|
height: 0;
|
|
|
|
clear: both;
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inline-edit-row p.submit {
|
|
|
|
clear: both;
|
|
|
|
padding: 0.5em;
|
|
|
|
margin: 0.5em 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Positioning */
|
|
|
|
.inline-edit-row h4 {
|
|
|
|
margin: .2em 0;
|
|
|
|
padding: 0;
|
|
|
|
line-height: 27px;
|
|
|
|
}
|
|
|
|
.inline-edit-row fieldset span.title,
|
|
|
|
.inline-edit-row fieldset span.checkbox-title {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
line-height: 27px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inline-edit-row fieldset label,
|
|
|
|
.inline-edit-row fieldset span.inline-edit-categories-label {
|
|
|
|
display: block;
|
|
|
|
margin: .2em 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inline-edit-row fieldset label.inline-edit-tags {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inline-edit-row fieldset label.inline-edit-tags span.title {
|
|
|
|
margin: .2em 0;
|
2008-09-11 00:47:03 +02:00
|
|
|
}
|
|
|
|
|
2008-11-11 03:58:24 +01:00
|
|
|
.inline-edit-row fieldset label span.title {
|
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
width: 5em;
|
2008-09-11 00:47:03 +02:00
|
|
|
}
|
|
|
|
|
2008-11-11 03:58:24 +01:00
|
|
|
.inline-edit-row fieldset label span.input-text-wrap {
|
|
|
|
display: block;
|
|
|
|
margin-left: 5em;
|
2008-09-11 00:47:03 +02:00
|
|
|
}
|
|
|
|
|
2008-11-11 03:58:24 +01:00
|
|
|
.quick-edit-row-post fieldset.inline-edit-col-right label span.title {
|
2008-09-21 21:45:45 +02:00
|
|
|
width: auto;
|
2008-11-11 03:58:24 +01:00
|
|
|
padding-right: 0.5em;
|
2008-09-11 00:47:03 +02:00
|
|
|
}
|
|
|
|
|
2008-11-11 03:58:24 +01:00
|
|
|
.inline-edit-row fieldset label input[type=text] {
|
|
|
|
width: 100%;
|
2008-09-11 00:47:03 +02:00
|
|
|
}
|
|
|
|
|
2008-11-11 03:58:24 +01:00
|
|
|
.inline-edit-row fieldset label input[type=checkbox] {
|
|
|
|
vertical-align: text-bottom;
|
2008-09-11 00:47:03 +02:00
|
|
|
}
|
|
|
|
|
2008-11-11 03:58:24 +01:00
|
|
|
.inline-edit-row fieldset label textarea {
|
|
|
|
width: 100%;
|
|
|
|
height: 4em;
|
2008-09-21 21:45:45 +02:00
|
|
|
}
|
|
|
|
|
2008-11-11 03:58:24 +01:00
|
|
|
#wpbody-content .bulk-edit-row fieldset .inline-edit-group label {
|
|
|
|
max-width: 50%;
|
2008-09-11 00:47:03 +02:00
|
|
|
}
|
|
|
|
|
2008-11-11 03:58:24 +01:00
|
|
|
#wpbody-content .quick-edit-row fieldset .inline-edit-group label.alignleft:first-child {
|
|
|
|
margin-right: 0.5em
|
2008-09-11 00:47:03 +02:00
|
|
|
}
|
|
|
|
|
2008-11-11 03:58:24 +01:00
|
|
|
/* Styling */
|
|
|
|
.inline-edit-row h4 {
|
|
|
|
text-transform: uppercase;
|
2008-09-21 21:45:45 +02:00
|
|
|
}
|
|
|
|
|
2008-11-11 03:58:24 +01:00
|
|
|
.inline-edit-row fieldset span.title,
|
|
|
|
.inline-edit-row fieldset span.checkbox-title {
|
|
|
|
font-family: Georgia, serif;
|
|
|
|
font-style: italic;
|
2008-09-11 00:47:03 +02:00
|
|
|
}
|
|
|
|
|
2008-11-11 03:58:24 +01:00
|
|
|
/* Specific Elements */
|
|
|
|
.inline-edit-row fieldset input[type="text"],
|
|
|
|
.inline-edit-row fieldset textarea {
|
|
|
|
border-style: solid;
|
|
|
|
border-width: 1px;
|
2008-09-11 00:47:03 +02:00
|
|
|
}
|
|
|
|
|
2008-11-11 03:58:24 +01:00
|
|
|
.inline-edit-row fieldset .inline-edit-date {
|
|
|
|
float: left;
|
2008-09-11 00:47:03 +02:00
|
|
|
}
|
|
|
|
|
2008-11-11 03:58:24 +01:00
|
|
|
.inline-edit-row fieldset input[name=jj],
|
|
|
|
.inline-edit-row fieldset input[name=hh],
|
|
|
|
.inline-edit-row fieldset input[name=mn] {
|
|
|
|
font-size: 12px;
|
|
|
|
width: 2.1em;
|
2008-09-21 21:45:45 +02:00
|
|
|
}
|
|
|
|
|
2008-11-11 03:58:24 +01:00
|
|
|
.inline-edit-row fieldset input[name=aa] {
|
|
|
|
font-size: 12px;
|
|
|
|
width: 3.5em;
|
2008-09-11 00:47:03 +02:00
|
|
|
}
|
|
|
|
|
2008-11-11 03:58:24 +01:00
|
|
|
.inline-edit-row fieldset label input.inline-edit-password-input {
|
|
|
|
width: 8em;
|
2008-09-11 00:47:03 +02:00
|
|
|
}
|
|
|
|
|
2008-11-11 03:58:24 +01:00
|
|
|
ul.cat-checklist {
|
|
|
|
height: 12em;
|
|
|
|
border-style: solid;
|
2008-09-21 21:45:45 +02:00
|
|
|
border-width: 1px;
|
2008-11-11 03:58:24 +01:00
|
|
|
overflow-y: scroll;
|
|
|
|
padding: 0 5px;
|
|
|
|
margin: 0 0 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#bulk-titles {
|
|
|
|
display: block;
|
|
|
|
height: 12em;
|
2008-09-21 21:45:45 +02:00
|
|
|
border-style: solid;
|
2008-11-11 03:58:24 +01:00
|
|
|
border-width: 1px;
|
|
|
|
overflow-y: scroll;
|
|
|
|
padding: 0 5px;
|
|
|
|
margin: 0 0 5px;
|
2008-09-11 00:47:03 +02:00
|
|
|
}
|
|
|
|
|
2008-11-11 03:58:24 +01:00
|
|
|
.inline-edit-row fieldset ul.cat-checklist li,
|
|
|
|
.inline-edit-row fieldset ul.cat-checklist input {
|
|
|
|
margin: 0;
|
2008-09-11 00:47:03 +02:00
|
|
|
}
|
|
|
|
|
2008-11-11 03:58:24 +01:00
|
|
|
.inline-edit-row fieldset ul.cat-checklist label,
|
|
|
|
.inline-edit-row .catshow,
|
|
|
|
.inline-edit-row .cathide,
|
|
|
|
.inline-edit-row #bulk-titles div {
|
|
|
|
font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
|
|
|
|
font-style: normal;
|
|
|
|
font-size: 11px;
|
2008-09-25 15:42:34 +02:00
|
|
|
}
|
|
|
|
|
2008-11-11 03:58:24 +01:00
|
|
|
table .inline-edit-row fieldset ul.cat-hover {
|
|
|
|
height: auto;
|
|
|
|
max-height: 30em;
|
|
|
|
overflow-y: auto;
|
|
|
|
position: absolute;
|
2008-09-25 15:42:34 +02:00
|
|
|
}
|
|
|
|
|
2008-11-11 03:58:24 +01:00
|
|
|
.inline-edit-row fieldset label input.inline-edit-menu-order-input {
|
|
|
|
width: 3em;
|
2008-09-25 15:42:34 +02:00
|
|
|
}
|
|
|
|
|
2008-11-11 03:58:24 +01:00
|
|
|
.inline-edit-row fieldset label input.inline-edit-slug-input {
|
|
|
|
width: 75%;
|
2008-09-16 06:24:28 +02:00
|
|
|
}
|
|
|
|
|
2008-11-11 03:58:24 +01:00
|
|
|
.quick-edit-row-post fieldset label.inline-edit-status {
|
|
|
|
float: left;
|
2008-09-25 15:42:34 +02:00
|
|
|
}
|
|
|
|
|
2008-11-11 03:58:24 +01:00
|
|
|
#bulk-titles {
|
|
|
|
line-height: 140%;
|
|
|
|
}
|
2008-09-25 15:42:34 +02:00
|
|
|
#bulk-titles div {
|
2008-11-11 03:58:24 +01:00
|
|
|
margin: 0.2em 0.3em;
|
2008-09-25 15:42:34 +02:00
|
|
|
}
|
|
|
|
|
2008-09-30 12:30:56 +02:00
|
|
|
#bulk-titles div a {
|
|
|
|
cursor: pointer;
|
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
height: 10px;
|
|
|
|
margin: 3px 3px 0 -2px;
|
|
|
|
overflow: hidden;
|
|
|
|
position: relative;
|
|
|
|
text-indent: -9999px;
|
|
|
|
width: 10px;
|
|
|
|
}
|
|
|
|
|
2008-09-16 06:24:28 +02:00
|
|
|
/* Media library */
|
2008-09-27 10:17:55 +02:00
|
|
|
#wpbody-content #media-items .describe {
|
|
|
|
border-collapse: collapse;
|
|
|
|
width: 100%;
|
|
|
|
border-top-style: solid;
|
|
|
|
border-top-width: 1px;
|
|
|
|
clear: both;
|
|
|
|
cursor: default;
|
|
|
|
padding: 5px;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpbody-content .describe .media-item-info tr {
|
2008-09-16 06:24:28 +02:00
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpbody-content .filename {
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpbody-content .media-item .thumbnail {
|
2008-10-02 06:25:31 +02:00
|
|
|
max-height: 128px;
|
|
|
|
max-width: 128px;
|
2008-09-16 06:24:28 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#wpbody-content .media-upload-form label {
|
|
|
|
display: block;
|
|
|
|
font-size: 13px;
|
|
|
|
font-weight: bold;
|
|
|
|
margin: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
abbr.required {
|
|
|
|
border: medium none;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2008-09-27 10:17:55 +02:00
|
|
|
#wpbody-content .describe input[type="text"],
|
|
|
|
#wpbody-content .describe textarea {
|
2008-09-16 06:24:28 +02:00
|
|
|
width: 460px;
|
|
|
|
}
|
|
|
|
|
2008-09-27 10:17:55 +02:00
|
|
|
#wpbody-content .describe p.help {
|
2008-09-16 06:24:28 +02:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2008-09-27 10:17:55 +02:00
|
|
|
.describe-toggle-on, .describe-toggle-off {
|
|
|
|
display: block;
|
|
|
|
line-height: 36px;
|
|
|
|
float: right;
|
|
|
|
margin-right: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.describe-toggle-off {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpbody-content .media-item {
|
|
|
|
border-bottom-style: solid;
|
|
|
|
border-bottom-width: 1px;
|
|
|
|
min-height: 36px;
|
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpbody-content #media-items {
|
|
|
|
border-style: solid solid none;
|
|
|
|
border-width: 1px;
|
|
|
|
width: 670px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpbody-content #media-items .filename {
|
|
|
|
float: left;
|
|
|
|
line-height: 36px;
|
|
|
|
margin-left: 10px;
|
|
|
|
max-width: 430px;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.media-item .pinkynail {
|
|
|
|
float: left;
|
|
|
|
height: 32px;
|
|
|
|
margin: 2px;
|
|
|
|
max-width: 40px;
|
|
|
|
max-height: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.media-item .startopen,
|
|
|
|
.media-item .startclosed {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2008-09-16 06:24:28 +02:00
|
|
|
/* find posts */
|
|
|
|
.find-box {
|
|
|
|
width: 400px;
|
|
|
|
height: 250px;
|
|
|
|
overflow: hidden;
|
|
|
|
padding: 33px 5px 50px;
|
|
|
|
position: absolute;
|
|
|
|
z-index: 1000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.find-box-head {
|
|
|
|
cursor: move;
|
|
|
|
font-weight: bold;
|
|
|
|
height: 2em;
|
|
|
|
line-height: 2em;
|
|
|
|
padding: 1px 12px;
|
|
|
|
position: absolute;
|
|
|
|
top: 5px;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.find-box-inside {
|
|
|
|
overflow: auto;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.find-box-search {
|
|
|
|
padding: 12px;
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: none none solid;
|
|
|
|
}
|
|
|
|
|
|
|
|
#find-posts-response {
|
|
|
|
margin: 8px 0;
|
|
|
|
padding: 0 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#find-posts-response table {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#find-posts-response .found-radio {
|
|
|
|
padding: 8px 0 0 8px;
|
|
|
|
width: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.find-box-buttons {
|
|
|
|
bottom: 12px;
|
|
|
|
left: 12px;
|
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
|
|
|
|
.find-box-search label {
|
|
|
|
padding-right: 6px;
|
|
|
|
}
|
2008-09-27 14:02:32 +02:00
|
|
|
|
|
|
|
/* favorite-actions */
|
|
|
|
#favorite-actions {
|
2008-10-23 00:08:58 +02:00
|
|
|
float: right;
|
2008-10-18 18:54:14 +02:00
|
|
|
margin: 11px 12px 0;
|
|
|
|
min-width: 130px;
|
|
|
|
position: relative;
|
|
|
|
|
2008-09-27 14:02:32 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#favorite-first {
|
2008-10-18 18:54:14 +02:00
|
|
|
-moz-border-radius: 12px;
|
|
|
|
-khtml-border-radius: 12px;
|
|
|
|
-webkit-border-radius: 12px;
|
|
|
|
border-radius: 12px;
|
|
|
|
line-height: 15px;
|
|
|
|
padding: 3px 30px 4px 12px;
|
|
|
|
border-color: #464646;
|
2008-09-27 14:02:32 +02:00
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2008-10-18 18:54:14 +02:00
|
|
|
background-color: #797979;
|
|
|
|
background-image: url(images/fav.png);
|
|
|
|
background-repeat: repeat-x;
|
|
|
|
background-position: 0 center;
|
2008-09-27 14:02:32 +02:00
|
|
|
}
|
|
|
|
|
2008-10-18 18:54:14 +02:00
|
|
|
#favorite-inside {
|
|
|
|
margin: 0 0 0 1px;
|
2008-10-23 00:08:58 +02:00
|
|
|
padding: 0 0 6px;
|
2008-09-27 14:02:32 +02:00
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2008-10-18 18:54:14 +02:00
|
|
|
position: absolute;
|
|
|
|
z-index: 11;
|
|
|
|
display: none;
|
|
|
|
-moz-border-radius: 0 0 12px 12px;
|
|
|
|
-webkit-border-bottom-right-radius: 12px;
|
|
|
|
-webkit-border-bottom-left-radius: 12px;
|
|
|
|
-khtml-border-bottom-right-radius: 12px;
|
|
|
|
-khtml-border-bottom-left-radius: 12px;
|
|
|
|
border-bottom-right-radius: 12px;
|
|
|
|
border-bottom-left-radius: 12px;
|
|
|
|
border-color: #797979;
|
|
|
|
background-color: #797979;
|
|
|
|
background-image: url(images/fav-bottom.png);
|
|
|
|
background-repeat: repeat-x;
|
|
|
|
background-position: 0 bottom;
|
2008-09-27 14:02:32 +02:00
|
|
|
}
|
|
|
|
|
2008-10-18 18:54:14 +02:00
|
|
|
.favorite-action {
|
2008-10-23 00:08:58 +02:00
|
|
|
|
2008-09-27 14:02:32 +02:00
|
|
|
}
|
2008-10-18 18:54:14 +02:00
|
|
|
|
2008-09-27 14:02:32 +02:00
|
|
|
#favorite-actions a {
|
2008-10-23 00:08:58 +02:00
|
|
|
display: block;
|
2008-09-27 14:02:32 +02:00
|
|
|
text-decoration: none;
|
2008-10-18 18:54:14 +02:00
|
|
|
color: #eee;
|
|
|
|
font-size: 11px;
|
2008-09-27 14:02:32 +02:00
|
|
|
}
|
2008-09-28 06:46:18 +02:00
|
|
|
|
2008-10-23 00:08:58 +02:00
|
|
|
#favorite-inside a {
|
|
|
|
padding: 3px 5px 3px 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#favorite-inside a:hover {
|
|
|
|
background-color: #8f8f8f;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
2008-10-18 18:54:14 +02:00
|
|
|
#favorite-toggle {
|
|
|
|
height: 22px;
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
top: 1px;
|
|
|
|
width: 28px;
|
|
|
|
background: transparent url(images/fav-arrow.png) no-repeat 0 -4px;
|
2008-09-28 06:46:18 +02:00
|
|
|
}
|
2008-10-18 18:54:14 +02:00
|
|
|
|
|
|
|
#favorite-actions .slide-down {
|
|
|
|
background-image: url(images/fav-top.png);
|
|
|
|
background-repeat: repeat-x;
|
|
|
|
background-position: 0 top;
|
|
|
|
-moz-border-radius: 12px 12px 0 0;
|
|
|
|
-webkit-border-bottom-right-radius: 0;
|
|
|
|
-webkit-border-bottom-left-radius: 0;
|
|
|
|
-khtml-border-bottom-right-radius: 0;
|
|
|
|
-khtml-border-bottom-left-radius: 0;
|
|
|
|
border-bottom-right-radius: 0;
|
|
|
|
border-bottom-left-radius: 0;
|
|
|
|
border-bottom: 1px solid #626262;
|
|
|
|
}
|
|
|
|
|
2008-10-25 21:55:56 +02:00
|
|
|
#utc-time, #local-time {
|
|
|
|
padding-left: 25px;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
|
|
|
.setting-description {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
2008-10-31 19:51:06 +01:00
|
|
|
ul#dismissed-updates {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
ul.core-updates li {
|
|
|
|
padding: 12px;
|
|
|
|
}
|
|
|
|
form.upgrade {
|
|
|
|
margin-top: 8px;
|
2008-11-05 00:15:59 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#tagsdiv #the-tagcloud {
|
|
|
|
margin: 5px 5px 10px;
|
|
|
|
padding: 8px;
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
|
|
|
line-height: 1.8em;
|
|
|
|
word-spacing: 3px;
|
|
|
|
-moz-border-radius: 6px;
|
|
|
|
-khtml-border-radius: 6px;
|
|
|
|
-webkit-border-radius: 6px;
|
|
|
|
border-radius: 6px;
|
|
|
|
}
|
2008-11-05 23:52:59 +01:00
|
|
|
|
|
|
|
#flash-upload-ui {
|
|
|
|
padding: 20px 12px 0;
|
|
|
|
}
|
2008-11-08 08:56:42 +01:00
|
|
|
|
|
|
|
br.clear {
|
|
|
|
height: 2px;
|
|
|
|
line-height: 2px;
|
|
|
|
}
|
2008-11-09 15:54:39 +01:00
|
|
|
|
|
|
|
.swfupload {
|
|
|
|
margin: 0 10px;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2008-11-11 03:58:24 +01:00
|
|
|
|