1 body, table, div, p, dl {
2 font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif;
6 /* @group Heading Levels */
9 text-align: left; /* RNIS */
11 padding-top: 10px; /* RNIS */
12 border-bottom: 3px solid #0c9bce;; /* RNIS */
15 h1:before { /* RNIS */
16 content: url(images/Logo.png); /* RNIS */
17 padding-right: 10px; /* RNIS */
21 font-size: 140%; /* RNIS */
34 div.qindex, div.navtab{
35 background-color: #e8eef2;
36 border: 1px solid #84b0c7;
42 div.qindex, div.navpath {
51 /* @group Link Styling */
56 text-decoration: none;
64 text-decoration: underline;
73 background-color: #6666cc;
75 border: 1px double #9295C2;
78 .contents a.qindexHL:visited {
102 font-family: monospace, fixed;
107 border: 1px solid #CCCCCC;
108 background-color: #f5f5f5;
110 margin: 4px 8px 4px 2px;
114 background-color: black;
141 background-color: #e8eef2;
143 border: 1px solid #CCCCCC;
144 margin: 2px 0px 2px 0;
149 background-color: #e8eef2;
150 border: 1px solid #CCCCCC;
156 background-color: #f0f0f0;
168 vertical-align: middle;
171 /* @group Code Colorization */
233 background-color: #e8eef2;
242 border-collapse: collapse;
243 border: 1px solid #84b0c7;
254 border-top: 1px solid #666;
257 /* @group Member Descriptions */
259 .mdescLeft, .mdescRight,
260 .memItemLeft, .memItemRight,
261 .memTemplItemLeft, .memTemplItemRight, .memTemplParams {
262 background-color: #FAFAFA;
265 padding: 1px 0 0 8px;
268 .mdescLeft, .mdescRight {
269 padding: 0px 8px 4px 8px;
273 .memItemLeft, .memItemRight, .memTemplParams {
274 border-top: 1px solid #ccc;
283 /* @group Member Details */
285 /* Styles for detailed member documentation */
295 background-color: #e8eef2;
296 border: 1px solid #84b0c7;
313 border: 1px solid #84b0c7;
318 background-color: #d5e1e8;
320 -webkit-border-top-left-radius: 8px;
321 -webkit-border-top-right-radius: 8px;
322 -moz-border-radius-topleft: 8px;
323 -moz-border-radius-topright: 8px;
328 background-color: #eef3f5;
330 -webkit-border-bottom-left-radius: 8px;
331 -webkit-border-bottom-right-radius: 8px;
332 -moz-border-radius-bottomleft: 8px;
333 -moz-border-radius-bottomright: 8px;
354 /* @group Directory (tree) */
356 /* for the tree view */
359 font-family: sans-serif;
363 /* these are for tree view when used as main index */
377 The following two styles can be used to replace the root node title
378 with an image of your choice. Simply uncomment the next two styles,
379 specify the name of your image and be sure to set 'height' to the
380 proper pixel height of your image.
386 background-repeat: no-repeat;
387 background-image: url("yourimage.gif");
389 .directory h3.swap span {
409 vertical-align: -30%;
412 /* these are for tree view when not used as main index */
425 .directory-alt > h3 {
440 vertical-align: -30%;
451 /*----------------------------------------------------------------------------
452 * RNIS specific types
453 *--------------------------------------------------------------------------*/
462 /* term definition table */
479 table.rnis-def td.termdata
505 text-decoration: underline;
519 background-color: #eeeeee;
520 font-family: courier;
524 vertical-align: middle;
528 margin: 0 5px 20px 0;
537 /* man page options table */
546 table.rnis-opts td.rnis-opts-grp
555 table.rnis-opts td.rnis-opts-opt
561 font-family: monospace, fixed;