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