1 /* Basic Settings:                                                            */
\r 
   4         background-color: White; /* black foreground */
\r 
   5         color: Black; /* center the body content in browser window */
\r 
   6         margin: auto; /* padding ("inner margin") leaves space between */
\r 
   7         padding: 24px; /* set width according to browser window width */
\r 
   8         width: auto; /* text alignment */
\r 
   9         text-align: justify; /* text-align: left; */
\r 
  14   /* font size, line height, font */
\r 
  15   /* list of fonts provides fallbacks if a font is not present */
\r 
  16   font: 12px/18px Verdana, Arial, Helvetica, Sans-Serif;
\r 
  18   /* margin (top - right - bottom - left) */
\r 
  19   margin: 0 15px 6px 15px;
\r 
  25 /* NEEDS TO BE CLEARED UP */
\r 
  30   /* font size, line height, font */
\r 
  31   /* list of fonts provides fallbacks if a font is not present */
\r 
  32   font: 12px/18px Verdana, Arial, Helvetica, Sans-Serif;
\r 
  37 /* set font for most elements                    */
\r 
  38 /* p: paragraphs (regular text, docbook <para>)  */
\r 
  40 /* body: anything else  */
\r 
  41 body, p, td, li, dt, dd,
\r 
  43 /* set font size and line height                             */
\r 
  44 /* list of fonts provides fallbacks if a font is not present */
\r 
  45 font: 12px/18px Verdana, Arial, Helvetica, Sans-Serif;
\r 
  49 /* docbook: <imageobject> */
\r 
  54 /* no padding ("inner margin") */
\r 
  62 /* emphasized text, can occur in most places */
\r 
  63 /* docbook: <emphasis> */
\r 
  65 /* bold face, higher number is more bold */
\r 
  72 /* sect(ion)1 title */
\r 
  74         font-family: Georgia, Verdana, Arial, Helvetica, Sans-Serif; /* font size, relative to body font size */
\r 
  75         font-size: 125%; /* bold face, higher number is more bold */
\r 
  76         font-weight: 600; /* underlined text */
\r 
  77         text-decoration: none; /* foreground color: dark blue */
\r 
  78         color: Black; /* background color: gray */
\r 
  79         background-color: Orange; /* margin settings are top - right - bottom - left (think clockwise) */
\r 
  80         margin: 15px 0 15px 0; /* padding ("inner margin") settings are top - right - bottom - left */
\r 
  81 /* (think clockwise)                                                 */
\r 
  82         padding: 8px 15px 8px 15px; 
\r 
  83         /* border: 1px solid #000; */
\r 
  87 /* sect(ion)2 title */
\r 
  89         font-family: Georgia, Verdana, Arial, Helvetica, Sans-Serif; /* font size, relative to body font size */
\r 
  90         font-size: 110%; /* bold face, higher number is more bold */
\r 
  91         font-weight: 600; /* underlined text */
\r 
  92         text-decoration: none; /* foreground color: dark blue */
\r 
  93         color: Black; /* background-color is a very light grey */
\r 
  94         background-color: #fefefe; /* padding ("inner margin") settings are top - right - bottom - left */
\r 
  95 /* (think clockwise)                                                 */
\r 
  96         padding: 0 0 0 15px;
\r 
 100 /* sect(ion)3 title */
\r 
 102         font-family: Georgia, Verdana, Arial, Helvetica, Sans-Serif; /* font size, relative to body font size */
\r 
 103         font-size: 100%; /* bold face, higher number is more bold */
\r 
 104         font-weight: 600; /* underlined text */
\r 
 105         text-decoration: none; /* foreground color: dark blue */
\r 
 106         color: Black; /* background-color is a very light grey */
\r 
 107         background-color: #fefefe; /* padding ("inner margin") settings are top - right - bottom - left */
\r 
 108 /* (think clockwise)                                                 */
\r 
 109         padding: 0 0 0 15px;
\r 
 113 /* sect(ion)4 title */
\r 
 115         font-family: Georgia, Verdana, Arial, Helvetica, Sans-Serif; /* font size, relative to body font size */
\r 
 116         font-size: 100%; /* bold face, higher number is more bold */
\r 
 117         font-weight: 300; /* not underlined */
\r 
 118         text-decoration: none; /* foreground color: dark blue */
\r 
 119         color: Black; /* background-color is a very light grey */
\r 
 120         background-color: #fefefe; /* padding ("inner margin") settings are top - right - bottom - left */
\r 
 121 /* (think clockwise)                                                 */
\r 
 122         padding: 0 0 0 15px;
\r 
 125 /* the following formats refer to the docbook tags of the same name           */
\r 
 126 /* for more information, see the docbook reference at                         */
\r 
 127 /* http://www.docbook.org/tdg/en/html/docbook.html                            */
\r 
 132 text-align: center;
\r 
 137 .calloutlist, .figure, .table
\r 
 139 /* margin settings are top - right - bottom - left (think clockwise) */
\r 
 140 margin: 15px 30px 15px 30px;
\r 
 145 .itemizedlist, .variablelist {
\r 
 146 /* margin settings are top - right - bottom - left (think clockwise) */
\r 
 147 margin: 15px 30px 15px 15px;
\r 
 150 /* blockquote formatting is a little more complex    */
\r 
 151 /* because block quotes are rendered as a html table */
\r 
 153 /* blockquote block */
\r 
 156 /* override bottom margin, the other margins are inherited */
\r 
 157 margin-bottom: 30px;
\r 
 160 .blockquote p, .blockquote td
\r 
 162 /* set font size and line height                             */
\r 
 163 /* list of fonts provides fallbacks if a font is not present */
\r 
 164 font: 12px/18px Verdana, Arial, Helvetica, Sans-Serif;
\r 
 166 /* bold face, higher number is more bold */
\r 
 173 /* override bottom margin, the other margins are inherited */
\r 
 174 margin-bottom: 30px;
\r 
 177 .epigraph p, .epigraph td
\r 
 179 /* set font size and line height                             */
\r 
 180 /* list of fonts provides fallbacks if a font is not present */
\r 
 181 font: 10px/14px Verdana, Arial, Helvetica, Sans-Serif;
\r 
 183 /* bold face, higher number is more bold */
\r 
 189 /* custom header and footer that are displayed on all pages */
\r 
 190 #customheader, #customfooter
\r 
 192 /* list of fonts provides fallbacks if a font is not present */
\r 
 193 font-family: Verdana, Arial, Helvetica, Sans-Serif;
\r 
 195 /* font size, relative to body font size */
\r 
 198 /* line height, relative to body font size */
\r 
 202 text-align: center;
\r 
 203 vertical-align: middle;
\r 
 205 background-color: #009;
\r 
 209 /* leave more space between last paragraph and footer  */
\r 
 210 /* some browser do not add up the bottom margin of the prior element */
\r 
 211 /* and the top margin of the footer */
\r 
 218 /* table { margin: 0 15px 6px 15px; } */
\r 
 221 /* title and navigation links in header and footer */
\r 
 222 .navheader th, .navheader td, .navfooter th, .navfooter td
\r 
 229 /* table of contents, list of figures and list of tables */
\r 
 230 .toc, .list-of-figures, .list-of-tables, .list-of-examples
\r 
 232 /* margin settings are top - right - bottom - left (think clockwise) */
\r 
 233 margin: 15px 30px 15px 15px;
\r 
 237 /* the "headings" are rendered as paragraphs */
\r 
 238 .toc p, .list-of-figures p, .list-of-tables p, .list-of-examples p
\r 
 247 /* margin settings are top - right - bottom - left (think clockwise) */
\r 
 248 margin: 5px 5px 5px 5px;
\r 
 250 /* no padding ("inner border") */
\r 
 257 text-align: center;
\r 
 262 .figure p, .table p, .example p
\r 
 270       border-bottom: 1px dashed #00cc00;
\r 
 276 /* admonition headings */
\r 
 277 div.note, div.important, div.warning, div.caution, div.tip
\r 
 279 padding: 0px 15px 0px 0px;
\r 
 282 div.note th, div.important th, div.warning th, div.caution th, div.tip th
\r 
 284 /* set font size and line height                             */
\r 
 285 /* list of fonts provides fallbacks if a font is not present */
\r 
 286 font: 12px/18px Verdana, Arial, Helvetica, Sans-Serif;
\r 
 290 text-decoration: underline;
\r 
 296 .note p, .important p, .warning p, .caution p, .tip p
\r 
 301 .note img, .important img, .warning img, .caution img, .tip img
\r 
 303 margin: 0px 15px 0px 15px;
\r 
 307 /* programlisting */
\r 
 310 /* non-proportional font */
\r 
 311 /* list of fonts provides fallbacks if a font is not present */
\r 
 312 font-family: "Courier New", Courier, Monospace;
\r 
 317 /* background color: gray */
\r 
 318 background-color: #eee;
\r 
 323 /* gray dotted border, 1 px wide */
\r 
 324 border: 1px dotted #ddd;
\r 
 326 /* padding ("inner margin") settings are top - right - bottom - left */
\r 
 327 /* (think clockwise)                                                 */
\r 
 328 padding: 6px 6px 6px 6px;
\r 
 335 /* heading1 is used for document title */
\r 
 338         font-family: Georgia,Verdana, Arial, Helvetica, Sans-Serif; /* font size, relative to body font size */
\r 
 339         font-size: 150%; /* bold face, higher number is more bold */
\r 
 340         font-weight: 600; /* line height, relative to body line height */
\r 
 341         line-height: 250%; /* center */
\r 
 342         text-align: center; /* foreground color: dark blue */
\r 
 343         color: Black; /* background color: gray */
\r 
 344         background-color: Orange; /* margin settings are top - right - bottom - left (think clockwise) */
\r 
 345         margin: 15px 0 15px 0; /* no padding ("inner margin") */
\r 
 347         border: 1px solid #000; 
\r 
 352 /* author on title page is formatted as h3          */
\r 
 353 /* these settings overwrite the regular h3 settings */
\r 
 355 /* set font size and line height                             */
\r 
 356 /* list of fonts provides fallbacks in case selected fonts are not present */
\r 
 357 font: 12px/18px Verdana, Arial, Helvetica, Sans-Serif;
\r 
 359 /* bold face, higher number is more bold */
\r 
 362 /* do not underline */
\r 
 363 text-decoration: none;
\r 
 366 text-align: center;
\r 
 371 /* background-color is a very light grey */
\r 
 372 /* alternative: #fff = white             */
\r 
 373 background-color: #fefefe;
\r 
 375 /* margin settings are top - right - bottom - left (think clockwise) */
\r 
 376 margin: 0 15px 15px 15px;
\r 
 386 /* copyright and date */
\r 
 387 .copyright, .pubdate
\r 
 389 /* list of fonts provides fallbacks if a font is not present */
\r 
 390 font-family: Verdana, Arial, Helvetica, Sans-Serif;
\r 
 392 /* font size, relative to body font size */
\r 
 396 text-align: center;
\r 
 398 /* margin settings are top - right - bottom - left (think clockwise) */
\r 
 399 margin: 15px 15px 15px 15px;
\r 
 401 /* no padding ("inner margin") */
\r 
 409 /* legal notice box */
\r 
 412         font-family: Verdana, Arial, Helvetica, Sans-Serif; /* font size, relative to body font size */
\r 
 413         font-size: 90%; /* color: black */
\r 
 414         color: #000; /* background color: gray */
\r 
 415         background-color: Orange; /* margin settings are top - right - bottom - left (think clockwise) */
\r 
 416         margin: 10px 45px 10px 45px; /* padding ("inner margin") settings are top - right - bottom - left */
\r 
 417         padding: 5px 5px 5px 5px; /* solid black border, 1px wide */
\r 
 418         border: 1px solid #000;
\r 
 423         /* border: thin solid orange; */
\r 
 424         border-spacing: 0pt;
\r 
 430         font-family: SansSerif, Arial, Helvetica, sans-serif;
\r 
 438          /* border: thin solid orange; */        
\r 
 446    border-collapse: collapse;
\r 
 447         table-layout: auto;
\r 
 451    border-collapse: collapse;
\r 
 452         table-layout: auto;
\r