blob: fcde70df71bb91333054508a15c7069a13fe2634 [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 {
Misha Brukmanb9e41eb2004-05-12 21:20:56 +000019 color: black; background: url("img/lines.gif");
Misha Brukman4b0faec2003-10-22 23:23:49 +000020 font-family: "Georgia,Palatino,Times,Roman"; font-weight: bold;
Misha Brukmanb9e41eb2004-05-12 21:20:56 +000021 border-width: 1px;
22 border-style: solid none solid none;
23 text-align: center;
24 vertical-align: middle;
Brian Gaeke1ce764e2003-11-12 20:31:18 +000025 padding-left: 8pt;
26 padding-top: 1px;
27 padding-bottom: 2px
Misha Brukman4b0faec2003-10-22 23:23:49 +000028}
29
30.doc_title { text-align: left; font-size: 25pt }
Chris Lattner88c595f2004-05-23 21:03:30 +000031.doc_section { text-align: center; font-size: 22pt;
32 margin: 20pt 0pt 5pt 0pt; }
33.doc_subsection { width: 75%;
Misha Brukmanb9e41eb2004-05-12 21:20:56 +000034 text-align: left; font-size: 12pt; padding: 4pt 4pt 4pt 4pt;
Chris Lattner88c595f2004-05-23 21:03:30 +000035 margin: 1.5em 0.5em 0.5em 0.5em }
Misha Brukman7905a8a2003-10-24 17:34:50 +000036
Chris Lattner88c595f2004-05-23 21:03:30 +000037.doc_subsubsection { margin: 2.0em 0.5em 0.5em 0.5em;
Misha Brukman7905a8a2003-10-24 17:34:50 +000038 font-weight: bold; font-style: oblique;
Chris Lattner88c595f2004-05-23 21:03:30 +000039 border-bottom: 1px solid #999999; font-size: 12pt;
40 width: 75%; }
41.doc_author { text-align: left; font-weight: bold; padding-left: 20pt }
Misha Brukman85be5e02003-10-24 17:56:09 +000042.doc_text { text-align: left; padding-left: 20pt }
43
Misha Brukmane1f464e2003-11-22 00:59:08 +000044.doc_footer { text-align: left; padding: 0 0 0 0 }
Misha Brukman4b0faec2003-10-22 23:23:49 +000045
Misha Brukman9583acb2003-10-24 19:58:36 +000046.doc_red { color: red }
47
Chris Lattner88c595f2004-05-23 21:03:30 +000048.doc_table { text-align: center; width: 90%;
Misha Brukman5a141db2004-01-15 00:13:59 +000049 padding: 1px 1px 1px 1px; border: 1px; }
Chris Lattner261efe92003-11-25 01:02:51 +000050
Reid Spencer0bd34a22004-05-23 21:25:50 +000051.doc_table_nw { text-align: center; border: 1px;
52 padding: 1px 1px 1px 1px; }
53
Misha Brukmana3ce4292004-04-06 03:53:49 +000054.doc_warning { color: red; font-weight: bold }
Misha Brukmanf4e4feb2004-04-15 20:49:32 +000055
56.doc_code { border: solid 1px gray; background: #eeeeee;
Chris Lattner58ac6742004-05-24 18:05:58 +000057 margin: 0 1em 0 1em;
58 padding: 0 1em 0 1em;
59 display:table;
60 }