source: doc/aubio.css @ ed631e9

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change on this file since ed631e9 was 02839ae, checked in by Paul Brossier <piem@altern.org>, 19 years ago

aubio.css

  • Property mode set to 100644
File size: 5.0 KB
Line 
1body {
2        font-family: Sans-Serif;
3        color: #333;
4        padding-right  : 2em;
5        padding-left   : 2em;
6        clear: left;
7}
8
9#rightmenu {
10        float: right;
11        width: 222px;
12        margin-top: -40px;
13        padding-top    : 80px;
14        padding-bottom : 2em;
15        background: white url("grayrect.png") no-repeat bottom;
16}
17
18.bottom {
19        float: right;
20        clear: both;
21        padding: 0.5em;
22        }
23
24h1 {
25        width: 50%;
26        background: white url("smallrect.png") no-repeat center;
27        padding-top: 60px;
28        padding-bottom: 60px;
29        text-align: center;
30}
31
32h1 > a, h1 > a:visited { color: #333 }
33h2 > a, h2 > a:visited { color: #333 }
34
35h2 {
36  text-align: left;
37  margin-left: -0.5em;
38}
39
40p, dt, dd {
41  text-align: justify;
42}
43
44ul {
45  list-style-type: none;
46}
47
48a { 
49  color: blue; 
50  text-decoration: none; 
51}
52
53a:visited {
54  text-decoration: none; 
55  color: #00008b; 
56}
57
58img {
59  border: none;
60  margin: auto;
61} 
62
63CAPTION { font-family: Geneva, Arial, Helvetica, sans-serif;  }
64DIV.qindex {
65
66
67        float: right;
68        width: 222px;
69        margin-top: -40px;
70        padding-top    : 80px;
71        padding-bottom : 2em;
72        background: white url("grayrect.png") no-repeat bottom;
73       
74        /*
75        width: 80%;
76             text-align: center;
77             margin-bottom: 2px;
78             margin-left: 10%;
79             border: solid 1px;
80             */
81}
82A.qindex { text-decoration: none; 
83/*bold; background: #dbf5db; */
84}
85A.qindex:visited { text-decoration: none; }
86A.qindex:hover { text-decoration: none; }
87A.qindexHL { text-decoration: none; 
88/*             background-color: #fff3ff;*/
89           }
90A.el { text-decoration: none;  }
91A.el:hover { text-decoration: underline}
92A.elRef { }
93A.code { text-decoration: none; color: #4444ee }
94A.codeRef { color: #4444ee }
95DL.el { margin-left: -1cm }
96DIV.fragment {
97        width: 98%;
98        border: 1px solid #CCCCCC;
99        background-color: #fefefe;
100        padding-left: 4px;
101        margin: 4px;
102}
103DIV.ah { background-color: black; color: #ffffff; margin-bottom: 3px; margin-top: 3px }
104TD.md { background-color: #f2f2ff;  }
105TD.mdname1 { background-color: #f2f2ff; color: #602020; }
106TD.mdname { background-color: #f2f2ff; color: #602020; width: 600px; }
107DIV.groupHeader { margin-left: 16px; margin-top: 12px; margin-bottom: 6px;  }
108DIV.groupText { margin-left: 16px; font-style: italic; font-size: smaller }
109TD.indexkey { 
110/*   background-color: lightyellow; */
111   padding-right  : 10px; 
112   padding-top    : 2px; 
113   padding-left   : 10px; 
114   padding-bottom : 2px; 
115   margin-left    : 0px; 
116   margin-right   : 0px; 
117   margin-top     : 2px; 
118   margin-bottom  : 2px 
119}
120TD.indexvalue { 
121/*   background-color: lightyellow; */
122   font-style: italic; 
123   padding-right  : 10px; 
124   padding-top    : 2px; 
125   padding-left   : 10px; 
126   padding-bottom : 2px; 
127   margin-left    : 0px; 
128   margin-right   : 0px; 
129   margin-top     : 2px; 
130   margin-bottom  : 2px 
131}
132TR.memlist {
133   background-color: #f0f0f0; 
134}
135P.formulaDsp { text-align: center; }
136IMG.formulaDsp { }
137IMG.formulaInl { vertical-align: middle; }
138SPAN.keyword       { color: #008000 }
139SPAN.keywordtype   { color: #604020 }
140SPAN.keywordflow   { color: #e08000 }
141SPAN.comment       { color: #800000 }
142SPAN.preprocessor  { color: #806020 }
143SPAN.stringliteral { color: #002080 }
144SPAN.charliteral   { color: #008080 }
145.mdTable {
146        border: 1px solid #868686;
147        background-color: #f2f2ff;
148}
149
150.mdRow {
151        padding: 8px 20px;
152}
153
154.mdescLeft {
155        font-size: smaller;
156        font-family: Arial, Helvetica, sans-serif;
157        background-color: #FAFAFA;
158        padding-left: 8px;
159        border-top: 1px none #E0E0E0;
160        border-right: 1px none #E0E0E0;
161        border-bottom: 1px none #E0E0E0;
162        border-left: 1px none #E0E0E0;
163        margin: 0px;
164}
165
166.mdescRight {
167        font-size: smaller;
168        font-family: Arial, Helvetica, sans-serif;
169        font-style: italic;
170        background-color: #FAFAFA;
171        padding-left: 4px;
172        border-top: 1px none #E0E0E0;
173        border-right: 1px none #E0E0E0;
174        border-bottom: 1px none #E0E0E0;
175        border-left: 1px none #E0E0E0;
176        margin: 0px;
177        padding-bottom: 0px;
178        padding-right: 8px;
179}
180
181.memItemLeft {
182        padding: 1px 0px 0px 8px;
183        margin: 4px;
184        border-top-width: 1px;
185        border-right-width: 1px;
186        border-bottom-width: 1px;
187        border-left-width: 1px;
188        border-top-style: solid;
189        border-top-color: #E0E0E0;
190        border-right-color: #E0E0E0;
191        border-bottom-color: #E0E0E0;
192        border-left-color: #E0E0E0;
193        border-right-style: none;
194        border-bottom-style: none;
195        border-left-style: none;
196        background-color: #FAFAFA;
197        font-family: Geneva, Arial, Helvetica, sans-serif;
198        font-size: 12px;
199}
200
201.memItemRight {
202        padding: 1px 0px 0px 8px;
203        margin: 4px;
204        border-top-width: 1px;
205        border-right-width: 1px;
206        border-bottom-width: 1px;
207        border-left-width: 1px;
208        border-top-style: solid;
209        border-top-color: #E0E0E0;
210        border-right-color: #E0E0E0;
211        border-bottom-color: #E0E0E0;
212        border-left-color: #E0E0E0;
213        border-right-style: none;
214        border-bottom-style: none;
215        border-left-style: none;
216        background-color: #FAFAFA;
217        font-family: Geneva, Arial, Helvetica, sans-serif;
218        font-size: 13px;
219}
220
221.search     { 
222}
223
224FORM.search {
225              margin-bottom: 0px;
226              margin-top: 0px;
227}
228
229INPUT.search { font-size: 75%;
230               color: #000080;
231               /* background-color: lightyellow; */
232}
233
234TD.tiny      { font-size: 75%;
235}
Note: See TracBrowser for help on using the repository browser.