font-weight: bold;
color: #cc3322;
}
+
A.qindex:visited {
text-decoration: none;
font-weight: bold;
color: #cc3322
}
+
A.qindex:hover {
text-decoration: none;
background-color: #ffff00;
}
-A.el { text-decoration: none; font-weight: bold }
+A.el {
+ text-decoration: none;
+ font-weight: bold
+}
+
A.elRef { font-weight: bold }
-A.code:link { text-decoration: none; font-weight: normal; color: #BA3708}
-A.code:visited { text-decoration: none; font-weight: normal; color: #BA3708}
-A.codeRef:link { font-weight: normal; color: #BA3708}
-A.codeRef:visited { font-weight: normal; color: #BA3708}
-A:hover { text-decoration: none; background-color: #ffff00 }
+
+A.code:link {
+ text-decoration: none;
+ font-weight: normal;
+ color: #BA3708
+}
+
+A.code:visited {
+ text-decoration: none;
+ font-weight: normal;
+ color: #BA3708
+}
+
+A.codeRef:link {
+ font-weight: normal;
+ color: #BA3708
+}
+
+A.codeRef:visited {
+ font-weight: normal;
+ color: #BA3708
+}
+
+A:hover {
+ text-decoration: none;
+ background-color: #ffff00
+}
+
DL.el { margin-left: -1cm }
.fragment {
font-family: Fixed, monospace;
font-size: 95%;
}
+
PRE.fragment {
border: 1px solid #CCCCCC;
background-color: #351505;
font-weight: bold;
}
-DIV.groupText { margin-left: 16px; font-style: italic; font-size: 90% }
+DIV.groupText {
+ margin-left: 16px;
+ font-style: italic;
+ font-size: 90%
+}
BODY {
background: black;
}
TR.memlist {
- background-color: #112244;
+ background-color: #112244;
}
P.formulaDsp { text-align: center; }
IMG.formulaDsp { }
padding: 0px 8px 4px 8px;
margin: 0px;
}
+
.mdescRight { /* Short description */
padding: 0px 8px 4px 8px;
font-size: 100%;
font-style: italic;
margin: 0px;
}
+
.memItemLeft { /* return value */
color: #ffffff;
border-top-color: #ffff00;
border-left-style: none;
font-size: 100%;
}
+
.memItemRight { /* function declaration */
color: #ffffff;
border-top-color: #ffff00;
font-size: 100%;
}
-.search { color: #f03309;
- font-weight: bold;
+.search {
+ color: #f03309;
+ font-weight: bold;
}
+
FORM.search {
- margin-bottom: 0px;
- margin-top: 0px;
+ margin-bottom: 0px;
+ margin-top: 0px;
}
-INPUT.search { font-size: 75%;
- color: #800000;
- font-weight: normal;
- background-color: #000000;
+
+INPUT.search {
+ font-size: 75%;
+ color: #800000;
+ font-weight: normal;
+ background-color: #000000;
}
-TD.tiny {
+
+TD.tiny {
font-size: 75%;
}
a:visited {
color: #cc3322;
}
+
.dirtab { padding: 4px;
border-collapse: collapse;
border: 1px solid #84b007;
}
-TH.dirtab { background: #080e02;
- font-weight: bold;
+
+TH.dirtab {
+ background: #080e02;
+ font-weight: bold;
}
-HR { height: 1px;
- border: none;
- border-top: 1px solid yellow;
+
+HR {
+ height: 1px;
+ border: none;
+ border-top: 1px solid yellow;
}
/* Style for detailed member documentation */
.memtemplate {
- font-size: 100%;
- color: #cccccc;
- font-weight: normal;
+ font-size: 100%;
+ color: #cccccc;
+ font-weight: normal;
}
.memitem { /* outer border around function */
- padding: 6px;
- background-color: #000000;
- border-width: 2px;
- border-style: solid;
- border-color: #ffff00;
+ padding: 6px;
+ background-color: #000000;
+ border-width: 2px;
+ border-style: solid;
+ border-color: #ffff00;
}
.memname {
- color: #ffffff; /* name of the function */
- white-space: nowrap;
- font-weight: bold;
+ color: #ffffff; /* name of the function */
+ white-space: nowrap;
+ font-weight: bold;
}
.memdoc{
- padding-left: 10px;
+ padding-left: 10px;
}
/* inner box containing function definition */
.memproto {
- background-color: #000055;
- width: 100%;
- border-width: 2px;
- border-style: solid;
- border-color: #ffff00;
- font-weight: bold;
-/* -moz-border-radius: 8px 8px 8px 8px;*/
+ background-color: #000055;
+ width: 100%;
+ border-width: 2px;
+ border-style: solid;
+ border-color: #ffff00;
+ font-weight: bold;
}
.paramkey {
- color: #ff0000;
- text-align: right;
+ color: #ff0000;
+ text-align: right;
}
+
.paramtype { /* type of function parameter, e.g. "int" */
- color: #00ff00;
- white-space: nowrap;
+ color: #00ff00;
+ white-space: nowrap;
}
+
.paramname { /* name of function parameter */
- color: #ffff00;
- font-style: italic;
+ color: #ffff00;
+ font-style: italic;
}
-