Remove the use of LLVMGCCARCH. Instead, query the compiler for the
[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: #ffffff; background: #330077;
20   font-family: "Georgia,Palatino,Times,Roman"; font-weight: bold;
21   padding-left: 8pt;
22   padding-top: 1px;
23   padding-bottom: 2px
24 }
25
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 }
31
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 }
36 */
37
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;
41                      font-weight: bold;
42                      border-top: 2px solid #cecece }
43
44 .doc_text       { text-align: left; padding-left: 20pt }
45
46 .doc_footer     { text-align: left; padding: 0 0 0 0 }
47
48 .doc_red        { color: red }
49
50 .doc_table          { text-align: center; width: 90%; 
51                   padding: 1px 1px 1px 1px; border: 1px; }
52