2007-11-03 16:39:23 +00:00
|
|
|
a:link, a:visited, a:active {
|
2006-06-16 23:53:56 +00:00
|
|
|
color: blue;
|
2003-10-10 22:55:29 +00:00
|
|
|
}
|
|
|
|
|
2007-11-03 16:39:23 +00:00
|
|
|
body, table, select {
|
2006-06-16 23:53:56 +00:00
|
|
|
background-color: white;
|
2008-07-18 20:59:59 +00:00
|
|
|
font-family: "Trebuchet MS", Verdana, Arial, Sans Serif;
|
|
|
|
font-size: 13px;
|
|
|
|
margin: 5px 10px;
|
2003-10-10 22:55:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
2008-07-18 20:59:59 +00:00
|
|
|
th {
|
2007-11-02 20:51:39 +00:00
|
|
|
background-color: #c0c0c0;
|
2006-06-16 23:53:56 +00:00
|
|
|
font-weight: bold;
|
2007-11-02 20:51:39 +00:00
|
|
|
border: 1px solid white;
|
2003-10-10 22:55:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
td {
|
|
|
|
border: 1px solid white;
|
2008-03-06 00:40:48 +00:00
|
|
|
vertical-align: top;
|
2003-10-10 22:55:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
td.bordered {
|
2005-02-03 19:12:34 +00:00
|
|
|
border: 1px solid gray;
|
2003-10-10 22:55:29 +00:00
|
|
|
}
|
|
|
|
|
2007-10-02 03:19:03 +00:00
|
|
|
td.shaded {
|
|
|
|
background-color: #f0f0f0;
|
|
|
|
}
|
|
|
|
|
2003-10-10 22:55:29 +00:00
|
|
|
td.indent {
|
2007-11-03 16:39:23 +00:00
|
|
|
border-left: 4px solid white;
|
2003-10-10 22:55:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
td.heading {
|
2005-03-23 23:58:43 +00:00
|
|
|
background-color: #d8d8d8;
|
2005-01-18 19:56:18 +00:00
|
|
|
font-weight: bold;
|
2003-10-10 22:55:29 +00:00
|
|
|
}
|
|
|
|
|
2004-12-16 19:37:26 +00:00
|
|
|
td.heading2 {
|
2005-01-18 19:56:18 +00:00
|
|
|
background-color:#c0c0ff;
|
|
|
|
font-weight: bold;
|
2004-12-16 19:37:26 +00:00
|
|
|
}
|
|
|
|
|
2003-10-10 22:55:29 +00:00
|
|
|
td.fieldname {
|
2005-01-18 19:56:18 +00:00
|
|
|
background-color: #eeeeee;
|
|
|
|
text-align: right;
|
|
|
|
}
|
2006-06-16 23:53:56 +00:00
|
|
|
|
2005-01-18 19:56:18 +00:00
|
|
|
td.fieldvalue {
|
2003-10-10 22:55:29 +00:00
|
|
|
}
|
|
|
|
|
2007-11-03 16:39:23 +00:00
|
|
|
td.fieldname_error {
|
2006-08-13 21:51:15 +00:00
|
|
|
background-color: #ff8888;
|
2007-11-03 16:39:23 +00:00
|
|
|
text-align: right;
|
|
|
|
}
|
2006-08-13 21:51:15 +00:00
|
|
|
|
2007-11-03 16:39:23 +00:00
|
|
|
td.fieldvalue_error {
|
2006-08-13 21:51:15 +00:00
|
|
|
background-color: #ff8888;
|
2007-11-03 16:39:23 +00:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
2006-08-13 21:51:15 +00:00
|
|
|
|
2003-10-10 22:55:29 +00:00
|
|
|
td.category {
|
2006-06-16 23:53:56 +00:00
|
|
|
background-color: #dddddd;
|
2005-01-18 19:56:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
td.navbar {
|
|
|
|
border: 0px;
|
|
|
|
text-align: center;
|
2008-05-02 20:29:32 +00:00
|
|
|
vertival-align: middle;
|
2005-01-18 19:56:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
a.navbar:link {
|
|
|
|
color: #ff9711;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2006-06-16 23:53:56 +00:00
|
|
|
|
2005-01-18 19:56:18 +00:00
|
|
|
a.navbar:visited {
|
|
|
|
color: #ff9711;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2006-06-16 23:53:56 +00:00
|
|
|
|
2005-01-18 19:56:18 +00:00
|
|
|
a.navbar:hover {
|
|
|
|
color: #ffc060;
|
|
|
|
text-decoration: underline;
|
2003-10-10 22:55:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
tr.row0 {
|
2007-11-03 16:39:23 +00:00
|
|
|
background-color: #d9d9d9;
|
2006-06-16 23:53:56 +00:00
|
|
|
text-align: left;
|
2003-10-10 22:55:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
tr.row1 {
|
2007-11-03 16:39:23 +00:00
|
|
|
background-color: #eeeeee;
|
2006-06-16 23:53:56 +00:00
|
|
|
text-align: left;
|
2003-10-10 22:55:29 +00:00
|
|
|
}
|
|
|
|
|
2007-11-07 21:57:14 +00:00
|
|
|
tr.row_hd0 {
|
|
|
|
background-color: rgb(207,250,207);
|
|
|
|
}
|
|
|
|
|
|
|
|
tr.row_hd1 {
|
|
|
|
background-color: rgb(222,250,222);
|
|
|
|
}
|
|
|
|
|
2003-10-10 22:55:29 +00:00
|
|
|
tr.subtitle {
|
2006-06-16 23:53:56 +00:00
|
|
|
background-color: #eeeeee;
|
|
|
|
font-weight: bold;
|
2003-10-10 22:55:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
tr.message {
|
2007-11-03 16:39:23 +00:00
|
|
|
background-color: #e0e0e0;
|
2003-10-10 22:55:29 +00:00
|
|
|
}
|
|
|
|
|
2007-11-03 16:39:23 +00:00
|
|
|
input, select {
|
2006-06-16 23:53:56 +00:00
|
|
|
vertical-align: middle;
|
2003-10-10 22:55:29 +00:00
|
|
|
}
|
|
|
|
|
2007-11-03 16:39:23 +00:00
|
|
|
h1, h2 {
|
2006-06-16 23:53:56 +00:00
|
|
|
color: black;
|
|
|
|
font-size: x-large;
|
|
|
|
font-weight: normal;
|
|
|
|
margin-top: 10px;
|
2003-10-10 22:55:29 +00:00
|
|
|
}
|
|
|
|
|
2007-11-03 16:39:23 +00:00
|
|
|
h3, h4 {
|
2006-06-16 23:53:56 +00:00
|
|
|
color: black;
|
|
|
|
font-weight: bold;
|
2003-10-10 22:55:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
|
|
|
border: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.title {
|
2006-06-16 23:53:56 +00:00
|
|
|
font-size: small;
|
|
|
|
font-weight: bold;
|
2003-10-10 22:55:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.description {
|
2006-06-16 23:53:56 +00:00
|
|
|
font-size: 80%;
|
|
|
|
font-weight: normal;
|
2003-10-10 22:55:29 +00:00
|
|
|
}
|
2005-05-08 01:36:23 +00:00
|
|
|
|
|
|
|
.authorcol {
|
2007-11-01 17:54:44 +00:00
|
|
|
width: 120px;
|
2006-06-16 23:53:56 +00:00
|
|
|
overflow: hidden;
|
2005-05-08 01:36:23 +00:00
|
|
|
}
|
|
|
|
|
2005-05-13 19:19:12 +00:00
|
|
|
.cellwrap{
|
2006-06-16 23:53:56 +00:00
|
|
|
width: 100%;
|
|
|
|
overflow: auto;
|
2005-05-13 19:19:12 +00:00
|
|
|
}
|
|
|
|
|
2008-05-21 18:51:18 +00:00
|
|
|
blockquote.postbody {
|
2006-06-16 23:53:56 +00:00
|
|
|
border-left: 2px solid blue;
|
2006-08-01 21:45:05 +00:00
|
|
|
border-color: blue;
|
|
|
|
background-color: rgb(240,240,255);
|
|
|
|
padding-left: 5px;
|
|
|
|
padding-bottom: 0px;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
margin-left: 15px;
|
2008-05-21 18:51:18 +00:00
|
|
|
margin-right: 100px;
|
|
|
|
font-style: italic
|
2006-08-01 21:45:05 +00:00
|
|
|
}
|
|
|
|
|
2007-05-09 08:59:14 +00:00
|
|
|
#thread {
|
2006-06-16 23:53:56 +00:00
|
|
|
width: 100%;
|
|
|
|
table-layout: fixed;
|
2007-06-04 08:11:38 +00:00
|
|
|
overflow: overflow;
|
|
|
|
word-wrap: break-word;
|
2005-05-13 19:19:12 +00:00
|
|
|
}
|
|
|
|
|
2008-05-28 16:33:51 +00:00
|
|
|
td.lastpost {
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
|
2005-05-13 19:19:12 +00:00
|
|
|
.sigdelim {
|
2006-06-16 23:53:56 +00:00
|
|
|
width: 60%;
|
|
|
|
height: 1px;
|
|
|
|
background-color: black;
|
|
|
|
color: black;
|
|
|
|
border: 0;
|
|
|
|
margin-right: 100%;
|
2005-06-02 21:38:20 +00:00
|
|
|
}
|
2006-06-16 23:53:56 +00:00
|
|
|
|
2005-11-24 16:20:48 +00:00
|
|
|
td.postheader{
|
2006-06-16 23:53:56 +00:00
|
|
|
background-color: rgb(220,210,210);
|
|
|
|
border-bottom: 1px solid rgb(190,190,200);
|
|
|
|
border-left: none;
|
|
|
|
border-right: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.postbody {
|
2006-08-09 19:12:54 +00:00
|
|
|
font-size: 9pt;
|
2005-11-24 16:20:48 +00:00
|
|
|
}
|
2006-08-09 19:12:54 +00:00
|
|
|
|
2005-11-24 16:20:48 +00:00
|
|
|
td.postfooter{
|
2006-06-16 23:53:56 +00:00
|
|
|
background-color: rgb(220,210,210);
|
|
|
|
border-top: 1px solid rgb(190,190,200);
|
|
|
|
border-left: none;
|
|
|
|
border-right: none;
|
2005-11-24 16:20:48 +00:00
|
|
|
}
|
2006-06-16 23:53:56 +00:00
|
|
|
|
2005-11-24 16:20:48 +00:00
|
|
|
tr.helpdeskseperator{
|
2006-08-09 19:12:54 +00:00
|
|
|
height: 10pt;
|
2005-11-24 16:20:48 +00:00
|
|
|
}
|
2006-06-16 23:53:56 +00:00
|
|
|
|
2005-11-24 16:20:48 +00:00
|
|
|
tr.postseperator{
|
2006-06-16 23:53:56 +00:00
|
|
|
background-color: rgb(200,200,200);
|
2005-11-24 16:20:48 +00:00
|
|
|
}
|
2006-06-16 23:53:56 +00:00
|
|
|
|
|
|
|
tr.postseperator td{
|
|
|
|
border-top: 1px solid rgb(170,170,170);
|
2007-11-03 16:39:23 +00:00
|
|
|
border-bottom: 1px solid rgb(170,170,170);
|
2005-11-24 16:20:48 +00:00
|
|
|
}
|
2006-06-16 23:53:56 +00:00
|
|
|
|
|
|
|
td.threadline {
|
|
|
|
text-align:left;
|
|
|
|
}
|
|
|
|
|
2007-11-03 16:39:23 +00:00
|
|
|
td.running {
|
|
|
|
background-color: #00ff00;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.notrunning {
|
|
|
|
background-color: #ff0000;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.disabled {
|
|
|
|
background-color: #ff8800;
|
|
|
|
}
|
|
|
|
|
2008-07-18 20:59:59 +00:00
|
|
|
span.page_title {
|
|
|
|
font-size: 24px;
|
|
|
|
margin: 20px;
|
|
|
|
}
|
|
|
|
|
2007-11-03 16:39:23 +00:00
|
|
|
span.note {
|
2006-12-29 03:29:13 +00:00
|
|
|
font-weight: normal;
|
|
|
|
font-size: 0.9em;
|
2008-01-13 00:12:14 +00:00
|
|
|
font-style: italic;
|
2006-12-29 03:29:13 +00:00
|
|
|
}
|
2007-11-03 16:39:23 +00:00
|
|
|
|
2007-01-07 20:00:15 +00:00
|
|
|
span.news_date {
|
|
|
|
color: rgb(100,100,100);
|
|
|
|
font-size: 0.9em;
|
|
|
|
}
|
|
|
|
|
2007-11-19 16:44:24 +00:00
|
|
|
span.inboxunread {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2007-11-20 19:23:26 +00:00
|
|
|
span.highlight {
|
|
|
|
background-color: #ffffcc;
|
|
|
|
}
|
2007-11-19 16:44:24 +00:00
|
|
|
|
2006-06-16 23:53:56 +00:00
|
|
|
.code {
|
2007-11-20 19:23:26 +00:00
|
|
|
font-family: "Courier New", courier, monospace;
|
2007-04-21 12:10:15 +00:00
|
|
|
display: block;
|
|
|
|
margin-left: 5em;
|
|
|
|
border-left: 3px solid #ccaaaa;
|
|
|
|
padding-left: 1em;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: auto;
|
2006-06-16 23:53:56 +00:00
|
|
|
color: #000000;
|
2006-02-20 07:55:32 +00:00
|
|
|
}
|
2007-01-03 16:18:43 +00:00
|
|
|
|
2007-04-21 12:10:15 +00:00
|
|
|
* html body .code {
|
|
|
|
/* IE hack */
|
|
|
|
white-space: normal;
|
|
|
|
}
|
|
|
|
|
2007-01-03 16:18:43 +00:00
|
|
|
#news {
|
2008-07-18 20:59:59 +00:00
|
|
|
background-color: #eeeeee;
|
2007-01-03 16:18:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#news h2, #uotd h2, #mainnav h2 {
|
2008-07-18 20:59:59 +00:00
|
|
|
margin-top: 0px;
|
2007-01-03 16:18:43 +00:00
|
|
|
font-size: 1.2em;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
#news h3 {
|
|
|
|
color: #666666;
|
|
|
|
font-size: 1em;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#news p {
|
|
|
|
margin-top: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#uotd {
|
2008-07-18 20:59:59 +00:00
|
|
|
background-color: #eeeeee;
|
2007-01-03 16:18:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.smalltext {
|
|
|
|
font-size: 0.8em;
|
2007-01-07 20:00:15 +00:00
|
|
|
}
|
2007-04-29 14:22:28 +00:00
|
|
|
|
|
|
|
.error {
|
|
|
|
color: #ff0000;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 1.1em;
|
2007-05-26 17:00:01 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.notice {
|
|
|
|
color: #009900;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 1.1em;
|
2007-08-20 17:59:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#preview {
|
|
|
|
border: 2px solid #cccccc;
|
|
|
|
background-color: #eeeeee;
|
|
|
|
margin: 1em;
|
|
|
|
padding: 0.2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#preview .header {
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 1.3em;
|
|
|
|
border-bottom: 1px solid #cccccc;
|
2007-10-02 03:19:03 +00:00
|
|
|
}
|
2007-10-31 23:50:21 +00:00
|
|
|
|
|
|
|
input.btn {
|
|
|
|
padding:0px 2px;
|
|
|
|
}
|