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: #ffffff; background: #330077;
20 font-family: "Georgia,Palatino,Times,Roman"; font-weight: bold;
26 .doc_title { text-align: left; font-size: 25pt }
27 .doc_section { text-align: center; font-size: 22pt; }
28 .doc_subsection { background: #441188; width: 50%;
29 text-align: left; font-size: 12pt; padding: 4pt 4pt 4pt 4pt;
30 margin: 1.5em 0.5em 1.5em 0.5em }
32 /* In the future, the 2nd level subsection style may want to become this:
33 .doc_subsubsection { margin: 1.5em 0.5em 1.5 0.5em;
34 font-weight: bold; font-style: oblique;
35 border-bottom: 2px dotted #999999 }
38 /* However, to be consistent with the rest of current documentation which is not
39 all yet using stylesheets, we try to emulate the former layout. */
40 .doc_subsubsection { margin: 1.5em 0.5em 1.5em 0.5em;
42 border-top: 2px solid #cecece }
44 .doc_text { text-align: left; padding-left: 20pt }
46 .doc_footer { text-align: left; padding: 0 0 0 0 }
48 .doc_red { color: red }
50 .doc_table { text-align: center; width: 90%;
51 padding: 1px 1px 1px 1px; border: 1px; }
53 .doc_warning { color: red; font-weight: bold }
55 .doc_code { border: solid 1px gray; background: #eeeeee;
56 width: 700px; margin: 0 0 0 1em;