2008-02-16 23:08:13 +01:00
|
|
|
#template textarea {
|
2008-02-17 23:23:04 +01:00
|
|
|
font-family: 'Courier New', Courier, monospace;
|
|
|
|
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;
|
|
|
|
margin-top:-3.4em;
|
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 {
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
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 {
|
|
|
|
margin: 1px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#themeselector {
|
|
|
|
padding-right: 5px;
|
|
|
|
float: right;
|
|
|
|
position: relative;
|
|
|
|
bottom: 25px;
|
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
padding-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.tablenav {
|
|
|
|
margin-right: 210px;
|
|
|
|
}
|