2008-02-25 20:41:31 +00:00
|
|
|
/* color scheme:
|
|
|
|
* light background (for <pre>)
|
|
|
|
* d5f0ff (213, 240, 255)
|
|
|
|
* medium background (for table headings)
|
|
|
|
* (157, 221, 255)
|
|
|
|
*/
|
2007-07-26 21:50:45 +00:00
|
|
|
|
2003-11-02 23:08:06 +00:00
|
|
|
|
2003-11-07 23:26:17 +00:00
|
|
|
pre {
|
|
|
|
font-size: medium;
|
|
|
|
}
|
|
|
|
|
|
|
|
code {
|
|
|
|
font-size: medium;
|
|
|
|
}
|
|
|
|
|
2008-02-26 22:44:33 +00:00
|
|
|
a.heading {
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
2007-07-26 21:50:45 +00:00
|
|
|
a:link, :visited, :active{
|
|
|
|
color: rgb(0, 105, 161);
|
2006-04-14 22:25:55 +00:00
|
|
|
text-decoration: none;
|
2007-07-26 21:50:45 +00:00
|
|
|
font-weight: bold;
|
2003-11-02 23:08:06 +00:00
|
|
|
}
|
|
|
|
|
2006-04-14 22:25:55 +00:00
|
|
|
a:hover {
|
2007-07-26 21:50:45 +00:00
|
|
|
color: rgb(232, 174, 0);
|
|
|
|
font-weight: bold;
|
2006-04-14 22:25:55 +00:00
|
|
|
}
|
|
|
|
|
2003-11-02 23:08:06 +00:00
|
|
|
body , table , input , select {
|
2004-05-21 20:06:34 +00:00
|
|
|
font-family: "Trebuchet MS", Verdana, Arial, Sans Serif;
|
2008-02-26 22:44:33 +00:00
|
|
|
font-size: 15px;
|
2003-11-02 23:08:06 +00:00
|
|
|
}
|
|
|
|
|
2006-12-04 17:10:39 +00:00
|
|
|
table.box {
|
|
|
|
border: solid lightblue;
|
|
|
|
padding: 8;
|
|
|
|
}
|
|
|
|
|
2003-11-02 23:08:06 +00:00
|
|
|
body {
|
|
|
|
background-color: white;
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
2008-02-25 20:41:31 +00:00
|
|
|
span.title{
|
|
|
|
font-variant: small-caps;
|
|
|
|
font-size: 2em;
|
|
|
|
}
|
|
|
|
span.subtitle{
|
|
|
|
font-size: 1.3em;
|
|
|
|
}
|
2008-02-26 22:44:33 +00:00
|
|
|
span.section_title{
|
|
|
|
font-size: 1.2em;
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2008-02-25 20:41:31 +00:00
|
|
|
|
|
|
|
|
2006-12-13 18:48:12 +00:00
|
|
|
span.note{
|
|
|
|
font-weight: normal;
|
|
|
|
font-size: 0.9em;
|
|
|
|
}
|
2007-01-07 20:00:15 +00:00
|
|
|
span.news_date {
|
|
|
|
color: rgb(100,100,100);
|
|
|
|
font-size: 0.9em;
|
|
|
|
}
|
2006-12-13 18:48:12 +00:00
|
|
|
|
2006-07-17 16:38:53 +00:00
|
|
|
pre {
|
2007-07-26 21:50:45 +00:00
|
|
|
background-color: rgb( 213, 240, 255);
|
2006-07-17 16:38:53 +00:00
|
|
|
}
|
|
|
|
|
2003-11-02 23:08:06 +00:00
|
|
|
th {
|
2008-05-20 00:11:28 +00:00
|
|
|
background-color: rgb(200, 221, 250);
|
2004-11-12 19:55:36 +00:00
|
|
|
color: black;
|
2003-11-02 23:08:06 +00:00
|
|
|
font-weight: bold;
|
2008-05-20 00:11:28 +00:00
|
|
|
border: 1px solid lightgray;
|
2003-11-02 23:08:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
td.indent {
|
|
|
|
border-left: 4px solid white;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.heading {
|
2008-05-20 00:11:28 +00:00
|
|
|
#background-color: rgb(157, 221, 255);
|
|
|
|
#font-weight: bold;
|
|
|
|
background-color: rgb(223, 240, 255);
|
|
|
|
border: 1px solid lightgray;
|
2003-11-02 23:08:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
td.fieldname {
|
2008-05-20 00:11:28 +00:00
|
|
|
background-color: rgb(235, 248, 255);
|
|
|
|
#border: 1px solid gray;
|
2003-11-02 23:08:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
td.category {
|
|
|
|
border: 1px solid black;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr.row0 {
|
2008-05-22 03:09:11 +00:00
|
|
|
background-color: rgb(247,247,247);
|
2003-11-02 23:08:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
tr.row1 {
|
|
|
|
background-color: rgb(237,237,237);
|
|
|
|
}
|
|
|
|
|
|
|
|
tr.subtitle {
|
|
|
|
background-color: white;
|
|
|
|
color: black;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
input , select {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
|
|
|
border: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.title {
|
|
|
|
font-size: small;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.description {
|
|
|
|
font-size: 80%;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
2007-07-10 17:49:51 +00:00
|
|
|
|
|
|
|
select.selectbox {
|
|
|
|
font-size: 12px;
|
|
|
|
height:20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.small {
|
|
|
|
font-size: 12px;
|
|
|
|
height:22px;
|
|
|
|
}
|
2007-10-31 19:26:02 +00:00
|
|
|
|
2008-02-25 20:41:31 +00:00
|
|
|
/* testing for button style */
|
2007-10-31 19:26:02 +00:00
|
|
|
input.btn {
|
|
|
|
padding:0px 2px;
|
|
|
|
font-size: 80%;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|