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