blob: b4acede6e8cf19f7ba4cd49e6cc06f8f0f976fb8 [file] [log] [blame]
Misha Brukmanb8363bb2003-10-22 23:23:49 +00001/*
2 * LLVM website style sheet
3 */
4
5/* Common styles */
6.body { text: black; background: white; margin: 0 0 0 0 }
7
8/*
9 * Documentation
10 */
11/* Common for title and header */
12.doc_title, .doc_section, .doc_subsection {
13 color: #eeeeff; background: #330077;
14 font-family: "Georgia,Palatino,Times,Roman"; font-weight: bold;
15 padding-left: 8pt
16}
17
18.doc_title { text-align: left; font-size: 25pt }
19.doc_section { text-align: center; font-size: 22pt }
20.doc_subsection { background: #441188; width: 50%;
21 text-align: left; font-size: 12pt; padding: 4 4 4 22 }
22.doc_text { text-align: left; padding-left: 20pt }
23
24/* Publications */
25.pub_title { font-family: "Georgia,Palatino,Times,Roman"; font-size: 24pt;
26 text-align: center }
27.pub_author { font-size: 14pt; text-align: center }