blob: deaff92c0497cf59723e9a5c43d3bd26dc04b555 [file] [log] [blame]
Misha Brukman4b0faec2003-10-22 23:23:49 +00001/*
2 * LLVM website style sheet
3 */
4
5/* Common styles */
Misha Brukman7905a8a2003-10-24 17:34:50 +00006.body { color: black; background: white; margin: 0 0 0 0 }
Misha Brukman4b0faec2003-10-22 23:23:49 +00007
8/*
9 * Documentation
10 */
11/* Common for title and header */
12.doc_title, .doc_section, .doc_subsection {
Chris Lattner2f002b52003-11-12 20:24:39 +000013 color: #ffffff; background: #330077;
Misha Brukman4b0faec2003-10-22 23:23:49 +000014 font-family: "Georgia,Palatino,Times,Roman"; font-weight: bold;
Brian Gaeke1ce764e2003-11-12 20:31:18 +000015 padding-left: 8pt;
16 padding-top: 1px;
17 padding-bottom: 2px
Misha Brukman4b0faec2003-10-22 23:23:49 +000018}
19
20.doc_title { text-align: left; font-size: 25pt }
Misha Brukman7905a8a2003-10-24 17:34:50 +000021.doc_section { text-align: center; font-size: 22pt; }
Misha Brukman4b0faec2003-10-22 23:23:49 +000022.doc_subsection { background: #441188; width: 50%;
Misha Brukman7905a8a2003-10-24 17:34:50 +000023 text-align: left; font-size: 12pt; padding: 4pt 4pt 4pt 4pt;
24 margin: 1.5em 0.5em 1.5em 0.5em }
25
26/* In the future, the 2nd level subsection style may want to become this:
27.doc_subsubsection { margin: 1.5em 0.5em 1.5 0.5em;
28 font-weight: bold; font-style: oblique;
29 border-bottom: 2px dotted #999999 }
30*/
31
32/* However, to be consistent with the rest of current documentation which is not
33 all yet using stylesheets, we try to emulate the former layout. */
34.doc_subsubsection { margin: 1.5em 0.5em 1.5em 0.5em;
35 font-weight: bold;
36 border-top: 2px solid #cecece }
37
Misha Brukman85be5e02003-10-24 17:56:09 +000038.doc_text { text-align: left; padding-left: 20pt }
39
40.doc_footer { text-align: left; padding: 0 0 0 0; font-size 12pt }
Misha Brukman4b0faec2003-10-22 23:23:49 +000041
Misha Brukman9583acb2003-10-24 19:58:36 +000042.doc_red { color: red }
43