- text-decoration: none;
- font-weight: bold;
- font-family: monospace, fixed;
- color: #008800;
-}
\ No newline at end of file
+ text-decoration: none;
+ font-weight: bold;
+ font-family: monospace, fixed;
+ color: #008800;
+}
+
+/* we make all the following <span> tags render the text just like
+ the standard Doxygen @remarks, @see tags do, to obtain a uniform
+ look and feel */
+SPAN.itemdef, SPAN.lib, SPAN.category, SPAN.stdobj, SPAN.styles, SPAN.events, SPAN.appearance, SPAN.impl, SPAN.avail {
+ font-weight: bold;
+ line-height: 130%;
+}
+
+SPAN.style, SPAN.event {
+ font-weight: bold;
+ color: #880000;
+}
+
+A[HREF="modules.html"] SPAN:before {
+ content: "Categories / ";
+}
+
+/* Doxygen defaults the top navigation tabs to a small, bold font,
+ so we reset it here to a larger, normal font. */
+DIV.navigation A SPAN {
+ font-size: 120%;
+ font-weight: normal;
+}
+