2 * LLVM documentation style sheet
6 .body { color: black; background: white; margin: 0 0 0 0 }
8 /* No borders on image links */
9 a:link img, a:visited img {border-style: none}
11 address img { float: right; width: 88px; height: 31px; }
12 address { clear: right; }
14 TR, TD { border: 2px solid gray; padding: 4pt 4pt 2pt 2pt; }
15 TH { border: 2px solid gray; font-weight: bold; font-size: 105%;
16 background: url("img/lines.gif");
17 font-family: "Georgia,Palatino,Times,Roman,SanSerif"; text-align:center;
18 vertical-align: middle; }
19 TABLE { text-align: center; border: 2px solid black;
20 border-collapse: collapse; margin-top: 1em; margin-left: 1em;
21 margin-right: 1em; margin-bottom: 1em; }
25 /* Common for title and header */
26 .doc_title, .doc_section, .doc_subsection {
27 color: black; background: url("img/lines.gif");
28 font-family: "Georgia,Palatino,Times,Roman,SanSerif"; font-weight: bold;
30 border-style: solid none solid none;
32 vertical-align: middle;
38 .doc_title { text-align: left; font-size: 25pt }
39 .doc_section { text-align: center; font-size: 22pt;
40 margin: 20pt 0pt 5pt 0pt; }
41 .doc_subsection { width: 75%;
42 text-align: left; font-size: 12pt; padding: 4pt 4pt 4pt 4pt;
43 margin: 1.5em 0.5em 0.5em 0.5em }
45 .doc_subsubsection { margin: 2.0em 0.5em 0.5em 0.5em;
46 font-weight: bold; font-style: oblique;
47 border-bottom: 1px solid #999999; font-size: 12pt;
49 .doc_author { text-align: left; font-weight: bold; padding-left: 20pt }
50 .doc_text { text-align: left; padding-left: 20pt; padding-right: 10pt }
52 .doc_footer { text-align: left; padding: 0 0 0 0 }
54 .doc_hilite { color: blue; font-weight: bold; }
56 .doc_table { text-align: center; width: 90%;
57 padding: 1px 1px 1px 1px; border: 1px; }
59 .doc_table_nw { text-align: center; border: 1px;
60 padding: 1px 1px 1px 1px; }
62 .doc_warning { color: red; font-weight: bold }
64 .doc_code { border: solid 1px gray; background: #eeeeee;
69 .doc_notes { background: #fafafa; border: 1px solid #cecece; padding: 0.1em }
71 TABLE.layout { text-align: left; border: none; border-collapse: collapse;
72 padding: 4px 4px 4px 4px; }
73 TR.layout { border: none; padding: 4pt 4pt 2pt 2pt; }
74 TD.layout { border: none; padding: 4pt 4pt 2pt 2pt;
76 TD.left { border: none; padding: 4pt 4pt 2pt 2pt; text-align: left;
78 TD.right { border: none; padding: 4pt 4pt 2pt 2pt; text-align: right;
80 TH.layout { border: none; font-weight: bold; font-size: 105%;
81 text-align:center; vertical-align: middle; }
83 /* Left align table cell */
84 .td_left { border: 2px solid gray; text-align: left; }