2008-11-06 09:13:50 +01:00
|
|
|
|
2009-04-16 06:41:05 +02:00
|
|
|
textarea,
|
|
|
|
input,
|
|
|
|
select {
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
|
|
|
-moz-border-radius: 4px;
|
|
|
|
-khtml-border-radius: 4px;
|
|
|
|
-webkit-border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type="checkbox"],
|
|
|
|
input[type="radio"],
|
|
|
|
input[type="image"] {
|
|
|
|
border: 0 none;
|
|
|
|
}
|
|
|
|
|
|
|
|
p,
|
|
|
|
ul,
|
|
|
|
ol,
|
|
|
|
blockquote,
|
|
|
|
input,
|
|
|
|
select {
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
select option {
|
|
|
|
padding: 2px;
|
|
|
|
}
|
2008-11-13 23:17:59 +01:00
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2009-03-15 14:09:25 +01:00
|
|
|
.plugins .desc p {
|
|
|
|
margin: 0 0 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.plugins td.desc {
|
|
|
|
line-height: 1.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.plugins .desc ul,
|
|
|
|
.plugins .desc ol {
|
|
|
|
margin: 0 0 0 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.plugins .desc ul {
|
|
|
|
list-style-type: disc;
|
|
|
|
}
|
|
|
|
|
2009-01-07 09:35:08 +01:00
|
|
|
.plugins .action-links {
|
|
|
|
white-space: nowrap;
|
2006-10-06 03:14:47 +02:00
|
|
|
}
|
|
|
|
|
2006-05-10 22:35:10 +02:00
|
|
|
.import-system {
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
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-11-19 08:21:05 +01:00
|
|
|
border-width: 1px 0;
|
|
|
|
border-style: solid none;
|
2008-05-20 19:19:33 +02:00
|
|
|
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 {
|
2008-11-19 08:21:05 +01:00
|
|
|
border-width: 0 1px 1px;
|
|
|
|
border-style: none solid solid;
|
2008-05-20 19:19:33 +02:00
|
|
|
}
|
2008-08-24 17:29:21 +02:00
|
|
|
|
|
|
|
table#availablethemes td.right,
|
|
|
|
table#availablethemes td.left {
|
2008-11-19 08:21:05 +01:00
|
|
|
border-right: 0 none;
|
|
|
|
border-left: 0 none;
|
2008-05-20 19:19:33 +02:00
|
|
|
}
|
2008-08-24 17:29:21 +02:00
|
|
|
|
2008-05-20 19:19:33 +02:00
|
|
|
table#availablethemes td.bottom {
|
2008-11-19 08:21:05 +01:00
|
|
|
border-bottom: 0 none;
|
2008-05-20 19:19:33 +02:00
|
|
|
}
|
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-11-19 08:21:05 +01:00
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
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;
|
2008-11-19 08:21:05 +01:00
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2008-05-20 19:19:33 +02:00
|
|
|
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;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2009-01-12 14:43:17 +01:00
|
|
|
#TB_window #TB_title {
|
|
|
|
background-color: #222;
|
|
|
|
color: #cfcfcf;
|
|
|
|
}
|
|
|
|
|
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
|
|
|
}
|
|
|
|
|
2008-11-19 23:51:24 +01:00
|
|
|
.code, code {
|
|
|
|
font-family: Consolas, Monaco, Courier, monospace;
|
2004-02-13 10:59:47 +01:00
|
|
|
}
|
|
|
|
|
2008-11-13 07:29:55 +01:00
|
|
|
kbd, code {
|
2008-11-15 00:58:17 +01:00
|
|
|
padding: 1px 3px;
|
2008-11-13 07:29:55 +01:00
|
|
|
margin: 0 1px;
|
2008-11-19 23:51:24 +01:00
|
|
|
font-size: 11px;
|
2008-11-13 07:29:55 +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 {
|
2008-11-22 09:03:25 +01:00
|
|
|
font: 12px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
|
2003-08-15 17:12:25 +02:00
|
|
|
}
|
|
|
|
|
2008-02-07 22:57:54 +01:00
|
|
|
.submit {
|
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-19 08:21:05 +01:00
|
|
|
form p.submit a.cancel:hover {
|
2008-11-11 03:58:24 +01:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2008-11-29 16:52:17 +01:00
|
|
|
#submitdiv h3,
|
|
|
|
#pagesubmitdiv h3 {
|
2008-11-03 08:06:36 +01:00
|
|
|
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-19 08:21:05 +01:00
|
|
|
border-bottom-width: 1px;
|
|
|
|
border-bottom-style: solid;
|
2008-10-30 04:50:23 +01:00
|
|
|
}
|
|
|
|
|
2008-11-03 08:06:36 +01:00
|
|
|
.misc-pub-section-last {
|
2008-11-19 08:21:05 +01:00
|
|
|
border-bottom: 0 none;
|
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 {
|
2008-11-19 08:21:05 +01:00
|
|
|
border-bottom-width: 1px;
|
|
|
|
border-bottom-style: solid;
|
2008-11-03 08:06:36 +01:00
|
|
|
}
|
|
|
|
|
2008-10-29 07:00:22 +01:00
|
|
|
#save-post {
|
2008-11-15 20:33:20 +01:00
|
|
|
float: left;
|
2008-10-29 07:00:22 +01:00
|
|
|
}
|
|
|
|
|
2008-10-27 07:07:59 +01:00
|
|
|
.preview {
|
2008-11-15 20:33:20 +01:00
|
|
|
float: right;
|
2008-10-27 07:07:59 +01:00
|
|
|
}
|
|
|
|
|
2008-10-21 06:36:35 +02:00
|
|
|
#major-publishing-actions {
|
2008-10-29 07:00:22 +01:00
|
|
|
padding: 6px;
|
2008-10-21 06:36:35 +02:00
|
|
|
clear: both;
|
2008-11-13 23:17:59 +01:00
|
|
|
border-top: none;
|
2008-10-21 06:36:35 +02:00
|
|
|
}
|
|
|
|
|
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 {
|
2008-11-19 08:21:05 +01:00
|
|
|
border-right-width: 1px;
|
|
|
|
border-right-style: solid;
|
|
|
|
border-bottom: 0 none;
|
2008-11-03 08:06:36 +01:00
|
|
|
min-height: 30px;
|
|
|
|
float: left;
|
|
|
|
max-width: 32%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#post-body .misc-pub-section-last {
|
|
|
|
border-right: 0;
|
|
|
|
}
|
|
|
|
|
2008-11-12 19:36:48 +01:00
|
|
|
#sticky-span {
|
|
|
|
margin-left: 18px;
|
|
|
|
}
|
|
|
|
|
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-10-24 20:25:46 +02:00
|
|
|
text-decoration: none;
|
2008-11-13 23:17:59 +01:00
|
|
|
font-size: 11px !important;
|
2008-10-24 20:25:46 +02:00
|
|
|
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-11-28 08:35:33 +01:00
|
|
|
a.button,
|
|
|
|
a.button-primary,
|
|
|
|
a.button-secondary {
|
2008-12-10 06:27:56 +01:00
|
|
|
line-height: 1.2em;
|
2008-11-28 08:35:33 +01:00
|
|
|
-webkit-border-radius: 10px;
|
2008-12-10 06:27:56 +01:00
|
|
|
padding: 4px 10px;
|
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-11-22 00:55:56 +01:00
|
|
|
.tablenav select[name="action"],
|
|
|
|
.tablenav select[name="action2"] {
|
2008-12-04 22:57:56 +01:00
|
|
|
width: 120px;
|
2008-10-24 20:25:46 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.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 {
|
2008-11-21 01:14:28 +01:00
|
|
|
padding: 2px;
|
2008-03-24 17:18:30 +01:00
|
|
|
height: 2em;
|
2009-04-16 06:41:05 +02:00
|
|
|
font-size: 11px;
|
2008-02-18 23:45:11 +01:00
|
|
|
}
|
|
|
|
|
2008-11-21 01:14:28 +01:00
|
|
|
#wpcontent option {
|
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
|
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-11-30 23:47:42 +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-11-15 00:58:17 +01:00
|
|
|
width: 98%;
|
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;
|
|
|
|
}
|
2008-11-30 23:47:42 +01:00
|
|
|
|
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
|
|
|
}
|
|
|
|
|
2009-01-04 12:51:08 +01:00
|
|
|
#ed_toolbar input,
|
|
|
|
#ed_reply_toolbar input {
|
2008-11-22 09:03:25 +01:00
|
|
|
margin: 3px 1px 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
|
|
|
min-width: 26px;
|
|
|
|
padding: 2px 4px;
|
2008-11-22 09:03:25 +01:00
|
|
|
font-size: 12px;
|
2006-09-22 09:04:41 +02:00
|
|
|
}
|
|
|
|
|
2009-01-04 12:51:08 +01:00
|
|
|
#ed_reply_toolbar input {
|
|
|
|
margin: 1px 2px 1px 1px;
|
|
|
|
}
|
|
|
|
|
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-11-30 23:47:42 +01:00
|
|
|
|
2005-12-13 20:19:56 +01:00
|
|
|
#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
|
|
|
}
|
2004-04-28 21:49:27 +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 {
|
2008-11-22 09:03:25 +01:00
|
|
|
font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
|
2005-09-06 04:01:33 +02:00
|
|
|
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
|
|
|
}
|
|
|
|
|
2008-11-17 19:01:00 +01:00
|
|
|
a.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-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-11-28 05:33:35 +01:00
|
|
|
margin: 0.6em 0;
|
2008-08-20 23:42:31 +02:00
|
|
|
}
|
|
|
|
|
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-11-20 02:07:10 +01:00
|
|
|
margin: 3px 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-11-17 19:01:00 +01:00
|
|
|
height: 30px;
|
2008-11-19 23:51:24 +01:00
|
|
|
margin: 6px 0 4px;
|
2008-10-24 20:25:46 +02:00
|
|
|
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;
|
2008-11-17 19:01:00 +01:00
|
|
|
height: 30px;
|
|
|
|
line-height: 30px;
|
2008-03-19 17:16:16 +01:00
|
|
|
font-size: 11px;
|
2008-02-10 09:10:11 +01:00
|
|
|
}
|
|
|
|
|
2008-12-27 13:18:38 +01:00
|
|
|
.tablenav .tablenav-pages a,
|
|
|
|
.tablenav-pages span.current {
|
2008-03-06 21:44:29 +01:00
|
|
|
text-decoration: none;
|
2008-11-18 01:59:57 +01:00
|
|
|
border: none;
|
|
|
|
padding: 3px 6px;
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
|
|
|
-moz-border-radius: 5px;
|
|
|
|
-khtml-border-radius: 5px;
|
|
|
|
-webkit-border-radius: 5px;
|
|
|
|
border-radius: 5px;
|
2008-03-06 21:44:29 +01:00
|
|
|
}
|
|
|
|
|
2008-11-06 22:56:29 +01:00
|
|
|
.tablenav .displaying-num {
|
|
|
|
margin-right: 10px;
|
2008-11-18 01:59:57 +01:00
|
|
|
font-size: 12px;
|
2008-11-22 09:03:25 +01:00
|
|
|
font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
|
2008-11-18 01:59:57 +01:00
|
|
|
font-style: italic;
|
2008-11-06 22:56:29 +01:00
|
|
|
}
|
|
|
|
|
2008-10-24 20:25:46 +02:00
|
|
|
.tablenav .actions {
|
2008-11-17 19:01:00 +01:00
|
|
|
padding: 2px 8px 0 0;
|
2008-10-24 20:25:46 +02:00
|
|
|
}
|
|
|
|
|
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
|
|
|
}
|
|
|
|
|
2008-12-27 13:18:38 +01: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;
|
2009-04-24 08:39:08 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#update-nag {
|
|
|
|
border-width: 1px 0;
|
|
|
|
border-style: solid none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.plugin-update {
|
|
|
|
border-width: 0 0 1px;
|
|
|
|
border-style: none none solid;
|
2008-03-02 21:17:30 +01:00
|
|
|
}
|
2007-08-22 12:48:48 +02:00
|
|
|
|
2008-12-27 13:18:38 +01: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
|
|
|
}
|
|
|
|
|
2008-11-28 05:33:35 +01:00
|
|
|
.row-actions {
|
|
|
|
visibility: hidden;
|
2008-11-29 14:03:03 +01:00
|
|
|
padding: 2px 0 0;
|
2008-11-28 05:33:35 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
tr:hover .row-actions,
|
|
|
|
div.comment-item:hover .row-actions {
|
|
|
|
visibility: visible;
|
|
|
|
}
|
|
|
|
|
2007-12-22 10:46:13 +01:00
|
|
|
/* Admin Header */
|
2008-10-17 07:48:00 +02:00
|
|
|
#wphead-info {
|
2008-11-24 01:20:34 +01:00
|
|
|
margin: 0 0 0 15px;
|
|
|
|
padding-right: 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 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-11-14 20:32:13 +01: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-12-06 03:16:28 +01:00
|
|
|
#header-logo {
|
2008-10-18 18:54:14 +02:00
|
|
|
float: left;
|
2008-11-28 06:08:35 +01:00
|
|
|
margin: 7px 0 0 15px;
|
2008-09-28 18:55:17 +02:00
|
|
|
}
|
|
|
|
|
2007-12-22 10:46:13 +01:00
|
|
|
#wphead h1 {
|
2008-11-22 09:03:25 +01:00
|
|
|
font: normal 22px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
|
2008-11-28 06:08:35 +01:00
|
|
|
padding: 10px 8px 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 {
|
2008-11-22 09:03:25 +01:00
|
|
|
font: normal 18px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
|
2008-11-09 21:02:59 +01:00
|
|
|
padding: 12px 10px 5px;
|
|
|
|
}
|
|
|
|
|
2008-12-10 10:26:23 +01:00
|
|
|
#wphead h1 span {
|
|
|
|
font-size: 50%;
|
|
|
|
}
|
|
|
|
|
2008-11-09 15:54:39 +01:00
|
|
|
/* side admin menu */
|
2008-11-14 20:32:13 +01:00
|
|
|
#adminmenu * {
|
|
|
|
-webkit-user-select: none;
|
|
|
|
-moz-user-select: none;
|
|
|
|
-khtml-user-select: none;
|
|
|
|
user-select: none;
|
|
|
|
}
|
|
|
|
|
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
|
|
|
}
|
|
|
|
|
2008-11-14 11:54:43 +01:00
|
|
|
#adminmenu .wp-submenu a {
|
2008-12-01 20:18:33 +01:00
|
|
|
font: normal 11px/18px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
|
2008-11-19 06:35:28 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu .wp-submenu li.current,
|
|
|
|
#adminmenu .wp-submenu li.current a,
|
|
|
|
#adminmenu .wp-submenu li.current a:hover {
|
|
|
|
font-weight: bold;
|
2008-11-14 11:54:43 +01:00
|
|
|
}
|
2008-12-09 19:03:31 +01:00
|
|
|
|
2008-11-14 11:54:43 +01:00
|
|
|
#adminmenu a.menu-top,
|
|
|
|
#adminmenu .wp-submenu-head {
|
2008-11-22 09:03:25 +01:00
|
|
|
font: normal 13px/18px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
|
2008-02-10 09:10:11 +01:00
|
|
|
}
|
|
|
|
|
2008-11-09 15:54:39 +01:00
|
|
|
#adminmenu div.wp-submenu-head {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2008-11-21 07:26:23 +01:00
|
|
|
.folded #adminmenu div.wp-submenu-head,
|
|
|
|
.folded #adminmenu li.wp-has-submenu div.sub-open {
|
2008-11-09 15:54:39 +01:00
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2008-11-21 07:26:23 +01:00
|
|
|
.folded #adminmenu a.menu-top,
|
|
|
|
.folded #adminmenu .wp-submenu,
|
|
|
|
.folded #adminmenu li.wp-menu-open .wp-submenu,
|
|
|
|
.folded #adminmenu div.wp-menu-toggle {
|
2008-11-09 15:54:39 +01:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2009-04-04 19:07:31 +02:00
|
|
|
#adminmenu li.wp-menu-open .wp-submenu,
|
|
|
|
.no-js #adminmenu .open-if-no-js .wp-submenu {
|
2008-10-14 07:10:16 +02:00
|
|
|
display: block;
|
|
|
|
}
|
2008-11-09 15:54:39 +01:00
|
|
|
|
|
|
|
#adminmenu div.wp-menu-image {
|
|
|
|
float: left;
|
|
|
|
width: 28px;
|
2008-11-19 06:35:28 +01:00
|
|
|
height: 28px;
|
2008-11-09 15:54:39 +01:00
|
|
|
}
|
|
|
|
|
2008-10-14 07:10:16 +02:00
|
|
|
#adminmenu li {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2008-11-29 03:51:33 +01:00
|
|
|
cursor: pointer;
|
2007-12-22 10:46:13 +01:00
|
|
|
}
|
|
|
|
|
2008-10-24 00:19:19 +02:00
|
|
|
#adminmenu a {
|
|
|
|
display: block;
|
|
|
|
line-height: 18px;
|
|
|
|
padding: 1px 5px 3px;
|
|
|
|
}
|
|
|
|
|
2008-11-09 15:54:39 +01:00
|
|
|
#adminmenu li.menu-top {
|
2008-11-19 06:35:28 +01:00
|
|
|
min-height: 26px;
|
2008-10-24 00:19:19 +02:00
|
|
|
}
|
|
|
|
|
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-11-19 06:35:28 +01:00
|
|
|
padding: 5px 5px;
|
2008-10-24 00:19:19 +02:00
|
|
|
border-width: 1px 1px 0;
|
|
|
|
border-style: solid solid none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#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-21 07:26:23 +01:00
|
|
|
.folded #adminmenu 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;
|
|
|
|
}
|
2008-10-14 07:10:16 +02:00
|
|
|
|
2008-11-09 15:54:39 +01:00
|
|
|
#adminmenu .menu-top-first a.menu-top,
|
2008-11-21 07:26:23 +01:00
|
|
|
.folded #adminmenu 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-19 06:35:28 +01:00
|
|
|
-moz-border-radius-topleft :6px;
|
|
|
|
-moz-border-radius-topright: 6px;
|
|
|
|
-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;
|
2008-10-24 00:19:19 +02:00
|
|
|
}
|
|
|
|
|
2008-11-09 15:54:39 +01:00
|
|
|
#adminmenu .menu-top-last a.menu-top,
|
2008-11-21 07:26:23 +01:00
|
|
|
.folded #adminmenu li.menu-top-last {
|
2008-10-24 00:19:19 +02:00
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2008-11-19 06:35:28 +01:00
|
|
|
-moz-border-radius-bottomleft: 6px;
|
|
|
|
-moz-border-radius-bottomright: 6px;
|
|
|
|
-webkit-border-bottom-right-radius: 6px;
|
|
|
|
-webkit-border-bottom-left-radius: 6px;
|
|
|
|
-khtml-border-bottom-right-radius: 6px;
|
|
|
|
-khtml-border-bottom-left-radius: 6px;
|
|
|
|
border-bottom-right-radius: 6px;
|
|
|
|
border-bottom-left-radius: 6px;
|
2008-10-24 00:19:19 +02:00
|
|
|
}
|
|
|
|
|
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-29 03:51:33 +01:00
|
|
|
opacity: 0.6;
|
|
|
|
filter: alpha(opacity=60);
|
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu li.menu-top:hover img.wp-menu-image,
|
|
|
|
#adminmenu li.wp-has-current-submenu img.wp-menu-image {
|
|
|
|
opacity: 1;
|
|
|
|
filter: alpha(opacity=100);
|
2008-10-24 00:19:19 +02:00
|
|
|
}
|
|
|
|
|
2008-11-21 07:26:23 +01:00
|
|
|
.folded #adminmenu 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;
|
2008-11-27 01:16:35 +01:00
|
|
|
cursor: w-resize;
|
2007-12-22 10:46:13 +01:00
|
|
|
}
|
|
|
|
|
2008-12-09 19:03:31 +01:00
|
|
|
.folded #adminmenu li.wp-menu-separator {
|
|
|
|
cursor: e-resize;
|
|
|
|
}
|
2008-11-28 06:48:55 +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-11-21 07:26:23 +01:00
|
|
|
.folded #adminmenu .wp-submenu {
|
2008-10-14 07:10:16 +02:00
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2008-11-21 07:26:23 +01:00
|
|
|
.folded #adminmenu .wp-submenu ul {
|
2008-11-09 15:54:39 +01:00
|
|
|
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
|
|
|
}
|
|
|
|
|
2008-11-21 07:26:23 +01:00
|
|
|
.folded #adminmenu .wp-submenu li.wp-first-item {
|
2008-10-14 07:10:16 +02:00
|
|
|
border-top: 0 none;
|
|
|
|
}
|
|
|
|
|
2008-11-21 07:26:23 +01:00
|
|
|
.folded #adminmenu .wp-submenu a {
|
2008-10-15 08:54:25 +02:00
|
|
|
padding-left: 10px;
|
2008-10-14 07:10:16 +02:00
|
|
|
}
|
|
|
|
|
2008-11-21 07:26:23 +01:00
|
|
|
.folded #adminmenu a.wp-has-submenu {
|
2008-10-14 07:10:16 +02:00
|
|
|
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;
|
2008-11-19 06:35:28 +01:00
|
|
|
height: 27px;
|
2008-10-24 00:19:19 +02:00
|
|
|
padding: 1px 2px 0 0;
|
2008-11-29 03:51:33 +01:00
|
|
|
cursor: default;
|
2008-10-14 07:10:16 +02:00
|
|
|
}
|
2008-11-14 11:54:43 +01:00
|
|
|
|
2008-11-19 06:35:28 +01:00
|
|
|
#adminmenu li.wp-has-current-submenu ul {
|
|
|
|
border-bottom-width: 1px;
|
|
|
|
border-bottom-style: solid;
|
|
|
|
}
|
2008-10-14 07:10:16 +02:00
|
|
|
/* end side admin menu */
|
|
|
|
|
2008-12-04 03:04:49 +01:00
|
|
|
/* comments/plugins bubble in menu */
|
|
|
|
#adminmenu #awaiting-mod,
|
|
|
|
#adminmenu span.update-plugins,
|
2008-11-20 23:57:51 +01:00
|
|
|
#sidemenu li a span.update-plugins {
|
2007-12-22 10:46:13 +01:00
|
|
|
position: absolute;
|
2008-11-27 13:07:26 +01:00
|
|
|
font-family: Helvetica, Arial, sans-serif;
|
2008-12-02 02:36:16 +01:00
|
|
|
font-size: 7pt;
|
|
|
|
font-weight: bold;
|
2008-11-27 13:07:26 +01:00
|
|
|
margin-top: 2px;
|
|
|
|
margin-left: 2px;
|
|
|
|
-moz-border-radius: 7px;
|
|
|
|
-khtml-border-radius: 7px;
|
|
|
|
-webkit-border-radius: 7px;
|
|
|
|
border-radius: 7px;
|
|
|
|
}
|
|
|
|
|
2008-12-04 03:04:49 +01:00
|
|
|
#adminmenu li #awaiting-mod span,
|
|
|
|
#adminmenu li span.update-plugins span,
|
2008-11-27 13:07:26 +01:00
|
|
|
#sidemenu li a span.update-plugins span {
|
|
|
|
float: left;
|
|
|
|
display: block;
|
|
|
|
height: 1.6em;
|
|
|
|
line-height: 1.6em;
|
2008-12-08 11:52:23 +01:00
|
|
|
padding: 0 6px;
|
2008-01-21 23:13:07 +01:00
|
|
|
}
|
|
|
|
|
2008-11-20 23:57:51 +01:00
|
|
|
#adminmenu li span.count-0,
|
2008-10-30 10:52:20 +01:00
|
|
|
#sidemenu li a .count-0 {
|
2008-03-10 06:54:46 +01:00
|
|
|
display: none;
|
|
|
|
}
|
2008-12-08 02:39:23 +01:00
|
|
|
/* end menu stuff */
|
2008-03-10 06:54:46 +01:00
|
|
|
|
2008-12-08 02:39:23 +01:00
|
|
|
/* comments bubble */
|
2008-03-20 22:40:17 +01:00
|
|
|
.post-com-count-wrapper {
|
|
|
|
min-width: 22px;
|
2008-11-27 13:07:26 +01:00
|
|
|
font-family: Helvetica, Arial, sans-serif;
|
2008-03-20 22:40:17 +01:00
|
|
|
}
|
|
|
|
|
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 {
|
2008-12-08 02:39:23 +01:00
|
|
|
font-size: 9px;
|
2009-04-17 08:04:25 +02:00
|
|
|
font-weight: bold;
|
2008-11-27 13:07:26 +01:00
|
|
|
height: 1.7em;
|
2008-12-08 02:39:23 +01:00
|
|
|
line-height: 1.70em;
|
|
|
|
min-width: 0.7em;
|
|
|
|
padding: 0 6px;
|
2008-03-23 07:41:43 +01:00
|
|
|
display: inline-block;
|
2008-03-10 09:24:45 +01:00
|
|
|
cursor: pointer;
|
2008-11-27 13:07:26 +01:00
|
|
|
-moz-border-radius: 5px;
|
|
|
|
-khtml-border-radius: 5px;
|
|
|
|
-webkit-border-radius: 5px;
|
|
|
|
border-radius: 5px;
|
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-12-07 08:10:47 +01:00
|
|
|
.column-response .post-com-count {
|
|
|
|
float: left;
|
|
|
|
margin-right: 5px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2008-12-08 02:39:23 +01:00
|
|
|
.response-links {
|
2009-04-21 07:01:04 +02:00
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#the-comment-list .attachment-80x60 {
|
|
|
|
padding: 4px 8px;
|
2008-12-08 02:39:23 +01:00
|
|
|
}
|
2008-01-04 12:47:06 +01:00
|
|
|
|
2007-12-22 10:46:13 +01:00
|
|
|
/* Admin Footer */
|
|
|
|
#footer {
|
2008-11-24 01:20:34 +01:00
|
|
|
margin-top: -45px;
|
2007-12-22 10:46:13 +01:00
|
|
|
}
|
|
|
|
|
2008-11-24 01:20:34 +01:00
|
|
|
#footer,
|
|
|
|
#footer a {
|
2008-11-22 09:03:25 +01:00
|
|
|
font-size: 12px;
|
|
|
|
font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
|
2008-10-22 00:27:41 +02:00
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
2007-12-22 10:46:13 +01:00
|
|
|
#footer p {
|
|
|
|
margin: 0;
|
2008-10-29 04:51:16 +01:00
|
|
|
padding: 15px;
|
2008-11-24 01:20:34 +01:00
|
|
|
line-height: 15px;
|
2007-12-23 11:05:37 +01:00
|
|
|
}
|
|
|
|
|
2008-11-22 09:03:25 +01:00
|
|
|
#footer a {
|
2008-03-14 19:26:48 +01:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2008-11-24 01:20:34 +01:00
|
|
|
#footer a:hover {
|
2008-03-14 19:26:48 +01:00
|
|
|
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;
|
2008-11-26 14:51:25 +01:00
|
|
|
clear: both;
|
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;
|
2008-11-28 10:11:50 +01:00
|
|
|
padding: 4px 10px 12px;
|
2008-02-22 08:43:06 +01:00
|
|
|
line-height: 20px;
|
2008-03-19 17:16:16 +01:00
|
|
|
font-size: 11px;
|
2007-12-23 11:05:37 +01:00
|
|
|
}
|
|
|
|
|
2008-11-21 22:32:50 +01:00
|
|
|
.form-table th,
|
|
|
|
.form-wrap label {
|
2008-11-19 23:51:24 +01:00
|
|
|
font-weight: normal;
|
2008-11-22 09:03:25 +01:00
|
|
|
text-shadow: rgba(255,255,255,1) 0 1px 0;
|
2008-11-19 23:51:24 +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;
|
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;
|
2008-11-19 23:51:24 +01:00
|
|
|
margin-top: 12px;
|
2008-03-12 03:35:22 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.form-table input.tog {
|
|
|
|
margin-top: 2px;
|
|
|
|
margin-right: 2px;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-table table.color-palette {
|
|
|
|
vertical-align: bottom;
|
|
|
|
float: left;
|
2008-11-19 23:51:24 +01:00
|
|
|
margin: -8px 3px 8px;
|
2008-03-12 03:35:22 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.form-table .color-palette td {
|
2008-11-21 07:59:49 +01:00
|
|
|
border-width: 1px 1px 0;
|
2009-04-17 08:04:25 +02:00
|
|
|
border-style: solid solid none;
|
2008-11-18 08:15:32 +01:00
|
|
|
height: 10px;
|
|
|
|
line-height: 20px;
|
|
|
|
width: 10px;
|
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;
|
2008-11-19 23:51:24 +01:00
|
|
|
font-size: 12px;
|
2008-10-25 10:01:37 +02:00
|
|
|
}
|
|
|
|
|
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;
|
2008-11-19 23:51:24 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.setting-description, .form-wrap p {
|
2008-10-25 10:01:37 +02:00
|
|
|
font-style: italic;
|
2008-12-09 21:25:12 +01:00
|
|
|
font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
|
2008-10-25 10:01:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.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
|
|
|
}
|
|
|
|
|
2008-01-03 02:34:11 +01:00
|
|
|
/* Post Screen */
|
2009-03-25 15:29:22 +01:00
|
|
|
#post-body #normal-sortables {
|
2008-11-03 18:16:41 +01:00
|
|
|
min-height: 50px;
|
|
|
|
}
|
|
|
|
|
2009-03-25 15:29:22 +01:00
|
|
|
#post-body #advanced-sortables {
|
|
|
|
min-height: 20px;
|
|
|
|
}
|
|
|
|
|
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-15 13:30:58 +01:00
|
|
|
#normal-sortables .postbox #replyrow .submit {
|
|
|
|
float: none;
|
|
|
|
margin: 0;
|
2008-11-17 19:01:00 +01:00
|
|
|
padding: 3px 7px;
|
2008-11-15 13:30:58 +01:00
|
|
|
}
|
|
|
|
|
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,
|
2009-02-02 04:41:19 +01:00
|
|
|
#normal-sortables .comments-box {
|
|
|
|
border: 0 none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#side-sortables .comments-box thead th,
|
|
|
|
#normal-sortables .comments-box thead th {
|
|
|
|
background: transparent;
|
|
|
|
padding: 0 7px 4px;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
|
|
|
#commentsdiv img.waiting {
|
|
|
|
padding-left: 5px;
|
|
|
|
vertical-align: middle;
|
2008-10-17 11:44:22 +02:00
|
|
|
}
|
2008-08-20 23:42:31 +02:00
|
|
|
|
2008-12-18 20:12:26 +01:00
|
|
|
#post-body .tagsdiv #newtag {
|
2008-03-23 07:41:43 +01:00
|
|
|
margin-right: 5px;
|
|
|
|
width: 16em;
|
|
|
|
}
|
|
|
|
|
2009-03-25 15:29:22 +01:00
|
|
|
#side-sortables input#post_password {
|
2008-08-20 23:42:31 +02:00
|
|
|
width: 94%
|
|
|
|
}
|
|
|
|
|
2009-03-25 15:29:22 +01:00
|
|
|
#side-sortables .tagsdiv #newtag {
|
2008-08-20 23:42:31 +02:00
|
|
|
width: 68%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#post-status-info {
|
2008-10-28 11:59:26 +01:00
|
|
|
border-width: 0 1px 1px;
|
|
|
|
border-style: none solid solid;
|
2009-03-25 15:29:22 +01:00
|
|
|
width: 100%;
|
2008-10-28 11:59:26 +01:00
|
|
|
-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
|
|
|
}
|
|
|
|
|
2009-04-04 12:21:43 +02:00
|
|
|
#post-status-info td {
|
|
|
|
font-size: 11px;
|
|
|
|
}
|
|
|
|
|
2009-03-25 15:29:22 +01:00
|
|
|
.autosave-info {
|
|
|
|
padding: 2px 15px 2px 2px;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2008-08-20 23:42:31 +02:00
|
|
|
#editorcontent #post-status-info {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
2009-03-25 15:29:22 +01:00
|
|
|
#post-body .wp_themeSkin .mceStatusbar a.mceResize {
|
2008-10-28 11:59:26 +01:00
|
|
|
display: block;
|
|
|
|
background: transparent url(images/resize.gif) no-repeat scroll right bottom;
|
|
|
|
width: 12px;
|
|
|
|
cursor: se-resize;
|
|
|
|
margin: 0 2px;
|
|
|
|
position: relative;
|
2009-04-16 06:41:05 +02:00
|
|
|
top: 22px;
|
2008-10-28 11:59:26 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
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-12-18 20:12:26 +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;
|
|
|
|
}
|
|
|
|
|
2008-12-18 20:12:26 +01:00
|
|
|
.tagchecklist strong {
|
2008-03-23 07:41:43 +01:00
|
|
|
margin-left: -8px;
|
|
|
|
position: absolute;
|
2008-01-03 02:34:11 +01:00
|
|
|
}
|
|
|
|
|
2008-12-18 20:12:26 +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
|
|
|
}
|
|
|
|
|
2008-12-18 20:12:26 +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;
|
2008-12-09 21:25:12 +01:00
|
|
|
font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
|
2008-01-03 02:34:11 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.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
|
|
|
}
|
|
|
|
|
2009-04-11 16:37:24 +02:00
|
|
|
.widget .widget-top,
|
|
|
|
.postbox h3 {
|
|
|
|
cursor: move;
|
2008-11-14 20:32:13 +01:00
|
|
|
-webkit-user-select: none;
|
|
|
|
-moz-user-select: none;
|
|
|
|
-khtml-user-select: none;
|
|
|
|
user-select: none;
|
2008-10-30 04:03:00 +01:00
|
|
|
}
|
|
|
|
|
2009-04-11 16:37:24 +02:00
|
|
|
.postbox .hndle span {
|
2008-10-30 04:03:00 +01:00
|
|
|
padding: 6px 0;
|
|
|
|
}
|
2008-11-24 01:20:34 +01:00
|
|
|
|
2009-04-11 16:37:24 +02:00
|
|
|
.postbox .hndle {
|
2008-10-30 04:03:00 +01:00
|
|
|
cursor: move;
|
|
|
|
}
|
|
|
|
|
2008-11-13 23:17:59 +01:00
|
|
|
.hndle a {
|
|
|
|
font-size: 11px;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
2009-02-24 03:37:22 +01:00
|
|
|
#dashboard-widgets .meta-box-sortables {
|
|
|
|
margin: 0 5px;
|
|
|
|
}
|
|
|
|
|
2009-04-11 16:37:24 +02:00
|
|
|
.postbox .handlediv {
|
2008-11-09 15:54:39 +01:00
|
|
|
float: right;
|
2008-11-13 23:17:59 +01:00
|
|
|
width: 23px;
|
2008-11-18 08:15:32 +01:00
|
|
|
height: 26px;
|
2008-11-09 15:54:39 +01:00
|
|
|
}
|
|
|
|
|
2008-10-30 04:03:00 +01:00
|
|
|
.sortable-placeholder {
|
2008-11-19 08:21:05 +01:00
|
|
|
border-width: 1px;
|
|
|
|
border-style: dashed;
|
2009-03-25 15:29:22 +01:00
|
|
|
margin-bottom: 20px;
|
2008-10-30 04:03:00 +01:00
|
|
|
}
|
|
|
|
|
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-11-13 23:17:59 +01:00
|
|
|
padding: 7px 9px;
|
2008-11-17 19:01:00 +01:00
|
|
|
margin: 0;
|
2008-11-06 09:13:50 +01:00
|
|
|
line-height: 1;
|
2008-01-03 09:03:29 +01:00
|
|
|
}
|
|
|
|
|
2009-04-11 16:37:24 +02:00
|
|
|
.widget,
|
|
|
|
.postbox,
|
|
|
|
.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;
|
|
|
|
}
|
|
|
|
|
2009-04-11 16:37:24 +02:00
|
|
|
.widget .widget-top,
|
|
|
|
.postbox h3,
|
|
|
|
.postbox h3,
|
|
|
|
.stuffbox h3 {
|
2008-11-22 09:03:25 +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;
|
2008-01-03 09:03:29 +01:00
|
|
|
}
|
|
|
|
|
2008-11-15 00:58:17 +01:00
|
|
|
.postbox table.form-table {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.postbox input[type="text"],
|
|
|
|
.postbox textarea,
|
|
|
|
.stuffbox input[type="text"],
|
|
|
|
.stuffbox textarea {
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
|
|
|
}
|
|
|
|
|
|
|
|
#poststuff .inside,
|
|
|
|
#poststuff .inside p {
|
2008-08-24 17:29:21 +02:00
|
|
|
font-size: 11px;
|
2008-11-17 19:01:00 +01:00
|
|
|
margin: 6px;
|
2008-11-15 00:58:17 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#poststuff .inside .submitbox p {
|
|
|
|
margin: 1em 0;
|
2008-08-20 23:42:31 +02:00
|
|
|
}
|
|
|
|
|
2008-11-17 19:01:00 +01:00
|
|
|
#post-visibility-select {
|
|
|
|
line-height: 1.5em;
|
|
|
|
margin-top: 3px;
|
|
|
|
}
|
|
|
|
|
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-12-09 19:03:31 +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,
|
2009-03-25 15:29:22 +01:00
|
|
|
#side-sortables .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-11-15 13:30:58 +01:00
|
|
|
input#link_description,
|
|
|
|
input#link_url {
|
|
|
|
width: 98%;
|
|
|
|
}
|
|
|
|
|
2008-09-14 14:58:00 +02:00
|
|
|
#pending {
|
|
|
|
background: 0 none;
|
|
|
|
border: 0 none;
|
|
|
|
padding: 0;
|
|
|
|
font-size: 11px;
|
|
|
|
margin-top: -1px;
|
|
|
|
}
|
|
|
|
|
2008-01-17 17:51:32 +01:00
|
|
|
#edit-slug-box {
|
2009-01-05 12:28:20 +01:00
|
|
|
height: 1em;
|
2008-01-17 17:51:32 +01:00
|
|
|
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
|
|
|
|
2008-11-17 19:01:00 +01:00
|
|
|
.wp_themeSkin tr.mceFirst td.mceToolbar {
|
2008-10-28 11:59:26 +01:00
|
|
|
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
|
|
|
}
|
|
|
|
|
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;
|
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-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;
|
|
|
|
}
|
|
|
|
|
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-11-17 19:01:00 +01:00
|
|
|
margin-top: 3px;
|
2008-09-14 14:58:00 +02:00
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2009-03-25 15:29:22 +01:00
|
|
|
#side-sortables #category-adder {
|
2008-08-20 23:42:31 +02:00
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#post-body #category-add input, #category-add select {
|
2008-01-10 10:39:35 +01:00
|
|
|
width: 30%;
|
|
|
|
}
|
|
|
|
|
2009-03-25 15:29:22 +01:00
|
|
|
#side-sortables #category-add input {
|
2008-08-20 23:42:31 +02:00
|
|
|
width: 94%;
|
|
|
|
}
|
|
|
|
|
2009-03-25 15:29:22 +01:00
|
|
|
#side-sortables #category-add select {
|
2008-08-20 23:42:31 +02:00
|
|
|
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
|
|
|
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
|
|
|
}
|
|
|
|
|
2009-03-25 15:29:22 +01:00
|
|
|
#side-sortables #category-tabs li {
|
2008-09-17 01:41:19 +02:00
|
|
|
display: inline;
|
|
|
|
padding-right: 8px;
|
|
|
|
}
|
|
|
|
|
2009-03-25 15:29:22 +01:00
|
|
|
#side-sortables #category-tabs a {
|
2008-09-17 01:41:19 +02:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2009-03-25 15:29:22 +01:00
|
|
|
#side-sortables #category-tabs {
|
2008-09-17 01:41:19 +02:00
|
|
|
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
|
|
|
}
|
|
|
|
|
2009-01-05 12:09:26 +01:00
|
|
|
#category-adder h4 {
|
|
|
|
margin-top: 4px;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#categorydiv .ui-tabs-panel {
|
|
|
|
border-width: 3px;
|
|
|
|
border-style: solid;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul#category-tabs {
|
|
|
|
margin-top: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul#category-tabs li {
|
|
|
|
padding: 5px 8px;
|
|
|
|
-moz-border-radius: 3px 3px 0 0;
|
|
|
|
-webkit-border-top-left-radius: 3px;
|
|
|
|
-webkit-border-top-right-radius: 3px;
|
|
|
|
-khtml-border-top-left-radius: 3px;
|
|
|
|
-khtml-border-top-right-radius: 3px;
|
|
|
|
border-top-left-radius: 3px;
|
|
|
|
border-top-right-radius: 3px;
|
|
|
|
}
|
|
|
|
|
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-02-05 22:27:10 +01:00
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2009-04-05 10:25:10 +02:00
|
|
|
.screen-per-page {
|
|
|
|
width: 3em;
|
|
|
|
}
|
|
|
|
|
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 */
|
|
|
|
|
2009-04-17 07:30:09 +02:00
|
|
|
td.post-title strong, td.plugin-title strong {
|
2008-08-20 06:06:36 +02:00
|
|
|
display: block;
|
|
|
|
margin-bottom: .2em;
|
|
|
|
}
|
|
|
|
|
2009-04-17 07:30:09 +02:00
|
|
|
td.post-title p, td.plugin-title p {
|
2008-11-28 05:33:35 +01:00
|
|
|
margin: 6px 0;
|
2008-08-20 06:06:36 +02:00
|
|
|
}
|
|
|
|
|
2009-04-17 07:30:09 +02:00
|
|
|
td.plugin-title {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
2008-01-10 10:39:35 +01:00
|
|
|
/* Global classes */
|
2008-08-24 17:29:21 +02:00
|
|
|
|
2008-11-28 05:33:35 +01:00
|
|
|
.wp-hidden-children .wp-hidden-child,
|
|
|
|
.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-12-01 22:32:51 +01:00
|
|
|
margin: 6px 8px 0;
|
2008-02-24 20:41:04 +01:00
|
|
|
}
|
|
|
|
|
2008-12-01 22:32:51 +01:00
|
|
|
.view-switch a {
|
|
|
|
text-decoration: none;
|
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-11-27 12:53:32 +01:00
|
|
|
.filter .subsubsub {
|
|
|
|
margin-left: -10px;
|
|
|
|
margin-top: 13px;
|
|
|
|
}
|
|
|
|
|
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 {
|
|
|
|
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
|
|
|
|
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-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;
|
2008-11-27 12:53:32 +01:00
|
|
|
font-family: Consolas, Monaco, Courier, monospace;
|
2008-04-19 01:38:21 +02:00
|
|
|
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;
|
2009-03-25 15:29:22 +01:00
|
|
|
padding: 2px 7px;
|
2008-04-29 21:17:23 +02:00
|
|
|
}
|
2008-05-04 12:37:06 +02:00
|
|
|
|
|
|
|
fieldset {
|
|
|
|
border: 0;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
2008-05-16 00:57:14 +02:00
|
|
|
|
2008-11-28 11:14:43 +01:00
|
|
|
.tool-box {
|
|
|
|
margin: 15px 0 35px;
|
2008-05-16 00:57:14 +02:00
|
|
|
}
|
|
|
|
|
2008-11-28 11:14:43 +01:00
|
|
|
.tool-box .buttons {
|
|
|
|
margin: 15px 0;
|
2008-05-19 17:41:31 +02:00
|
|
|
}
|
|
|
|
|
2008-11-28 11:14:43 +01:00
|
|
|
.tool-box .title {
|
|
|
|
margin: 8px 0;
|
|
|
|
font: 18px/24px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
|
2008-10-02 19:24:20 +02:00
|
|
|
}
|
|
|
|
|
2008-11-28 11:14:43 +01:00
|
|
|
.pressthis a {
|
|
|
|
font-size: 1.2em;
|
2008-05-16 00:57:14 +02:00
|
|
|
}
|
2008-06-10 06:40:21 +02:00
|
|
|
|
2008-11-23 07:37:15 +01:00
|
|
|
#wp_editbtns,
|
|
|
|
#wp_gallerybtns {
|
2008-06-10 06:40:21 +02:00
|
|
|
padding: 2px;
|
|
|
|
position: absolute;
|
|
|
|
display: none;
|
|
|
|
z-index: 999998;
|
|
|
|
}
|
|
|
|
|
2008-11-23 07:37:15 +01:00
|
|
|
#wp_editimgbtn,
|
|
|
|
#wp_delimgbtn,
|
|
|
|
#wp_editgallery,
|
|
|
|
#wp_delgallery {
|
2008-06-10 06:40:21 +02:00
|
|
|
margin: 2px;
|
|
|
|
padding: 2px;
|
2008-11-19 08:21:05 +01:00
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2008-06-10 06:40:21 +02:00
|
|
|
-moz-border-radius: 3px;
|
|
|
|
-khtml-border-radius: 3px;
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
|
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-12-09 19:03:31 +01:00
|
|
|
}
|
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 {
|
2008-11-17 19:01:00 +01:00
|
|
|
padding-top: 5px;
|
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
|
|
|
}
|
2008-09-08 08:01:33 +02:00
|
|
|
|
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;
|
|
|
|
}
|
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-17 19:01:00 +01:00
|
|
|
padding: 3px 7px;
|
2008-08-29 07:07:40 +02:00
|
|
|
}
|
|
|
|
|
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 .inside {
|
|
|
|
float: left;
|
2008-11-17 19:01:00 +01:00
|
|
|
padding: 3px 0 2px 5px;
|
|
|
|
margin: 0;
|
2008-10-08 03:18:16 +02:00
|
|
|
text-align: center;
|
|
|
|
font-size: 11px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#edithead .inside input {
|
2008-11-17 19:01:00 +01:00
|
|
|
width: 180px;
|
2008-10-08 03:18:16 +02:00
|
|
|
font-size: 11px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#edithead label {
|
2008-11-17 19:01:00 +01:00
|
|
|
padding: 2px 0;
|
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-08-25 12:17:41 +02:00
|
|
|
/* show/hide settings */
|
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 {
|
2008-11-19 23:51:24 +01:00
|
|
|
margin: 0 9px 0 0;
|
2008-11-06 09:13:50 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#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-12-01 20:18:33 +01:00
|
|
|
font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
|
2008-11-22 09:03:25 +01:00
|
|
|
height: 22px;
|
2008-10-27 02:22:24 +01:00
|
|
|
padding: 0;
|
2008-11-21 07:26:23 +01:00
|
|
|
margin: 0 6px 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;
|
2008-11-19 23:51:24 +01:00
|
|
|
padding: 0 16px 0 6px;
|
|
|
|
height: 22px;
|
|
|
|
line-height: 22px;
|
|
|
|
font-size: 10px;
|
2008-10-24 12:29:07 +02:00
|
|
|
display: block;
|
2008-10-27 02:22:24 +01:00
|
|
|
background-repeat: no-repeat;
|
2008-11-19 23:51:24 +01:00
|
|
|
background-position: right bottom;
|
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-12-06 21:54:51 +01:00
|
|
|
margin: 8px 0;
|
2008-08-25 12:17:41 +02:00
|
|
|
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-12-06 21:54:51 +01:00
|
|
|
padding: 8px 12px 12px;
|
2008-11-19 23:51:24 +01:00
|
|
|
-moz-border-radius: 0 0 0 4px;
|
2008-09-28 06:11:27 +02:00
|
|
|
-webkit-border-bottom-left-radius: 4px;
|
|
|
|
-khtml-border-bottom-left-radius: 4px;
|
|
|
|
border-bottom-left-radius: 4px;
|
2008-08-25 12:17:41 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.metabox-prefs label {
|
2008-12-03 00:53:43 +01:00
|
|
|
padding-right: 15px;
|
2008-08-25 12:17:41 +02:00
|
|
|
white-space: nowrap;
|
2008-12-03 00:53:43 +01:00
|
|
|
line-height: 30px;
|
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 {
|
2008-11-29 16:52:17 +01:00
|
|
|
border-width: 0 0 0 1px;
|
|
|
|
border-style: none none none 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;
|
|
|
|
}
|
|
|
|
|
2009-02-12 09:00:29 +01:00
|
|
|
.inline-edit-row span.error {
|
|
|
|
line-height: 22px;
|
|
|
|
margin: 0 15px;
|
|
|
|
padding: 3px 5px;
|
|
|
|
}
|
|
|
|
|
2008-11-11 03:58:24 +01:00
|
|
|
/* Positioning */
|
|
|
|
.inline-edit-row h4 {
|
|
|
|
margin: .2em 0;
|
|
|
|
padding: 0;
|
2008-11-30 11:25:26 +01:00
|
|
|
line-height: 23px;
|
2008-11-11 03:58:24 +01:00
|
|
|
}
|
|
|
|
.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-17 21:08:38 +01:00
|
|
|
.inline-edit-row .input-text-wrap input[type=text] {
|
2008-11-11 03:58:24 +01:00
|
|
|
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 {
|
2008-11-22 09:03:25 +01:00
|
|
|
font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
|
2008-11-11 03:58:24 +01:00
|
|
|
font-style: italic;
|
2008-11-30 04:51:45 +01:00
|
|
|
line-height: 1.8em;
|
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;
|
2009-04-16 06:41:05 +02:00
|
|
|
margin: 0;
|
2008-11-11 03:58:24 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#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 {
|
2008-12-01 20:18:33 +01:00
|
|
|
font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
|
2008-11-11 03:58:24 +01:00
|
|
|
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;
|
|
|
|
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 {
|
2009-04-16 06:41:05 +02:00
|
|
|
width: 500px;
|
|
|
|
height: 300px;
|
2008-09-16 06:24:28 +02:00
|
|
|
overflow: hidden;
|
2009-04-16 06:41:05 +02:00
|
|
|
padding: 33px 5px 40px;
|
2008-09-16 06:24:28 +02:00
|
|
|
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 {
|
2009-04-16 06:41:05 +02:00
|
|
|
padding: 5px 0 0 8px;
|
2008-09-16 06:24:28 +02:00
|
|
|
width: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.find-box-buttons {
|
2009-04-16 06:41:05 +02:00
|
|
|
width: 480px;
|
|
|
|
margin: 8px;
|
2008-09-16 06:24:28 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.find-box-search label {
|
|
|
|
padding-right: 6px;
|
|
|
|
}
|
2008-09-27 14:02:32 +02:00
|
|
|
|
2009-04-16 06:41:05 +02:00
|
|
|
.find-box #resize-se {
|
|
|
|
position: absolute;
|
|
|
|
right: 1px;
|
|
|
|
bottom: 1px;
|
|
|
|
}
|
|
|
|
|
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;
|
2008-09-27 14:02:32 +02:00
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
|
|
|
}
|
|
|
|
|
2008-10-18 18:54:14 +02:00
|
|
|
#favorite-inside {
|
2008-11-19 23:51:24 +01:00
|
|
|
margin: 0 0 0 0px;
|
|
|
|
padding: 0 1px 6px 1px;
|
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;
|
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
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2008-10-18 18:54:14 +02:00
|
|
|
#favorite-toggle {
|
|
|
|
height: 22px;
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
top: 1px;
|
|
|
|
width: 28px;
|
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;
|
2008-11-19 08:21:05 +01:00
|
|
|
border-bottom-width: 1px;
|
|
|
|
border-bottom-style: solid;
|
2008-10-18 18:54:14 +02:00
|
|
|
}
|
|
|
|
|
2008-10-25 21:55:56 +02:00
|
|
|
#utc-time, #local-time {
|
|
|
|
padding-left: 25px;
|
|
|
|
font-style: italic;
|
2008-12-09 21:25:12 +01:00
|
|
|
font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
|
2008-10-25 21:55:56 +02:00
|
|
|
}
|
|
|
|
|
2008-10-31 19:51:06 +01:00
|
|
|
ul#dismissed-updates {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
form.upgrade {
|
|
|
|
margin-top: 8px;
|
2008-11-05 00:15:59 +01:00
|
|
|
}
|
|
|
|
|
2008-12-18 20:12:26 +01:00
|
|
|
#poststuff .inside .the-tagcloud {
|
|
|
|
margin: 5px 0 10px;
|
2008-11-05 00:15:59 +01:00
|
|
|
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
|
|
|
|
2008-11-08 08:56:42 +01:00
|
|
|
br.clear {
|
|
|
|
height: 2px;
|
|
|
|
line-height: 2px;
|
|
|
|
}
|
2008-11-09 15:54:39 +01:00
|
|
|
|
|
|
|
.swfupload {
|
2008-11-26 03:27:37 +01:00
|
|
|
margin: 5px 10px;
|
2008-11-09 15:54:39 +01:00
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2008-11-17 19:01:00 +01:00
|
|
|
/* table.fixed column width */
|
|
|
|
table.fixed {
|
|
|
|
table-layout: fixed;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fixed .column-date,
|
|
|
|
.fixed .column-parent,
|
|
|
|
.fixed .column-visible,
|
|
|
|
.fixed .column-links {
|
|
|
|
width: 10%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fixed .column-response,
|
|
|
|
.fixed .column-author,
|
|
|
|
.fixed .column-categories,
|
|
|
|
.fixed .column-tags,
|
|
|
|
.fixed .column-rel,
|
|
|
|
.fixed .column-role {
|
|
|
|
width: 15%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fixed .column-comments {
|
|
|
|
width: 4em;
|
2009-04-16 06:41:05 +02:00
|
|
|
padding-top: 8px;
|
2008-11-17 19:01:00 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.fixed .column-slug {
|
|
|
|
width: 25%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fixed .column-posts {
|
|
|
|
width: 10%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fixed .column-icon {
|
|
|
|
width: 80px;
|
|
|
|
}
|
|
|
|
|
2008-11-28 05:33:35 +01:00
|
|
|
#commentstatusdiv .fixed .column-author,
|
|
|
|
#comments-form .fixed .column-author,
|
|
|
|
#commentstatusdiv .fixed .column-date {
|
2008-11-17 19:01:00 +01:00
|
|
|
width: 20%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.widefat th,
|
|
|
|
.widefat td {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
2008-11-11 03:58:24 +01:00
|
|
|
|
2008-11-26 14:51:25 +01:00
|
|
|
.icon32 {
|
|
|
|
float: left;
|
2008-11-27 22:27:32 +01:00
|
|
|
height: 36px;
|
2008-11-30 06:16:29 +01:00
|
|
|
margin: 14px 6px 0 0;
|
2008-11-26 14:51:25 +01:00
|
|
|
width: 36px;
|
|
|
|
}
|
2008-12-03 02:43:11 +01:00
|
|
|
|
|
|
|
.key-labels label {
|
|
|
|
line-height: 24px;
|
|
|
|
}
|
2008-12-04 13:01:02 +01:00
|
|
|
|
|
|
|
.subtitle {
|
|
|
|
font-size: 0.75em;
|
|
|
|
line-height: 1;
|
|
|
|
padding-left: 25px;
|
|
|
|
}
|
2009-01-17 22:17:00 +01:00
|
|
|
|
|
|
|
ol {
|
|
|
|
list-style-type: decimal;
|
|
|
|
margin-left: 2em;
|
|
|
|
}
|
2009-02-24 03:37:22 +01:00
|
|
|
|
|
|
|
.postbox-container {
|
|
|
|
float: left;
|
|
|
|
padding-right: 0.5%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.postbox-container .meta-box-sortables {
|
|
|
|
min-height: 300px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.temp-border {
|
|
|
|
border: 1px dotted #ccc;
|
|
|
|
}
|
|
|
|
|
|
|
|
.columns-prefs label {
|
|
|
|
padding: 0 5px;
|
|
|
|
}
|
2009-03-20 01:14:57 +01:00
|
|
|
|
|
|
|
.theme-install-php h4,
|
|
|
|
.plugin-install-php h4 {
|
|
|
|
margin: 2.5em 0 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
p.install-help {
|
|
|
|
margin: 8px 0;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
|
|
|
p.popular-tags {
|
|
|
|
-moz-border-radius: 8px;
|
|
|
|
-khtml-border-radius: 8px;
|
|
|
|
-webkit-border-radius: 8px;
|
|
|
|
border-radius: 8px;
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
|
|
|
line-height: 2em;
|
|
|
|
padding: 8px 12px 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
p.popular-tags a {
|
|
|
|
padding: 0 3px;
|
|
|
|
}
|
|
|
|
|
2009-03-26 23:22:52 +01:00
|
|
|
.stuffbox .editcomment {
|
|
|
|
clear: none;
|
|
|
|
}
|
2009-04-11 16:37:24 +02:00
|
|
|
|
|
|
|
.ajax-feedback {
|
|
|
|
visibility: hidden;
|
|
|
|
vertical-align: bottom;
|
|
|
|
}
|