2008-06-04 20:09:31 +02:00
|
|
|
.plugins .name {
|
2008-02-27 20:18:21 +01:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2008-06-04 20:09:31 +02:00
|
|
|
.plugins p {
|
2008-02-27 20:18:21 +01:00
|
|
|
margin: 0 4px;
|
2006-10-06 03:14:47 +02:00
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2008-06-04 20:09:31 +02:00
|
|
|
.plugins .togl {
|
2008-02-27 20:18:21 +01:00
|
|
|
width: 150px;
|
2008-03-07 02:17:21 +01:00
|
|
|
border-right-width: 1px;
|
|
|
|
border-right-style: solid;
|
2006-10-06 03:14:47 +02:00
|
|
|
}
|
|
|
|
|
2006-05-10 22:35:10 +02:00
|
|
|
.import-system {
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
2005-11-06 04:40:43 +01:00
|
|
|
#uploading {
|
2005-10-01 00:42:26 +02:00
|
|
|
border-style: none;
|
2007-01-23 08:14:05 +01:00
|
|
|
padding: 0;
|
2005-10-01 00:42:26 +02:00
|
|
|
margin-bottom: 16px;
|
2006-11-15 00:18:20 +01:00
|
|
|
height: 18em;
|
2005-10-01 00:42:26 +02:00
|
|
|
width: 100%;
|
2005-09-27 01:55:36 +02:00
|
|
|
}
|
|
|
|
|
2005-12-13 20:19:56 +01:00
|
|
|
form#upload th {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
form#upload #post_content, form#upload #post_title {
|
|
|
|
width: 250px;
|
|
|
|
}
|
|
|
|
|
2008-03-07 02:17:21 +01:00
|
|
|
.form-invalid input {
|
2008-04-14 19:05:24 +02:00
|
|
|
border-width: 1px !important;
|
|
|
|
border-style: solid !important;
|
2008-03-07 02:17:21 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2005-12-13 20:19:56 +01:00
|
|
|
form#upload #post_content {
|
|
|
|
height: 50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.attpreview {
|
|
|
|
width: 1px; /* hug */
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2003-10-14 02:54:09 +02:00
|
|
|
.anchors {
|
|
|
|
margin: 10px 20px 10px 20px;
|
|
|
|
}
|
|
|
|
|
2008-05-20 19:19:33 +02:00
|
|
|
table#availablethemes {
|
|
|
|
border-spacing: 0px;
|
|
|
|
border: none;
|
|
|
|
border-top: 1px solid #ccc;
|
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
|
margin: 10px auto;
|
|
|
|
}
|
|
|
|
td.available-theme {
|
|
|
|
vertical-align: top;
|
|
|
|
width: 240px;
|
|
|
|
margin: 0;
|
|
|
|
padding: 20px;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
table#availablethemes td {
|
|
|
|
border: 1px solid #eee;
|
|
|
|
border-top: none;
|
|
|
|
}
|
|
|
|
table#availablethemes td.top {
|
|
|
|
border-top: none;
|
|
|
|
}
|
|
|
|
table#availablethemes td.right {
|
|
|
|
border-right: none;
|
|
|
|
border-left: none;
|
|
|
|
}
|
|
|
|
table#availablethemes td.bottom {
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
table#availablethemes td.left {
|
|
|
|
border-right: none;
|
|
|
|
border-left: none;
|
2005-08-07 12:11:30 +02:00
|
|
|
}
|
|
|
|
|
2005-09-06 01:33:10 +02:00
|
|
|
.available-theme a.screenshot {
|
2008-05-20 19:19:33 +02:00
|
|
|
width: 240px;
|
|
|
|
height: 180px;
|
2005-11-17 11:23:35 +01:00
|
|
|
display: block;
|
2008-05-20 19:19:33 +02:00
|
|
|
border: 1px solid #efefef;
|
2005-09-06 01:33:10 +02:00
|
|
|
margin-bottom: 10px;
|
|
|
|
overflow: hidden;
|
2005-08-07 12:11:30 +02:00
|
|
|
}
|
|
|
|
.available-theme img {
|
2008-05-20 19:19:33 +02:00
|
|
|
width: 240px;
|
|
|
|
}
|
|
|
|
.available-theme h3 {
|
|
|
|
margin: 15px 0 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#current-theme {
|
|
|
|
margin-top: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#current-theme a {
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#current-theme h3 {
|
|
|
|
font-size: 17px;
|
|
|
|
font-weight: normal;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#current-theme .description {
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#current-theme img {
|
|
|
|
float: left;
|
|
|
|
border: 1px solid #666;
|
|
|
|
margin-right: 1em;
|
|
|
|
margin-bottom: 1.5em;
|
|
|
|
width: 150px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#TB_window #TB_title a.tb-theme-preview-link,
|
|
|
|
#TB_window #TB_title a.tb-theme-preview-link:visited {
|
|
|
|
font-weight: bold;
|
|
|
|
color: #999;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#TB_window #TB_title a.tb-theme-preview-link:hover,
|
|
|
|
#TB_window #TB_title a.tb-theme-preview-link:focus {
|
|
|
|
color: #ccc;
|
2005-08-07 12:11:30 +02:00
|
|
|
}
|
|
|
|
|
2003-08-15 17:12:25 +02:00
|
|
|
.checkbox {
|
2003-12-05 10:41:27 +01:00
|
|
|
border: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2003-08-15 17:12:25 +02:00
|
|
|
}
|
|
|
|
|
2004-02-13 10:59:47 +01:00
|
|
|
.code {
|
2004-11-25 20:36:21 +01:00
|
|
|
font-family: "Courier New", Courier, monospace;
|
2004-02-13 10:59:47 +01:00
|
|
|
}
|
|
|
|
|
2004-07-21 09:44:27 +02:00
|
|
|
.commentlist li {
|
2006-04-19 11:12:52 +02:00
|
|
|
padding: 1em 1em .2em;
|
|
|
|
margin: 0;
|
2008-03-07 02:17:21 +01:00
|
|
|
border-bottom-width: 1px;
|
|
|
|
border-bottom-style: solid;
|
2006-04-19 11:12:52 +02:00
|
|
|
}
|
|
|
|
|
2007-02-26 06:22:02 +01:00
|
|
|
.commentlist li li {
|
|
|
|
border-bottom: 0px;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2006-04-19 11:12:52 +02:00
|
|
|
.commentlist p {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0 0 .8em;
|
2004-07-21 09:44:27 +02:00
|
|
|
}
|
|
|
|
|
2003-12-08 02:40:02 +01:00
|
|
|
.post-categories {
|
|
|
|
display: inline;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2008-03-12 00:04:13 +01:00
|
|
|
.post-categories li {
|
2003-12-08 02:40:02 +01:00
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
2003-08-15 17:12:25 +02:00
|
|
|
.quicktags, .search {
|
2003-08-15 18:23:04 +02:00
|
|
|
font: 12px Georgia, "Times New Roman", Times, serif;
|
2003-08-15 17:12:25 +02:00
|
|
|
}
|
|
|
|
|
2008-02-07 22:57:54 +01:00
|
|
|
.submit {
|
2008-02-27 20:18:21 +01:00
|
|
|
border-top: 1px solid #ccc;
|
|
|
|
padding: 1.5em 0 0 0;
|
|
|
|
margin: 10px 0 0 0;
|
2008-02-22 04:45:19 +01:00
|
|
|
-moz-border-radius-bottomleft: 3px;
|
|
|
|
-khtml-border-bottom-left-radius: 3px;
|
|
|
|
-webkit-border-bottom-left-radius: 3px;
|
|
|
|
border-bottom-left-radius: 3px;
|
|
|
|
-moz-border-radius-bottomright: 3px;
|
|
|
|
-khtml-border-bottom-right-radius: 3px;
|
|
|
|
-webkit-border-bottom-right-radius: 3px;
|
|
|
|
border-bottom-right-radius: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.side-info {
|
|
|
|
margin: 0;
|
|
|
|
padding: 4px;
|
|
|
|
font-size: 11px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.side-info h5 {
|
2008-03-23 07:41:43 +01:00
|
|
|
padding-bottom: 7px;
|
2008-02-22 04:45:19 +01:00
|
|
|
font-size: 14px;
|
2008-03-23 07:41:43 +01:00
|
|
|
margin: 12px 2px 5px;
|
2008-03-07 02:17:21 +01:00
|
|
|
border-bottom-width: 1px;
|
|
|
|
border-bottom-style: solid;
|
2008-02-22 04:45:19 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.side-info ul {
|
|
|
|
margin: 0;
|
|
|
|
padding-left: 18px;
|
|
|
|
list-style: square;
|
2008-02-07 22:57:54 +01:00
|
|
|
}
|
|
|
|
|
2008-03-15 00:58:31 +01:00
|
|
|
.submit input, .button, .button-secondary, .button-highlighted {
|
2008-02-19 08:09:31 +01:00
|
|
|
font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
|
2008-03-23 07:41:43 +01:00
|
|
|
padding: 3px 5px;
|
2008-03-19 17:16:16 +01:00
|
|
|
font-size: 12px;
|
2008-03-23 07:41:43 +01:00
|
|
|
line-height: 1.5em;
|
2008-03-10 06:37:13 +01:00
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2008-02-25 01:34:26 +01:00
|
|
|
-moz-border-radius: 3px;
|
2008-03-02 21:17:30 +01:00
|
|
|
-khtml-border-radius: 3px;
|
2008-02-25 01:34:26 +01:00
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
2008-03-10 23:10:39 +01:00
|
|
|
cursor: pointer;
|
2008-03-06 21:44:29 +01:00
|
|
|
text-decoration: none;
|
2008-02-19 08:09:31 +01:00
|
|
|
}
|
|
|
|
|
2008-03-15 00:58:31 +01:00
|
|
|
.button-highlighted {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2008-03-24 17:18:30 +01:00
|
|
|
#wpcontent select {
|
|
|
|
font: 12px/20px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
|
|
|
|
padding: 2px;
|
|
|
|
|
2008-03-07 02:17:21 +01:00
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2008-03-24 17:18:30 +01:00
|
|
|
height: 2em;
|
|
|
|
vertical-align:top;
|
2008-02-18 23:45:11 +01:00
|
|
|
}
|
|
|
|
|
2006-03-29 03:51:55 +02:00
|
|
|
.approve {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.unapproved .approve {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
2008-03-07 02:17:21 +01:00
|
|
|
.updated a {
|
|
|
|
border-bottom-width: 1px;
|
|
|
|
border-bottom-style: solid;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2006-03-29 03:51:55 +02:00
|
|
|
.unapproved .unapprove {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2006-10-06 03:14:47 +02:00
|
|
|
.narrow {
|
2007-12-23 11:05:37 +01:00
|
|
|
width: 70%;
|
|
|
|
margin-bottom: 40px;
|
2006-10-06 03:14:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.narrow p {
|
|
|
|
line-height: 150%;
|
2003-12-05 10:41:27 +01:00
|
|
|
}
|
|
|
|
|
2006-10-06 03:14:47 +02:00
|
|
|
|
2006-05-10 22:35:10 +02:00
|
|
|
table .vers {
|
2005-08-07 12:45:06 +02:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2006-10-04 14:58:05 +02:00
|
|
|
textarea.all-options, input.all-options {
|
2006-10-04 13:28:38 +02:00
|
|
|
width: 250px;
|
|
|
|
}
|
|
|
|
|
2008-02-20 03:41:16 +01:00
|
|
|
#postdiv, #titlediv, #guiddiv, #poststuff .stuffbox {
|
2005-11-08 20:17:08 +01:00
|
|
|
margin: 0 8px 0 0;
|
2007-01-23 08:14:05 +01:00
|
|
|
padding: 0;
|
2005-11-08 20:17:08 +01:00
|
|
|
}
|
|
|
|
|
2008-02-21 00:31:56 +01:00
|
|
|
#titlediv, #namediv, #poststuff #namediv {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
2005-11-08 20:17:08 +01:00
|
|
|
#postdivrich {
|
2007-01-23 08:14:05 +01:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2005-11-08 20:17:08 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#content {
|
2007-01-23 08:14:05 +01:00
|
|
|
margin: 0;
|
2005-11-08 20:17:08 +01:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2008-01-31 19:10:46 +01:00
|
|
|
#editorcontainer #content {
|
|
|
|
padding: 0;
|
|
|
|
line-height: 150%;
|
|
|
|
border: 0 none;
|
2008-03-12 00:04:13 +01:00
|
|
|
outline: none;
|
2008-01-31 19:10:46 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#editorcontainer {
|
|
|
|
padding: 6px;
|
2008-03-11 17:54:48 +01:00
|
|
|
border-style: none solid solid;
|
|
|
|
border-width: 1px;
|
|
|
|
border-collapse: separate;
|
2006-10-06 03:14:47 +02:00
|
|
|
}
|
|
|
|
|
2008-02-20 06:39:04 +01:00
|
|
|
#quicktags {
|
2007-01-23 08:14:05 +01:00
|
|
|
padding: 0;
|
2008-01-31 19:10:46 +01:00
|
|
|
border: 0 none;
|
2006-09-22 09:04:41 +02:00
|
|
|
}
|
2006-09-27 02:51:17 +02:00
|
|
|
|
2006-09-22 09:04:41 +02:00
|
|
|
#quicktags #ed_toolbar {
|
2008-03-23 07:41:43 +01:00
|
|
|
padding: 2px 4px;
|
2006-09-22 09:04:41 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#ed_toolbar input {
|
|
|
|
margin: 3px 2px 2px;
|
2008-03-12 00:04:13 +01:00
|
|
|
padding: 2px 4px;
|
2008-03-13 07:06:33 +01:00
|
|
|
line-height: 18px;
|
2008-03-23 07:41:43 +01:00
|
|
|
display: inline-block;
|
2006-09-22 09:04:41 +02:00
|
|
|
}
|
|
|
|
|
2005-06-14 09:31:36 +02:00
|
|
|
#quicktags #ed_strong {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
#quicktags #ed_link {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
#quicktags #ed_del {
|
2003-08-15 18:23:04 +02:00
|
|
|
text-decoration: line-through;
|
2003-08-15 17:12:25 +02:00
|
|
|
}
|
|
|
|
|
2005-06-14 09:31:36 +02:00
|
|
|
#quicktags #ed_em {
|
2003-08-15 18:23:04 +02:00
|
|
|
font-style: italic;
|
2003-08-15 17:12:25 +02:00
|
|
|
}
|
|
|
|
|
2005-06-14 09:31:36 +02:00
|
|
|
#quicktags #ed_code {
|
|
|
|
font-family: "Courier New", Courier, mono;
|
2008-03-13 07:06:33 +01:00
|
|
|
font-size: 1.1em;
|
2008-03-12 00:04:13 +01:00
|
|
|
vertical-align: top;
|
2005-06-14 09:31:36 +02:00
|
|
|
}
|
|
|
|
|
2005-11-08 20:17:08 +01:00
|
|
|
|
2005-12-13 20:19:56 +01:00
|
|
|
#attachmentlinks textarea {
|
|
|
|
width: 100%;
|
|
|
|
height: 2.5em;
|
|
|
|
margin-bottom: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#excerpt, .attachmentlinks {
|
2007-01-23 08:14:05 +01:00
|
|
|
margin: 0;
|
2005-09-06 08:45:31 +02:00
|
|
|
height: 4em;
|
2008-03-01 00:27:02 +01:00
|
|
|
width: 98%;
|
2003-08-15 18:23:04 +02:00
|
|
|
}
|
2003-08-15 17:12:25 +02:00
|
|
|
|
2006-10-06 03:14:47 +02:00
|
|
|
.plugins p {
|
|
|
|
}
|
2006-10-04 18:47:50 +02:00
|
|
|
|
|
|
|
#login .fullwidth {
|
|
|
|
width: 320px;
|
2005-11-17 01:51:34 +01:00
|
|
|
}
|
2004-04-28 21:49:27 +02:00
|
|
|
|
2007-05-28 20:34:06 +02:00
|
|
|
#searchform fieldset {
|
2006-09-27 02:51:17 +02:00
|
|
|
float: left;
|
2007-05-28 20:34:06 +02:00
|
|
|
margin: 0 1.5ex 1em 0;
|
|
|
|
padding: 0;
|
2006-09-27 02:51:17 +02:00
|
|
|
}
|
|
|
|
|
2007-05-28 20:34:06 +02:00
|
|
|
#searchform fieldset legend {
|
|
|
|
padding: 0 0 .2em 1px;
|
|
|
|
}
|
2008-03-02 21:17:30 +01:00
|
|
|
|
2007-05-28 20:34:06 +02:00
|
|
|
#searchform #s {
|
|
|
|
padding: 4px 3px;
|
2006-09-27 02:51:17 +02:00
|
|
|
}
|
|
|
|
|
2007-05-28 20:34:06 +02:00
|
|
|
#searchform #post-query-submit {
|
2006-09-27 02:51:17 +02:00
|
|
|
float: left;
|
2007-05-28 20:34:06 +02:00
|
|
|
margin: 14px 0 1em;
|
|
|
|
position: relative;
|
|
|
|
top: .35em;
|
2006-09-27 02:51:17 +02:00
|
|
|
}
|
|
|
|
|
2008-03-11 08:23:07 +01:00
|
|
|
#postcustomstuff .updatemeta, #postcustomstuff .deletemeta {
|
2004-04-28 21:49:27 +02:00
|
|
|
margin: auto;
|
2003-11-30 23:13:53 +01:00
|
|
|
}
|
|
|
|
|
2008-03-11 08:23:07 +01:00
|
|
|
#postcustomstuff table {
|
2007-01-23 08:14:05 +01:00
|
|
|
margin: 0;
|
2005-11-08 20:17:08 +01:00
|
|
|
width: 100%;
|
2008-03-07 02:17:21 +01:00
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2004-03-25 06:38:59 +01:00
|
|
|
}
|
|
|
|
|
2008-03-11 08:23:07 +01:00
|
|
|
#postcustomstuff table input, #postcustomstuff table textarea {
|
2004-04-28 21:49:27 +02:00
|
|
|
width: 95%;
|
2004-03-25 06:38:59 +01:00
|
|
|
}
|
|
|
|
|
2008-03-11 08:23:07 +01:00
|
|
|
#postcustomstuff table #addmetasub {
|
2007-10-10 00:49:42 +02:00
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
2008-02-29 09:08:17 +01:00
|
|
|
#poststuff #post-body {
|
2008-03-07 11:05:54 +01:00
|
|
|
margin-right: 230px;
|
2003-12-18 00:07:36 +01:00
|
|
|
}
|
|
|
|
|
2004-04-28 21:49:27 +02:00
|
|
|
#save {
|
2005-06-14 09:31:36 +02:00
|
|
|
width: 15em;
|
2004-08-01 09:51:26 +02:00
|
|
|
}
|
|
|
|
|
2004-12-21 23:09:07 +01:00
|
|
|
#template div {
|
|
|
|
margin-right: 190px;
|
|
|
|
}
|
|
|
|
|
2005-12-09 20:21:39 +01:00
|
|
|
* html #template div {
|
2007-01-23 08:14:05 +01:00
|
|
|
margin-right: 0;
|
2005-12-09 20:21:39 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#template, #template div, #editcat, #addcat {
|
|
|
|
zoom: 1;
|
|
|
|
}
|
|
|
|
|
2005-11-09 09:44:48 +01:00
|
|
|
/* A handy div class for hiding controls.
|
2006-11-19 08:56:05 +01:00
|
|
|
Some browsers will disable them when you
|
|
|
|
set display:none; */
|
2005-11-09 09:44:48 +01:00
|
|
|
.zerosize {
|
2007-01-23 08:14:05 +01:00
|
|
|
height: 0;
|
|
|
|
width: 0;
|
|
|
|
margin: 0;
|
|
|
|
border: 0;
|
|
|
|
padding: 0;
|
2005-11-09 09:44:48 +01:00
|
|
|
overflow: hidden;
|
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
|
2005-12-23 22:08:42 +01:00
|
|
|
* html #themeselect {
|
2007-01-23 08:14:05 +01:00
|
|
|
padding: 0 3px;
|
2005-12-23 22:08:42 +01:00
|
|
|
height: 22px;
|
|
|
|
}
|
2005-06-14 09:31:36 +02:00
|
|
|
|
2005-09-06 04:01:33 +02:00
|
|
|
#your-profile legend {
|
|
|
|
font-family: Georgia, "Times New Roman", Times, serif;
|
|
|
|
font-size: 22px;
|
|
|
|
}
|
|
|
|
|
2008-03-07 08:53:15 +01:00
|
|
|
#your-profile #rich_editing {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
2006-01-10 06:16:17 +01:00
|
|
|
#howto {
|
|
|
|
font-size: 11px;
|
|
|
|
margin: 0 5px;
|
|
|
|
display: block;
|
|
|
|
}
|
2006-09-27 02:51:17 +02:00
|
|
|
|
2006-04-04 02:16:27 +02:00
|
|
|
#ajax-response.alignleft {
|
|
|
|
margin-left: 2em;
|
|
|
|
}
|
2006-09-27 02:51:17 +02:00
|
|
|
|
2006-10-06 03:14:47 +02:00
|
|
|
|
2008-02-07 22:57:54 +01:00
|
|
|
div.nav {
|
2008-03-24 17:18:30 +01:00
|
|
|
height: 2em;
|
|
|
|
padding: 7px 10px;
|
|
|
|
vertical-align: text-top;
|
|
|
|
margin: 5px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav .button-secondary {
|
|
|
|
padding: 2px 4px;
|
2008-02-07 22:57:54 +01:00
|
|
|
}
|
|
|
|
|
2006-10-06 03:14:47 +02:00
|
|
|
.page-numbers {
|
2008-02-10 09:10:11 +01:00
|
|
|
padding: 2px 4px;
|
2006-10-06 03:14:47 +02:00
|
|
|
margin-right: 3px;
|
2008-03-07 02:17:21 +01:00
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2006-10-06 03:14:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.page-numbers.current {
|
|
|
|
font-weight: bold;
|
2008-03-07 02:17:21 +01:00
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2006-10-07 20:31:39 +02:00
|
|
|
}
|
2007-01-22 20:26:20 +01:00
|
|
|
|
2008-02-07 22:57:54 +01:00
|
|
|
p.pagenav {
|
|
|
|
margin: 0;
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
2007-01-22 20:26:20 +01:00
|
|
|
.pagenav span {
|
|
|
|
font-weight: bold;
|
|
|
|
margin: 0 6px;
|
2007-04-05 04:03:40 +02:00
|
|
|
}
|
|
|
|
|
2008-02-24 03:07:51 +01:00
|
|
|
.row-title {
|
|
|
|
font-size: 12px !important;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.comment-column {
|
2008-03-10 09:24:45 +01:00
|
|
|
margin-left: 5px;
|
2008-02-24 03:07:51 +01:00
|
|
|
}
|
|
|
|
|
2008-02-27 20:18:21 +01:00
|
|
|
.tablenav a.button-secondary {
|
2008-03-24 17:18:30 +01:00
|
|
|
display: block;
|
|
|
|
margin: 1px 8px 0 0;
|
2008-02-27 20:18:21 +01:00
|
|
|
}
|
|
|
|
|
2008-03-19 17:16:16 +01:00
|
|
|
.tablenav .button-secondary {
|
|
|
|
padding: 2px 4px;
|
2008-03-24 17:18:30 +01:00
|
|
|
vertical-align: top;
|
2008-03-19 17:16:16 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.tablenav .tablenav-pages a.next, .tablenav .tablenav-pages a.prev {
|
|
|
|
text-decoration: underline;
|
2008-02-10 09:10:11 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.tablenav {
|
2008-03-23 07:41:43 +01:00
|
|
|
height: 2em;
|
|
|
|
padding: 7px 10px;
|
2008-02-10 09:10:11 +01:00
|
|
|
clear: both;
|
2008-02-24 03:07:51 +01:00
|
|
|
margin-bottom: -10px;
|
2008-03-01 03:06:55 +01:00
|
|
|
margin-top: 8px;
|
2008-03-24 17:18:30 +01:00
|
|
|
vertical-align: text-top;
|
2008-02-10 09:10:11 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.tablenav .tablenav-pages {
|
|
|
|
float: right;
|
2008-03-23 07:41:43 +01:00
|
|
|
height: 18px;
|
|
|
|
padding-top: 6px;
|
2008-03-19 17:16:16 +01:00
|
|
|
font-size: 11px;
|
2008-02-10 09:10:11 +01:00
|
|
|
}
|
|
|
|
|
2008-03-06 21:44:29 +01:00
|
|
|
.tablenav .tablenav-pages a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2008-03-04 05:28:23 +01:00
|
|
|
td.media-icon {
|
|
|
|
vertical-align: middle;
|
2008-03-23 07:41:43 +01:00
|
|
|
text-align: center;
|
2008-03-04 05:28:23 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
td.media-icon img {
|
2008-03-22 00:21:27 +01:00
|
|
|
max-width: 80px;
|
|
|
|
max-height: 60px;
|
2008-03-04 05:28:23 +01:00
|
|
|
}
|
|
|
|
|
2007-08-22 12:48:48 +02:00
|
|
|
#update-nag, .plugin-update {
|
2007-08-20 09:01:15 +02:00
|
|
|
line-height: 29px;
|
|
|
|
font-size: 12px;
|
2007-08-22 12:48:48 +02:00
|
|
|
text-align: center;
|
2008-03-07 02:17:21 +01:00
|
|
|
border-bottom-width: 1px;
|
|
|
|
border-bottom-style: solid;
|
|
|
|
border-top-width: 1px;
|
|
|
|
border-top-style: solid;
|
2008-03-02 21:17:30 +01:00
|
|
|
}
|
2007-08-22 12:48:48 +02:00
|
|
|
|
|
|
|
#update-nag a, .plugin-update a {
|
2007-08-20 09:01:15 +02:00
|
|
|
font-size: 1.1em;
|
2007-08-17 12:33:52 +02:00
|
|
|
}
|
2007-12-19 22:53:10 +01:00
|
|
|
|
2008-03-02 21:17:30 +01:00
|
|
|
#pass-strength-result {
|
2007-12-19 22:53:10 +01:00
|
|
|
padding: 3px 5px 3px 5px;
|
|
|
|
margin-top: 3px;
|
2008-03-02 21:17:30 +01:00
|
|
|
text-align: center;
|
2008-03-07 02:17:21 +01:00
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2007-12-20 21:31:46 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
a.view-comment-post-link {
|
|
|
|
position: absolute;
|
|
|
|
text-decoration:underline;
|
2007-12-22 10:46:13 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Admin Header */
|
|
|
|
|
|
|
|
#user_info {
|
|
|
|
position: absolute;
|
2008-02-27 20:18:21 +01:00
|
|
|
right: 15px;
|
2008-02-21 01:27:23 +01:00
|
|
|
top: 11px;
|
|
|
|
font-size: 11px;
|
2007-12-22 10:46:13 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#user_info p {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wphead {
|
2008-03-07 02:17:21 +01:00
|
|
|
border-top-width: 30px;
|
|
|
|
border-top-style: solid;
|
2007-12-22 10:46:13 +01:00
|
|
|
}
|
|
|
|
|
2008-06-13 22:23:29 +02:00
|
|
|
#wphead a, #dashmenu a, #adminmenu a, #submenu a, #sidemenu a, #taglist a, #catlist a {
|
2008-03-06 10:53:03 +01:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2007-12-22 10:46:13 +01:00
|
|
|
#wphead #viewsite {
|
|
|
|
position: absolute;
|
2008-03-19 17:16:16 +01:00
|
|
|
margin-top: 12px;
|
2007-12-22 10:46:13 +01:00
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
#wphead #viewsite a {
|
2008-03-19 17:16:16 +01:00
|
|
|
font: 12px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
|
|
|
|
padding: 3px 4px;
|
2007-12-22 10:46:13 +01:00
|
|
|
display: block;
|
|
|
|
letter-spacing: normal;
|
2008-03-10 06:37:13 +01:00
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2008-02-25 01:34:26 +01:00
|
|
|
-moz-border-radius: 3px;
|
|
|
|
-khtml-border-radius: 3px;
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
2007-12-22 10:46:13 +01:00
|
|
|
}
|
2008-03-07 02:17:21 +01:00
|
|
|
|
2007-12-22 10:46:13 +01:00
|
|
|
#wphead h1 {
|
|
|
|
font: normal 36px Georgia, "Times New Roman", Times, serif;
|
2008-02-21 01:27:23 +01:00
|
|
|
padding: 11px 170px 16px 12px;
|
2007-12-22 10:46:13 +01:00
|
|
|
margin: 0;
|
2008-02-10 09:10:11 +01:00
|
|
|
margin-right: 15%;
|
2007-12-22 10:46:13 +01:00
|
|
|
}
|
|
|
|
|
2008-01-04 12:47:06 +01:00
|
|
|
/* menu stuff */
|
|
|
|
|
|
|
|
#dashmenu {
|
|
|
|
margin: 0;
|
|
|
|
list-style: none;
|
|
|
|
position: absolute;
|
2008-02-21 01:27:23 +01:00
|
|
|
top: 7px;
|
2008-01-04 12:47:06 +01:00
|
|
|
left: 0;
|
2008-02-21 01:27:23 +01:00
|
|
|
font-size: 11px;
|
|
|
|
padding-left: 9px;
|
2008-01-04 12:47:06 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#dashmenu a {
|
2008-02-10 09:10:11 +01:00
|
|
|
padding: 5px 6px;
|
2008-01-04 12:47:06 +01:00
|
|
|
line-height: 220%;
|
|
|
|
margin-right: 8px;
|
|
|
|
}
|
|
|
|
|
2008-02-21 01:27:23 +01:00
|
|
|
#dashmenu a.current {
|
2008-02-26 05:22:09 +01:00
|
|
|
border: none;
|
2008-01-04 12:47:06 +01:00
|
|
|
-moz-border-radius-topleft: 3px;
|
2008-02-19 21:31:14 +01:00
|
|
|
-khtml-border-top-left-radius: 3px;
|
2008-02-19 01:47:58 +01:00
|
|
|
-webkit-border-top-left-radius: 3px;
|
2008-02-19 21:31:14 +01:00
|
|
|
border-top-left-radius: 3px;
|
2008-03-02 21:17:30 +01:00
|
|
|
-moz-border-radius-topright: 3px;
|
2008-02-19 21:31:14 +01:00
|
|
|
-khtml-border-top-right-radius: 3px;
|
|
|
|
-webkit-border-top-right-radius: 3px;
|
|
|
|
border-top-right-radius: 3px;
|
2008-01-04 12:47:06 +01:00
|
|
|
}
|
|
|
|
|
2007-12-22 10:46:13 +01:00
|
|
|
#adminmenu {
|
|
|
|
margin: 0;
|
|
|
|
list-style: none;
|
2008-02-21 01:27:23 +01:00
|
|
|
padding-left: 11px;
|
2008-03-07 02:17:21 +01:00
|
|
|
border-bottom-width: 1px;
|
|
|
|
border-bottom-style: solid;
|
2008-02-10 09:10:11 +01:00
|
|
|
}
|
|
|
|
|
2007-12-22 10:46:13 +01:00
|
|
|
#adminmenu a {
|
|
|
|
font-size: 16px;
|
2008-03-19 17:16:16 +01:00
|
|
|
padding: 5px 7px;
|
|
|
|
line-height: 30px;
|
2007-12-22 10:46:13 +01:00
|
|
|
}
|
|
|
|
|
2008-02-22 03:09:16 +01:00
|
|
|
#adminmenu a.current, #sidemenu a.current {
|
2008-02-21 01:27:23 +01:00
|
|
|
font-weight: normal;
|
2008-02-26 05:22:09 +01:00
|
|
|
padding-left: 6px;
|
|
|
|
padding-right: 6px;
|
2008-02-16 23:39:59 +01:00
|
|
|
-moz-border-radius-topleft: 4px;
|
2008-02-19 21:31:14 +01:00
|
|
|
-khtml-border-top-left-radius: 4px;
|
2008-02-19 01:47:58 +01:00
|
|
|
-webkit-border-top-left-radius: 4px;
|
2008-02-19 21:31:14 +01:00
|
|
|
border-top-left-radius: 4px;
|
2008-02-16 23:39:59 +01:00
|
|
|
-moz-border-radius-topright: 4px;
|
2008-02-19 21:31:14 +01:00
|
|
|
-khtml-border-top-right-radius: 4px;
|
2008-02-19 01:47:58 +01:00
|
|
|
-webkit-border-top-right-radius: 4px;
|
2008-02-19 21:31:14 +01:00
|
|
|
border-top-right-radius: 4px;
|
2008-03-07 02:17:21 +01:00
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2007-12-22 10:46:13 +01:00
|
|
|
}
|
|
|
|
|
2008-02-26 05:22:09 +01:00
|
|
|
#adminmenu a.current {
|
2008-03-07 02:17:21 +01:00
|
|
|
border-bottom-width: 2px;
|
2008-02-17 20:41:47 +01:00
|
|
|
}
|
|
|
|
|
2008-01-04 12:47:06 +01:00
|
|
|
#sidemenu {
|
2008-02-27 20:18:21 +01:00
|
|
|
margin: -30px 15px 0 315px;
|
2008-01-04 12:47:06 +01:00
|
|
|
list-style: none;
|
2008-02-26 05:22:09 +01:00
|
|
|
position: relative;
|
|
|
|
float: right;
|
2008-01-04 12:47:06 +01:00
|
|
|
padding-left: 10px;
|
2008-02-22 03:09:16 +01:00
|
|
|
font-size:12px;
|
2008-01-04 12:47:06 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#sidemenu a {
|
2008-02-26 05:22:09 +01:00
|
|
|
padding: 0 7px;
|
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
line-height: 28px;
|
2008-03-07 02:17:21 +01:00
|
|
|
border-top-width: 1px;
|
|
|
|
border-top-style: solid;
|
|
|
|
border-bottom-width: 1px;
|
|
|
|
border-bottom-style: solid;
|
2008-01-04 12:47:06 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#dashmenu li, #adminmenu li, #submenu li, #sidemenu li {
|
2007-12-22 10:46:13 +01:00
|
|
|
display: inline;
|
|
|
|
line-height: 200%;
|
|
|
|
list-style: none;
|
|
|
|
text-align: center;
|
|
|
|
white-space: nowrap;
|
2008-01-04 12:47:06 +01:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2007-12-22 10:46:13 +01:00
|
|
|
}
|
|
|
|
|
2008-02-24 03:07:51 +01:00
|
|
|
#submenu li {
|
|
|
|
padding: 0 0 8px 17px;
|
|
|
|
}
|
|
|
|
|
2008-01-21 23:13:07 +01:00
|
|
|
#adminmenu li a #awaiting-mod {
|
2007-12-22 10:46:13 +01:00
|
|
|
position: absolute;
|
2008-03-19 17:16:16 +01:00
|
|
|
margin-left: -0.4em;
|
|
|
|
margin-top: 0.2em;
|
2008-01-21 23:13:07 +01:00
|
|
|
font-size: 0.7em;
|
2007-12-22 10:46:13 +01:00
|
|
|
background-repeat: no-repeat;
|
2008-01-21 23:13:07 +01:00
|
|
|
background-position: 0 bottom;
|
|
|
|
height: 0.9em;
|
|
|
|
width: 1em;
|
|
|
|
}
|
|
|
|
|
2008-03-10 06:54:46 +01:00
|
|
|
#adminmenu li a .count-0 {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2008-03-20 22:40:17 +01:00
|
|
|
.post-com-count-wrapper {
|
|
|
|
min-width: 22px;
|
|
|
|
}
|
|
|
|
|
2008-02-10 09:10:11 +01:00
|
|
|
.post-com-count {
|
2008-03-10 09:24:45 +01:00
|
|
|
height: 1.3em;
|
2008-03-23 07:41:43 +01:00
|
|
|
line-height: 1.1em;
|
2008-02-10 09:10:11 +01:00
|
|
|
display: block;
|
2008-03-07 02:17:21 +01:00
|
|
|
text-decoration: none;
|
2008-03-23 07:41:43 +01:00
|
|
|
padding: 0 0 6px;
|
2008-03-10 09:24:45 +01:00
|
|
|
cursor: pointer;
|
2008-03-23 07:41:43 +01:00
|
|
|
background-position: center -80px;
|
2008-03-10 09:24:45 +01:00
|
|
|
background-repeat: no-repeat;
|
2008-02-10 09:10:11 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.post-com-count span {
|
|
|
|
height: 1.3em;
|
2008-03-23 07:41:43 +01:00
|
|
|
line-height: 1.2em;
|
2008-03-19 17:16:16 +01:00
|
|
|
padding: 0 0.5em;
|
2008-03-10 09:24:45 +01:00
|
|
|
background-color: #bbb;
|
2008-03-23 07:41:43 +01:00
|
|
|
display: inline-block;
|
2008-03-10 09:24:45 +01:00
|
|
|
cursor: pointer;
|
2008-02-25 01:34:26 +01:00
|
|
|
-moz-border-radius: 3px;
|
|
|
|
-khtml-border-radius: 3px;
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
2008-02-10 09:10:11 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
strong .post-com-count {
|
2008-03-24 17:18:30 +01:00
|
|
|
background-position: center -55px;
|
2008-02-10 09:10:11 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.post-com-count:hover {
|
2008-03-10 09:24:45 +01:00
|
|
|
background-position: center -3px;
|
2008-02-10 09:10:11 +01:00
|
|
|
}
|
|
|
|
|
2008-01-21 23:13:07 +01:00
|
|
|
#adminmenu li a:hover #awaiting-mod {
|
|
|
|
background-position: -80px bottom;
|
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu li a #awaiting-mod span {
|
|
|
|
top: -0.8em;
|
|
|
|
right: 0;
|
|
|
|
position: absolute;
|
|
|
|
display: block;
|
|
|
|
height: 1.3em;
|
|
|
|
line-height: 1.3em;
|
2008-03-19 17:16:16 +01:00
|
|
|
padding: 0 0.6em;
|
2008-02-25 01:34:26 +01:00
|
|
|
-moz-border-radius: 3px;
|
|
|
|
-khtml-border-radius: 3px;
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
2008-01-21 23:13:07 +01:00
|
|
|
}
|
|
|
|
|
2007-12-22 10:46:13 +01:00
|
|
|
#submenu {
|
|
|
|
margin: 0;
|
|
|
|
list-style: none;
|
2008-03-19 17:16:16 +01:00
|
|
|
padding: 6px 0 3px 0;
|
2007-12-22 10:46:13 +01:00
|
|
|
}
|
|
|
|
|
2008-03-16 15:07:11 +01:00
|
|
|
#submenu li {
|
2007-12-22 10:46:13 +01:00
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#minisub { /* for empty submenus */
|
|
|
|
height: 15px;
|
|
|
|
}
|
|
|
|
|
2008-01-04 12:47:06 +01:00
|
|
|
/* end menu stuff */
|
|
|
|
|
2007-12-22 10:46:13 +01:00
|
|
|
/* Admin Footer */
|
|
|
|
|
2008-01-14 04:16:56 +01:00
|
|
|
html, body {
|
|
|
|
height:100%;
|
|
|
|
}
|
2008-03-02 21:17:30 +01:00
|
|
|
#wpwrap {
|
|
|
|
position: relative;
|
2008-01-14 04:16:56 +01:00
|
|
|
min-height: 100%;
|
|
|
|
}
|
|
|
|
#wpcontent{
|
2008-02-21 01:27:23 +01:00
|
|
|
padding-bottom: 95px;
|
2008-01-14 04:16:56 +01:00
|
|
|
}
|
2007-12-22 10:46:13 +01:00
|
|
|
#footer {
|
|
|
|
clear: both;
|
|
|
|
height: 65px;
|
2008-03-19 17:16:16 +01:00
|
|
|
padding: 10px 0 0 60px;
|
2007-12-22 10:46:13 +01:00
|
|
|
margin: 0;
|
2008-03-02 21:17:30 +01:00
|
|
|
position: relative;
|
|
|
|
margin-top: -75px;
|
2008-03-19 17:16:16 +01:00
|
|
|
font-size: 12px;
|
2007-12-22 10:46:13 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#footer p {
|
|
|
|
margin: 0;
|
2008-03-19 17:16:16 +01:00
|
|
|
padding: 7px 0;
|
2007-12-23 11:05:37 +01:00
|
|
|
}
|
|
|
|
|
2008-03-14 19:26:48 +01:00
|
|
|
#footer p a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#footer p a:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2007-12-23 11:05:37 +01:00
|
|
|
/* Tables used on comment.php and option/setting pages */
|
|
|
|
|
2008-02-24 05:33:10 +01:00
|
|
|
.form-table {
|
2007-12-23 11:05:37 +01:00
|
|
|
border-collapse: collapse;
|
|
|
|
margin-top: 1em;
|
2008-02-14 16:33:56 +01:00
|
|
|
width: 100%;
|
2008-02-27 20:18:21 +01:00
|
|
|
margin-bottom: -8px;
|
2007-12-23 11:05:37 +01:00
|
|
|
}
|
|
|
|
|
2008-02-24 05:33:10 +01:00
|
|
|
.form-table td {
|
2007-12-23 11:05:37 +01:00
|
|
|
margin-bottom: 9px;
|
|
|
|
padding: 10px;
|
2008-02-22 08:43:06 +01:00
|
|
|
line-height: 20px;
|
2008-03-07 02:17:21 +01:00
|
|
|
border-bottom-width: 8px;
|
|
|
|
border-bottom-style: solid;
|
2008-03-19 17:16:16 +01:00
|
|
|
font-size: 11px;
|
2007-12-23 11:05:37 +01:00
|
|
|
}
|
|
|
|
|
2008-02-24 05:33:10 +01:00
|
|
|
.form-table th {
|
2008-03-10 23:09:26 +01:00
|
|
|
vertical-align: top;
|
2007-12-23 11:05:37 +01:00
|
|
|
text-align: left;
|
|
|
|
padding: 10px;
|
2008-02-27 20:18:21 +01:00
|
|
|
width: 150px;
|
2008-03-07 02:17:21 +01:00
|
|
|
border-bottom-width: 8px;
|
|
|
|
border-bottom-style: solid;
|
2007-12-23 11:05:37 +01:00
|
|
|
}
|
|
|
|
|
2008-03-18 03:07:49 +01:00
|
|
|
.form-table th.th-full {
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
2008-03-07 02:17:21 +01:00
|
|
|
.form-table input, .form-table textarea {
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2008-03-03 21:52:04 +01:00
|
|
|
}
|
|
|
|
|
2008-03-14 17:51:39 +01:00
|
|
|
.form-table div.color-option {
|
2008-03-12 03:35:22 +01:00
|
|
|
display: block;
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-table input.tog {
|
|
|
|
margin-top: 2px;
|
|
|
|
margin-right: 2px;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-table table.color-palette {
|
|
|
|
vertical-align: bottom;
|
|
|
|
float: left;
|
|
|
|
margin: -3px 3px 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-table .color-palette td {
|
|
|
|
border-bottom: none;
|
|
|
|
border: 1px solid #fff;
|
2008-03-13 20:17:57 +01:00
|
|
|
font-size: 1px;
|
|
|
|
line-height: 1px;
|
2008-03-10 23:09:26 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#profile-page .form-table textarea {
|
|
|
|
width: 500px;
|
|
|
|
margin-bottom: 6px;
|
|
|
|
}
|
|
|
|
|
2008-04-17 00:01:32 +02:00
|
|
|
#profile-page .form-table input[type=text] {
|
|
|
|
width: 300px;
|
|
|
|
}
|
|
|
|
|
2008-03-10 23:09:26 +01:00
|
|
|
#pass-strength-result {
|
|
|
|
width: 197px;
|
|
|
|
float: left;
|
|
|
|
margin-right: 5px;
|
|
|
|
border: 1px solid #ccc !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#profile-page .form-table #rich_editing {
|
2008-03-20 06:42:46 +01:00
|
|
|
margin-right: 5px
|
2008-03-10 23:09:26 +01:00
|
|
|
}
|
|
|
|
|
2008-05-30 01:16:11 +02:00
|
|
|
.form-table .pre {
|
2008-04-19 01:38:21 +02:00
|
|
|
padding: 8px;
|
|
|
|
margin: 0;
|
2008-05-30 01:16:11 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.pre {
|
2008-04-19 01:38:21 +02:00
|
|
|
/* http://www.longren.org/2006/09/27/wrapping-text-inside-pre-tags/ */
|
|
|
|
white-space: pre-wrap; /* css-3 */
|
|
|
|
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
|
|
|
|
white-space: -pre-wrap; /* Opera 4-6 */
|
|
|
|
white-space: -o-pre-wrap; /* Opera 7 */
|
|
|
|
word-wrap: break-word; /* Internet Explorer 5.5+ */
|
|
|
|
}
|
|
|
|
|
|
|
|
table.form-table td .updated {
|
|
|
|
font-size: 13px;
|
|
|
|
}
|
|
|
|
|
2008-01-03 02:34:11 +01:00
|
|
|
/* Post Screen */
|
|
|
|
|
2008-03-23 07:41:43 +01:00
|
|
|
#tagsdiv #newtag {
|
|
|
|
margin-right: 5px;
|
|
|
|
width: 16em;
|
|
|
|
}
|
|
|
|
|
2008-01-03 02:34:11 +01:00
|
|
|
#tagchecklist {
|
2008-03-23 07:41:43 +01:00
|
|
|
margin-left: 10px;
|
|
|
|
|
2008-01-03 02:34:11 +01:00
|
|
|
font-size: 12px;
|
2008-03-23 07:41:43 +01:00
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tagchecklist strong {
|
|
|
|
margin-left: -8px;
|
|
|
|
position: absolute;
|
2008-01-03 02:34:11 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#tagchecklist span {
|
2008-03-23 07:41:43 +01:00
|
|
|
margin-right: 25px;
|
2008-01-03 02:34:11 +01:00
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
font-size: 11px;
|
2008-03-23 07:41:43 +01:00
|
|
|
line-height: 1.8em;
|
|
|
|
white-space: nowrap;
|
|
|
|
cursor: default;
|
2008-01-03 02:34:11 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#tagchecklist span a {
|
2008-03-23 07:41:43 +01:00
|
|
|
margin: 6px 0pt 0pt -9px;
|
2008-01-03 02:34:11 +01:00
|
|
|
cursor: pointer;
|
|
|
|
width: 10px;
|
|
|
|
height: 10px;
|
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
text-indent: -9999px;
|
|
|
|
overflow: hidden;
|
2008-03-23 07:41:43 +01:00
|
|
|
position: absolute;
|
2008-01-03 02:34:11 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.howto {
|
|
|
|
font-style: italic;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ac_results {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
list-style: none;
|
|
|
|
position: absolute;
|
|
|
|
z-index: 10000;
|
|
|
|
display: none;
|
2008-03-07 02:17:21 +01:00
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2008-01-03 02:34:11 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.ac_results li {
|
|
|
|
padding: 2px 5px;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ac_over {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ac_match {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
2008-01-03 09:03:29 +01:00
|
|
|
|
2008-01-09 08:52:30 +01:00
|
|
|
#poststuff h2 {
|
2008-01-09 13:12:35 +01:00
|
|
|
margin-top: 20px;
|
2008-03-23 07:41:43 +01:00
|
|
|
font-size: 1.5em;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
padding: 0 0 3px;
|
2008-05-30 02:07:26 +02:00
|
|
|
clear: left;
|
2008-01-09 08:52:30 +01:00
|
|
|
}
|
|
|
|
|
2008-01-03 09:03:29 +01:00
|
|
|
#poststuff h3 {
|
2008-02-24 03:07:51 +01:00
|
|
|
font-size: 14px;
|
2008-01-03 09:03:29 +01:00
|
|
|
font-weight: bold;
|
2008-03-23 07:41:43 +01:00
|
|
|
padding: 7px;
|
2008-01-03 09:03:29 +01:00
|
|
|
margin: 0 0 10px;
|
|
|
|
}
|
|
|
|
|
2008-03-11 17:54:48 +01:00
|
|
|
#poststuff .postbox, #poststuff .stuffbox {
|
2008-01-03 09:03:29 +01:00
|
|
|
margin-left: 20px;
|
|
|
|
padding: 2px;
|
2008-03-23 07:41:43 +01:00
|
|
|
margin-bottom: 20px;
|
2008-01-03 09:03:29 +01:00
|
|
|
margin-right: 8px;
|
2008-03-07 02:17:21 +01:00
|
|
|
border-width: 1px;
|
2008-03-10 06:37:13 +01:00
|
|
|
border-style: solid;
|
2008-01-03 09:03:29 +01:00
|
|
|
}
|
|
|
|
|
2008-03-11 17:54:48 +01:00
|
|
|
#titlediv, #poststuff .postarea {
|
|
|
|
margin-left: 20px;
|
2008-03-23 07:41:43 +01:00
|
|
|
margin-bottom: 20px;
|
2008-03-11 17:54:48 +01:00
|
|
|
margin-right: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#titlediv {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#titlediv div.inside {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#titlediv #title {
|
|
|
|
border: 0;
|
|
|
|
padding: 0;
|
|
|
|
font-size: 1.7em;
|
|
|
|
width: 100%;
|
2008-03-12 00:04:13 +01:00
|
|
|
outline: none;
|
2008-03-11 17:54:48 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#poststuff #titlewrap {
|
2008-03-12 00:04:13 +01:00
|
|
|
padding: 2px 3px;
|
2008-03-11 17:54:48 +01:00
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
|
|
|
}
|
|
|
|
|
2008-01-03 09:03:29 +01:00
|
|
|
#poststuff .inside {
|
2008-03-23 07:41:43 +01:00
|
|
|
margin: 0 12px 12px;
|
2008-02-22 07:46:15 +01:00
|
|
|
font-size: 11px;
|
|
|
|
}
|
|
|
|
|
2008-03-01 03:12:52 +01:00
|
|
|
#link_name, #link_url, #link_description {
|
|
|
|
font-size: 1.7em;
|
|
|
|
padding: 4px 3px;
|
2008-03-02 21:17:30 +01:00
|
|
|
width: 98%;
|
2008-03-01 03:12:52 +01:00
|
|
|
}
|
|
|
|
|
2008-01-17 17:51:32 +01:00
|
|
|
#edit-slug-box {
|
|
|
|
margin-top: 8px;
|
|
|
|
}
|
2008-03-07 02:17:21 +01:00
|
|
|
|
2008-02-12 00:19:09 +01:00
|
|
|
#editable-post-name-full {display: none;}
|
2008-03-19 17:16:16 +01:00
|
|
|
|
2008-01-17 17:51:32 +01:00
|
|
|
#editable-post-name input {width: 16em;}
|
2008-03-19 17:16:16 +01:00
|
|
|
|
2008-01-17 17:51:32 +01:00
|
|
|
#edit-slug-buttons a.save {
|
2008-03-19 17:16:16 +01:00
|
|
|
padding: 6px 4px;
|
|
|
|
margin-right: 4px;
|
|
|
|
text-decoration: none;
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
-khtml-border-radius: 3px;
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
font-weight: bold;
|
2008-01-17 17:51:32 +01:00
|
|
|
}
|
2008-01-03 09:03:29 +01:00
|
|
|
|
|
|
|
#poststuff #editor-toolbar {
|
|
|
|
position: relative;
|
|
|
|
height: 30px;
|
2008-03-23 07:41:43 +01:00
|
|
|
margin-top: -41px;
|
2008-01-03 09:03:29 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#poststuff #edButtonPreview, #poststuff #edButtonHTML {
|
|
|
|
display: block;
|
2008-01-31 19:10:46 +01:00
|
|
|
height: 20px;
|
2008-03-23 07:41:43 +01:00
|
|
|
padding: 5px 5px 1px;
|
|
|
|
margin: 5px 8px 0 0;
|
2008-01-03 09:03:29 +01:00
|
|
|
float: right;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
#poststuff #editor-toolbar .active {
|
|
|
|
font-weight: bold;
|
2008-02-25 01:34:26 +01:00
|
|
|
-moz-border-radius-topright: 3px;
|
|
|
|
-khtml-border-top-right-radius: 3px;
|
|
|
|
-webkit-border-top-right-radius: 3px;
|
|
|
|
border-top-right-radius: 3px;
|
|
|
|
-moz-border-radius-topleft: 3px;
|
|
|
|
-khtml-border-top-left-radius: 3px;
|
|
|
|
-webkit-border-top-left-radius: 3px;
|
|
|
|
border-top-left-radius: 3px;
|
2008-01-03 09:03:29 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#poststuff #media-buttons {
|
|
|
|
float: right;
|
|
|
|
margin-right: 20px;
|
2008-03-23 07:41:43 +01:00
|
|
|
margin-top: 8px;
|
2008-03-12 00:04:13 +01:00
|
|
|
cursor: default;
|
2008-03-23 07:41:43 +01:00
|
|
|
line-height: 1;
|
2008-03-12 00:04:13 +01:00
|
|
|
height: 1.1em;
|
2008-01-03 09:03:29 +01:00
|
|
|
}
|
|
|
|
|
2008-02-11 08:44:21 +01:00
|
|
|
#poststuff #media-buttons a {
|
2008-03-12 00:04:13 +01:00
|
|
|
cursor: pointer;
|
|
|
|
padding: 0 5px 2px 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#poststuff #media-buttons img {
|
|
|
|
vertical-align: middle;
|
2008-02-11 08:44:21 +01:00
|
|
|
}
|
|
|
|
|
2008-01-09 08:52:30 +01:00
|
|
|
#poststuff .togbox {
|
2008-03-23 07:41:43 +01:00
|
|
|
background-position: -10px 16px;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
display: block;
|
|
|
|
height: 37px;
|
|
|
|
margin-left: -21px;
|
|
|
|
margin-top: -10px;
|
|
|
|
overflow: hidden;
|
|
|
|
position: absolute;
|
|
|
|
text-indent: -9999px;
|
|
|
|
width: 12px;
|
2008-02-25 01:34:26 +01:00
|
|
|
-moz-border-radius-topleft: 3px;
|
|
|
|
-khtml-border-top-left-radius: 3px;
|
|
|
|
-webkit-border-top-left-radius: 3px;
|
|
|
|
border-top-left-radius: 3px;
|
2008-01-09 08:52:30 +01:00
|
|
|
-moz-border-radius-bottomleft: 3px;
|
2008-02-19 21:31:14 +01:00
|
|
|
-khtml-border-bottom-left-radius: 3px;
|
2008-02-19 01:47:58 +01:00
|
|
|
-webkit-border-bottom-left-radius: 3px;
|
2008-02-19 21:31:14 +01:00
|
|
|
border-bottom-left-radius: 3px;
|
2008-01-09 08:52:30 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#poststuff .closed .inside {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#poststuff .closed h3 {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#poststuff .closed .togbox {
|
2008-03-23 07:41:43 +01:00
|
|
|
background-position: 4px 15px;
|
2008-01-09 13:12:35 +01:00
|
|
|
}
|
2008-01-10 10:39:35 +01:00
|
|
|
|
2008-02-18 20:38:01 +01:00
|
|
|
.submitbox {
|
2008-03-07 11:05:54 +01:00
|
|
|
width: 220px;
|
2008-02-29 09:08:17 +01:00
|
|
|
float: right;
|
2008-01-14 02:14:57 +01:00
|
|
|
}
|
|
|
|
|
2008-03-19 17:16:16 +01:00
|
|
|
.submitbox .inside strong {
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
2008-03-07 11:05:54 +01:00
|
|
|
.submitbox .submitdelete {
|
|
|
|
border-bottom-width: 1px;
|
|
|
|
border-bottom-style: solid;
|
|
|
|
text-decoration: none;
|
|
|
|
margin-left: 8px;
|
|
|
|
padding-bottom: 1px;
|
|
|
|
}
|
|
|
|
|
2008-02-22 07:46:15 +01:00
|
|
|
|
2008-02-18 20:38:01 +01:00
|
|
|
.submitbox #previewview {
|
2008-01-14 08:21:25 +01:00
|
|
|
padding: 15px 10px;
|
2008-02-22 07:46:15 +01:00
|
|
|
-moz-border-radius-topleft: 3px;
|
|
|
|
-khtml-border-top-left-radius: 3px;
|
|
|
|
-webkit-border-top-left-radius: 3px;
|
|
|
|
border-top-left-radius: 3px;
|
2008-02-25 23:10:04 +01:00
|
|
|
-moz-border-radius-topright: 3px;
|
2008-02-22 07:46:15 +01:00
|
|
|
-khtml-border-top-right-radius: 3px;
|
|
|
|
-webkit-border-top-right-radius: 3px;
|
|
|
|
border-top-right-radius: 3px;
|
2008-01-14 08:21:25 +01:00
|
|
|
}
|
|
|
|
|
2008-02-18 20:38:01 +01:00
|
|
|
.submitbox #previewview a {
|
2008-01-14 08:21:25 +01:00
|
|
|
padding: 6px;
|
2008-03-07 11:05:54 +01:00
|
|
|
text-decoration: none;
|
2008-01-14 08:21:25 +01:00
|
|
|
font-weight: normal;
|
|
|
|
border-bottom: none;
|
|
|
|
font-size: 14px;
|
2008-02-25 01:34:26 +01:00
|
|
|
-moz-border-radius: 3px;
|
|
|
|
-khtml-border-radius: 3px;
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
2008-02-19 08:09:31 +01:00
|
|
|
}
|
2008-01-14 08:21:25 +01:00
|
|
|
|
2008-02-18 20:38:01 +01:00
|
|
|
.submitbox .submit {
|
2008-01-14 02:14:57 +01:00
|
|
|
text-align: left;
|
2008-02-22 07:46:15 +01:00
|
|
|
padding: 12px 10px 10px 10px;
|
|
|
|
font-size: 11px;
|
|
|
|
}
|
|
|
|
|
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-03-10 06:37:13 +01:00
|
|
|
margin-right: 3px;
|
2008-02-22 07:46:15 +01:00
|
|
|
padding: 6px 4px;
|
2008-03-10 06:37:13 +01:00
|
|
|
border: none;
|
2008-02-22 07:46:15 +01:00
|
|
|
}
|
|
|
|
|
2008-03-18 01:09:31 +01:00
|
|
|
.submitbox #autosave .error {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
2008-01-10 10:39:35 +01:00
|
|
|
/* Categories */
|
|
|
|
|
|
|
|
#categorydiv #category-adder {
|
|
|
|
margin-left: 120px;
|
|
|
|
padding: 4px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#category-add input, #category-add select {
|
|
|
|
width: 30%;
|
|
|
|
}
|
|
|
|
|
2008-01-10 23:42:49 +01:00
|
|
|
#category-add input#category-add-sumbit {
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
2008-01-10 10:39:35 +01:00
|
|
|
#categorydiv ul#category-tabs {
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul#category-tabs li {
|
|
|
|
padding: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul#category-tabs li.ui-tabs-selected {
|
2008-02-25 01:34:26 +01:00
|
|
|
-moz-border-radius-topleft: 3px;
|
|
|
|
-khtml-border-top-left-radius: 3px;
|
|
|
|
-webkit-border-top-left-radius: 3px;
|
|
|
|
border-top-left-radius: 3px;
|
|
|
|
-moz-border-radius-bottomleft: 3px;
|
|
|
|
-khtml-border-bottom-left-radius: 3px;
|
|
|
|
-webkit-border-bottom-left-radius: 3px;
|
|
|
|
border-bottom-left-radius: 3px;
|
2008-01-10 10:39:35 +01:00
|
|
|
}
|
|
|
|
|
2008-03-06 21:44:29 +01:00
|
|
|
ul#category-tabs li.ui-tabs-selected a {
|
|
|
|
color: #333;
|
|
|
|
font-weight: bold;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2008-01-10 10:39:35 +01:00
|
|
|
div.ui-tabs-panel {
|
2008-03-23 07:41:43 +01:00
|
|
|
margin: 0 5px 0 120px;
|
2008-01-10 10:39:35 +01:00
|
|
|
padding: .5em .9em;
|
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
|
|
|
}
|
|
|
|
|
|
|
|
#categorydiv ul {
|
|
|
|
list-style: none;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#categorydiv ul.categorychecklist ul {
|
|
|
|
margin-left: 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.categorychecklist li {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2008-03-19 17:16:16 +01:00
|
|
|
line-height: 19px;
|
2008-01-10 10:39:35 +01:00
|
|
|
}
|
|
|
|
|
2008-02-02 21:31:56 +01:00
|
|
|
#linkcategorydiv #category-adder {
|
|
|
|
margin-left: 120px;
|
|
|
|
padding: 4px 0;
|
|
|
|
}
|
|
|
|
|
2008-03-06 21:44:29 +01:00
|
|
|
#category-adder h4 {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2008-02-02 21:31:56 +01:00
|
|
|
#linkcategorydiv ul#category-tabs {
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
#linkcategorydiv ul {
|
|
|
|
list-style: none;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#linkcategorydiv ul.categorychecklist ul {
|
|
|
|
margin-left: 18px;
|
|
|
|
}
|
|
|
|
|
2008-02-05 08:45:40 +01:00
|
|
|
/* pasitioning etc. */
|
|
|
|
form#tags-filter {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
p#tag-search {
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
top: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2008-02-05 22:27:10 +01:00
|
|
|
form#posts-filter {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
p#post-search {
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
top: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2008-03-19 17:16:16 +01:00
|
|
|
#post-search .button, #widget-search .button {
|
2008-03-23 07:41:43 +01:00
|
|
|
padding: 3px;
|
2008-03-19 17:16:16 +01:00
|
|
|
font-size: 13px;
|
|
|
|
}
|
|
|
|
|
2008-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-01-10 10:39:35 +01:00
|
|
|
/* Global classes */
|
|
|
|
.wp-hidden-children .wp-hidden-child { display: none; }
|
2008-01-10 23:42:49 +01:00
|
|
|
.wp-no-js-hidden { display: none; }
|
2008-01-10 10:39:35 +01:00
|
|
|
.ui-tabs-hide { display: none; }
|
2008-02-16 03:39:13 +01:00
|
|
|
|
|
|
|
.commentlist .avatar {
|
|
|
|
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-02-24 03:04:11 +01:00
|
|
|
body.minwidth {
|
2008-03-01 00:27:02 +01:00
|
|
|
min-width: 808px;
|
2008-02-24 03:04:11 +01:00
|
|
|
}
|
2008-02-24 20:41:04 +01:00
|
|
|
|
|
|
|
ul.view-switch {
|
|
|
|
float: right;
|
|
|
|
list-style: none;
|
2008-03-19 17:16:16 +01:00
|
|
|
margin: -23px 5px -2px 0;
|
2008-03-10 06:42:08 +01:00
|
|
|
position: relative;
|
2008-02-24 20:41:04 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
ul.view-switch li {
|
|
|
|
float: left;
|
|
|
|
margin: 0;
|
2008-03-19 17:16:16 +01:00
|
|
|
font-size: 11px;
|
|
|
|
padding: 4px 6px;
|
|
|
|
font-weight: bold;
|
2008-02-24 20:41:04 +01:00
|
|
|
}
|
|
|
|
|
2008-03-06 21:44:29 +01:00
|
|
|
ul.view-switch a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2008-02-24 20:41:04 +01:00
|
|
|
ul.view-switch li.current {
|
|
|
|
border: none;
|
|
|
|
-moz-border-radius-topleft: 3px;
|
|
|
|
-khtml-border-top-left-radius: 3px;
|
|
|
|
-webkit-border-top-left-radius: 3px;
|
|
|
|
border-top-left-radius: 3px;
|
|
|
|
-moz-border-radius-topright: 3px;
|
|
|
|
-khtml-border-top-right-radius: 3px;
|
|
|
|
-webkit-border-top-right-radius: 3px;
|
|
|
|
border-top-right-radius: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#the-comment-list .comment a {
|
|
|
|
padding-bottom: 1px;
|
2008-03-06 10:58:47 +01:00
|
|
|
text-decoration: none;
|
2008-03-07 02:17:21 +01:00
|
|
|
border-bottom-width: 1px;
|
|
|
|
border-bottom-style: solid;
|
2008-02-24 20:41:04 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#the-comment-list td.comment p.comment-author {
|
|
|
|
margin-top: 0;
|
|
|
|
margin-left: 0 ;
|
|
|
|
}
|
|
|
|
|
|
|
|
#the-comment-list p.comment-author img {
|
|
|
|
float: left;
|
|
|
|
margin-right: 8px;
|
|
|
|
}
|
|
|
|
|
2008-02-25 01:28:21 +01:00
|
|
|
#the-comment-list p.comment-author strong a {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
2008-02-24 20:41:04 +01:00
|
|
|
#the-comment-list td {
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
#the-comment-list td.comment {
|
2008-02-28 21:37:48 +01:00
|
|
|
width: 65%;
|
2008-02-29 09:08:17 +01:00
|
|
|
max-width: 460px;
|
|
|
|
word-wrap: break-word;
|
2008-02-24 20:41:04 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#the-comment-list td.comment p {
|
|
|
|
margin-left: 8px;
|
2008-03-10 06:37:13 +01:00
|
|
|
}
|
|
|
|
|
2008-03-24 17:18:30 +01:00
|
|
|
#the-comment-list .check-column {
|
|
|
|
padding-top: 8px;
|
|
|
|
}
|
|
|
|
|
2008-03-10 06:37:13 +01:00
|
|
|
#templateside ul li a {
|
|
|
|
text-decoration: none;
|
2008-03-14 09:17:59 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.curtime {
|
|
|
|
background-image: url(images/date-button.gif);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: left 2px;
|
|
|
|
padding-left: 18px;
|
2008-03-14 09:38:09 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.tablenav .delete {
|
|
|
|
margin-right: 20px;
|
2008-03-14 17:51:39 +01:00
|
|
|
}
|
2008-03-15 17:53:36 +01:00
|
|
|
|
|
|
|
#tTips {
|
|
|
|
display: none;
|
|
|
|
position: absolute;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0 0 8px 0;
|
|
|
|
background-image: url(images/tail.gif);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: 15px bottom;
|
2008-04-14 19:05:24 +02:00
|
|
|
background-color: transparent;
|
2008-03-15 17:53:36 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#tTips p#tTips_inside {
|
|
|
|
margin: 0;
|
|
|
|
padding: 8px 12px;
|
|
|
|
text-align: center;
|
|
|
|
-moz-border-radius: 8px;
|
|
|
|
-khtml-border-radius: 8px;
|
|
|
|
-webkit-border-radius: 8px;
|
|
|
|
border-radius: 8px;
|
2008-03-20 18:50:56 +01:00
|
|
|
}
|
|
|
|
|
2008-03-20 21:07:48 +01:00
|
|
|
td.action-links, th.action-links {
|
2008-03-20 18:50:56 +01:00
|
|
|
text-align: right;
|
2008-03-23 07:41:43 +01:00
|
|
|
}
|
2008-03-23 08:32:58 +01:00
|
|
|
|
|
|
|
#poststuff h3, #poststuff .closed h3 {
|
|
|
|
cursor: pointer;
|
2008-03-26 21:06:18 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.hide-if-no-js {
|
|
|
|
display: none;
|
2008-03-26 23:27:27 +01:00
|
|
|
}
|
2008-04-19 01:38:21 +02:00
|
|
|
|
|
|
|
/* Diff */
|
|
|
|
|
|
|
|
table.diff {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.diff col.content {
|
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.diff tr {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.diff td, table.diff th {
|
|
|
|
padding: .5em;
|
|
|
|
font-family: monospace;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.diff .diff-deletedline del, table.diff .diff-addedline ins {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2008-04-29 21:17:23 +02:00
|
|
|
|
|
|
|
#wp-word-count {
|
|
|
|
display: block;
|
|
|
|
}
|
2008-05-04 12:37:06 +02:00
|
|
|
|
|
|
|
fieldset {
|
|
|
|
border: 0;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
2008-05-16 00:57:14 +02:00
|
|
|
|
|
|
|
.info-box {
|
2008-05-19 17:41:31 +02:00
|
|
|
top: 100px;
|
2008-05-16 00:57:14 +02:00
|
|
|
left: 50%;
|
2008-05-19 17:41:31 +02:00
|
|
|
margin-left: -225px;
|
2008-05-16 00:57:14 +02:00
|
|
|
height: 300px;
|
2008-05-19 17:41:31 +02:00
|
|
|
width: 450px;
|
2008-05-16 00:57:14 +02:00
|
|
|
border: 5px solid #ddd;
|
|
|
|
background: #f8f8f8;
|
|
|
|
position: absolute;
|
|
|
|
padding: 15px 15px 10px;
|
|
|
|
z-index: 1000;
|
2008-05-19 17:41:31 +02:00
|
|
|
display: none;
|
2008-05-16 00:57:14 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.info-box .submit {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 15px;
|
2008-05-19 17:41:31 +02:00
|
|
|
width: 450px;
|
|
|
|
padding: 15px 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.info-box .gears-img {
|
|
|
|
float: right;
|
|
|
|
margin: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.info-box-title {
|
|
|
|
line-height: 2;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0 7px;
|
2008-05-16 00:57:14 +02:00
|
|
|
}
|
2008-06-10 06:40:21 +02:00
|
|
|
|
|
|
|
#wp_editbtns {
|
|
|
|
padding: 2px;
|
|
|
|
position: absolute;
|
|
|
|
display: none;
|
|
|
|
z-index: 999998;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wp_editimgbtn, #wp_delimgbtn {
|
|
|
|
margin: 2px;
|
|
|
|
padding: 2px;
|
|
|
|
border: 1px solid #999;
|
|
|
|
background-color: #eee;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
-khtml-border-radius: 3px;
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wp_editimgbtn:hover, #wp_delimgbtn:hover {
|
|
|
|
border-color: #555;
|
|
|
|
background-color: #ccc;
|
|
|
|
}
|