2008-02-10 09:10:11 +01:00
|
|
|
/* styles for use by people extending the WordPress interface */
|
|
|
|
|
|
|
|
|
|
|
|
body {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
body, td {
|
|
|
|
font: 13px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
|
|
|
|
}
|
|
|
|
|
|
|
|
form, label input { margin: 0; padding: 0; }
|
|
|
|
|
|
|
|
img { border: 0; }
|
|
|
|
|
|
|
|
label { cursor: pointer; }
|
|
|
|
|
|
|
|
li, dd { margin-bottom: 6px; }
|
|
|
|
|
|
|
|
p, li, dl, dd, dt { line-height: 140%; }
|
|
|
|
|
|
|
|
textarea, input, select {
|
|
|
|
font: 13px Verdana, Arial, Helvetica, sans-serif;
|
|
|
|
margin: 1px;
|
|
|
|
padding: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.alignleft { float: left; }
|
|
|
|
.alignright { float: right; }
|
|
|
|
|
2008-03-15 00:58:31 +01:00
|
|
|
.textleft { text-align: left; }
|
|
|
|
.textright { text-align: right; }
|
2008-02-10 09:10:11 +01:00
|
|
|
|
|
|
|
.clear { clear: both; height: 2px; }
|
|
|
|
|
|
|
|
.hidden { display: none; }
|
|
|
|
|
|
|
|
.subsubsub {
|
|
|
|
list-style: none;
|
|
|
|
margin: 15px 0 10px 0;
|
|
|
|
padding: 0;
|
|
|
|
white-space: nowrap;
|
2008-02-24 03:07:51 +01:00
|
|
|
font-size: 12px;
|
2008-02-10 09:10:11 +01:00
|
|
|
}
|
|
|
|
|
2008-03-06 21:44:29 +01:00
|
|
|
.subsubsub a { line-height: 200%; padding: 3px; text-decoration: none; }
|
2008-02-10 09:10:11 +01:00
|
|
|
|
2008-03-07 02:17:21 +01:00
|
|
|
.subsubsub a.current { font-weight: bold; background: none; border: none;}
|
2008-02-10 09:10:11 +01:00
|
|
|
|
|
|
|
.subsubsub li { display: inline; margin: 0; padding: 0; }
|
|
|
|
|
|
|
|
.widefat {
|
2008-03-07 02:17:21 +01:00
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2008-02-10 09:10:11 +01:00
|
|
|
border-collapse: collapse;
|
|
|
|
width: 100%;
|
2008-02-24 03:07:51 +01:00
|
|
|
clear: both;
|
2008-02-10 09:10:11 +01:00
|
|
|
}
|
|
|
|
|
2008-03-06 21:44:29 +01:00
|
|
|
.widefat a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2008-02-10 09:10:11 +01:00
|
|
|
.widefat td, .widefat th {
|
2008-03-07 02:17:21 +01:00
|
|
|
border-bottom-width: 1px;
|
|
|
|
border-bottom-style: solid;
|
|
|
|
border-bottom-color: #ccc;
|
2008-02-27 20:18:21 +01:00
|
|
|
font-size: 12px;
|
|
|
|
padding: 10px 10px 20px;
|
2008-02-24 20:41:04 +01:00
|
|
|
vertical-align: text-top;
|
2008-02-10 09:10:11 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.widefat th {
|
|
|
|
padding-bottom: 8px;
|
|
|
|
padding-top: 10px;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2008-02-20 10:29:27 +01:00
|
|
|
.widefat .check-column {
|
|
|
|
text-align: center;
|
2008-02-20 11:02:12 +01:00
|
|
|
vertical-align: text-top;
|
2008-02-20 10:29:27 +01:00
|
|
|
width: 3%;
|
|
|
|
}
|
|
|
|
|
2008-03-15 00:58:31 +01:00
|
|
|
.widefat .num {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2008-03-07 11:05:54 +01:00
|
|
|
.wrap, .updated, .error {
|
2008-02-10 09:10:11 +01:00
|
|
|
margin: 0;
|
|
|
|
margin-left: 15px;
|
2008-02-27 20:18:21 +01:00
|
|
|
margin-right: 15px;
|
2008-02-10 09:10:11 +01:00
|
|
|
padding: 0;
|
2008-03-07 11:05:54 +01:00
|
|
|
max-width: 980px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.updated, .error {
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
|
|
|
padding: 0 15px;
|
|
|
|
max-width: 950px;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wrap .updated, .wrap .error {
|
|
|
|
margin: auto 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.updated a, .error a {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.updated a {
|
|
|
|
text-decoration: none;
|
|
|
|
padding-bottom: 2px;
|
2008-02-10 09:10:11 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.wrap h2 {
|
2008-03-07 02:17:21 +01:00
|
|
|
border-bottom-width: 1px;
|
|
|
|
border-bottom-style: solid;
|
2008-02-10 09:10:11 +01:00
|
|
|
clear: both;
|
|
|
|
font: 24px Georgia, "Times New Roman", Times, serif;
|
2008-02-21 01:27:23 +01:00
|
|
|
margin: 5px 0 0 -4px;
|
2008-02-10 09:10:11 +01:00
|
|
|
padding: 0;
|
2008-02-21 01:27:23 +01:00
|
|
|
padding-bottom: 7px;
|
2008-02-10 09:10:11 +01:00
|
|
|
}
|
2008-03-14 09:17:59 +01:00
|
|
|
|
|
|
|
#timestampdiv {
|
|
|
|
display: none;
|
|
|
|
}
|