74 lines
1 KiB
CSS
74 lines
1 KiB
CSS
|
|
div.docinfo {
|
||
|
|
border-bottom: 1px solid #555;
|
||
|
|
font-family: arial;
|
||
|
|
font-size: 12px;
|
||
|
|
}
|
||
|
|
|
||
|
|
ul.links li a {
|
||
|
|
color: #000;
|
||
|
|
font-family: Arial;
|
||
|
|
font-size: 9pt;
|
||
|
|
font-weight: 700;
|
||
|
|
}
|
||
|
|
|
||
|
|
ul.links li a:hover {
|
||
|
|
background-color: #f7f3de;
|
||
|
|
border-radius: 6px;
|
||
|
|
color: green;
|
||
|
|
}
|
||
|
|
|
||
|
|
div.content div.heading {
|
||
|
|
background-color: #685130;
|
||
|
|
color: #fff;
|
||
|
|
font-family: Verdana;
|
||
|
|
font-size: 9pt;
|
||
|
|
font-weight: 700;
|
||
|
|
}
|
||
|
|
|
||
|
|
div.content div.subheading {
|
||
|
|
background-color: #685130;
|
||
|
|
color: #fff;
|
||
|
|
font-family: Verdana;
|
||
|
|
font-size: 8pt;
|
||
|
|
font-weight: 700;
|
||
|
|
}
|
||
|
|
|
||
|
|
div.docinfo a {
|
||
|
|
color: green;
|
||
|
|
font-family: arial;
|
||
|
|
font-size: 12px;
|
||
|
|
font-weight: 700;
|
||
|
|
}
|
||
|
|
|
||
|
|
ul.links li.current {
|
||
|
|
background-color: #fff;
|
||
|
|
}
|
||
|
|
|
||
|
|
div.content a {
|
||
|
|
color: green;
|
||
|
|
font-family: arial;
|
||
|
|
font-size: 12px;
|
||
|
|
font-weight: 700;
|
||
|
|
}
|
||
|
|
|
||
|
|
div.content a:hover {
|
||
|
|
color: red;
|
||
|
|
}
|
||
|
|
|
||
|
|
ul.links li {
|
||
|
|
font-family: Arial;
|
||
|
|
font-size: 9pt;
|
||
|
|
font-weight: 700;
|
||
|
|
}
|
||
|
|
|
||
|
|
div.content div,div.content table tr td {
|
||
|
|
font-family: Verdana;
|
||
|
|
font-size: 10pt;
|
||
|
|
font-weight: 400;
|
||
|
|
}
|
||
|
|
|
||
|
|
div.content ul li {
|
||
|
|
font-family: Arial;
|
||
|
|
font-size: 10pt;
|
||
|
|
font-weight: 400;
|
||
|
|
}
|