* removed unused variable
[fvwm.git] / doc / style.css
blob6eb23399e0c11f08f010d4a4ac97029d94553111
2 /* $Id: style.css,v 1.3 2007/05/12 14:48:08 scott Exp $ */
4 /* Author: Scott Smedley */
6 h3.fn,span.fn
8 margin-left: 1cm;
9 text-indent: -1cm;
12 a:link
14 color: #004faf;
15 text-decoration: none
18 a:visited
20 color: #672967;
21 text-decoration: none
24 td.postheader
26 font-family: sans-serif
29 tr.address
31 font-family: sans-serif
36 color: black;
39 body pre
41 padding: 0.2em;
42 /* border: #e7e7e7 1px solid; */
43 border: #aeaeae 1px solid;
44 /* background: #f1f1f1; */
45 /* background: antiquewhite; */
46 background: #d3d3d3; /* lightgrey */
47 color: black
50 body
52 background: white;
53 margin-left: 0.7cm;
54 margin-right: 0.7cm;
57 span.preprocessor, span.preprocessor a
59 color: darkblue;
62 span.comment
64 color: darkred;
65 font-style: italic
68 span.string,span.char
70 color: darkgreen;
73 font.header
75 color: #004faf;
78 font.obsolete
80 color: red;
83 font.fvwmopt
85 color: darkorange;
88 table
90 background: #e5e5e5;