revamp html to be xhtml 1.0 compliant, also use css
[platform/upstream/flac.git] / doc / html / flac.css
1 /*
2  * Copyright (c)  2005  Josh Coalson
3  * Permission is granted to copy, distribute and/or modify this document
4  * under the terms of the GNU Free Documentation License, Version 1.1
5  * or any later version published by the Free Software Foundation;
6  * with no invariant sections.
7  * A copy of the license can be found at http://www.gnu.org/copyleft/fdl.html
8  */
9
10 body
11 {
12         background-color: #99CC99;
13         color: black;
14         margin: 0px;
15         padding: 0px;
16 }
17
18 div
19 {
20         background-color: #99CC99;
21         margin: 0px;
22         padding: 0px;
23 }
24
25 div.logo
26 {
27         background-color: black;
28         padding: 1px;
29         text-align: center;
30 }
31
32 div.navbar
33 {
34         background-color: #D3D4C5;
35         padding: 3px;
36         text-align: center;
37 }
38
39 div.langbar
40 {
41         background-color: #EEEED4;
42         padding: 3px;
43         text-align: center;
44 }
45
46 div.above_nav
47 {
48         height: 25px;
49 }
50
51 div.below_nav
52 {
53         height: 25px;
54 }
55
56 div.body_with_sidebar
57 {
58 /*      text-align: left; */
59 }
60
61 div.box
62 {
63         text-align: left;
64         margin: 0px 8px 0px 8px;
65         background-color: #EEEED4;
66 }
67
68 div.box_title
69 {
70         border-width: 1px 0px 0px 0px;
71         border-style: solid;
72         border-color: black;
73         background-color: #D3D4C5;
74         padding: 3px;
75         font-family: lucida, verdana, helvetica, arial, sans-serif;
76         font-weight: bold;
77         font-size: 150%;
78 }
79
80 div.box_header
81 {
82         border-width: 1px 0px 0px 0px;
83         border-style: solid;
84         border-color: black;
85         background-color: #EEEED4;
86         padding: 3px;
87 }
88
89 div.box_footer
90 {
91         border-width: 0px 0px 1px 0px;
92         border-style: solid;
93         border-color: black;
94         background-color: #EEEED4;
95         padding: 3px;
96 }
97
98 div.box_body
99 {
100         background-color: #EEEED4;
101         padding: 0px 3px 0px 3px;
102         font-family: lucida, verdana, helvetica, arial, sans-serif;
103         font-weight: normal;
104         font-size: 100%;
105 }
106
107 div.smallbox
108 {
109         text-align: left;
110         margin: 0px 8px 0px 0px;
111         background-color: #EEEED4;
112 }
113
114 div.smallbox_title
115 {
116         text-align: center;
117         border-width: 1px 0px 0px 0px;
118         border-style: solid;
119         border-color: black;
120         background-color: #D3D4C5;
121         padding: 3px;
122         font-family: lucida, verdana, helvetica, arial, sans-serif;
123         font-weight: bold;
124         font-size: 100%;
125 }
126
127 div.smallbox_header
128 {
129         border-width: 1px 0px 0px 0px;
130         border-style: solid;
131         border-color: black;
132         background-color: #EEEED4;
133         padding: 3px;
134 }
135
136 div.smallbox_footer
137 {
138         border-width: 0px 0px 1px 0px;
139         border-style: solid;
140         border-color: black;
141         background-color: #EEEED4;
142         padding: 3px;
143 }
144
145 div.smallbox_body
146 {
147         background-color: #EEEED4;
148         padding: 0px 3px 0px 3px;
149         font-family: lucida, verdana, helvetica, arial, sans-serif;
150         font-weight: normal;
151         font-size: 80%;
152 }
153
154 div.copyright
155 {
156         text-align: left;
157         margin: 10px;
158 }
159
160 div.separator
161 {
162         background-color: black;
163         height: 1px;
164 }
165
166 div.separator2
167 {
168         background-color: black;
169         height: 2px;
170 }
171
172 span.commandname
173 {
174         font-family: monospace;
175         font-weight: bold;
176 }
177
178 span.command
179 {
180         font-family: monospace;
181         font-weight: bold;
182 }
183
184 span.argument
185 {
186         font-family: monospace;
187 }
188
189 span.code
190 {
191         font-family: monospace;
192 }
193
194 a:link    {color:#336699; background-color:transparent}
195 a:visited {color:#336699; background-color:transparent}
196 a:active  {color:#336699; background-color:transparent}
197 a:hover   {color:#336699; background-color:transparent}