Reduce code growth implied by the tail duplication pass by not duplicating
[oota-llvm.git] / docs / llvm.css
1 /*
2  * LLVM documentation 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 address img { float: right; width: 88px; height: 31px; }
12 address     { clear: right; }
13
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 TABLE       { text-align: center; border: 2px solid black; 
17               border-collapse: collapse; margin-top: 1em; margin-left: 1em; 
18               margin-right: 1em; margin-bottom: 1em; }
19 /* 
20  * Documentation 
21  */
22 /* Common for title and header */
23 .doc_title, .doc_section, .doc_subsection { 
24   color: black; background: url("img/lines.gif");
25   font-family: "Georgia,Palatino,Times,Roman"; font-weight: bold;
26   border-width: 1px;
27   border-style: solid none solid none;
28   text-align: center;
29   vertical-align: middle;
30   padding-left: 8pt;
31   padding-top: 1px;
32   padding-bottom: 2px
33 }
34
35 .doc_title      { text-align: left;   font-size: 25pt }
36 .doc_section    { text-align: center; font-size: 22pt;
37                   margin: 20pt 0pt 5pt 0pt; }
38 .doc_subsection { width: 75%;
39                   text-align: left;  font-size: 12pt; padding: 4pt 4pt 4pt 4pt;
40                   margin: 1.5em 0.5em 0.5em 0.5em }
41
42 .doc_subsubsection { margin: 2.0em 0.5em 0.5em 0.5em;
43                      font-weight: bold; font-style: oblique;
44                      border-bottom: 1px solid #999999; font-size: 12pt;
45                      width: 75%; }
46 .doc_author     { text-align: left; font-weight: bold; padding-left: 20pt }
47 .doc_text       { text-align: left; padding-left: 20pt }
48
49 .doc_footer     { text-align: left; padding: 0 0 0 0 }
50
51 .doc_red        { color: red }
52
53 .doc_table      { text-align: center; width: 90%; 
54                   padding: 1px 1px 1px 1px; border: 1px; }
55
56 .doc_table_nw   { text-align: center; border: 1px; 
57                   padding: 1px 1px 1px 1px; }
58
59 .doc_warning    { color: red; font-weight: bold }
60
61 .doc_code       { border: solid 1px gray; background: #eeeeee;
62                   margin: 0 1em 0 1em; 
63                   padding: 0 1em 0 1em;
64                   display:table;
65                 }
66
67 /* Left align table cell */
68 .td_left        { border: 2px solid gray; text-align: left; }