2003-12-27 21:55:03 +01:00
|
|
|
* html #poststuff {
|
|
|
|
height: 100%; /* kill peekaboo bug in IE */
|
|
|
|
}
|
2005-12-23 03:52:11 +01:00
|
|
|
|
|
|
|
/* This is the Holly Hack \*/
|
|
|
|
* html .wrap { height: 1% }
|
|
|
|
/* For Win IE's eyes only */
|
|
|
|
|
2005-12-09 20:24:14 +01:00
|
|
|
body {
|
|
|
|
border: none;
|
|
|
|
}
|
2003-08-15 17:12:25 +02:00
|
|
|
a {
|
2003-12-05 10:41:27 +01:00
|
|
|
border-bottom: 1px solid #69c;
|
2003-08-15 17:12:25 +02:00
|
|
|
color: #00019b;
|
2003-12-05 10:41:27 +01:00
|
|
|
text-decoration: none;
|
2003-08-15 17:12:25 +02:00
|
|
|
}
|
|
|
|
|
2003-12-27 21:55:03 +01:00
|
|
|
a.delete:hover {
|
|
|
|
background: #c00;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
2005-02-02 11:36:59 +01:00
|
|
|
#planetnews ul {
|
|
|
|
list-style: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#planetnews li {
|
2005-02-02 11:39:50 +01:00
|
|
|
width: 17%;
|
|
|
|
margin: 1%;
|
2005-02-02 11:36:59 +01:00
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#planetnews li a {
|
|
|
|
display: block;
|
|
|
|
padding: .5em;
|
|
|
|
background: #ddd;
|
|
|
|
height: 6em;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
2006-05-10 22:35:10 +02:00
|
|
|
.widefat {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.widefat td, .widefat th {
|
|
|
|
padding: 5px 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.import-system {
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
2006-06-08 20:36:05 +02:00
|
|
|
thead, .thead {
|
2006-05-10 22:35:10 +02:00
|
|
|
background: #dfdfdf
|
|
|
|
}
|
|
|
|
|
|
|
|
#import-upload-form {
|
|
|
|
width: 300px;
|
|
|
|
margin: auto;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2003-12-27 21:55:03 +01:00
|
|
|
a.edit, a.delete, a.edit:hover, a.delete:hover {
|
|
|
|
border-bottom: none;
|
|
|
|
display: block;
|
|
|
|
padding: 5px 0;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.edit:hover {
|
|
|
|
background: #ccc;
|
|
|
|
color: #036;
|
|
|
|
}
|
|
|
|
|
2003-08-15 17:12:25 +02:00
|
|
|
a:visited {
|
|
|
|
color: #006;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover {
|
2005-11-08 20:17:08 +01:00
|
|
|
/* border-bottom: 1px solid #3a75ae;*/
|
2003-08-15 17:12:25 +02:00
|
|
|
color: #069;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
2005-11-06 01:37:51 +01:00
|
|
|
background: #f9fcfe;
|
2003-10-13 17:47:31 +02:00
|
|
|
color: #000;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2003-08-15 17:12:25 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
body, td {
|
2005-06-14 09:31:36 +02:00
|
|
|
font: 13px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana;
|
2003-08-15 17:12:25 +02:00
|
|
|
}
|
|
|
|
|
2003-12-05 10:41:27 +01:00
|
|
|
fieldset {
|
2005-06-14 09:31:36 +02:00
|
|
|
border: none;
|
2004-12-21 23:09:07 +01:00
|
|
|
padding: 3px;
|
2003-12-05 10:41:27 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
fieldset label.selectit {
|
|
|
|
display: block;
|
|
|
|
font-size: 11px;
|
|
|
|
padding: 0 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
fieldset label.selectit:hover {
|
2005-11-06 02:57:59 +01:00
|
|
|
background: #e9e9e9;
|
2003-12-05 10:41:27 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
fieldset legend {
|
2004-04-28 02:27:38 +02:00
|
|
|
padding: .1em .3em;
|
2003-12-05 10:41:27 +01:00
|
|
|
}
|
|
|
|
|
2004-04-28 21:49:27 +02:00
|
|
|
fieldset.options {
|
|
|
|
padding: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
fieldset.options legend {
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
2003-12-05 10:41:27 +01:00
|
|
|
form, label input {
|
2003-08-15 17:12:25 +02:00
|
|
|
margin: 0;
|
2003-10-13 17:47:31 +02:00
|
|
|
padding: 0;
|
2003-08-15 17:12:25 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
h2 {
|
2005-08-07 10:14:41 +02:00
|
|
|
border-bottom: .5em solid #f0f8ff;
|
2003-08-15 17:12:25 +02:00
|
|
|
color: #333;
|
2005-08-07 10:14:41 +02:00
|
|
|
font: normal 30px/5px serif;
|
2003-10-13 17:47:31 +02:00
|
|
|
margin: 5px 10px;
|
2003-08-15 17:12:25 +02:00
|
|
|
}
|
|
|
|
|
2005-09-23 02:44:26 +02:00
|
|
|
h2 small.quickjump {
|
|
|
|
display: block;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
h2 small.quickjump a {
|
|
|
|
text-decoration: none;
|
|
|
|
border-bottom: 0;
|
|
|
|
font-size: 15px;
|
|
|
|
background: #f0f8ff;
|
|
|
|
padding: 5px 10px;
|
|
|
|
}
|
|
|
|
|
2005-01-06 10:52:11 +01:00
|
|
|
img, #footer a {
|
2004-07-23 09:50:21 +02:00
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
2004-02-11 14:01:36 +01:00
|
|
|
input:focus, textarea:focus, label:focus {
|
|
|
|
background: #fff;
|
2004-07-21 03:59:09 +02:00
|
|
|
border: 1px solid #686868;
|
2004-02-11 14:01:36 +01:00
|
|
|
}
|
|
|
|
|
2003-08-15 17:12:25 +02:00
|
|
|
label {
|
2003-11-30 23:13:53 +01:00
|
|
|
cursor: pointer;
|
2003-08-15 17:12:25 +02:00
|
|
|
}
|
|
|
|
|
2003-12-23 21:51:40 +01:00
|
|
|
li, dd {
|
2003-08-15 17:12:25 +02:00
|
|
|
margin-bottom: 6px;
|
|
|
|
}
|
|
|
|
|
2004-07-21 03:59:09 +02:00
|
|
|
p, li, dl, dd, dt {
|
2003-08-15 17:12:25 +02:00
|
|
|
line-height: 130%;
|
|
|
|
}
|
|
|
|
|
2005-10-01 00:42:26 +02:00
|
|
|
textarea, input, select {
|
2003-12-27 21:55:03 +01:00
|
|
|
background: #f4f4f4;
|
2004-02-11 14:01:36 +01:00
|
|
|
border: 1px solid #b2b2b2;
|
2004-02-09 09:55:29 +01:00
|
|
|
color: #000;
|
2005-06-14 09:31:36 +02:00
|
|
|
font: 13px Verdana, Arial, Helvetica, sans-serif;
|
2003-08-15 17:12:25 +02:00
|
|
|
margin: 1px;
|
2004-02-11 14:01:36 +01:00
|
|
|
padding: 3px;
|
2003-08-15 17:12:25 +02:00
|
|
|
}
|
|
|
|
|
2005-11-06 04:40:43 +01:00
|
|
|
#uploading {
|
2005-10-01 00:42:26 +02:00
|
|
|
border-style: none;
|
2005-09-27 01:55:36 +02:00
|
|
|
padding: 0px;
|
2005-10-01 00:42:26 +02:00
|
|
|
margin-bottom: 16px;
|
2005-11-17 10:55:53 +01:00
|
|
|
height: 15em;
|
2005-10-01 00:42:26 +02:00
|
|
|
width: 100%;
|
2005-12-14 09:29:43 +01:00
|
|
|
/* overflow-y: hidden;*/
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
form#upload #post_content {
|
|
|
|
height: 50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.attpreview {
|
|
|
|
width: 1px; /* hug */
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2005-03-28 04:34:16 +02:00
|
|
|
.alignleft {
|
|
|
|
float: left
|
|
|
|
}
|
|
|
|
|
|
|
|
.alignright {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
2003-08-15 17:12:25 +02:00
|
|
|
.alternate {
|
2005-08-07 10:58:10 +02:00
|
|
|
background: #f1f1f1;
|
2003-08-15 17:12:25 +02:00
|
|
|
}
|
|
|
|
|
2003-10-14 02:54:09 +02:00
|
|
|
.anchors {
|
|
|
|
margin: 10px 20px 10px 20px;
|
|
|
|
}
|
|
|
|
|
2005-08-07 12:11:30 +02:00
|
|
|
.available-theme {
|
2005-09-06 01:33:10 +02:00
|
|
|
width: 30%;
|
|
|
|
margin: 0 1em;
|
2005-08-07 12:11:30 +02:00
|
|
|
float: left;
|
|
|
|
text-align: center;
|
2005-09-06 01:33:10 +02:00
|
|
|
height: 28em;
|
|
|
|
overflow: hidden;
|
2005-08-07 12:11:30 +02:00
|
|
|
}
|
|
|
|
|
2005-09-06 01:33:10 +02:00
|
|
|
.available-theme a.screenshot {
|
2005-08-07 12:11:30 +02:00
|
|
|
width: 250px;
|
2005-09-06 01:33:10 +02:00
|
|
|
height: 200px;
|
2005-11-17 11:23:35 +01:00
|
|
|
display: block;
|
2005-08-07 12:11:30 +02:00
|
|
|
margin: auto;
|
|
|
|
background: #f1f1f1;
|
|
|
|
border: 1px solid #ccc;
|
2005-09-06 01:33:10 +02:00
|
|
|
margin-bottom: 10px;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.available-theme a.screenshot:hover {
|
2005-11-08 20:17:08 +01:00
|
|
|
/* border: 1px solid #666;*/
|
2005-08-07 12:11:30 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.available-theme img {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2003-08-15 17:12:25 +02:00
|
|
|
.checkbox {
|
2003-08-15 18:23:04 +02:00
|
|
|
background: #fff;
|
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
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
|
padding: 1em 1em .2em;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.commentlist p {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0 0 .8em;
|
2004-07-21 09:44:27 +02:00
|
|
|
}
|
|
|
|
|
2005-11-14 11:19:22 +01:00
|
|
|
.clear {
|
|
|
|
clear: both;
|
|
|
|
height: 2px;
|
|
|
|
}
|
|
|
|
|
2004-12-09 05:12:20 +01:00
|
|
|
.hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2005-03-28 04:34:16 +02:00
|
|
|
.navigation {
|
|
|
|
display: block;
|
|
|
|
text-align: center;
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-bottom: 30px;
|
|
|
|
}
|
|
|
|
|
2003-12-08 02:40:02 +01:00
|
|
|
.post-categories {
|
|
|
|
display: inline;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2003-12-27 21:55:03 +01:00
|
|
|
.post-categories li, #ed_toolbar {
|
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
|
|
|
background: #ccc;
|
2003-08-15 17:12:25 +02:00
|
|
|
color: #000;
|
2003-08-15 18:23:04 +02:00
|
|
|
font: 12px Georgia, "Times New Roman", Times, serif;
|
2003-08-15 17:12:25 +02:00
|
|
|
}
|
|
|
|
|
2004-12-13 17:42:22 +01:00
|
|
|
.submit input, .submit input:focus, .button {
|
2005-08-27 21:10:56 +02:00
|
|
|
background: url( images/fade-butt.png );
|
2004-05-08 03:15:03 +02:00
|
|
|
border: 3px double #999;
|
|
|
|
border-left-color: #ccc;
|
|
|
|
border-top-color: #ccc;
|
|
|
|
color: #333;
|
|
|
|
padding: 0.25em;
|
|
|
|
}
|
|
|
|
|
2004-12-13 17:42:22 +01:00
|
|
|
.submit input:active, .button:active {
|
2004-05-08 03:15:03 +02:00
|
|
|
background: #f4f4f4;
|
|
|
|
border: 3px double #ccc;
|
|
|
|
border-left-color: #999;
|
|
|
|
border-top-color: #999;
|
|
|
|
}
|
|
|
|
|
2005-06-14 09:31:36 +02:00
|
|
|
.submit, .editform th, #postcustomsubmit {
|
2004-04-15 10:28:53 +02:00
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2006-01-10 06:16:17 +01:00
|
|
|
.optiontable {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.optiontable td, .optiontable th {
|
|
|
|
padding: .5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.optiontable th {
|
|
|
|
width: 33%;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2003-11-12 16:22:47 +01:00
|
|
|
.unapproved {
|
|
|
|
color: #888;
|
|
|
|
}
|
|
|
|
|
|
|
|
.unapproved a:link {
|
2003-12-05 10:41:27 +01:00
|
|
|
color: #b9bcff;
|
2003-11-12 16:22:47 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.unapproved a:visited {
|
2003-12-05 10:41:27 +01:00
|
|
|
color: #696dff;
|
2003-11-12 16:22:47 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.unapproved a:hover {
|
2003-12-05 10:41:27 +01:00
|
|
|
color: #009ef0;
|
|
|
|
}
|
|
|
|
|
2006-03-29 03:51:55 +02:00
|
|
|
.approve {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.unapproved .approve {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.unapproved .unapprove {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2006-05-18 08:49:22 +02:00
|
|
|
.updated, .confirm {
|
2005-11-06 01:37:51 +01:00
|
|
|
background: #CFEBF7 url(images/notice.gif) no-repeat 1em ;
|
|
|
|
border: 1px solid #2580B2;
|
2004-05-14 08:10:19 +02:00
|
|
|
margin: 1em 5% 10px;
|
2005-11-06 01:37:51 +01:00
|
|
|
padding: 0 1em 0 3em;
|
2004-04-28 21:49:27 +02:00
|
|
|
}
|
|
|
|
|
2005-07-12 17:53:13 +02:00
|
|
|
.error {
|
|
|
|
background: #FFEFF7;
|
|
|
|
border: 1px solid #c69;
|
|
|
|
margin: 1em 5% 10px;
|
|
|
|
padding: 0 1em 0 1em;
|
|
|
|
}
|
|
|
|
|
2003-12-05 10:41:27 +01:00
|
|
|
.wrap {
|
2004-07-21 03:59:09 +02:00
|
|
|
background: #fff;
|
2003-12-05 10:41:27 +01:00
|
|
|
border: 1px solid #ccc;
|
2004-12-07 21:44:28 +01:00
|
|
|
clear: both;
|
2003-12-05 10:41:27 +01:00
|
|
|
margin: 15px 5%;
|
2004-04-24 21:32:31 +02:00
|
|
|
padding: .5em 1em;
|
2003-12-05 10:41:27 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.wrap h2 {
|
2005-08-07 10:58:10 +02:00
|
|
|
margin: .8em 0 .5em;
|
2005-08-07 12:11:30 +02:00
|
|
|
clear: both;
|
2003-11-12 16:22:47 +01:00
|
|
|
}
|
|
|
|
|
2006-05-10 22:35:10 +02:00
|
|
|
table .vers {
|
2005-08-07 12:45:06 +02:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2004-04-28 21:49:27 +02:00
|
|
|
#adminmenu {
|
2005-08-07 10:14:41 +02:00
|
|
|
background: #6da6d1;
|
|
|
|
border-top: 3px solid #448abd;
|
2004-07-21 03:59:09 +02:00
|
|
|
margin: 0;
|
2005-08-07 10:14:41 +02:00
|
|
|
padding: .2em .2em .2em 2em;
|
2004-04-28 21:49:27 +02:00
|
|
|
}
|
|
|
|
|
2005-09-06 01:33:10 +02:00
|
|
|
#adminmenu .current, #submenu .current {
|
2003-12-27 21:55:03 +01:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2004-04-17 20:44:10 +02:00
|
|
|
#adminmenu a {
|
2005-08-07 10:14:41 +02:00
|
|
|
color: #000;
|
|
|
|
font-size: 14px;
|
2003-10-13 17:47:31 +02:00
|
|
|
font-weight: normal;
|
2003-12-05 10:41:27 +01:00
|
|
|
margin: 0;
|
|
|
|
padding: 3px 5px;
|
2003-08-15 17:12:25 +02:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2004-04-17 20:44:10 +02:00
|
|
|
#adminmenu a:hover, .current {
|
2005-08-07 10:14:41 +02:00
|
|
|
background: #ddeaf4;
|
|
|
|
color: #333;
|
2003-08-15 17:12:25 +02:00
|
|
|
}
|
|
|
|
|
2005-09-06 01:33:10 +02:00
|
|
|
#adminmenu li, #submenu li {
|
2003-10-13 17:47:31 +02:00
|
|
|
display: inline;
|
2004-09-14 13:09:44 +02:00
|
|
|
line-height: 200%;
|
2003-10-23 22:49:44 +02:00
|
|
|
list-style: none;
|
2003-08-15 17:12:25 +02:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2005-09-06 01:33:10 +02:00
|
|
|
#submenu {
|
2005-11-08 20:17:08 +01:00
|
|
|
background: #0d324f;
|
2003-10-13 17:47:31 +02:00
|
|
|
border-bottom: none;
|
2004-07-21 03:59:09 +02:00
|
|
|
margin: 0;
|
2005-08-07 10:14:41 +02:00
|
|
|
padding: 3px 2em 0 3em;
|
2004-04-17 20:44:10 +02:00
|
|
|
}
|
2004-04-28 21:49:27 +02:00
|
|
|
|
2005-09-06 01:33:10 +02:00
|
|
|
#submenu .current {
|
2005-11-06 01:37:51 +01:00
|
|
|
background: #f9fcfe;
|
2005-08-07 10:14:41 +02:00
|
|
|
border-top: 1px solid #045290;
|
|
|
|
border-right: 2px solid #045290;
|
2004-04-28 21:49:27 +02:00
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
|
2005-09-06 01:33:10 +02:00
|
|
|
#submenu a {
|
2004-04-28 21:49:27 +02:00
|
|
|
border: none;
|
|
|
|
color: #fff;
|
2004-04-17 20:44:10 +02:00
|
|
|
font-size: 12px;
|
2005-04-14 01:41:13 +02:00
|
|
|
padding: .3em .4em .33em;
|
2003-08-15 17:12:25 +02:00
|
|
|
}
|
|
|
|
|
2005-09-06 01:33:10 +02:00
|
|
|
#submenu a:hover {
|
2005-08-07 10:14:41 +02:00
|
|
|
background: #ddeaf4;
|
2004-09-14 13:09:44 +02:00
|
|
|
color: #393939;
|
2004-04-28 21:49:27 +02:00
|
|
|
}
|
|
|
|
|
2005-09-06 01:33:10 +02:00
|
|
|
#submenu li {
|
2004-09-14 13:09:44 +02:00
|
|
|
line-height: 170%;
|
2004-04-28 21:49:27 +02:00
|
|
|
}
|
|
|
|
|
2004-02-02 09:21:17 +01:00
|
|
|
|
2003-12-05 10:41:27 +01:00
|
|
|
#categorydiv input, #poststatusdiv input, #commentstatusdiv input, #pingstatusdiv input {
|
|
|
|
border: none;
|
2003-12-05 02:44:42 +01:00
|
|
|
}
|
|
|
|
|
2005-12-13 20:19:56 +01:00
|
|
|
#titlediv, #guiddiv {
|
2005-11-08 20:17:08 +01:00
|
|
|
margin: 0 8px 0 0;
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#postdiv {
|
|
|
|
margin: 0 8px 0 0;
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#postdivrich {
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#content {
|
|
|
|
margin: 0 0 0 0;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2005-12-13 20:19:56 +01:00
|
|
|
#titlediv input, #guiddiv input {
|
2005-11-08 20:17:08 +01:00
|
|
|
margin: 0px;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#quicktags {
|
|
|
|
margin-left: -1px;
|
2004-05-08 03:15:03 +02:00
|
|
|
}
|
|
|
|
|
2005-08-07 12:11:30 +02:00
|
|
|
#currenttheme img {
|
|
|
|
float: left;
|
|
|
|
border: 1px solid #666;
|
|
|
|
margin-right: 1em;
|
|
|
|
margin-bottom: 1.5em;
|
2005-08-08 03:13:22 +02:00
|
|
|
width: 300px;
|
2005-08-07 12:11:30 +02:00
|
|
|
}
|
|
|
|
|
2006-04-19 10:02:16 +02:00
|
|
|
#deletepost:hover, #deletecomment:hover {
|
2004-12-13 17:42:22 +01:00
|
|
|
background: #ce0000;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
2006-02-27 05:57:30 +01:00
|
|
|
#deletebookmarks:hover {
|
|
|
|
background: #ce0000;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
2005-06-14 09:31:36 +02:00
|
|
|
#quicktags #ed_strong {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
#quicktags #ed_link {
|
|
|
|
color: blue;
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2005-07-23 08:22:48 +02:00
|
|
|
#title {
|
|
|
|
font-size: 1.5em;
|
|
|
|
}
|
|
|
|
|
2005-12-13 20:19:56 +01:00
|
|
|
#postexcerpt div, #attachmentlinks div {
|
2005-11-08 20:17:08 +01:00
|
|
|
margin-right: 8px;
|
|
|
|
}
|
|
|
|
|
2005-12-13 20:19:56 +01:00
|
|
|
#attachmentlinks textarea {
|
|
|
|
width: 100%;
|
|
|
|
height: 2.5em;
|
|
|
|
margin-bottom: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
* html #postexcerpt .dbx-toggle-open, * html #postexcerpt .dbx-toggle-open {
|
2005-12-02 23:41:11 +01:00
|
|
|
padding-right: 8px;
|
|
|
|
}
|
|
|
|
|
2005-12-13 20:19:56 +01:00
|
|
|
#excerpt, .attachmentlinks {
|
2005-11-08 20:17:08 +01:00
|
|
|
margin: 0px;
|
2005-09-06 08:45:31 +02:00
|
|
|
height: 4em;
|
2005-11-08 20:17:08 +01:00
|
|
|
width: 100%;
|
2003-08-15 18:23:04 +02:00
|
|
|
}
|
2003-08-15 17:12:25 +02:00
|
|
|
|
2004-04-24 21:46:11 +02:00
|
|
|
#footer {
|
2005-11-14 11:19:22 +01:00
|
|
|
clear: both;
|
2004-04-24 21:46:11 +02:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2003-08-15 17:12:25 +02:00
|
|
|
#login {
|
2006-08-05 06:00:21 +02:00
|
|
|
position: relative;
|
2006-08-10 10:43:58 +02:00
|
|
|
background: url('images/login-bkg-tile.gif') no-repeat top center #fbfbfb;
|
2006-08-05 06:00:21 +02:00
|
|
|
color: #fff;
|
2006-08-10 10:43:58 +02:00
|
|
|
/* height: 430px; */
|
2004-10-04 08:23:53 +02:00
|
|
|
margin: 5em auto;
|
2006-08-05 06:00:21 +02:00
|
|
|
padding: 45px 50px 0;
|
2006-08-10 10:43:58 +02:00
|
|
|
width: 325px;
|
2004-10-04 08:23:53 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#login #login_error {
|
2006-08-05 06:00:21 +02:00
|
|
|
background: #0e3350;
|
|
|
|
border: 1px solid #2571ab;
|
|
|
|
color: #ebcd4e;
|
|
|
|
font-size: 11px;
|
2004-12-21 23:09:07 +01:00
|
|
|
font-weight: bold;
|
2006-08-05 06:00:21 +02:00
|
|
|
padding: .6em;
|
2004-10-04 08:23:53 +02:00
|
|
|
text-align: center;
|
|
|
|
}
|
2004-12-21 23:09:07 +01:00
|
|
|
|
2006-08-05 06:00:21 +02:00
|
|
|
#login #send {
|
|
|
|
color: #fff;
|
|
|
|
text-align: left;
|
|
|
|
font-weight: normal;
|
|
|
|
font-size: 1.1em;
|
|
|
|
}
|
|
|
|
|
2004-10-04 08:23:53 +02:00
|
|
|
#login h1 {
|
2006-08-05 06:00:21 +02:00
|
|
|
margin: 0 auto;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
left: 137px;
|
|
|
|
height: 75px;
|
|
|
|
width: 75px;
|
2004-10-04 08:23:53 +02:00
|
|
|
}
|
2004-12-21 23:09:07 +01:00
|
|
|
|
2004-10-04 08:23:53 +02:00
|
|
|
#login h1 a {
|
|
|
|
display: block;
|
2006-08-10 10:43:58 +02:00
|
|
|
text-indent: -9999px;
|
2005-11-17 01:51:34 +01:00
|
|
|
border-bottom: none;
|
2003-08-15 17:12:25 +02:00
|
|
|
}
|
|
|
|
|
2004-12-21 23:09:07 +01:00
|
|
|
#login input {
|
2006-08-05 06:00:21 +02:00
|
|
|
padding: 4px;
|
2004-12-21 23:09:07 +01:00
|
|
|
}
|
|
|
|
|
2004-10-04 08:23:53 +02:00
|
|
|
#login ul {
|
2006-08-10 10:43:58 +02:00
|
|
|
background: url('images/login-bkg-bottom.gif') no-repeat bottom center;
|
2004-10-04 08:23:53 +02:00
|
|
|
list-style: none;
|
2006-08-10 10:43:58 +02:00
|
|
|
margin: 0 -50px;
|
|
|
|
padding: 0 50px 5px;
|
2004-10-04 08:23:53 +02:00
|
|
|
}
|
2004-12-21 23:09:07 +01:00
|
|
|
|
2006-08-05 06:00:21 +02:00
|
|
|
#login ul:after {
|
|
|
|
content: ".";
|
|
|
|
display: block;
|
|
|
|
height: 0;
|
|
|
|
clear: both;
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
|
2004-10-04 08:23:53 +02:00
|
|
|
#login ul li {
|
2006-08-05 06:00:21 +02:00
|
|
|
float: left;
|
|
|
|
font-size: 11px;
|
2006-08-10 10:43:58 +02:00
|
|
|
padding: 15px 0;
|
2004-12-21 23:09:07 +01:00
|
|
|
text-align: center;
|
2003-08-15 17:12:25 +02:00
|
|
|
}
|
|
|
|
|
2006-08-05 06:00:21 +02:00
|
|
|
#login ul li a {
|
|
|
|
display: block;
|
|
|
|
color: #84c4f0;
|
|
|
|
border: none;
|
|
|
|
padding: 4px 1px 5px;
|
2006-08-10 10:43:58 +02:00
|
|
|
width: 160px;
|
2006-08-05 06:00:21 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#login ul li a:hover {
|
|
|
|
background: #0e3350;
|
|
|
|
border: 1px solid #2571ab;
|
|
|
|
padding: 3px 0 4px;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
#login #log, #pwd, #user_login, #email {
|
2006-08-10 10:43:58 +02:00
|
|
|
font-size: 1.8em;
|
2006-08-05 06:00:21 +02:00
|
|
|
margin-top: 3px;
|
|
|
|
width: 97%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#login p label {
|
|
|
|
font-size: 11px;
|
2005-11-17 01:51:34 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#login #submit {
|
2006-08-05 06:00:21 +02:00
|
|
|
margin: 0;
|
2006-08-10 10:43:58 +02:00
|
|
|
font-size: 1.2em;
|
2005-11-17 01:51:34 +01:00
|
|
|
}
|
2004-04-28 21:49:27 +02:00
|
|
|
|
|
|
|
#postcustom .updatemeta, #postcustom .deletemeta {
|
|
|
|
margin: auto;
|
2003-11-30 23:13:53 +01:00
|
|
|
}
|
|
|
|
|
2004-03-25 06:38:59 +01:00
|
|
|
#postcustom table {
|
|
|
|
border: 1px solid #ccc;
|
2005-11-08 20:17:08 +01:00
|
|
|
margin: 0px;
|
|
|
|
width: 100%;
|
2004-03-25 06:38:59 +01:00
|
|
|
}
|
|
|
|
|
2004-04-28 21:49:27 +02:00
|
|
|
#postcustom table input, #postcustom table textarea {
|
|
|
|
width: 95%;
|
2004-03-25 06:38:59 +01:00
|
|
|
}
|
|
|
|
|
2003-12-05 10:41:27 +01:00
|
|
|
#poststuff {
|
2005-06-14 09:31:36 +02:00
|
|
|
margin-right: 16em;
|
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 {
|
|
|
|
margin-right: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#template, #template div, #editcat, #addcat {
|
|
|
|
zoom: 1;
|
|
|
|
}
|
|
|
|
|
2004-12-21 23:09:07 +01:00
|
|
|
#template textarea {
|
|
|
|
font: small 'Courier New', Courier, monospace;
|
2005-12-09 20:21:39 +01:00
|
|
|
width: 97%;
|
2004-12-21 23:09:07 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#templateside {
|
|
|
|
float: right;
|
|
|
|
width: 170px;
|
|
|
|
}
|
|
|
|
|
2006-04-04 02:16:27 +02:00
|
|
|
#templateside h3, #postcustom p.submit {
|
2004-12-21 23:09:07 +01:00
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#templateside ol, #templateside ul {
|
|
|
|
list-style: none;
|
|
|
|
margin: .5em;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2005-08-07 10:14:41 +02:00
|
|
|
#user_info {
|
|
|
|
position: absolute;
|
|
|
|
right: 1em;
|
|
|
|
top: 0;
|
|
|
|
color: #fff;
|
|
|
|
font-size: .9em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#user_info a {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
2003-08-15 17:12:25 +02:00
|
|
|
#wphead {
|
2005-08-07 10:14:41 +02:00
|
|
|
background: #14568a;
|
|
|
|
padding: .8em 19em .8em 2em;
|
|
|
|
color: #c3def1;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wphead a {
|
|
|
|
color: #fff;
|
2003-08-15 17:12:25 +02:00
|
|
|
}
|
|
|
|
|
2004-04-28 21:49:27 +02:00
|
|
|
#wphead h1 {
|
2004-07-21 03:59:09 +02:00
|
|
|
font-size: 2.5em;
|
|
|
|
font-weight: normal;
|
2004-12-19 01:21:14 +01:00
|
|
|
letter-spacing: -.05em;
|
2004-12-21 23:09:07 +01:00
|
|
|
margin: 0;
|
2005-06-14 09:31:36 +02:00
|
|
|
font-family: Georgia, "Times New Roman", Times, serif
|
2004-04-28 21:49:27 +02:00
|
|
|
}
|
2004-08-17 15:53:06 +02:00
|
|
|
|
2004-09-14 12:17:12 +02:00
|
|
|
#wphead h1 span {
|
|
|
|
font-size: .4em;
|
2004-12-19 09:23:22 +01:00
|
|
|
letter-spacing: 0;
|
2004-10-08 18:33:10 +02:00
|
|
|
}
|
2004-12-21 23:09:07 +01:00
|
|
|
|
|
|
|
#zeitgeist {
|
|
|
|
background: #eee;
|
|
|
|
border: 1px solid #69c;
|
|
|
|
float: right;
|
|
|
|
font-size: 90%;
|
|
|
|
margin-bottom: .5em;
|
|
|
|
margin-left: 1em;
|
|
|
|
margin-top: .5em;
|
|
|
|
padding: 1em;
|
2005-11-14 11:06:52 +01:00
|
|
|
width: 40%;
|
2004-12-21 23:09:07 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#zeitgeist h2, fieldset legend a {
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
|
2005-08-07 12:45:06 +02:00
|
|
|
#zeitgeist h2 {
|
|
|
|
margin-top: .4em;
|
|
|
|
}
|
|
|
|
|
2004-12-21 23:09:07 +01:00
|
|
|
#zeitgeist h3 {
|
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
|
font-size: 16px;
|
2005-02-01 10:52:36 +01:00
|
|
|
margin: 1em 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#zeitgeist h3 cite {
|
|
|
|
font-size: 12px;
|
|
|
|
font-style: normal;
|
2004-12-21 23:09:07 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#zeitgeist li, #zeitgeist p {
|
|
|
|
margin: .2em 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#zeitgeist ul {
|
|
|
|
margin: 0 0 .3em .6em;
|
|
|
|
padding: 0 0 0 .6em;
|
|
|
|
}
|
2005-03-11 17:53:16 +01:00
|
|
|
|
2005-06-14 09:31:36 +02:00
|
|
|
.active td {
|
|
|
|
background: #BEB;
|
|
|
|
}
|
|
|
|
.active .name {
|
|
|
|
background: #9C9;
|
|
|
|
}
|
|
|
|
.alternate.active td {
|
|
|
|
background: #ADA;
|
|
|
|
}
|
|
|
|
.alternate.active .name {
|
|
|
|
background: #8B8;
|
|
|
|
}
|
|
|
|
|
2006-04-19 10:02:16 +02:00
|
|
|
#namediv, #emaildiv, #uridiv {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
2006-04-19 10:51:01 +02:00
|
|
|
#ajax-response {
|
|
|
|
padding: .5em;
|
|
|
|
}
|
|
|
|
|
2005-11-09 09:44:48 +01:00
|
|
|
/* A handy div class for hiding controls.
|
|
|
|
Some browsers will disable them when you
|
|
|
|
set display:none; */
|
|
|
|
.zerosize {
|
|
|
|
height: 0px;
|
|
|
|
width: 0px;
|
|
|
|
margin: 0px;
|
|
|
|
border: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
overflow: hidden;
|
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
|
2005-06-14 09:31:36 +02:00
|
|
|
/* Box stuff */
|
|
|
|
.dbx-clone {
|
|
|
|
position:absolute;
|
|
|
|
visibility:hidden;
|
|
|
|
}
|
|
|
|
.dbx-clone, .dbx-clone .dbx-handle-cursor {
|
|
|
|
cursor:move !important;
|
|
|
|
}
|
|
|
|
.dbx-dummy {
|
|
|
|
display:block;
|
|
|
|
width:0;
|
|
|
|
height:0;
|
|
|
|
overflow:hidden;
|
|
|
|
}
|
|
|
|
.dbx-group, .dbx-box, .dbx-handle {
|
|
|
|
position:relative;
|
|
|
|
display:block;
|
|
|
|
}
|
|
|
|
|
2006-01-17 02:51:26 +01:00
|
|
|
#grabit {
|
|
|
|
width: 188px;
|
|
|
|
}
|
|
|
|
|
2005-12-23 22:08:42 +01:00
|
|
|
* html #themeselect {
|
|
|
|
padding: 0px 3px;
|
|
|
|
height: 22px;
|
|
|
|
}
|
2005-06-14 09:31:36 +02:00
|
|
|
|
|
|
|
/****************************************************************
|
|
|
|
avoid padding, margins or borders on dbx-box,
|
|
|
|
to reduce visual discrepancies between it and the clone.
|
|
|
|
overall, dbx-box is best left as visually unstyled as possible
|
|
|
|
*****************************************************************/
|
|
|
|
.dbx-box {
|
|
|
|
margin:0;
|
|
|
|
padding:0;
|
|
|
|
border:none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Can change this */
|
|
|
|
#moremeta fieldset, #advancedstuff fieldset {
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
|
|
|
#moremeta fieldset div {
|
2005-11-18 10:07:57 +01:00
|
|
|
margin: 2px 0 0 0px;
|
2005-11-28 11:23:45 +01:00
|
|
|
padding: 7px;
|
2005-06-14 09:31:36 +02:00
|
|
|
}
|
|
|
|
#moremeta {
|
|
|
|
line-height: 130%;
|
|
|
|
margin-right: 15px;
|
|
|
|
position: absolute;
|
|
|
|
right: 5%;
|
|
|
|
width: 14.5em;
|
|
|
|
}
|
2006-01-18 20:21:37 +01:00
|
|
|
#moremeta select {
|
|
|
|
width: 96%;
|
|
|
|
}
|
2005-06-14 09:31:36 +02:00
|
|
|
|
2005-12-13 20:19:56 +01:00
|
|
|
#slugdiv input, #passworddiv input, #authordiv select, #thumbdiv input, #parentdiv input {
|
2005-06-14 09:31:36 +02:00
|
|
|
margin-top: .5em;
|
2005-11-06 02:57:59 +01:00
|
|
|
width: 90%;
|
2005-06-14 09:31:36 +02:00
|
|
|
}
|
2005-03-11 17:53:16 +01:00
|
|
|
|
2005-06-14 09:31:36 +02:00
|
|
|
#moremeta h3, #advancedstuff h3 {
|
|
|
|
padding: 3px;
|
|
|
|
font-weight: normal;
|
|
|
|
font-size: 13px;
|
|
|
|
}
|
2005-03-11 17:53:16 +01:00
|
|
|
|
2005-06-14 09:31:36 +02:00
|
|
|
#advancedstuff div {
|
|
|
|
margin-top: .5em;
|
|
|
|
}
|
|
|
|
|
2006-03-29 03:51:55 +02:00
|
|
|
#categorydiv ul {
|
|
|
|
list-style: none;
|
|
|
|
padding: 0;
|
|
|
|
margin-left:10px;
|
|
|
|
}
|
|
|
|
#categorychecklist {
|
2005-07-23 08:22:48 +02:00
|
|
|
height: 12em;
|
|
|
|
overflow: auto;
|
2006-03-29 03:51:55 +02:00
|
|
|
margin-top: 8px;
|
|
|
|
}
|
|
|
|
#categorychecklist li {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2005-07-23 08:22:48 +02:00
|
|
|
}
|
|
|
|
#ajaxcat input {
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
}
|
|
|
|
|
2005-09-06 04:01:33 +02:00
|
|
|
#your-profile fieldset {
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
float: left;
|
|
|
|
width: 40%;
|
|
|
|
padding: .5em 2em;
|
|
|
|
margin: 1em;
|
|
|
|
}
|
|
|
|
|
2005-09-06 08:58:02 +02:00
|
|
|
#your-profile fieldset input {
|
2005-09-06 04:01:33 +02:00
|
|
|
width: 100%;
|
|
|
|
font-size: 20px;
|
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
|
2005-09-06 08:45:31 +02:00
|
|
|
#your-profile fieldset textarea {
|
|
|
|
width: 100%;
|
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
|
2005-09-06 04:01:33 +02:00
|
|
|
#your-profile legend {
|
|
|
|
font-family: Georgia, "Times New Roman", Times, serif;
|
|
|
|
font-size: 22px;
|
|
|
|
}
|
|
|
|
|
2005-06-14 09:31:36 +02:00
|
|
|
/* default box styles */
|
|
|
|
|
|
|
|
/* toggle state of inner content area */
|
|
|
|
.dbx-box-open .dbx-content {
|
2005-11-06 02:57:59 +01:00
|
|
|
display: block;
|
2005-06-14 09:31:36 +02:00
|
|
|
}
|
|
|
|
.dbx-box-closed .dbx-content {
|
2005-11-06 02:57:59 +01:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#moremeta .dbx-content {
|
|
|
|
background: url(images/box-butt.gif) no-repeat bottom right;
|
|
|
|
padding-bottom: 15px;
|
|
|
|
padding-right: 2px;
|
2005-06-14 09:31:36 +02:00
|
|
|
}
|
|
|
|
|
2006-07-04 20:39:53 +02:00
|
|
|
#moremeta fieldset.dbx-box-closed {
|
|
|
|
background: url(images/box-butt.gif) no-repeat bottom;
|
|
|
|
padding-bottom: 9px;
|
|
|
|
}
|
|
|
|
|
2005-06-14 09:31:36 +02:00
|
|
|
/* handles */
|
2005-11-06 02:57:59 +01:00
|
|
|
|
|
|
|
.dbx-handle {
|
|
|
|
background: #2685af;
|
|
|
|
padding: 6px 1em 2px;
|
|
|
|
font-size: 12px;
|
2005-06-14 09:31:36 +02:00
|
|
|
margin: 0;
|
2005-11-06 02:57:59 +01:00
|
|
|
color: #E3EFF5;
|
|
|
|
}
|
|
|
|
|
|
|
|
#moremeta .dbx-handle {
|
|
|
|
padding: 6px 1em 2px;
|
|
|
|
font-size: 12px;
|
2005-12-23 22:08:42 +01:00
|
|
|
background: #2685af url(images/box-head.gif) no-repeat right;
|
2005-11-06 02:57:59 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#moremeta .dbx-box {
|
|
|
|
background: url(images/box-bg.gif) repeat-y right;
|
2005-06-14 09:31:36 +02:00
|
|
|
}
|
|
|
|
|
2006-07-06 08:14:17 +02:00
|
|
|
#advancedstuff h3.dbx-handle {
|
|
|
|
margin-left: 7px;
|
|
|
|
margin-bottom: -7px;
|
|
|
|
padding: 6px 1em 0 3px;
|
|
|
|
background: #2685af url(images/box-head-right.gif) no-repeat top right;
|
|
|
|
}
|
|
|
|
|
|
|
|
#advancedstuff div.dbx-handle-wrapper {
|
|
|
|
margin: 0 0 0 -7px;
|
|
|
|
background: #fff url(images/box-head-left.gif) no-repeat top left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#advancedstuff div.dbx-content {
|
|
|
|
margin-left: 8px;
|
|
|
|
background: url(images/box-bg-right.gif) repeat-y right;
|
|
|
|
padding: 10px 10px 15px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#postexcerpt div.dbx-content {
|
|
|
|
margin-right: 0;
|
|
|
|
padding-right: 17px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#advancedstuff div.dbx-content-wrapper {
|
|
|
|
margin-left: -7px;
|
|
|
|
margin-right: 0;
|
|
|
|
background: url(images/box-bg-left.gif) repeat-y left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#advancedstuff fieldset.dbx-box {
|
|
|
|
padding-bottom: 9px;
|
|
|
|
margin-left: 6px;
|
|
|
|
background: url(images/box-butt-right.gif) no-repeat bottom right;
|
|
|
|
}
|
|
|
|
|
|
|
|
#advancedstuff div.dbx-box-wrapper {
|
|
|
|
background: url(images/box-butt-left.gif) no-repeat bottom left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#advancedstuff .dbx-box-closed div.dbx-content-wrapper {
|
|
|
|
padding-bottom: 2px;
|
|
|
|
background: url(images/box-butt-left.gif) no-repeat bottom left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#advancedstuff .dbx-box {
|
|
|
|
background: url(images/box-butt-right.gif) no-repeat bottom right;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2005-06-14 09:31:36 +02:00
|
|
|
/* handle cursors */
|
|
|
|
.dbx-handle-cursor {
|
2005-11-06 02:57:59 +01:00
|
|
|
cursor: move;
|
2005-06-14 09:31:36 +02:00
|
|
|
}
|
2006-02-12 08:53:23 +01:00
|
|
|
|
2005-06-14 09:31:36 +02:00
|
|
|
/* toggle images */
|
|
|
|
a.dbx-toggle, a.dbx-toggle:visited {
|
|
|
|
display:block;
|
|
|
|
overflow: hidden;
|
2005-11-06 02:57:59 +01:00
|
|
|
background-image: url( images/toggle.gif );
|
2005-06-14 09:31:36 +02:00
|
|
|
position: absolute;
|
2005-11-18 10:07:57 +01:00
|
|
|
top: 0px;
|
|
|
|
right: 0px;
|
2005-11-17 11:23:35 +01:00
|
|
|
background-repeat: no-repeat;
|
2005-11-18 10:07:57 +01:00
|
|
|
border: 0px;
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
2005-06-14 09:31:36 +02:00
|
|
|
}
|
2005-11-18 10:07:57 +01:00
|
|
|
|
|
|
|
#moremeta a.dbx-toggle, #moremeta a.dbx-toggle-open:visited {
|
|
|
|
height: 25px;
|
|
|
|
width: 27px;
|
|
|
|
background-position: 0 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#moremeta a.dbx-toggle-open, #moremeta a.dbx-toggle-open:visited {
|
|
|
|
height: 25px;
|
|
|
|
width: 27px;
|
|
|
|
background-position: 0 -25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#advancedstuff a.dbx-toggle, #advancedstuff a.dbx-toggle-open:visited {
|
|
|
|
height: 22px;
|
|
|
|
width: 22px;
|
2006-07-06 08:14:17 +02:00
|
|
|
top: 3px;
|
|
|
|
right: 5px;
|
2005-11-18 10:07:57 +01:00
|
|
|
background-position: 0 -3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#advancedstuff a.dbx-toggle-open, #advancedstuff a.dbx-toggle-open:visited {
|
|
|
|
height: 22px;
|
|
|
|
width: 22px;
|
2006-07-06 08:14:17 +02:00
|
|
|
top: 3px;
|
|
|
|
right: 5px;
|
2005-11-18 10:07:57 +01:00
|
|
|
background-position: 0 -28px;
|
2005-06-14 09:31:36 +02:00
|
|
|
}
|
2005-11-06 02:57:59 +01:00
|
|
|
|
|
|
|
#categorychecklist {
|
|
|
|
margin-right: 6px;
|
2005-06-14 09:31:36 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* additional clone styles */
|
|
|
|
.dbx-clone {
|
|
|
|
opacity: 0.8;
|
|
|
|
-moz-opacity: 0.8;
|
|
|
|
-khtml-opacity: 0.8;
|
|
|
|
filter: alpha(opacity=80);
|
2005-11-09 09:44:48 +01:00
|
|
|
}
|
2006-01-10 06:16:17 +01:00
|
|
|
|
|
|
|
#newcat { width: 120px; margin-right: 5px; }
|
|
|
|
input#catadd { background: #a4a4a4;
|
|
|
|
border-bottom: 1px solid #898989;
|
|
|
|
border-left: 1px solid #bcbcbc;
|
|
|
|
border-right: 1px solid #898989;
|
|
|
|
border-top: 1px solid #bcbcbc;
|
|
|
|
color: #fff;
|
|
|
|
font-size: 10px;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
font-weight: bold;
|
|
|
|
height: 20px;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
text-align: center;
|
|
|
|
width: 37px; }
|
|
|
|
#howto {
|
|
|
|
font-size: 11px;
|
|
|
|
margin: 0 5px;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
#jaxcat {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2006-03-29 03:51:55 +02:00
|
|
|
}
|
2006-04-04 02:16:27 +02:00
|
|
|
#ajax-response.alignleft {
|
|
|
|
margin-left: 2em;
|
|
|
|
}
|