Optimize FLAC__bitreader_read_rice_signed_block.
[platform/upstream/flac.git] / doc / html / flac.css
1 /*
2  * Copyright (c)  2005,2006,2007,2008,2009  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         border-width: 2px 0px 2px 0px;
35         border-style: solid;
36         border-color: black;
37         background-color: #D3D4C5;
38         padding: 3px;
39         text-align: center;
40 }
41
42 div.langbar
43 {
44         border-width: 0px 0px 2px 0px;
45         border-style: solid;
46         border-color: black;
47         background-color: #EEEED4;
48         padding: 3px;
49         text-align: center;
50 }
51
52 div.above_nav
53 {
54         height: 25px;
55 }
56
57 div.below_nav
58 {
59         height: 25px;
60 }
61
62 div.body_with_sidebar
63 {
64 /*      text-align: left; */
65 }
66
67 div.box
68 {
69         text-align: left;
70         margin: 0px 8px 0px 8px;
71         background-color: #EEEED4;
72 }
73
74 div.box_title
75 {
76         border-width: 1px 0px 0px 0px;
77         border-style: solid;
78         border-color: black;
79         background-color: #D3D4C5;
80         padding: 3px;
81         font-family: lucida, verdana, helvetica, arial, sans-serif;
82         font-weight: bold;
83         font-size: 150%;
84 }
85
86 div.box_header
87 {
88         border-width: 1px 0px 0px 0px;
89         border-style: solid;
90         border-color: black;
91         background-color: #EEEED4;
92         padding: 3px;
93 }
94
95 div.box_footer
96 {
97         border-width: 0px 0px 1px 0px;
98         border-style: solid;
99         border-color: black;
100         background-color: #EEEED4;
101         padding: 3px;
102 }
103
104 div.box_body
105 {
106         background-color: #EEEED4;
107         padding: 0px 3px 0px 3px;
108         font-family: lucida, verdana, helvetica, arial, sans-serif;
109         font-weight: normal;
110         font-size: 100%;
111 }
112
113 div.smallbox
114 {
115         text-align: left;
116         margin: 0px 8px 0px 0px;
117         background-color: #EEEED4;
118 }
119
120 div.smallbox_title
121 {
122         text-align: center;
123         border-width: 1px 0px 0px 0px;
124         border-style: solid;
125         border-color: black;
126         background-color: #D3D4C5;
127         padding: 3px;
128         font-family: lucida, verdana, helvetica, arial, sans-serif;
129         font-weight: bold;
130         font-size: 100%;
131 }
132
133 div.smallbox_header
134 {
135         border-width: 1px 0px 0px 0px;
136         border-style: solid;
137         border-color: black;
138         background-color: #EEEED4;
139         padding: 3px;
140 }
141
142 div.smallbox_footer
143 {
144         border-width: 0px 0px 1px 0px;
145         border-style: solid;
146         border-color: black;
147         background-color: #EEEED4;
148         padding: 3px;
149 }
150
151 div.smallbox_body
152 {
153         background-color: #EEEED4;
154         padding: 0px 3px 0px 3px;
155         font-family: lucida, verdana, helvetica, arial, sans-serif;
156         font-weight: normal;
157         font-size: 80%;
158 }
159
160 div.copyright
161 {
162         text-align: left;
163         margin: 10px;
164 }
165
166 span.commandname
167 {
168         font-family: monospace;
169         font-weight: bold;
170 }
171
172 span.command
173 {
174         font-family: monospace;
175         font-weight: bold;
176 }
177
178 span.argument
179 {
180         font-family: monospace;
181 }
182
183 span.code
184 {
185         font-family: monospace;
186 }
187
188 a:link    {color:#336699; background-color:transparent}
189 a:visited {color:#336699; background-color:transparent}
190 a:active  {color:#336699; background-color:transparent}
191 a:hover   {color:#336699; background-color:transparent}