2003-11-02 23:08:06 +00:00
|
|
|
h1 {
|
|
|
|
font-variant: small-caps;
|
2006-08-16 03:44:47 +00:00
|
|
|
font-size: 20pt;
|
2003-11-02 23:08:06 +00:00
|
|
|
}
|
|
|
|
|
2003-11-07 23:26:17 +00:00
|
|
|
pre {
|
|
|
|
font-size: medium;
|
|
|
|
}
|
|
|
|
|
|
|
|
code {
|
|
|
|
font-size: medium;
|
|
|
|
}
|
|
|
|
|
2003-11-02 23:08:06 +00:00
|
|
|
a:link {
|
|
|
|
color: blue;
|
2006-04-14 22:25:55 +00:00
|
|
|
text-decoration: none;
|
2006-09-06 15:51:26 +00:00
|
|
|
#font-weight: bold;
|
2003-11-02 23:08:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
a:visited {
|
|
|
|
color: blue;
|
2006-04-14 22:25:55 +00:00
|
|
|
text-decoration: none;
|
2006-09-06 15:51:26 +00:00
|
|
|
#font-weight: bold;
|
2003-11-02 23:08:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
a:active {
|
|
|
|
color: blue;
|
2006-09-06 15:51:26 +00:00
|
|
|
#font-weight: bold;
|
2003-11-02 23:08:06 +00:00
|
|
|
}
|
|
|
|
|
2006-04-14 22:25:55 +00:00
|
|
|
a:hover {
|
2006-05-04 04:29:28 +00:00
|
|
|
color: rgb(200,80,80);
|
2006-09-06 15:51:26 +00:00
|
|
|
#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;
|
2006-08-16 03:44:47 +00:00
|
|
|
#font-size: small;
|
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;
|
|
|
|
}
|
|
|
|
|
2006-12-13 18:48:12 +00:00
|
|
|
span.note{
|
|
|
|
font-weight: normal;
|
|
|
|
font-size: 0.9em;
|
|
|
|
}
|
|
|
|
|
2006-07-17 16:38:53 +00:00
|
|
|
pre {
|
2006-12-21 16:56:33 +00:00
|
|
|
background-color: rgb(216, 232, 255);
|
2006-07-17 16:38:53 +00:00
|
|
|
}
|
|
|
|
|
2003-11-02 23:08:06 +00:00
|
|
|
th {
|
2006-12-21 16:56:33 +00:00
|
|
|
background-color: rgb(140,160,230);
|
2004-11-12 19:55:36 +00:00
|
|
|
color: black;
|
2003-11-02 23:08:06 +00:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.indent {
|
|
|
|
border-left: 4px solid white;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.heading {
|
|
|
|
background-color: rgb(217,217,217);
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.fieldname {
|
|
|
|
background-color: rgb(237,237,237);
|
|
|
|
}
|
|
|
|
|
|
|
|
td.category {
|
|
|
|
border: 1px solid black;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr.row0 {
|
|
|
|
background-color: rgb(217,217,217);
|
|
|
|
}
|
|
|
|
|
|
|
|
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;
|
|
|
|
}
|