d665dd0276f904ad806c9815577fc21bd6375a17
[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 address img { float: right; width: 88px; height: 31px; }
12 address     { clear: right; }
13
14 /* 
15  * Documentation 
16  */
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;
21   border-width: 1px;
22   border-style: solid none solid none;
23   text-align: center;
24   vertical-align: middle;
25   padding-left: 8pt;
26   padding-top: 1px;
27   padding-bottom: 2px
28 }
29
30 .doc_title      { text-align: left;   font-size: 25pt }
31 .doc_section    { text-align: center; font-size: 22pt; }
32 .doc_subsection { width: 50%;
33                   text-align: left;  font-size: 12pt; padding: 4pt 4pt 4pt 4pt;
34                   margin: 1.5em 0.5em 1.5em 0.5em }
35
36 .doc_subsubsection { margin: 1.5em 0.5em 1.5 0.5em;
37                      padding: 20pt 4pt 4pt 4pt;
38                      font-weight: bold; font-style: oblique;
39                      border-bottom: 1px solid #999999; font-size: 12pt }
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
47 .doc_table          { text-align: center; width: 90%; 
48                   padding: 1px 1px 1px 1px; border: 1px; }
49
50 .doc_warning    { color: red; font-weight: bold }
51
52 .doc_code       { border: solid 1px gray; background: #eeeeee;
53                   width: 700px; margin: 0 0 0 1em; 
54                   padding: 0 0 0 1em }