You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
384 B
33 lines
384 B
11 years ago
|
body
|
||
|
{
|
||
|
}
|
||
|
|
||
|
body, div, span, p, input
|
||
|
{
|
||
11 years ago
|
font-family: Verdana, Arial, sans-serif;
|
||
11 years ago
|
font-size: 10pt;
|
||
|
color: #333333;
|
||
|
}
|
||
|
|
||
|
#apiPage {
|
||
|
}
|
||
|
|
||
|
#apiHeader {
|
||
|
padding: 3px;
|
||
|
color: white;
|
||
|
background: #6078BF;
|
||
|
margin-bottom: 5px;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
#apiHeader a {
|
||
|
color: white;
|
||
|
}
|
||
|
|
||
|
#apiFooter {
|
||
|
margin-top: 5px;
|
||
|
padding: 3px;
|
||
|
border-top: 1px solid #BFCFFF;
|
||
|
text-align: center;
|
||
|
}
|