2 * LLVM website 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; }
17 /* Common for title and header */
18 .doc_title, .doc_section, .doc_subsection {
19 color: black; background: url("img/lines.gif");
20 font-family: "Georgia,Palatino,Times,Roman"; font-weight: bold;
22 border-style: solid none solid none;
24 vertical-align: middle;
30 .doc_title { text-align: left; font-size: 25pt }
31 .doc_section { text-align: center; font-size: 22pt;
32 margin: 20pt 0pt 5pt 0pt; }
33 .doc_subsection { width: 75%;
34 text-align: left; font-size: 12pt; padding: 4pt 4pt 4pt 4pt;
35 margin: 1.5em 0.5em 0.5em 0.5em }
37 .doc_subsubsection { margin: 2.0em 0.5em 0.5em 0.5em;
38 font-weight: bold; font-style: oblique;
39 border-bottom: 1px solid #999999; font-size: 12pt;
41 .doc_author { text-align: left; font-weight: bold; padding-left: 20pt }
42 .doc_text { text-align: left; padding-left: 20pt }
44 .doc_footer { text-align: left; padding: 0 0 0 0 }
46 .doc_red { color: red }
48 .doc_table { text-align: center; width: 90%;
49 padding: 1px 1px 1px 1px; border: 1px; }
51 .doc_warning { color: red; font-weight: bold }
53 .doc_code { border: solid 1px gray; background: #eeeeee;