blob: aabc6c22b862c0ff2e979bf3a9de0b89dc8a14b0 [file] [log] [blame]
Misha Brukman4b0faec2003-10-22 23:23:49 +00001/*
Misha Brukman10c0a2e2004-09-07 05:09:22 +00002 * LLVM documentation style sheet
Misha Brukman4b0faec2003-10-22 23:23:49 +00003 */
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
Reid Spencer2f1e7a02004-08-26 20:43:21 +000014TR, TD { border: 2px solid gray; padding: 4pt 4pt 2pt 2pt; }
15TH { border: 2px solid gray; font-weight: bold; font-size: 105%; }
16TABLE { text-align: center; border: 2px solid black;
17 border-collapse: collapse; margin-top: 1em; margin-left: 1em;
18 margin-right: 1em; margin-bottom: 1em; }
Misha Brukman4b0faec2003-10-22 23:23:49 +000019/*
20 * Documentation
21 */
22/* Common for title and header */
23.doc_title, .doc_section, .doc_subsection {
Misha Brukmanb9e41eb2004-05-12 21:20:56 +000024 color: black; background: url("img/lines.gif");
Misha Brukman4b0faec2003-10-22 23:23:49 +000025 font-family: "Georgia,Palatino,Times,Roman"; font-weight: bold;
Misha Brukmanb9e41eb2004-05-12 21:20:56 +000026 border-width: 1px;
27 border-style: solid none solid none;
28 text-align: center;
29 vertical-align: middle;
Brian Gaeke1ce764e2003-11-12 20:31:18 +000030 padding-left: 8pt;
31 padding-top: 1px;
32 padding-bottom: 2px
Misha Brukman4b0faec2003-10-22 23:23:49 +000033}
34
35.doc_title { text-align: left; font-size: 25pt }
Chris Lattner88c595f2004-05-23 21:03:30 +000036.doc_section { text-align: center; font-size: 22pt;
37 margin: 20pt 0pt 5pt 0pt; }
38.doc_subsection { width: 75%;
Misha Brukmanb9e41eb2004-05-12 21:20:56 +000039 text-align: left; font-size: 12pt; padding: 4pt 4pt 4pt 4pt;
Chris Lattner88c595f2004-05-23 21:03:30 +000040 margin: 1.5em 0.5em 0.5em 0.5em }
Misha Brukman7905a8a2003-10-24 17:34:50 +000041
Chris Lattner88c595f2004-05-23 21:03:30 +000042.doc_subsubsection { margin: 2.0em 0.5em 0.5em 0.5em;
Misha Brukman7905a8a2003-10-24 17:34:50 +000043 font-weight: bold; font-style: oblique;
Chris Lattner88c595f2004-05-23 21:03:30 +000044 border-bottom: 1px solid #999999; font-size: 12pt;
45 width: 75%; }
46.doc_author { text-align: left; font-weight: bold; padding-left: 20pt }
Misha Brukman85be5e02003-10-24 17:56:09 +000047.doc_text { text-align: left; padding-left: 20pt }
48
Misha Brukmane1f464e2003-11-22 00:59:08 +000049.doc_footer { text-align: left; padding: 0 0 0 0 }
Misha Brukman4b0faec2003-10-22 23:23:49 +000050
Misha Brukman9583acb2003-10-24 19:58:36 +000051.doc_red { color: red }
52
Chris Lattner88c595f2004-05-23 21:03:30 +000053.doc_table { text-align: center; width: 90%;
Misha Brukman5a141db2004-01-15 00:13:59 +000054 padding: 1px 1px 1px 1px; border: 1px; }
Chris Lattner261efe92003-11-25 01:02:51 +000055
Reid Spencer0bd34a22004-05-23 21:25:50 +000056.doc_table_nw { text-align: center; border: 1px;
57 padding: 1px 1px 1px 1px; }
58
Misha Brukmana3ce4292004-04-06 03:53:49 +000059.doc_warning { color: red; font-weight: bold }
Misha Brukmanf4e4feb2004-04-15 20:49:32 +000060
61.doc_code { border: solid 1px gray; background: #eeeeee;
Chris Lattner58ac6742004-05-24 18:05:58 +000062 margin: 0 1em 0 1em;
63 padding: 0 1em 0 1em;
64 display:table;
65 }
Reid Spencer2f1e7a02004-08-26 20:43:21 +000066
67/* Left align table cell */
68.td_left { border: 2px solid gray; text-align: left; }