1 body, table, div, p, dl {
2 font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif;
6 /* @group Heading Levels */
9 text-align: left; /* RNR */
11 border-bottom: 3px solid #990000;; /* RNR */
15 content: url(images/Logo.png); /* RNR */
16 padding-right: 10px; /* RNR */
20 font-size: 140%; /* RNR */
33 div.qindex, div.navtab{
34 background-color: #e8eef2;
35 border: 1px solid #84b0c7;
41 div.qindex, div.navpath {
50 /* @group Link Styling */
55 text-decoration: none;
63 text-decoration: underline;
72 background-color: #6666cc;
74 border: 1px double #9295C2;
77 .contents a.qindexHL:visited {
101 font-family: monospace, fixed;
106 border: 1px solid #CCCCCC;
107 background-color: #f5f5f5;
109 margin: 4px 8px 4px 2px;
113 background-color: black;
140 background-color: #e8eef2;
142 border: 1px solid #CCCCCC;
143 margin: 2px 0px 2px 0;
148 background-color: #e8eef2;
149 border: 1px solid #CCCCCC;
155 background-color: #f0f0f0;
167 vertical-align: middle;
170 /* @group Code Colorization */
232 background-color: #e8eef2;
241 border-collapse: collapse;
242 border: 1px solid #84b0c7;
253 border-top: 1px solid #666;
256 /* @group Member Descriptions */
258 .mdescLeft, .mdescRight,
259 .memItemLeft, .memItemRight,
260 .memTemplItemLeft, .memTemplItemRight, .memTemplParams {
261 background-color: #FAFAFA;
264 padding: 1px 0 0 8px;
267 .mdescLeft, .mdescRight {
268 padding: 0px 8px 4px 8px;
272 .memItemLeft, .memItemRight, .memTemplParams {
273 border-top: 1px solid #ccc;
282 /* @group Member Details */
284 /* Styles for detailed member documentation */
294 background-color: #e8eef2;
295 border: 1px solid #84b0c7;
312 border: 1px solid #84b0c7;
317 background-color: #d5e1e8;
319 -webkit-border-top-left-radius: 8px;
320 -webkit-border-top-right-radius: 8px;
321 -moz-border-radius-topleft: 8px;
322 -moz-border-radius-topright: 8px;
327 background-color: #eef3f5;
329 -webkit-border-bottom-left-radius: 8px;
330 -webkit-border-bottom-right-radius: 8px;
331 -moz-border-radius-bottomleft: 8px;
332 -moz-border-radius-bottomright: 8px;
353 /* @group Directory (tree) */
355 /* for the tree view */
358 font-family: sans-serif;
362 /* these are for tree view when used as main index */
376 The following two styles can be used to replace the root node title
377 with an image of your choice. Simply uncomment the next two styles,
378 specify the name of your image and be sure to set 'height' to the
379 proper pixel height of your image.
385 background-repeat: no-repeat;
386 background-image: url("yourimage.gif");
388 .directory h3.swap span {
408 vertical-align: -30%;
411 /* these are for tree view when not used as main index */
424 .directory-alt > h3 {
439 vertical-align: -30%;
450 /*----------------------------------------------------------------------------
452 *--------------------------------------------------------------------------*/
466 border: 2px solid black;
467 border-collapse: collapse;
474 border: 1px solid black;
480 /* text-decoration: underline; */
485 /* two-column definition */
502 table.rn-def td.termdata
515 /* man page options table */
524 table.rn-opts td.rn-opts-grp
533 table.rn-opts td.rn-opts-opt
539 font-family: monospace, fixed;