2008-02-16 23:08:13 +01:00
|
|
|
#template textarea {
|
2008-11-27 12:53:32 +01:00
|
|
|
font-family: Consolas, Monaco, Courier, monospace;
|
2008-02-17 23:23:04 +01:00
|
|
|
font-size: 12px;
|
|
|
|
width: 97%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#template p {
|
2008-02-16 23:08:13 +01:00
|
|
|
width: 97%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#templateside {
|
|
|
|
float: right;
|
2008-02-19 01:00:53 +01:00
|
|
|
width: 190px;
|
2008-02-16 23:08:13 +01:00
|
|
|
}
|
|
|
|
|
2008-03-11 08:23:07 +01:00
|
|
|
#templateside h3, #postcustomstuff p.submit {
|
2008-02-16 23:08:13 +01:00
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2008-03-15 00:58:31 +01:00
|
|
|
h3#bordertitle {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#templateside h4 {
|
2008-10-27 21:55:25 +01:00
|
|
|
margin-bottom: 0;
|
2008-03-15 00:58:31 +01:00
|
|
|
}
|
|
|
|
|
2008-02-16 23:08:13 +01:00
|
|
|
#templateside ol, #templateside ul {
|
|
|
|
list-style: none;
|
|
|
|
margin: .5em;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#templateside ol li, #templateside ul li {
|
2008-10-27 21:55:25 +01:00
|
|
|
margin: 1px 0;
|
2008-02-16 23:08:13 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#themeselector {
|
|
|
|
padding-right: 5px;
|
|
|
|
float: right;
|
|
|
|
position: relative;
|
|
|
|
bottom: 25px;
|
2008-11-22 12:05:11 +01:00
|
|
|
top:20px;
|
2008-02-16 23:08:13 +01:00
|
|
|
}
|
|
|
|
|
2008-03-15 00:58:31 +01:00
|
|
|
#themeselector select {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2008-02-16 23:08:13 +01:00
|
|
|
.nonessential {
|
|
|
|
font-size: small;
|
|
|
|
}
|
|
|
|
|
|
|
|
.highlight {
|
|
|
|
padding: 1px;
|
2008-03-15 00:58:31 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
div.bordertitle h2 {
|
|
|
|
border: none;
|
2008-10-27 21:55:25 +01:00
|
|
|
padding-bottom: 0;
|
2008-03-15 00:58:31 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
div.tablenav {
|
|
|
|
margin-right: 210px;
|
|
|
|
}
|
2009-02-20 21:00:09 +01:00
|
|
|
|
|
|
|
#documentation {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
#documentation label {
|
|
|
|
line-height: 22px;
|
|
|
|
vertical-align: top;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|