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;
|
2008-03-07 02:17:21 +01:00
|
|
|
border-right-width: 1px;
|
|
|
|
border-right-style: solid;
|
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-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 {
|
|
|
|
margin-top: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#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-02-27 20:18:21 +01:00
|
|
|
border-top: 1px solid #ccc;
|
|
|
|
padding: 1.5em 0 0 0;
|
|
|
|
margin: 10px 0 0 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
|
|
|
}
|
|
|
|
|
|
|
|
.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-03-15 00:58:31 +01:00
|
|
|
.submit input, .button, .button-secondary, .button-highlighted {
|
2008-02-19 08:09:31 +01:00
|
|
|
font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
|
2008-09-28 14:29:19 +02:00
|
|
|
padding: 2px 4px;
|
2008-03-19 17:16:16 +01:00
|
|
|
font-size: 12px;
|
2008-03-23 07:41:43 +01:00
|
|
|
line-height: 1.5em;
|
2008-03-10 06:37:13 +01:00
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2008-02-25 01:34:26 +01:00
|
|
|
-moz-border-radius: 3px;
|
2008-03-02 21:17:30 +01:00
|
|
|
-khtml-border-radius: 3px;
|
2008-02-25 01:34:26 +01:00
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
2008-03-10 23:10:39 +01:00
|
|
|
cursor: pointer;
|
2008-08-09 07:36:14 +02:00
|
|
|
text-decoration: none;
|
2008-02-19 08:09:31 +01:00
|
|
|
}
|
|
|
|
|
2008-09-12 15:12:28 +02:00
|
|
|
.preview {
|
|
|
|
padding: 7px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#publish {
|
|
|
|
margin: 8px auto auto;
|
|
|
|
min-width: 150px;
|
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2008-03-07 02:17:21 +01:00
|
|
|
.updated a {
|
|
|
|
border-bottom-width: 1px;
|
|
|
|
border-bottom-style: solid;
|
|
|
|
}
|
|
|
|
|
2006-03-29 03:51:55 +02:00
|
|
|
.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-08-20 23:42:31 +02:00
|
|
|
#emaildiv input, #uridiv input {
|
|
|
|
width: 94%;
|
2008-02-21 00:31:56 +01:00
|
|
|
}
|
|
|
|
|
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 {
|
|
|
|
padding: 0;
|
|
|
|
line-height: 150%;
|
|
|
|
border: 0 none;
|
2008-03-12 00:04:13 +01:00
|
|
|
outline: none;
|
2008-01-31 19:10:46 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#editorcontainer {
|
|
|
|
padding: 6px;
|
2008-03-11 17:54:48 +01:00
|
|
|
border-style: none solid solid;
|
|
|
|
border-width: 1px;
|
|
|
|
border-collapse: separate;
|
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-01-31 19:10:46 +01:00
|
|
|
border: 0 none;
|
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-03-23 07:41:43 +01:00
|
|
|
padding: 2px 4px;
|
2006-09-22 09:04:41 +02:00
|
|
|
}
|
|
|
|
|
2008-08-24 08:56:22 +02:00
|
|
|
#ed_toolbar input,
|
|
|
|
#ed_reply_toolbar input {
|
2006-09-22 09:04:41 +02:00
|
|
|
margin: 3px 2px 2px;
|
2008-03-12 00:04:13 +01:00
|
|
|
padding: 2px 4px;
|
2008-03-13 07:06:33 +01:00
|
|
|
line-height: 18px;
|
2008-03-23 07:41:43 +01:00
|
|
|
display: inline-block;
|
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 {
|
2005-06-14 09:31:36 +02:00
|
|
|
font-family: "Courier New", Courier, mono;
|
2008-03-13 07:06:33 +01:00
|
|
|
font-size: 1.1em;
|
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-06 03:14:47 +02:00
|
|
|
.plugins p {
|
|
|
|
}
|
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-03-11 08:23:07 +01:00
|
|
|
#postcustomstuff .updatemeta, #postcustomstuff .deletemeta {
|
2004-04-28 21:49:27 +02:00
|
|
|
margin: auto;
|
2003-11-30 23:13:53 +01:00
|
|
|
}
|
|
|
|
|
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;
|
2004-03-25 06:38:59 +01:00
|
|
|
}
|
|
|
|
|
2008-03-11 08:23:07 +01:00
|
|
|
#postcustomstuff table input, #postcustomstuff table textarea {
|
2004-04-28 21:49:27 +02:00
|
|
|
width: 95%;
|
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;
|
|
|
|
}
|
|
|
|
|
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
|
|
|
}
|
|
|
|
|
|
|
|
#template, #template div, #editcat, #addcat {
|
|
|
|
zoom: 1;
|
|
|
|
}
|
|
|
|
|
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-02-10 09:10:11 +01:00
|
|
|
padding: 2px 4px;
|
2006-10-06 03:14:47 +02:00
|
|
|
margin-right: 3px;
|
2008-03-07 02:17:21 +01:00
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2006-10-06 03:14:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.page-numbers.current {
|
|
|
|
font-weight: bold;
|
2008-03-07 02:17:21 +01:00
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
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-09-26 03:05:52 +02:00
|
|
|
.column-comment {
|
2008-08-24 08:56:22 +02:00
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
|
2008-09-26 03:05:52 +02:00
|
|
|
.column-author,
|
|
|
|
.column-response {
|
2008-08-20 23:42:31 +02:00
|
|
|
width: 20%;
|
|
|
|
}
|
|
|
|
|
2008-09-26 03:05:52 +02:00
|
|
|
.column-author 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;
|
|
|
|
margin: 1px 8px 0 0;
|
2008-02-27 20:18:21 +01:00
|
|
|
}
|
|
|
|
|
2008-03-19 17:16:16 +01:00
|
|
|
.tablenav .button-secondary {
|
|
|
|
padding: 2px 4px;
|
2008-03-24 17:18:30 +01:00
|
|
|
vertical-align: top;
|
2008-03-19 17:16:16 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.tablenav .tablenav-pages a.next, .tablenav .tablenav-pages a.prev {
|
|
|
|
text-decoration: underline;
|
2008-02-10 09:10:11 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.tablenav {
|
2008-03-23 07:41:43 +01:00
|
|
|
height: 2em;
|
|
|
|
padding: 7px 10px;
|
2008-02-10 09:10:11 +01:00
|
|
|
clear: both;
|
2008-02-24 03:07:51 +01:00
|
|
|
margin-bottom: -10px;
|
2008-03-01 03:06:55 +01:00
|
|
|
margin-top: 8px;
|
2008-03-24 17:18:30 +01:00
|
|
|
vertical-align: text-top;
|
2008-02-10 09:10:11 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.tablenav .tablenav-pages {
|
|
|
|
float: right;
|
2008-03-23 07:41:43 +01:00
|
|
|
height: 18px;
|
|
|
|
padding-top: 6px;
|
2008-03-19 17:16:16 +01:00
|
|
|
font-size: 11px;
|
2008-02-10 09:10:11 +01:00
|
|
|
}
|
|
|
|
|
2008-03-06 21:44:29 +01:00
|
|
|
.tablenav .tablenav-pages a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
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 */
|
|
|
|
|
|
|
|
#user_info {
|
|
|
|
position: absolute;
|
2008-10-02 06:18:34 +02:00
|
|
|
right: 15px;
|
2008-08-20 23:42:31 +02:00
|
|
|
top: 0;
|
2008-02-21 01:27:23 +01:00
|
|
|
font-size: 11px;
|
2008-08-20 23:42:31 +02:00
|
|
|
line-height: 31px;
|
|
|
|
height: 31px;
|
2007-12-22 10:46:13 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#user_info p {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2008-09-28 18:55:17 +02:00
|
|
|
line-height: 20px;
|
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 {
|
|
|
|
height: 58px;
|
|
|
|
}
|
|
|
|
|
2008-08-25 12:17:41 +02:00
|
|
|
#wphead a, #dashmenu 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-27 00:27:48 +02:00
|
|
|
#wphead #breadcrumb {
|
2008-03-19 17:16:16 +01:00
|
|
|
margin-top: 12px;
|
2007-12-22 10:46:13 +01:00
|
|
|
margin-left: 10px;
|
2008-09-27 00:27:48 +02:00
|
|
|
font: 16px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
|
2008-03-19 17:16:16 +01:00
|
|
|
padding: 3px 4px;
|
2007-12-22 10:46:13 +01:00
|
|
|
letter-spacing: normal;
|
|
|
|
}
|
2008-03-07 02:17:21 +01:00
|
|
|
|
2008-09-28 18:55:17 +02:00
|
|
|
#logo50 {
|
|
|
|
margin: 8px;
|
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
|
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 {
|
|
|
|
font: normal 36px Georgia, "Times New Roman", Times, serif;
|
2008-10-02 08:06:52 +02:00
|
|
|
padding: 11px 170px 5px 70px;
|
2007-12-22 10:46:13 +01:00
|
|
|
margin: 0;
|
2008-02-10 09:10:11 +01:00
|
|
|
margin-right: 15%;
|
2007-12-22 10:46:13 +01:00
|
|
|
}
|
|
|
|
|
2008-01-04 12:47:06 +01:00
|
|
|
/* menu stuff */
|
|
|
|
|
2008-08-20 23:42:31 +02:00
|
|
|
#dashmenu .wp-submenu, #adminmenu .wp-submenu {
|
|
|
|
display: none;
|
|
|
|
list-style: none;
|
|
|
|
margin: 2px 0 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu li.wp-menu-open .wp-submenu {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2008-01-04 12:47:06 +01:00
|
|
|
#dashmenu {
|
2008-08-20 23:42:31 +02:00
|
|
|
margin: 0 0 0 12px;
|
|
|
|
background: url(images/logo-ghost.png) no-repeat center left;
|
2008-01-04 12:47:06 +01:00
|
|
|
list-style: none;
|
|
|
|
position: absolute;
|
2008-08-20 23:42:31 +02:00
|
|
|
top: 0;
|
2008-01-04 12:47:06 +01:00
|
|
|
left: 0;
|
2008-08-20 23:42:31 +02:00
|
|
|
height: 31px;
|
2008-02-21 01:27:23 +01:00
|
|
|
font-size: 11px;
|
2008-08-20 23:42:31 +02:00
|
|
|
padding: 0 0 0 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dashmenu li {
|
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
list-style: none;
|
|
|
|
white-space: nowrap;
|
|
|
|
margin: 0 5px 0 0;
|
|
|
|
padding: 0;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dashmenu li.highlighted {
|
|
|
|
margin-left: 6px;
|
|
|
|
text-align: center;
|
2008-08-24 17:29:21 +02:00
|
|
|
padding: 1px 0;
|
2008-08-20 23:42:31 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#dashmenu li.highlighted a {
|
|
|
|
background: #666;
|
|
|
|
border: 1px solid #888;
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
2008-08-24 17:29:21 +02:00
|
|
|
-khtml-border-radius: 3px;
|
2008-08-20 23:42:31 +02:00
|
|
|
-border-radius: 3px;
|
|
|
|
color: #ddd;
|
|
|
|
margin-top: 4px;
|
|
|
|
display: block;
|
|
|
|
padding: 5px 10px;
|
|
|
|
line-height: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dashmenu li.highlighted a:hover {
|
|
|
|
color: #fff;
|
|
|
|
border-color: #aaa;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Temp */
|
|
|
|
#dashmenu li.wp-has-submenu > a:after {
|
|
|
|
content: " \25BC";
|
2008-01-04 12:47:06 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#dashmenu a {
|
2008-02-10 09:10:11 +01:00
|
|
|
padding: 5px 6px;
|
2008-08-20 23:42:31 +02:00
|
|
|
line-height: 31px;
|
2008-01-04 12:47:06 +01:00
|
|
|
}
|
|
|
|
|
2008-08-20 23:42:31 +02:00
|
|
|
#dashmenu ul {
|
|
|
|
position: absolute;
|
|
|
|
top: 29px;
|
|
|
|
left: 0;
|
|
|
|
min-width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dashmenu ul {
|
|
|
|
background: #fff;
|
|
|
|
border: 1px solid #c6d9e9;
|
2008-08-24 17:29:21 +02:00
|
|
|
-moz-border-radius: 0 0 7px 7px;
|
2008-08-25 10:56:35 +02:00
|
|
|
-webkit-border-bottom-left-radius: 7px;
|
|
|
|
-webkit-border-bottom-right-radius: 7px;
|
|
|
|
border-bottom-left-radius: 7px;
|
|
|
|
border-bottom-right-radius: 7px;
|
2008-10-02 06:25:31 +02:00
|
|
|
-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
|
|
|
|
-moz-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
|
2008-08-20 23:42:31 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#dashmenu ul a {
|
|
|
|
color: #2583ad;
|
|
|
|
display: block;
|
|
|
|
padding: 0 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dashmenu ul a:hover {
|
|
|
|
color: #d54e21;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dashmenu ul li {
|
|
|
|
float: none;
|
|
|
|
margin-left: 5px;
|
2008-01-04 12:47:06 +01:00
|
|
|
}
|
|
|
|
|
2007-12-22 10:46:13 +01:00
|
|
|
#adminmenu {
|
|
|
|
margin: 0;
|
2008-08-20 23:42:31 +02:00
|
|
|
padding: 10px 0 0 10px;
|
2007-12-22 10:46:13 +01:00
|
|
|
list-style: none;
|
2008-02-10 09:10:11 +01:00
|
|
|
}
|
|
|
|
|
2008-08-20 23:42:31 +02:00
|
|
|
#adminmenu li {
|
|
|
|
margin-bottom: 10px;
|
2007-12-22 10:46:13 +01:00
|
|
|
}
|
|
|
|
|
2008-08-20 23:42:31 +02:00
|
|
|
#adminmenu li.current {
|
2008-03-07 02:17:21 +01:00
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2008-08-20 23:42:31 +02:00
|
|
|
position: relative;
|
|
|
|
right: -1px;
|
|
|
|
padding: 2px 0;
|
2007-12-22 10:46:13 +01:00
|
|
|
}
|
|
|
|
|
2008-08-20 23:42:31 +02:00
|
|
|
#adminmenu li .wp-submenu {
|
|
|
|
margin-top: 4px;
|
2008-02-17 20:41:47 +01:00
|
|
|
}
|
|
|
|
|
2008-08-20 23:42:31 +02:00
|
|
|
#adminmenu li .wp-submenu li {
|
|
|
|
padding: 3px 0 3px 1px;
|
|
|
|
margin-bottom: 0;
|
2008-01-04 12:47:06 +01:00
|
|
|
}
|
|
|
|
|
2008-08-20 23:42:31 +02:00
|
|
|
#adminmenu li .wp-submenu li.current {
|
|
|
|
padding: 2px 0;
|
2008-01-04 12:47:06 +01:00
|
|
|
}
|
|
|
|
|
2008-08-20 23:42:31 +02:00
|
|
|
#adminmenu li.wp-has-submenu > a {
|
|
|
|
background-image: url(images/menu-closed.png);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: left center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu li.wp-menu-open > a {
|
|
|
|
background-image: url(images/menu-open.png);
|
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu a {
|
|
|
|
font-size: 13px;
|
2008-10-02 06:25:31 +02:00
|
|
|
padding: 0 7px 0 36px;
|
2008-08-20 23:42:31 +02:00
|
|
|
line-height: 1.1;
|
|
|
|
display: block;
|
|
|
|
text-indent: -18px;
|
2007-12-22 10:46:13 +01:00
|
|
|
}
|
|
|
|
|
2008-08-20 23:42:31 +02:00
|
|
|
#adminmenu li.current a {
|
|
|
|
padding-left: 34px;
|
2008-02-24 03:07:51 +01:00
|
|
|
}
|
|
|
|
|
2008-07-10 09:35:20 +02:00
|
|
|
#adminmenu li 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-07-10 09:35:20 +02: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-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-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
|
|
|
|
2008-03-02 21:17:30 +01:00
|
|
|
#wpwrap {
|
|
|
|
position: relative;
|
2008-01-14 04:16:56 +01:00
|
|
|
min-height: 100%;
|
2008-09-01 02:14:04 +02:00
|
|
|
overflow: hidden;
|
2008-01-14 04:16:56 +01:00
|
|
|
}
|
2008-08-31 15:51:52 +02:00
|
|
|
|
|
|
|
#wpcontent {
|
|
|
|
padding-bottom: 80px;
|
2008-09-01 02:14:04 +02:00
|
|
|
position: relative;
|
2008-08-31 15:51:52 +02:00
|
|
|
}
|
|
|
|
|
2007-12-22 10:46:13 +01:00
|
|
|
#footer {
|
|
|
|
clear: both;
|
2008-03-19 17:16:16 +01:00
|
|
|
font-size: 12px;
|
2008-08-31 15:51:52 +02:00
|
|
|
height: 75px;
|
|
|
|
margin-top: -75px;
|
2008-09-01 02:14:04 +02:00
|
|
|
position: relative;
|
2007-12-22 10:46:13 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#footer p {
|
|
|
|
margin: 0;
|
2008-08-31 15:51:52 +02:00
|
|
|
padding: 17px 0 7px 60px;
|
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;
|
|
|
|
margin-top: 1em;
|
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-02-27 20:18:21 +01:00
|
|
|
width: 150px;
|
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
|
|
|
}
|
|
|
|
|
|
|
|
#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-01-03 02:34:11 +01:00
|
|
|
/* Post Screen */
|
|
|
|
|
2008-08-20 23:42:31 +02:00
|
|
|
#normal-sortables {
|
|
|
|
min-height: 50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.postbox {
|
|
|
|
position: relative;
|
|
|
|
min-width: 195px;
|
|
|
|
}
|
2008-09-14 14:58:00 +02:00
|
|
|
|
|
|
|
#normal-sortables .inside-submitbox .insidebox {
|
|
|
|
float: left;
|
|
|
|
margin: 5px 12px 5px 0;
|
2008-09-04 06:41:06 +02:00
|
|
|
}
|
2008-09-14 14:58:00 +02:00
|
|
|
|
|
|
|
#normal-sortables .submit #publish {
|
|
|
|
margin: 8px 0 0 12px;
|
2008-09-04 06:41:06 +02:00
|
|
|
}
|
2008-09-14 14:58:00 +02:00
|
|
|
|
|
|
|
#normal-sortables .inside-submitbox {
|
|
|
|
float: left;
|
2008-09-04 06:41:06 +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;
|
|
|
|
}
|
|
|
|
|
|
|
|
#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
|
|
|
|
|
|
|
#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;
|
|
|
|
padding: 0 7px;
|
|
|
|
border: 1px solid;
|
|
|
|
border-top: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#editorcontent #post-status-info {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
2008-08-21 04:25:14 +02:00
|
|
|
#submitdiv div.inside,
|
|
|
|
#pagesubmitdiv div.inside,
|
|
|
|
#linksubmitdiv div.inside,
|
|
|
|
div.inside {
|
2008-08-20 23:42:31 +02:00
|
|
|
padding: 0;
|
|
|
|
margin: 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-01-03 09:03:29 +01:00
|
|
|
#poststuff h3 {
|
2008-02-24 03:07:51 +01:00
|
|
|
font-size: 14px;
|
2008-01-03 09:03:29 +01:00
|
|
|
font-weight: bold;
|
2008-03-23 07:41:43 +01:00
|
|
|
padding: 7px;
|
2008-01-03 09:03:29 +01:00
|
|
|
margin: 0 0 10px;
|
|
|
|
}
|
|
|
|
|
2008-03-11 17:54:48 +01:00
|
|
|
#poststuff .postbox, #poststuff .stuffbox {
|
2008-01-03 09:03:29 +01:00
|
|
|
padding: 2px;
|
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-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;
|
|
|
|
margin: 0 12px 12px;
|
2008-08-20 23:42:31 +02:00
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
#titlediv #title {
|
|
|
|
border: 0;
|
|
|
|
padding: 0;
|
|
|
|
font-size: 1.7em;
|
|
|
|
width: 100%;
|
2008-03-12 00:04:13 +01:00
|
|
|
outline: none;
|
2008-03-11 17:54:48 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#poststuff #titlewrap {
|
2008-03-12 00:04:13 +01:00
|
|
|
padding: 2px 3px;
|
2008-03-11 17:54:48 +01:00
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
|
|
|
}
|
|
|
|
|
2008-08-21 04:25:14 +02:00
|
|
|
#poststuff .inside-submitbox,
|
|
|
|
#side-info-column .inside-submitbox {
|
2008-03-23 07:41:43 +01:00
|
|
|
margin: 0 12px 12px;
|
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-03-07 02:17:21 +01:00
|
|
|
|
2008-08-24 17:29:21 +02:00
|
|
|
#editable-post-name-full { display: none; }
|
2008-03-19 17:16:16 +01:00
|
|
|
|
2008-08-24 17:29:21 +02:00
|
|
|
#editable-post-name input { width: 16em; }
|
2008-03-19 17:16:16 +01:00
|
|
|
|
2008-01-17 17:51:32 +01:00
|
|
|
#edit-slug-buttons a.save {
|
2008-03-19 17:16:16 +01:00
|
|
|
padding: 6px 4px;
|
|
|
|
margin-right: 4px;
|
|
|
|
text-decoration: none;
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
-khtml-border-radius: 3px;
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
font-weight: bold;
|
2008-01-17 17:51:32 +01:00
|
|
|
}
|
2008-01-03 09:03:29 +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-08-20 23:42:31 +02:00
|
|
|
clear: both;
|
2008-01-03 09:03:29 +01:00
|
|
|
position: relative;
|
2008-08-20 23:42:31 +02:00
|
|
|
margin-top: -10px;
|
|
|
|
}
|
|
|
|
#poststuff #editor-toolbar #edButtonHTML, #poststuff #editor-toolbar #edButtonPreview {
|
|
|
|
position: relative;
|
|
|
|
top: -5px;
|
2008-01-03 09:03:29 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#poststuff #edButtonPreview, #poststuff #edButtonHTML {
|
|
|
|
display: block;
|
2008-01-31 19:10:46 +01:00
|
|
|
height: 20px;
|
2008-03-23 07:41:43 +01:00
|
|
|
padding: 5px 5px 1px;
|
|
|
|
margin: 5px 8px 0 0;
|
2008-01-03 09:03:29 +01:00
|
|
|
float: right;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
#poststuff #editor-toolbar .active {
|
|
|
|
font-weight: bold;
|
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-right-radius: 3px;
|
|
|
|
-webkit-border-bottom-left-radius: 3px;
|
|
|
|
-khtml-border-bottom-right-radius: 3px;
|
|
|
|
-khtml-border-bottom-left-radius: 3px;
|
|
|
|
border-bottom-right-radius: 3px;
|
|
|
|
border-bottom-left-radius: 3px;
|
2008-01-03 09:03:29 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#poststuff #media-buttons {
|
|
|
|
float: right;
|
|
|
|
margin-right: 20px;
|
2008-03-23 07:41:43 +01:00
|
|
|
margin-top: 8px;
|
2008-03-12 00:04:13 +01:00
|
|
|
cursor: default;
|
2008-03-23 07:41:43 +01:00
|
|
|
line-height: 1;
|
2008-03-12 00:04:13 +01:00
|
|
|
height: 1.1em;
|
2008-01-03 09:03:29 +01:00
|
|
|
}
|
|
|
|
|
2008-02-11 08:44:21 +01:00
|
|
|
#poststuff #media-buttons a {
|
2008-03-12 00:04:13 +01:00
|
|
|
cursor: pointer;
|
|
|
|
padding: 0 5px 2px 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#poststuff #media-buttons img {
|
|
|
|
vertical-align: middle;
|
2008-02-11 08:44:21 +01:00
|
|
|
}
|
|
|
|
|
2008-01-09 08:52:30 +01:00
|
|
|
#poststuff .togbox {
|
2008-03-23 07:41:43 +01:00
|
|
|
background-position: -10px 16px;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
display: block;
|
|
|
|
height: 37px;
|
2008-08-20 23:42:31 +02:00
|
|
|
margin-left: -14px;
|
|
|
|
margin-top: -3px;
|
2008-03-23 07:41:43 +01:00
|
|
|
overflow: hidden;
|
|
|
|
position: absolute;
|
|
|
|
text-indent: -9999px;
|
|
|
|
width: 12px;
|
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-09 08:52:30 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#poststuff .closed .inside {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#poststuff .closed h3 {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#poststuff .closed .togbox {
|
2008-03-23 07:41:43 +01:00
|
|
|
background-position: 4px 15px;
|
2008-01-09 13:12:35 +01:00
|
|
|
}
|
2008-01-10 10:39:35 +01:00
|
|
|
|
2008-08-20 23:42:31 +02:00
|
|
|
#side-info-column #side-sortables {
|
|
|
|
height: 100%;
|
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-08-24 17:29:21 +02:00
|
|
|
position: absolute;
|
2008-09-11 20:54:05 +02:00
|
|
|
right: 15px;
|
|
|
|
top: 52px;
|
2008-08-24 17:29:21 +02:00
|
|
|
margin: 0;
|
2008-08-20 23:42:31 +02:00
|
|
|
}
|
|
|
|
|
2008-09-06 01:19:08 +02:00
|
|
|
p.search-box .button, #widget-search .button {
|
2008-03-23 07:41:43 +01:00
|
|
|
padding: 3px;
|
2008-03-19 17:16:16 +01:00
|
|
|
font-size: 13px;
|
|
|
|
}
|
|
|
|
|
2008-09-06 01:19:08 +02:00
|
|
|
.search-input {
|
2008-08-20 23:42:31 +02:00
|
|
|
margin-right: 2px;
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
|
|
|
}
|
|
|
|
|
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-09-28 14:29:19 +02:00
|
|
|
margin: 3px 5px;
|
2008-03-10 06:42:08 +01:00
|
|
|
position: relative;
|
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 {
|
|
|
|
float: left;
|
|
|
|
margin: 0 30px;
|
2008-02-24 20:41:04 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#the-comment-list td.comment p.comment-author {
|
|
|
|
margin-top: 0;
|
2008-08-24 17:29:21 +02:00
|
|
|
margin-left: 0;
|
2008-02-24 20:41:04 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#the-comment-list p.comment-author img {
|
|
|
|
float: left;
|
|
|
|
margin-right: 8px;
|
|
|
|
}
|
|
|
|
|
2008-02-25 01:28:21 +01:00
|
|
|
#the-comment-list p.comment-author strong a {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
2008-02-24 20:41:04 +01:00
|
|
|
#the-comment-list td {
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
#the-comment-list td.comment {
|
2008-09-26 03:05:52 +02:00
|
|
|
/*
|
2008-02-28 21:37:48 +01:00
|
|
|
width: 65%;
|
2008-02-29 09:08:17 +01:00
|
|
|
max-width: 460px;
|
2008-09-26 03:05:52 +02:00
|
|
|
*/
|
2008-02-29 09:08:17 +01:00
|
|
|
word-wrap: break-word;
|
2008-02-24 20:41:04 +01:00
|
|
|
}
|
|
|
|
|
2008-03-24 17:18:30 +01:00
|
|
|
#the-comment-list .check-column {
|
|
|
|
padding-top: 8px;
|
|
|
|
}
|
|
|
|
|
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
|
|
|
|
|
|
|
.info-box {
|
2008-05-19 17:41:31 +02:00
|
|
|
top: 100px;
|
2008-05-16 00:57:14 +02:00
|
|
|
left: 50%;
|
2008-05-19 17:41:31 +02:00
|
|
|
margin-left: -225px;
|
2008-05-16 00:57:14 +02:00
|
|
|
height: 300px;
|
2008-05-19 17:41:31 +02:00
|
|
|
width: 450px;
|
2008-05-16 00:57:14 +02:00
|
|
|
border: 5px solid #ddd;
|
|
|
|
background: #f8f8f8;
|
|
|
|
position: absolute;
|
|
|
|
padding: 15px 15px 10px;
|
|
|
|
z-index: 1000;
|
2008-05-19 17:41:31 +02:00
|
|
|
display: none;
|
2008-05-16 00:57:14 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.info-box .submit {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 15px;
|
2008-05-19 17:41:31 +02:00
|
|
|
width: 450px;
|
|
|
|
padding: 15px 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.info-box .gears-img {
|
|
|
|
float: right;
|
|
|
|
margin: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.info-box-title {
|
|
|
|
line-height: 2;
|
|
|
|
margin: 0;
|
2008-08-24 08:56:22 +02:00
|
|
|
padding: 4px 8px;
|
|
|
|
font: 18px Georgia, "Times New Roman", Times, 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-08-20 23:42:31 +02:00
|
|
|
.ui-sortable .postbox h3 {
|
2008-09-11 23:40:28 +02:00
|
|
|
cursor: pointer;
|
2008-08-20 23:42:31 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
a.togbox {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2008-09-11 23:40:28 +02:00
|
|
|
.ui-sortable .postbox .hndle {
|
|
|
|
padding: 6px 0;
|
|
|
|
cursor: move;
|
2008-08-20 23:42:31 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#jj, #hh, #mn {
|
|
|
|
width: 1.5em;
|
2008-09-14 14:58:00 +02:00
|
|
|
padding: 1px;
|
2008-08-20 23:42:31 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#aa {
|
|
|
|
width: 2.7em;
|
2008-09-14 14:58:00 +02:00
|
|
|
padding: 1px;
|
|
|
|
}
|
|
|
|
|
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-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 */
|
|
|
|
#replydiv {
|
|
|
|
width: 700px;
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
|
|
|
padding: 2px;
|
|
|
|
left: 20px;
|
2008-08-29 07:07:40 +02:00
|
|
|
top: 200px;
|
|
|
|
z-index: 100;
|
2008-08-24 08:56:22 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#replydiv #editorcontainer {
|
|
|
|
border: 0 none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#replysubmit {
|
|
|
|
margin: 0;
|
|
|
|
padding: 3px 5px;
|
2008-08-29 07:07:40 +02:00
|
|
|
border-top-width: 1px;
|
|
|
|
border-top-style: solid;
|
|
|
|
}
|
|
|
|
|
|
|
|
#replysubmit .button,
|
|
|
|
#replyerror .button {
|
|
|
|
margin-right: 5px;
|
2008-08-24 08:56:22 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#replydiv #editor-toolbar {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#replydiv #replyhandle {
|
|
|
|
cursor: move;
|
|
|
|
margin: 0;
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: bold;
|
|
|
|
padding: 7px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#replycontainer {
|
|
|
|
padding: 6px;
|
|
|
|
border: 0 none;
|
|
|
|
height: 100%;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
#replycontent {
|
|
|
|
resize: none;
|
|
|
|
margin: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
padding: 0;
|
|
|
|
line-height: 150%;
|
|
|
|
border: 0 none;
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#ed_reply_toolbar {
|
|
|
|
margin: 0;
|
|
|
|
padding: 2px 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#replyerror {
|
2008-08-29 07:07:40 +02:00
|
|
|
border-width: 5px;
|
|
|
|
border-style: solid;
|
2008-08-24 08:56:22 +02:00
|
|
|
position: absolute;
|
|
|
|
padding: 15px 15px 10px;
|
|
|
|
width: 500px;
|
|
|
|
z-index: 1000;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#replyerror img {
|
|
|
|
float: right;
|
|
|
|
margin: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#replyerror p.submit {
|
|
|
|
padding: 10px 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#replyerror .error {
|
|
|
|
margin: 15px 0 0;
|
|
|
|
}
|
2008-08-25 12:17:41 +02:00
|
|
|
|
|
|
|
/* show/hide settings */
|
2008-10-02 03:32:27 +02:00
|
|
|
#edit-settings {
|
2008-10-02 13:04:09 +02:00
|
|
|
margin-left: 20px;
|
2008-10-02 03:32:27 +02:00
|
|
|
}
|
|
|
|
|
2008-10-02 13:04:09 +02:00
|
|
|
#edit-settings a.show-settings {
|
2008-09-28 06:11:27 +02:00
|
|
|
height: 18px;
|
|
|
|
font-size: 11px;
|
|
|
|
text-decoration: none;
|
|
|
|
z-index: 1;
|
|
|
|
padding: 3px 8px;
|
2008-08-25 12:17:41 +02:00
|
|
|
}
|
|
|
|
|
2008-10-02 13:04:09 +02:00
|
|
|
#edit-settings a.show-settings:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2008-08-25 12:17:41 +02:00
|
|
|
#edit-settings-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;
|
|
|
|
}
|
|
|
|
|
|
|
|
#edit-settings-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-02 03:32:27 +02:00
|
|
|
margin: -10px 15px 10px;
|
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-02 13:04:09 +02:00
|
|
|
overflow: hidden;
|
|
|
|
width: 13em;
|
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
|
|
|
|
|
|
|
|
|
|
|
/* Inline Editor */
|
2008-09-17 13:32:33 +02:00
|
|
|
.inline-editor {
|
|
|
|
font-size: 11px;
|
|
|
|
}
|
2008-09-11 00:47:03 +02:00
|
|
|
|
2008-09-21 21:45:45 +02:00
|
|
|
.inline-editor td {
|
|
|
|
padding: 3px;
|
2008-09-11 00:47:03 +02:00
|
|
|
}
|
|
|
|
|
2008-09-21 21:45:45 +02:00
|
|
|
.inline-editor .save,
|
|
|
|
.inline-editor .cancel {
|
|
|
|
margin-right: 5px;
|
2008-09-11 00:47:03 +02:00
|
|
|
}
|
|
|
|
|
2008-09-21 21:45:45 +02:00
|
|
|
.inline-editor .quick-edit-div {
|
|
|
|
float: left;
|
|
|
|
height: 85px;
|
|
|
|
margin: 0 5px 3px 0;
|
|
|
|
width: 130px;
|
|
|
|
border-style: solid;
|
|
|
|
border-width: 1px;
|
2008-09-11 00:47:03 +02:00
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
|
2008-09-21 21:45:45 +02:00
|
|
|
.inline-editor .in {
|
|
|
|
padding: 4px;
|
|
|
|
margin: 2px 0 0;
|
|
|
|
line-height: 15px;
|
2008-09-11 00:47:03 +02:00
|
|
|
}
|
|
|
|
|
2008-09-21 21:45:45 +02:00
|
|
|
.inline-editor input {
|
|
|
|
font-size: 11px !important;
|
|
|
|
padding: 2px;
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2008-09-11 00:47:03 +02:00
|
|
|
}
|
|
|
|
|
2008-09-21 21:45:45 +02:00
|
|
|
#wpbody-content .inline-editor select {
|
|
|
|
padding: 0;
|
|
|
|
height: auto;
|
|
|
|
width: 120px;
|
|
|
|
font-size: 11px !important;
|
2008-09-11 00:47:03 +02:00
|
|
|
}
|
|
|
|
|
2008-09-21 21:45:45 +02:00
|
|
|
.inline-editor div.title {
|
2008-09-25 15:42:34 +02:00
|
|
|
height: 18px;
|
|
|
|
line-height: 16px;
|
|
|
|
padding: 1px 5px;
|
2008-09-21 21:45:45 +02:00
|
|
|
cursor: default;
|
2008-09-11 00:47:03 +02:00
|
|
|
}
|
|
|
|
|
2008-09-21 21:45:45 +02:00
|
|
|
.inline-editor .post-title,
|
|
|
|
.inline-editor .page-title {
|
|
|
|
width: 260px;
|
2008-09-11 00:47:03 +02:00
|
|
|
}
|
|
|
|
|
2008-09-25 15:42:34 +02:00
|
|
|
#bulk-edit .post-title,
|
|
|
|
#bulk-edit .page-title {
|
|
|
|
width: 200px;
|
|
|
|
height: 179px;
|
|
|
|
}
|
|
|
|
|
2008-09-21 21:45:45 +02:00
|
|
|
.inline-editor .post-title .ptitle,
|
|
|
|
.inline-editor .page-title .ptitle {
|
|
|
|
width: 245px;
|
|
|
|
margin-bottom: 5px;
|
2008-09-11 00:47:03 +02:00
|
|
|
font-size: 12px !important;
|
|
|
|
}
|
|
|
|
|
2008-09-21 21:45:45 +02:00
|
|
|
.inline-editor .post-title .slug,
|
|
|
|
.inline-editor .page-title .slug {
|
|
|
|
text-align: right;
|
2008-09-11 00:47:03 +02:00
|
|
|
}
|
|
|
|
|
2008-09-21 21:45:45 +02:00
|
|
|
.inline-editor .slug input {
|
|
|
|
width: 170px;
|
|
|
|
margin: 0 2px 0 4px;
|
2008-09-11 00:47:03 +02:00
|
|
|
}
|
|
|
|
|
2008-09-21 21:45:45 +02:00
|
|
|
.inline-editor .password input,
|
|
|
|
.inline-editor .order input {
|
|
|
|
width: 112px;
|
2008-09-11 00:47:03 +02:00
|
|
|
}
|
|
|
|
|
2008-09-21 21:45:45 +02:00
|
|
|
.inline-editor .password label input {
|
|
|
|
width: auto;
|
|
|
|
margin: 3px 0 0;
|
2008-09-11 00:47:03 +02:00
|
|
|
}
|
|
|
|
|
2008-09-21 21:45:45 +02:00
|
|
|
.inline-editor .date {
|
|
|
|
width: 160px;
|
2008-09-11 00:47:03 +02:00
|
|
|
}
|
|
|
|
|
2008-09-21 21:45:45 +02:00
|
|
|
.inline-editor .date input {
|
|
|
|
padding: 2px 1px;
|
|
|
|
margin: 1px;
|
|
|
|
width: 18px;
|
2008-09-11 00:47:03 +02:00
|
|
|
}
|
|
|
|
|
2008-09-21 21:45:45 +02:00
|
|
|
.inline-editor .date input[name="aa"] {
|
|
|
|
width: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpbody-content .inline-editor .date select {
|
|
|
|
width: 80px;
|
2008-09-11 00:47:03 +02:00
|
|
|
}
|
|
|
|
|
2008-09-21 21:45:45 +02:00
|
|
|
.inline-editor .categories {
|
2008-09-25 15:42:34 +02:00
|
|
|
width: 200px;
|
2008-09-11 00:47:03 +02:00
|
|
|
}
|
|
|
|
|
2008-09-21 21:45:45 +02:00
|
|
|
.inline-editor .categories ul.cat-checklist {
|
2008-09-11 00:47:03 +02:00
|
|
|
list-style: none;
|
2008-09-21 21:45:45 +02:00
|
|
|
padding: 0 0 0 4px;
|
|
|
|
margin: 0;
|
2008-09-11 00:47:03 +02:00
|
|
|
height: 65px;
|
|
|
|
overflow: auto;
|
2008-09-21 21:45:45 +02:00
|
|
|
font-size: 11px;
|
|
|
|
z-index: 5;
|
|
|
|
position: relative;
|
|
|
|
overflow-x: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inline-editor .categories ul.cat-hover {
|
|
|
|
height: 200px;
|
2008-09-25 15:42:34 +02:00
|
|
|
overflow-x: auto;
|
2008-09-11 00:47:03 +02:00
|
|
|
}
|
|
|
|
|
2008-09-21 21:45:45 +02:00
|
|
|
.inline-editor .categories ul.children {
|
2008-09-11 00:47:03 +02:00
|
|
|
list-style: none;
|
|
|
|
padding-left: 15px;
|
|
|
|
}
|
|
|
|
|
2008-09-21 21:45:45 +02:00
|
|
|
.inline-editor .categories li {
|
|
|
|
margin-bottom: 3px;
|
|
|
|
line-height: auto;
|
2008-09-11 00:47:03 +02:00
|
|
|
}
|
|
|
|
|
2008-09-21 21:45:45 +02:00
|
|
|
.inline-editor .categories input {
|
2008-09-11 00:47:03 +02:00
|
|
|
vertical-align: middle;
|
2008-09-21 21:45:45 +02:00
|
|
|
padding: 0;
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inline-editor .categories .catshow,
|
|
|
|
.inline-editor .categories .cathide {
|
|
|
|
font-size: 9px;
|
|
|
|
cursor: pointer;
|
2008-09-11 00:47:03 +02:00
|
|
|
}
|
|
|
|
|
2008-09-21 21:45:45 +02:00
|
|
|
.inline-editor .tags {
|
2008-09-25 15:42:34 +02:00
|
|
|
width: 200px;
|
2008-09-11 00:47:03 +02:00
|
|
|
}
|
|
|
|
|
2008-09-21 21:45:45 +02:00
|
|
|
.inline-editor textarea {
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
|
|
|
height: 45px;
|
2008-09-25 15:42:34 +02:00
|
|
|
width: 180px;
|
2008-09-21 21:45:45 +02:00
|
|
|
font-size: 11px;
|
2008-09-11 00:47:03 +02:00
|
|
|
}
|
|
|
|
|
2008-09-21 21:45:45 +02:00
|
|
|
.inline-editor .comments {
|
|
|
|
text-align: left;
|
|
|
|
width: 160px;
|
2008-09-11 00:47:03 +02:00
|
|
|
}
|
|
|
|
|
2008-09-25 15:42:34 +02:00
|
|
|
#wpbody-content .inline-editor .comments select {
|
|
|
|
margin-bottom: 3px;
|
|
|
|
width: 150px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inline-editor .parent {
|
|
|
|
width: 180px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpbody-content .inline-editor .parent select {
|
|
|
|
width: 170px;
|
|
|
|
}
|
|
|
|
|
2008-09-21 21:45:45 +02:00
|
|
|
.inline-editor .quick-edit-save {
|
|
|
|
padding: 8px 10px;
|
2008-09-16 06:24:28 +02:00
|
|
|
}
|
|
|
|
|
2008-09-25 15:42:34 +02:00
|
|
|
#bulk-titles {
|
|
|
|
height: 150px;
|
|
|
|
overflow: auto;
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
|
|
|
|
#bulk-titles div {
|
|
|
|
padding: 1px 2px;
|
|
|
|
}
|
|
|
|
|
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 {
|
|
|
|
position: absolute;
|
|
|
|
right: 15px;
|
2008-10-02 08:06:52 +02:00
|
|
|
top: 25px;
|
2008-09-27 14:02:32 +02:00
|
|
|
width: 130px;
|
|
|
|
z-index: 10;
|
|
|
|
}
|
|
|
|
|
|
|
|
#favorite-first {
|
|
|
|
-moz-border-radius: 4px;
|
|
|
|
-khtml-border-radius: 4px;
|
|
|
|
-webkit-border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
|
|
|
padding: 4px 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.favorite-action {
|
|
|
|
margin: -3px 0 0;
|
|
|
|
padding: 4px 8px;
|
|
|
|
border-width: 1px;
|
|
|
|
border-top-width: 3px;
|
|
|
|
border-style: solid;
|
|
|
|
-moz-border-radius: 0 0 4px 4px;
|
|
|
|
-webkit-border-bottom-right-radius: 4px;
|
|
|
|
-webkit-border-bottom-left-radius: 4px;
|
|
|
|
-khtml-border-bottom-right-radius: 4px;
|
|
|
|
-khtml-border-bottom-left-radius: 4px;
|
|
|
|
border-bottom-right-radius: 4px;
|
|
|
|
border-bottom-left-radius: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#favorite-action {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
#favorite-actions a {
|
|
|
|
padding: 4px 0;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2008-09-28 06:46:18 +02:00
|
|
|
|
|
|
|
#favorite-first {
|
|
|
|
padding-right: 22px;
|
|
|
|
background: url(images/menu-open.png) 108px 5px no-repeat;
|
|
|
|
}
|