Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/freealut-1.1.0/doc/alut.css @ 14

Last change on this file since 14 was 14, checked in by landauf, 16 years ago

added freealut

File size: 998 bytes
Line 
1body, div {
2  font-family: sans-serif;
3  color: black;
4  background: white
5}
6
7h1, 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
16h3.manpage { background-color: #e6edf2 }
17
18h1 { font:            170% sans-serif }
19h2 { font:            140% sans-serif }
20h3 { font:            120% sans-serif }
21h4 { font: bold       100% sans-serif }
22h5 { font: italic     100% sans-serif }
23h6 { font: small-caps 100% sans-serif }
24
25pre {
26  font-family: monospace;
27  border-width: 1px;
28  border-style: solid;
29  padding: 0.3em
30}
31
32pre.screen         { color: #006400 }
33pre.programlisting { color: maroon }
34
35div.example {
36  background-color: #fffcf5;
37  margin: 1ex 0em;
38  border: solid #412e25 1px;
39  padding: 0ex 0.4em
40}
41
42a:link    { color:      #0000C8 }
43a:hover   { background: #FFFFA8 }
44a:active  { color:      #D00000 }
45a:visited { color:      #680098 }
Note: See TracBrowser for help on using the repository browser.