ao_coreaudio: fix partial volume control
[mplayer.git] / DOCS / xml / default.css
blob61046b653f5905976f2c4a0bdca54e6ec5cc4254
1 body {
2 color: black;
3 background: white;
5 font-family: Arial, Helvetica, sans-serif;
6 /*
7 * It's a Bad Idea(tm) to use fixed font sizes.
8 * Uncomment it if you _really_ want
9 */
10 font-size: 14px;
13 div.table table, div.informaltable table {
14 background: #333366;
15 border-collapse: separate;
16 border: solid 1px #333366;
17 border-spacing: 1px;
20 div.table th, div.informaltable th {
21 color: white;
22 background: #4488cc;
23 border: 0px;
24 padding: 2px;
27 div.table td, div.informaltable td {
28 background: #fffff8;
29 border: 0px;
30 padding: 2px;
34 pre.screen {
35 padding: 4px;
36 background: #e0e0e0;
39 pre.programlisting {
40 padding: 4px;
41 background: #e0e8f0;
45 span.application {
49 span.keycap {
50 background: #ddd;
51 border: solid 1px #aaa;
52 white-space: nowrap;
53 font-family: Arial, Helvetica, sans-serif;
56 span.guimenu, span.guisubmenu, span.guimenuitem {
57 background: #dddddd;
60 tt.filename {
61 color: maroon;
62 white-space: nowrap;
65 tt.option {
66 color: #066;
67 white-space: nowrap;
70 div.example {
71 padding-left: 0.5em;
72 border-left: solid 2px black;
75 div.important .title, div.caution .title, div.warning .title {
76 color: #c00;
79 div.important, div.warning, div.caution {
80 padding-left: 0.5em;
81 border-left: solid 2px maroon;