blob: 227b9f94fad81681bee1dc6a08f1c06520d58928 [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
Misha Brukmane1f464e2003-11-22 00:59:08 +00008/* No borders on image links */
9a:link img, a:visited img {border-style: none}
10
Misha Brukman3f1b24c2003-11-22 01:23:53 +000011address img { float: right; width: 88px; height: 31px; }
12address { clear: right; }
13
Misha Brukman4b0faec2003-10-22 23:23:49 +000014/*
15 * Documentation
16 */
17/* Common for title and header */
18.doc_title, .doc_section, .doc_subsection {
Chris Lattner2f002b52003-11-12 20:24:39 +000019 color: #ffffff; background: #330077;
Misha Brukman4b0faec2003-10-22 23:23:49 +000020 font-family: "Georgia,Palatino,Times,Roman"; font-weight: bold;
Brian Gaeke1ce764e2003-11-12 20:31:18 +000021 padding-left: 8pt;
22 padding-top: 1px;
23 padding-bottom: 2px
Misha Brukman4b0faec2003-10-22 23:23:49 +000024}
25
26.doc_title { text-align: left; font-size: 25pt }
Misha Brukman7905a8a2003-10-24 17:34:50 +000027.doc_section { text-align: center; font-size: 22pt; }
Misha Brukman4b0faec2003-10-22 23:23:49 +000028.doc_subsection { background: #441188; width: 50%;
Misha Brukman7905a8a2003-10-24 17:34:50 +000029 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
Misha Brukman85be5e02003-10-24 17:56:09 +000044.doc_text { text-align: left; padding-left: 20pt }
45
Misha Brukmane1f464e2003-11-22 00:59:08 +000046.doc_footer { text-align: left; padding: 0 0 0 0 }
Misha Brukman4b0faec2003-10-22 23:23:49 +000047
Misha Brukman9583acb2003-10-24 19:58:36 +000048.doc_red { color: red }
49
Misha Brukman5a141db2004-01-15 00:13:59 +000050.doc_table { text-align: center; width: 90%;
51 padding: 1px 1px 1px 1px; border: 1px; }
Chris Lattner261efe92003-11-25 01:02:51 +000052