blob: 9d74bb7580157ce9940d8854b270293f51b5a7e2 [file] [log] [blame]
/*
* body
*/
body {
background-color: white;
font-size: 10pt;
font-family: Verdana;
margin: 0px;
}
/*
* header
*/
.header {
padding: 20px 0px 0px 30px;
height: 84px;
text-align: left;
}
.header h1 {
color: #05f0b4;
margin: 0px;
}
.header h5 {
color: #6A6A6A;
margin: 0px;
}
/*
* navigator
*/
.navigator {
height: 25px;
padding: 5px 0px 0px 30px;
width: 100%;
background-image: url("./img/navigator.png")
}
.navigator ul {
margin: 0pt;
padding: 0px 0pt 0pt 20pt;
}
.navigator ul li {
display: inline;
}
.navigator ul li a {
padding: 0px 20px 0px 0px;
}
.navigator strong {
color: #6A6A6A;
padding: 0px 20pt 0pt 0pt;
}
/*
* footer
*/
.footer {
padding: 10px 0px 0px 30px;
height: 20px;
text-align: left;
margin-top: 50px;
width: 100%;
background-image: url("./img/footer.png")
}
.footer p {
font-size: x-small;
}
/*
* general
*/
.example_table tr td {
background-color: #eeeeee;
}
.example_code {
border: 1px solid #d8d8d8;
padding: 5px;
margin-left: 20px;
width: 90%;
background-color: #fafafa;
font-family: "Courier New";
}
.example_code strong {
color: #7e0055;
}
.example_code i {
color: #0000c0;
}
.toc_lvl1 {
list-style-type: none;
}
.toc_lvl2 {
list-style-type: none;
padding-left: 30px;
}
.toc_lvl3 {
list-style-type: none;
padding-left: 60px;
}
.comment {
color: #3e7e5e;
}
.string {
color: #2a00fe;
}
a:link {
text-decoration: underline;
}
a:visited {
text-decoration: underline;
}
a:hover {
text-decoration: underline;
}
a:active {
text-decoration: underline;
}
strong {
font-weight: bold;
}
a.strong {
color: #14b9eb;
font-weight: bold;
}
a.strong:hover {
color: #f58241;
text-decoration: none;
}
a.strong:link {
text-decoration: none;
}
a.strong:visited {
text-decoration: none;
}
p, h3, h4, h5, table {
margin-left: 20px;
}
table {
background-color: #fafafa;
border-color: #c0c0c0;
border-collapse: collapse;
}
table th {
color: #5A5A5A;
background-color: #eaeaea;
}
code {
font-family: "Courier New";
}
code i {
color: #0000c0;
}