2003-12-27 21:55:03 +01:00
|
|
|
* html #poststuff {
|
|
|
|
height: 100%; /* kill peekaboo bug in IE */
|
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
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 {
|
2003-12-05 10:41:27 +01:00
|
|
|
border-bottom: 1px solid #3a75ae;
|
2003-08-15 17:12:25 +02:00
|
|
|
color: #069;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
2004-07-21 03:59:09 +02:00
|
|
|
background: #f2f2f2;
|
2003-10-13 17:47:31 +02:00
|
|
|
color: #000;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2003-08-15 17:12:25 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
body, td {
|
2003-08-15 18:23:04 +02:00
|
|
|
font: 10pt Georgia, "Times New Roman", Times, serif;
|
2003-08-15 17:12:25 +02:00
|
|
|
}
|
|
|
|
|
2003-12-05 10:41:27 +01:00
|
|
|
fieldset {
|
2004-02-02 09:21:17 +01:00
|
|
|
border: 1px solid #ddd;
|
2003-12-05 10:41:27 +01:00
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
fieldset label.selectit {
|
|
|
|
background: #f0f0f0;
|
|
|
|
display: block;
|
|
|
|
font-size: 11px;
|
|
|
|
padding: 0 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
fieldset label.selectit:hover {
|
|
|
|
background: #dadada;
|
|
|
|
}
|
|
|
|
|
|
|
|
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 legend a {
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
|
2004-02-09 09:55:29 +01:00
|
|
|
fieldset span.cat-nest {
|
|
|
|
display: block;
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
|
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 {
|
2004-04-22 09:08:48 +02:00
|
|
|
border-bottom: 2px solid #69c;
|
2003-08-15 17:12:25 +02:00
|
|
|
color: #333;
|
2004-04-22 09:08:48 +02:00
|
|
|
font: normal 22px/18px normal;
|
2003-10-13 17:47:31 +02:00
|
|
|
margin: 5px 10px;
|
2003-08-15 17:12:25 +02:00
|
|
|
}
|
|
|
|
|
2004-07-23 09:50:21 +02:00
|
|
|
img {
|
|
|
|
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%;
|
|
|
|
}
|
|
|
|
|
|
|
|
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;
|
2003-08-15 17:12:25 +02:00
|
|
|
font-family: Georgia, "Times New Roman", Times, serif;
|
|
|
|
margin: 1px;
|
2004-02-11 14:01:36 +01:00
|
|
|
padding: 3px;
|
2003-08-15 17:12:25 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.alternate {
|
2003-08-15 18:23:04 +02:00
|
|
|
background: #eee;
|
2003-08-15 17:12:25 +02:00
|
|
|
}
|
|
|
|
|
2003-10-14 02:54:09 +02:00
|
|
|
.anchors {
|
|
|
|
margin: 10px 20px 10px 20px;
|
|
|
|
}
|
|
|
|
|
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 {
|
|
|
|
font-family: "Courier New", Courier, mono;
|
|
|
|
}
|
|
|
|
|
2004-07-21 09:44:27 +02:00
|
|
|
.commentlist li {
|
|
|
|
border-bottom: 1px solid #369;
|
|
|
|
}
|
|
|
|
|
2004-03-25 06:38:59 +01:00
|
|
|
.ed_button {
|
|
|
|
padding: 1px;
|
|
|
|
}
|
|
|
|
|
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-05-08 03:15:03 +02:00
|
|
|
.submit input, .submit input:focus {
|
|
|
|
background: url(../wp-images/fade-butt.png);
|
|
|
|
border: 3px double #999;
|
|
|
|
border-left-color: #ccc;
|
|
|
|
border-top-color: #ccc;
|
|
|
|
color: #333;
|
|
|
|
padding: 0.25em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.submit input:active {
|
|
|
|
background: #f4f4f4;
|
|
|
|
border: 3px double #ccc;
|
|
|
|
border-left-color: #999;
|
|
|
|
border-top-color: #999;
|
|
|
|
}
|
|
|
|
|
2004-04-28 21:49:27 +02:00
|
|
|
.submit, #quicktags, .editform th, #postcustomsubmit {
|
2004-04-15 10:28:53 +02:00
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2004-04-28 21:49:27 +02:00
|
|
|
.updated {
|
|
|
|
background: #f0f8ff;
|
|
|
|
border: 1px solid #69c;
|
2004-05-14 08:10:19 +02:00
|
|
|
margin: 1em 5% 10px;
|
2004-04-28 21:49:27 +02:00
|
|
|
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;
|
|
|
|
margin: 15px 5%;
|
2004-04-24 21:32:31 +02:00
|
|
|
padding: .5em 1em;
|
2003-12-05 10:41:27 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.wrap h2 {
|
|
|
|
margin: 6px 0;
|
2003-11-12 16:22:47 +01:00
|
|
|
}
|
|
|
|
|
2004-04-28 21:49:27 +02:00
|
|
|
#adminmenu {
|
2004-07-21 03:59:09 +02:00
|
|
|
background: #fff;
|
2004-04-28 21:49:27 +02:00
|
|
|
border-bottom: 2px solid #707070;
|
2004-07-21 03:59:09 +02:00
|
|
|
margin: 0;
|
|
|
|
padding: .2em;
|
2004-04-28 21:49:27 +02:00
|
|
|
}
|
|
|
|
|
2004-07-06 21:01:22 +02:00
|
|
|
#adminmenu .current, #adminmenu2 .current, #ed_strong {
|
2003-12-27 21:55:03 +01:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2004-04-17 20:44:10 +02:00
|
|
|
#adminmenu a {
|
2003-08-15 17:12:25 +02:00
|
|
|
border: 1px solid #fff;
|
|
|
|
color: #333;
|
2003-10-13 17:47:31 +02:00
|
|
|
font-size: 16px;
|
|
|
|
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 {
|
2003-12-05 10:41:27 +01:00
|
|
|
background: #eaeaea;
|
|
|
|
border: 1px solid #9d9d9d;
|
|
|
|
color: #171717;
|
2003-08-15 17:12:25 +02:00
|
|
|
}
|
|
|
|
|
2003-10-13 17:47:31 +02:00
|
|
|
#adminmenu li, #adminmenu2 li {
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2003-10-13 17:47:31 +02:00
|
|
|
#adminmenu2 {
|
2004-09-14 13:09:44 +02:00
|
|
|
background: #a3a3a3;
|
2003-10-13 17:47:31 +02:00
|
|
|
border-bottom: none;
|
2004-09-14 13:09:44 +02:00
|
|
|
height: 21px;
|
2004-07-21 03:59:09 +02:00
|
|
|
margin: 0;
|
2004-09-14 13:09:44 +02:00
|
|
|
padding: 0 2em;
|
2004-04-17 20:44:10 +02:00
|
|
|
}
|
2004-04-28 21:49:27 +02:00
|
|
|
|
|
|
|
#adminmenu2 .current {
|
2004-07-21 03:59:09 +02:00
|
|
|
background: #f2f2f2;
|
|
|
|
border-right: 2px solid #4f4f4f;
|
2004-04-28 21:49:27 +02:00
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu2 a {
|
|
|
|
border: none;
|
|
|
|
color: #fff;
|
2004-09-14 13:09:44 +02:00
|
|
|
padding: 3px 5px 4px;
|
2004-04-17 20:44:10 +02:00
|
|
|
font-size: 12px;
|
2003-08-15 17:12:25 +02:00
|
|
|
}
|
|
|
|
|
2004-04-28 21:49:27 +02:00
|
|
|
#adminmenu2 a:hover {
|
|
|
|
background: #f0f0f0;
|
2004-09-14 13:09:44 +02:00
|
|
|
color: #393939;
|
2004-04-28 21:49:27 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu2 li {
|
2004-09-14 13:09:44 +02:00
|
|
|
line-height: 170%;
|
2004-04-28 21:49:27 +02:00
|
|
|
}
|
|
|
|
|
2003-12-05 02:44:42 +01:00
|
|
|
#categorydiv {
|
|
|
|
line-height: 130%;
|
2003-12-31 23:21:50 +01:00
|
|
|
margin-right: 15px;
|
2003-12-05 10:41:27 +01:00
|
|
|
position: absolute;
|
|
|
|
right: 5%;
|
|
|
|
width: 9em;
|
2003-12-05 02:44:42 +01:00
|
|
|
}
|
|
|
|
|
2004-02-02 09:21:17 +01:00
|
|
|
#categorydiv div {
|
|
|
|
height: 27em;
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
|
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
|
|
|
}
|
|
|
|
|
2004-05-08 03:15:03 +02:00
|
|
|
#content, #excerpt {
|
|
|
|
margin-left: 1%;
|
|
|
|
width: 97%;
|
|
|
|
}
|
|
|
|
|
2003-08-15 18:23:04 +02:00
|
|
|
#ed_del {
|
|
|
|
text-decoration: line-through;
|
2003-08-15 17:12:25 +02:00
|
|
|
}
|
|
|
|
|
2003-08-15 18:23:04 +02:00
|
|
|
#ed_em {
|
|
|
|
font-style: italic;
|
2003-08-15 17:12:25 +02:00
|
|
|
}
|
|
|
|
|
2004-03-25 06:38:59 +01:00
|
|
|
#excerpt {
|
2004-05-14 08:10:19 +02:00
|
|
|
height: 1.8em;
|
|
|
|
width: 98%;
|
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 {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2003-08-15 17:12:25 +02:00
|
|
|
#login {
|
2004-02-09 11:11:30 +01:00
|
|
|
background: url(../wp-images/wp-small.png) #fff no-repeat top center;
|
2003-08-15 17:12:25 +02:00
|
|
|
border: 2px solid #333;
|
|
|
|
color: #333;
|
|
|
|
height: 170px;
|
|
|
|
left: 50%;
|
|
|
|
margin-left: -120px; /* half of width and height */
|
|
|
|
margin-top: -85px;
|
|
|
|
padding: 40px 5px 5px 5px;
|
|
|
|
position: absolute;
|
|
|
|
text-align: right;
|
|
|
|
top: 45%;
|
|
|
|
width: 240px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#login textarea, #login input, #login select {
|
2003-08-15 18:23:04 +02:00
|
|
|
background: #f0f0f0;
|
2003-08-15 17:12:25 +02:00
|
|
|
border-color: #ccc;
|
|
|
|
border-style: solid;
|
|
|
|
border-width: 1px;
|
|
|
|
margin: 1px;
|
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
|
2004-02-02 09:21:17 +01:00
|
|
|
#metainfo, #postdiv {
|
2003-08-15 18:23:04 +02:00
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
2004-03-25 06:38:59 +01:00
|
|
|
#postcustom {
|
|
|
|
border: 1px solid #aaa;
|
2004-04-28 21:49:27 +02:00
|
|
|
padding: .5em;
|
|
|
|
width: 97%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#postcustom .updatemeta, #postcustom .deletemeta {
|
|
|
|
margin: auto;
|
|
|
|
width: 5em;
|
2003-11-30 23:13:53 +01:00
|
|
|
}
|
|
|
|
|
2004-03-25 06:38:59 +01:00
|
|
|
#postcustom p {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#postcustom table {
|
|
|
|
border: 1px solid #ccc;
|
2004-04-28 04:23:46 +02:00
|
|
|
margin: .5em;
|
2004-04-28 21:49:27 +02:00
|
|
|
width: 98%;
|
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
|
|
|
}
|
|
|
|
|
|
|
|
#poststatusdiv {
|
|
|
|
width: 6.5em;
|
2004-02-13 12:21:30 +01:00
|
|
|
}
|
|
|
|
|
2003-12-05 10:41:27 +01:00
|
|
|
#poststuff {
|
|
|
|
margin-right: 11em;
|
2003-12-18 00:07:36 +01:00
|
|
|
}
|
|
|
|
|
2003-08-15 17:12:25 +02:00
|
|
|
#profile {
|
|
|
|
margin: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#profile .left {
|
|
|
|
border-right: 1px dashed #ccc;
|
|
|
|
float: left;
|
|
|
|
margin-right: 5px;
|
|
|
|
padding-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#profile label {
|
|
|
|
float: left;
|
|
|
|
padding-right: 3px;
|
|
|
|
text-align: right;
|
|
|
|
width: 85px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#profile p {
|
|
|
|
margin: 0 0 4px 0;
|
|
|
|
}
|
|
|
|
|
2004-03-25 06:38:59 +01:00
|
|
|
#quicktags {
|
|
|
|
margin-right: 1%;
|
|
|
|
}
|
|
|
|
|
2004-04-28 21:49:27 +02:00
|
|
|
#save {
|
2004-05-08 03:15:03 +02:00
|
|
|
width: 14em;
|
2004-04-28 21:49:27 +02:00
|
|
|
}
|
|
|
|
|
2004-03-25 06:38:59 +01:00
|
|
|
#slugdiv {
|
2004-05-04 22:11:11 +02:00
|
|
|
width: 10.4em;
|
2004-03-25 06:38:59 +01:00
|
|
|
}
|
|
|
|
|
2004-09-14 12:38:21 +02:00
|
|
|
#simple #titlediv {
|
|
|
|
height: 4em;
|
2004-08-01 09:51:26 +02:00
|
|
|
}
|
|
|
|
|
2004-02-13 12:21:30 +01:00
|
|
|
#titlediv, #poststatusdiv, #commentstatusdiv, #slugdiv, #postpassworddiv, #namediv, #uridiv, #emaildiv {
|
2003-08-15 18:23:04 +02:00
|
|
|
float: left;
|
2003-12-07 10:26:05 +01:00
|
|
|
height: 6em;
|
2003-12-27 21:55:03 +01:00
|
|
|
margin-right: 5px;
|
2003-08-15 18:23:04 +02:00
|
|
|
}
|
|
|
|
|
2003-08-15 17:12:25 +02:00
|
|
|
#wphead {
|
2004-02-11 14:01:36 +01:00
|
|
|
background: url(../wp-images/header-shadow.png) #f2f2f2 repeat-x bottom;
|
2004-09-14 12:17:12 +02:00
|
|
|
padding: 1px 5px 11px;
|
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-04-28 21:49:27 +02:00
|
|
|
margin: 0;
|
|
|
|
}
|
2004-08-17 15:53:06 +02:00
|
|
|
|
2004-09-14 12:17:12 +02:00
|
|
|
#wphead h1 span {
|
|
|
|
font-size: .4em;
|
2004-09-14 12:22:12 +02:00
|
|
|
}
|