Tizen 2.1 base
[external/freealut.git] / doc / alut.css
1 body, div {
2   font-family: sans-serif;
3   color: black;
4   background: white
5 }
6
7 h1, h2, h3, h4, h5, h6, p.title { color: #005A9C }
8
9 /*
10  * We could use the following to make the headers stand out a little bit more:
11  *
12  * h1 { background-color: #b8bec2 }
13  * h2 { background-color: #cfd5da }
14  */
15
16 h3.manpage { background-color: #e6edf2 }
17
18 h1 { font:            170% sans-serif }
19 h2 { font:            140% sans-serif }
20 h3 { font:            120% sans-serif }
21 h4 { font: bold       100% sans-serif }
22 h5 { font: italic     100% sans-serif }
23 h6 { font: small-caps 100% sans-serif }
24
25 pre {
26   font-family: monospace;
27   border-width: 1px;
28   border-style: solid;
29   padding: 0.3em
30 }
31
32 pre.screen         { color: #006400 }
33 pre.programlisting { color: maroon }
34
35 div.example {
36   background-color: #fffcf5;
37   margin: 1ex 0em;
38   border: solid #412e25 1px;
39   padding: 0ex 0.4em
40 }
41
42 a:link    { color:      #0000C8 }
43 a:hover   { background: #FFFFA8 }
44 a:active  { color:      #D00000 }
45 a:visited { color:      #680098 }