f764c9d99b9230f2c9aafa3eec11c6950b9b1e4c
[oota-llvm.git] / docs / llvm.css
1 /*
2  * LLVM website style sheet
3  */
4
5 /* Common styles */
6 .body { color: black; background: white; margin: 0 0 0 0 }
7
8 /* No borders on image links */
9 a:link img, a:visited img {border-style: none}
10
11 /* 
12  * Documentation 
13  */
14 /* Common for title and header */
15 .doc_title, .doc_section, .doc_subsection { 
16   color: #ffffff; background: #330077;
17   font-family: "Georgia,Palatino,Times,Roman"; font-weight: bold;
18   padding-left: 8pt;
19   padding-top: 1px;
20   padding-bottom: 2px
21 }
22
23 .doc_title      { text-align: left;   font-size: 25pt }
24 .doc_section    { text-align: center; font-size: 22pt; }
25 .doc_subsection { background: #441188; width: 50%;
26                   text-align: left;   font-size: 12pt; padding: 4pt 4pt 4pt 4pt;
27                   margin: 1.5em 0.5em 1.5em 0.5em }
28
29 /* In the future, the 2nd level subsection style may want to become this:
30 .doc_subsubsection { margin: 1.5em 0.5em 1.5 0.5em;
31                      font-weight: bold; font-style: oblique;
32                      border-bottom: 2px dotted #999999 }
33 */
34
35 /* However, to be consistent with the rest of current documentation which is not
36    all yet using stylesheets, we try to emulate the former layout. */
37 .doc_subsubsection { margin: 1.5em 0.5em 1.5em 0.5em;
38                      font-weight: bold;
39                      border-top: 2px solid #cecece }
40
41 .doc_text       { text-align: left; padding-left: 20pt }
42
43 .doc_footer     { text-align: left; padding: 0 0 0 0 }
44
45 .doc_red        { color: red }
46