+/* Basic Settings: */\r
+\r
+body {\r
+ background-color: White; /* black foreground */\r
+ color: Black; /* center the body content in browser window */\r
+ margin: auto; /* padding ("inner margin") leaves space between */\r
+ padding: 24px; /* set width according to browser window width */\r
+ width: auto; /* text alignment */\r
+ text-align: justify; /* text-align: left; */\r
+}\r
+\r
+/* para */\r
+p {\r
+ /* font size, line height, font */\r
+ /* list of fonts provides fallbacks if a font is not present */\r
+ font: 12px/18px Verdana, Arial, Helvetica, Sans-Serif;\r
+\r
+ /* margin (top - right - bottom - left) */\r
+ margin: 0 15px 6px 15px;\r
+}\r
+\r
+\r
+\r
+\r
+/* NEEDS TO BE CLEARED UP */\r
+\r
+\r
+p, td, li, dt, dd\r
+{\r
+ /* font size, line height, font */\r
+ /* list of fonts provides fallbacks if a font is not present */\r
+ font: 12px/18px Verdana, Arial, Helvetica, Sans-Serif;\r
+}\r
+\r
+\r
+\r
+/* set font for most elements */\r
+/* p: paragraphs (regular text, docbook <para>) */\r
+/* (...) */\r
+/* body: anything else */\r
+body, p, td, li, dt, dd,\r
+{\r
+/* set font size and line height */\r
+/* list of fonts provides fallbacks if a font is not present */\r
+font: 12px/18px Verdana, Arial, Helvetica, Sans-Serif;\r
+}\r
+\r
+/* images */\r
+/* docbook: <imageobject> */\r
+img {\r
+/* no margin */\r
+margin: 0;\r
+\r
+/* no padding ("inner margin") */\r
+padding: 0;\r
+\r
+/* no border */\r
+border: 0;\r
+}\r
+\r
+\r
+/* emphasized text, can occur in most places */\r
+/* docbook: <emphasis> */\r
+em {\r
+/* bold face, higher number is more bold */\r
+font-weight: 600;\r
+/* italic */\r
+font-style: italic;\r
+}\r
+\r
+\r
+/* sect(ion)1 title */\r
+h2 {\r
+ font-family: Georgia, Verdana, Arial, Helvetica, Sans-Serif; /* font size, relative to body font size */\r
+ font-size: 125%; /* bold face, higher number is more bold */\r
+ font-weight: 600; /* underlined text */\r
+ text-decoration: none; /* foreground color: dark blue */\r
+ color: Black; /* background color: gray */\r
+ background-color: Orange; /* margin settings are top - right - bottom - left (think clockwise) */\r
+ margin: 15px 0 15px 0; /* padding ("inner margin") settings are top - right - bottom - left */\r
+/* (think clockwise) */\r
+ padding: 8px 15px 8px 15px; \r
+ /* border: 1px solid #000; */\r
+}\r
+\r
+\r
+/* sect(ion)2 title */\r
+h3 {\r
+ font-family: Georgia, Verdana, Arial, Helvetica, Sans-Serif; /* font size, relative to body font size */\r
+ font-size: 110%; /* bold face, higher number is more bold */\r
+ font-weight: 600; /* underlined text */\r
+ text-decoration: none; /* foreground color: dark blue */\r
+ color: Black; /* background-color is a very light grey */\r
+ background-color: #fefefe; /* padding ("inner margin") settings are top - right - bottom - left */\r
+/* (think clockwise) */\r
+ padding: 0 0 0 15px;\r
+}\r
+\r
+\r
+/* sect(ion)3 title */\r
+h4 {\r
+ font-family: Georgia, Verdana, Arial, Helvetica, Sans-Serif; /* font size, relative to body font size */\r
+ font-size: 100%; /* bold face, higher number is more bold */\r
+ font-weight: 600; /* underlined text */\r
+ text-decoration: none; /* foreground color: dark blue */\r
+ color: Black; /* background-color is a very light grey */\r
+ background-color: #fefefe; /* padding ("inner margin") settings are top - right - bottom - left */\r
+/* (think clockwise) */\r
+ padding: 0 0 0 15px;\r
+}\r
+\r
+\r
+/* sect(ion)4 title */\r
+h5 {\r
+ font-family: Georgia, Verdana, Arial, Helvetica, Sans-Serif; /* font size, relative to body font size */\r
+ font-size: 100%; /* bold face, higher number is more bold */\r
+ font-weight: 300; /* not underlined */\r
+ text-decoration: none; /* foreground color: dark blue */\r
+ color: Black; /* background-color is a very light grey */\r
+ background-color: #fefefe; /* padding ("inner margin") settings are top - right - bottom - left */\r
+/* (think clockwise) */\r
+ padding: 0 0 0 15px;\r
+}\r
+\r
+/* the following formats refer to the docbook tags of the same name */\r
+/* for more information, see the docbook reference at */\r
+/* http://www.docbook.org/tdg/en/html/docbook.html */\r
+\r
+.mediaobject\r
+{\r
+/* center */\r
+text-align: center;\r
+}\r
+\r
+\r
+/* */\r
+.calloutlist, .figure, .table\r
+{\r
+/* margin settings are top - right - bottom - left (think clockwise) */\r
+margin: 15px 30px 15px 30px;\r
+}\r
+\r
+\r
+/* */\r
+.itemizedlist, .variablelist {\r
+/* margin settings are top - right - bottom - left (think clockwise) */\r
+margin: 15px 30px 15px 15px;\r
+}\r
+\r
+/* blockquote formatting is a little more complex */\r
+/* because block quotes are rendered as a html table */\r
+\r
+/* blockquote block */\r
+.blockquote\r
+{\r
+/* override bottom margin, the other margins are inherited */\r
+margin-bottom: 30px;\r
+}\r
+\r
+.blockquote p, .blockquote td\r
+{\r
+/* set font size and line height */\r
+/* list of fonts provides fallbacks if a font is not present */\r
+font: 12px/18px Verdana, Arial, Helvetica, Sans-Serif;\r
+\r
+/* bold face, higher number is more bold */\r
+font-weight: 450;\r
+}\r
+\r
+\r
+.epigraph\r
+{\r
+/* override bottom margin, the other margins are inherited */\r
+margin-bottom: 30px;\r
+}\r
+\r
+.epigraph p, .epigraph td\r
+{\r
+/* set font size and line height */\r
+/* list of fonts provides fallbacks if a font is not present */\r
+font: 10px/14px Verdana, Arial, Helvetica, Sans-Serif;\r
+\r
+/* bold face, higher number is more bold */\r
+font-weight: 600;\r
+}\r
+\r
+\r
+\r
+/* custom header and footer that are displayed on all pages */\r
+#customheader, #customfooter\r
+{\r
+/* list of fonts provides fallbacks if a font is not present */\r
+font-family: Verdana, Arial, Helvetica, Sans-Serif;\r
+\r
+/* font size, relative to body font size */\r
+font-size: 80%;\r
+\r
+/* line height, relative to body font size */\r
+line-height: 200%;\r
+\r
+\r
+text-align: center;\r
+vertical-align: middle;\r
+color: #fff;\r
+background-color: #009;\r
+}\r
+\r
+\r
+/* leave more space between last paragraph and footer */\r
+/* some browser do not add up the bottom margin of the prior element */\r
+/* and the top margin of the footer */\r
+#customfooter {\r
+margin-top: 15px;\r
+}\r
+\r
+\r
+\r
+/* table { margin: 0 15px 6px 15px; } */\r
+\r
+\r
+/* title and navigation links in header and footer */\r
+.navheader th, .navheader td, .navfooter th, .navfooter td\r
+{\r
+font-size: 11px;\r
+font-weight: 450;\r
+}\r
+\r
+\r
+/* table of contents, list of figures and list of tables */\r
+.toc, .list-of-figures, .list-of-tables, .list-of-examples\r
+{\r
+/* margin settings are top - right - bottom - left (think clockwise) */\r
+margin: 15px 30px 15px 15px;\r
+}\r
+\r
+\r
+/* the "headings" are rendered as paragraphs */\r
+.toc p, .list-of-figures p, .list-of-tables p, .list-of-examples p\r
+{\r
+/* no margin */\r
+margin: 0;\r
+}\r
+\r
+\r
+.figure\r
+{\r
+/* margin settings are top - right - bottom - left (think clockwise) */\r
+margin: 5px 5px 5px 5px;\r
+\r
+/* no padding ("inner border") */\r
+padding: 0;\r
+\r
+/* no border */\r
+border: 0;\r
+\r
+/* center text */\r
+text-align: center;\r
+}\r
+\r
+\r
+/* figure title */\r
+.figure p, .table p, .example p\r
+{\r
+font-size: 80%;\r
+}\r
+\r
+\r
+/*\r
+acronym {\r
+ border-bottom: 1px dashed #00cc00;\r
+ cursor: help;\r
+}\r
+*/\r
+\r
+\r
+/* admonition headings */\r
+div.note, div.important, div.warning, div.caution, div.tip\r
+{\r
+padding: 0px 15px 0px 0px;\r
+}\r
+\r
+div.note th, div.important th, div.warning th, div.caution th, div.tip th\r
+{\r
+/* set font size and line height */\r
+/* list of fonts provides fallbacks if a font is not present */\r
+font: 12px/18px Verdana, Arial, Helvetica, Sans-Serif;\r
+\r
+font-weight: 600;\r
+\r
+text-decoration: underline;\r
+\r
+/* left align */\r
+text-align: left;\r
+}\r
+\r
+.note p, .important p, .warning p, .caution p, .tip p\r
+{\r
+margin: 0;\r
+}\r
+\r
+.note img, .important img, .warning img, .caution img, .tip img\r
+{\r
+margin: 0px 15px 0px 15px;\r
+}\r
+\r
+\r
+/* programlisting */\r
+pre.programlisting\r
+{\r
+/* non-proportional font */\r
+/* list of fonts provides fallbacks if a font is not present */\r
+font-family: "Courier New", Courier, Monospace;\r
+\r
+/* color: black */\r
+color: #000;\r
+\r
+/* background color: gray */\r
+background-color: #eee;\r
+\r
+/* no margin */\r
+margin: 0;\r
+\r
+/* gray dotted border, 1 px wide */\r
+border: 1px dotted #ddd;\r
+\r
+/* padding ("inner margin") settings are top - right - bottom - left */\r
+/* (think clockwise) */\r
+padding: 6px 6px 6px 6px;\r
+}\r
+\r
+\r
+/* title page */\r
+\r
+\r
+/* heading1 is used for document title */\r
+h1\r
+{\r
+ font-family: Georgia,Verdana, Arial, Helvetica, Sans-Serif; /* font size, relative to body font size */\r
+ font-size: 150%; /* bold face, higher number is more bold */\r
+ font-weight: 600; /* line height, relative to body line height */\r
+ line-height: 250%; /* center */\r
+ text-align: center; /* foreground color: dark blue */\r
+ color: Black; /* background color: gray */\r
+ background-color: Orange; /* margin settings are top - right - bottom - left (think clockwise) */\r
+ margin: 15px 0 15px 0; /* no padding ("inner margin") */\r
+ padding: 15;\r
+ border: 1px solid #000; \r
+}\r
+\r
+\r
+\r
+/* author on title page is formatted as h3 */\r
+/* these settings overwrite the regular h3 settings */\r
+h3.author {\r
+/* set font size and line height */\r
+/* list of fonts provides fallbacks in case selected fonts are not present */\r
+font: 12px/18px Verdana, Arial, Helvetica, Sans-Serif;\r
+\r
+/* bold face, higher number is more bold */\r
+font-weight: 600;\r
+\r
+/* do not underline */\r
+text-decoration: none;\r
+\r
+/* center text */\r
+text-align: center;\r
+\r
+/* color: black */\r
+color: #000;\r
+\r
+/* background-color is a very light grey */\r
+/* alternative: #fff = white */\r
+background-color: #fefefe;\r
+\r
+/* margin settings are top - right - bottom - left (think clockwise) */\r
+margin: 0 15px 15px 15px;\r
+\r
+/* no padding */\r
+padding: 0;\r
+\r
+/* no border */\r
+border: 0;\r
+}\r
+\r
+\r
+/* copyright and date */\r
+.copyright, .pubdate\r
+{\r
+/* list of fonts provides fallbacks if a font is not present */\r
+font-family: Verdana, Arial, Helvetica, Sans-Serif;\r
+\r
+/* font size, relative to body font size */\r
+font-size: 90%;\r
+\r
+/* center */\r
+text-align: center;\r
+\r
+/* margin settings are top - right - bottom - left (think clockwise) */\r
+margin: 15px 15px 15px 15px;\r
+\r
+/* no padding ("inner margin") */\r
+padding: 0;\r
+\r
+/* no border */\r
+border: 0;\r
+}\r
+\r
+\r
+/* legal notice box */\r
+div.legalnotice\r
+{\r
+ font-family: Verdana, Arial, Helvetica, Sans-Serif; /* font size, relative to body font size */\r
+ font-size: 90%; /* color: black */\r
+ color: #000; /* background color: gray */\r
+ background-color: Orange; /* margin settings are top - right - bottom - left (think clockwise) */\r
+ margin: 10px 45px 10px 45px; /* padding ("inner margin") settings are top - right - bottom - left */\r
+ padding: 5px 5px 5px 5px; /* solid black border, 1px wide */\r
+ border: 1px solid #000;\r
+}\r
+\r
+\r
+table {\r
+ /* border: thin solid orange; */\r
+ border-spacing: 0pt;\r
+ margin-top: 5;\r
+ margin-bottom: 5;\r
+}\r
+\r
+td {\r
+ font-family: SansSerif, Arial, Helvetica, sans-serif;\r
+ padding-left: 1;\r
+ padding-right: 1;\r
+ padding-top: 1;\r
+ padding-bottom: 1 \r
+}\r
+\r
+th {\r
+ /* border: thin solid orange; */ \r
+ padding-left: 1;\r
+ padding-right: 1;\r
+ padding-top: 1;\r
+ padding-bottom: 1 \r
+}\r
+\r
+.informaltable {\r
+ border-collapse: collapse;\r
+ table-layout: auto;\r
+}\r
+\r
+.revhistory {\r
+ border-collapse: collapse;\r
+ table-layout: auto;\r
+}
\ No newline at end of file