1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80
|
/* Markup specific to Doxygen, mostly just overriding subsets of the
styles in doxygen.css */
a.anchor:hover { color: #501000; }
div.qindex { background-color: #FFFFCC; border: 4px solid #FFEEBB }
a.qindex:hover { background-color: #EEDDBB }
a.qindex:visited { color: #7D2E01 }
a.qindexHL { background-color: #501000; color: #FFEEBB }
a.qindexHL:hover { background-color: #501000; color: #FFEEBB }
a.qindexHL:visited { background-color: #501000; color: #FFEEBB }
div.fragment { border: 1px solid #CCBBAA; background-color: #DDDDAA; }
pre.fragment { border: 1px solid #CCBBAA; background-color: #FFFFDD; }
TD.indexkey { background-color: #FFFFCC; }
TD.indexvalue { background-color: #FFFFCC; }
td.md { background-color: #FFFFCC; font-weight: bold; }
td.mdname { background-color: #FFFFCC; font-weight: bold; color: #602020; width: 600px; }
td.mdname1 { background-color: #FFFFCC; font-weight: bold; color: #602020; }
.mdTable { background-color: #FFFFCC; border: 1px solid #CCBBAA; }
.mdescLeft { background-color: #FFFFCC; border: 1px none #CCBBAA; }
.mdescRight { background-color: #FFFFCC; border: 1px none #CCBBAA; }
.memitem { background-color: #FFFFCC; border: 1px solid #CCBBAA; }
.memItemLeft { background-color: #FFFFCC; border: 1px solid #CCBBAA; }
.memItemRight { background-color: #FFFFCC; border: 1px solid #CCBBAA; }
.memname { color: #501000; }
.memproto { background-color: #DDDDAA; border: 1px solid #CCBBAA; }
div.nav { background-color: #DDDDAA; border: 1px solid #CCBBAA; }
/* Standard markup styles, borrowed from tangentsoft.net */
body {
background-color: #FFFFEE;
font-family: "Georgia", "New Century Schoolbook", "Times New Roman",
"Times", serif;
margin-left: 30pt;
margin-right: 30pt;
}
a:link { color: #491E00; }
a:visited { color: #7D2E01; }
a:hover { color: #CC5500; background-color: transparent; text-decoration: none; }
a:active { color: #DA7417; }
p { line-height: 140%; }
h1 {
font-family: verdana, helvetica narrow, arial, univers, sans-serif;
font-size: 20pt;
color: #501000;
margin-left: 0pt;
}
h2 {
font-family: verdana, helvetica narrow, arial, univers, sans-serif;
font-size: 16pt;
font-weight: bold;
color: #501000;
margin-left: -10pt;
}
h3 {
font-family: verdana, helvetica narrow, arial, univers, sans-serif;
font-size: 14pt;
font-weight: bold;
color: #501000;
margin-left: -10pt;
}
h4 {
font-family: verdana, helvetica narrow, arial, univers, sans-serif;
font-size: 10pt;
font-weight: bold;
color: #501000;
margin-left: -10pt;
}
h5 {
font-family: verdana, helvetica narrow, arial, univers, sans-serif;
font-size: 10pt;
font-weight: bold;
color: #501000;
}
|