Merged with trunk R1612.
[ardour.git] / manual / css / ardour_manual.css
1
2 body {
3         background-color: white;
4         margin:0 auto;
5         font-family: "Bitstream Vera Sans","Lucida Grande", "Luxi Sans", verdana, "Trebuchet MS", helvetica,verdana,arial,sans-serif;
6         font-size:9pt;
7         max-width:55em;
8         padding:2em;
9         color:#333;
10         line-height:150%;
11 }
12
13 /* Links */
14
15 /* these colors need work */
16
17 a:link {
18         color:#7f83a4;
19 }
20
21 /* This is too light */
22 a:visited {
23         color:#adabc8;
24 }
25
26 div.longdesc-link {
27         color:#999;
28         float:right;
29 }
30
31 /* Lists */
32
33 dt {
34         font-weight:bold;
35 }
36
37 dd {
38         margin:0em;
39         margin-left:2em;
40         padding-top:0em;
41 }
42
43 /* Images */
44
45 img {
46         display:block;
47         margin: 1.5em;
48 }
49
50
51 .screen {
52         background-color:#d5d1b9;
53         color:#333;
54 }
55
56 pre,code { 
57         padding:.3em 1em;
58         font-size:0.9em;
59         font-family:"Bitstream vera mono",monospace;
60 }
61
62 pre {
63         display:block;
64         overflow:auto;
65 }
66
67 code {
68         white-space:nowrap;
69         background-color:#bbb;
70         color:#222;
71 }
72
73 .command,
74 .filename,
75 .literal,
76 .option {
77         font-weight:bold;
78 }
79
80 /* Admonitions */
81 div.note,
82 div.tip,
83 div.important,
84 div.caution,
85 div.warning {
86         background: #27272b url(images/admon-bg.png) top left repeat;
87         color:white;
88         padding:1.0em;
89         margin-bottom:1.5em;
90 }
91
92 div.note h2, div.note p,
93 div.tip h2,div.tip p,
94 div.caution h2,div.caution p,
95 div.warning h2,div.warning p,
96 div.important h2,div.important p {
97         padding:0em;
98         margin:0em;
99         padding-left:46px;
100 }
101
102 div.note .title,
103 div.tip .title,
104 div.important .title,
105 div.caution .title,
106 div.warning .title {
107         background-color:transparent;
108         background-position:top left;
109         background-repeat:no-repeat;
110         height:42px;
111         font-size:1.3em;
112         color: white;
113 }
114
115 div.note h2 {
116         background-image:url(images/tango-icons/note.png)
117 }
118
119 div.tip h2 {
120         background-image:url(images/tango-icons/tip.png)
121 }
122
123 div.caution h2 {
124         background-image:url(images/tango-icons/caution.png)
125 }
126
127 div.warning h2 {
128         background-image:url(images/tango-icons/warning.png)
129 }
130
131 div.important h2 {
132         background-image:url(images/tango-icons/important.png)
133 }
134
135 /* Tables */
136
137 table {
138         width:100%;
139         border-right:1px solid #aaa;
140         border-collapse:collapse;
141         border-top:1px solid #aaa;
142         border-left:1px solid #aaa;
143         border-bottom:1px solid #aaa;
144 }
145
146 table th {
147         padding:.2em .5em;
148 }
149
150 table td {
151         padding:.10em .5em;
152 }
153
154 table,td,th {
155         border-color:#777 !important;
156 }
157
158 /* Headings */
159
160
161 h1,h2,h3,h4,h5,h6 {
162         /* this color is too purpley */
163         color:#565690;
164         line-height:130%;
165         margin-top:0em;
166         font-family:"Luxi Sans","Bitstream Vera Sans","Lucida Grande","Trebuchet MS",helvetica,verdana,arial,sans-serif;
167         background-color:transparent;
168         }
169
170 h1 {
171         background: #555555 url(images/title-bg.png) top left repeat;
172         line-height:1.6em;
173         color:#eff3f0;
174         font-size:2em;
175         padding:1.5em;
176 }
177
178 h2 {
179         font-size:1.6em;
180 }
181
182 h3 {
183         font-size:1.1em;
184         padding-top:1em;
185 }
186
187 h5.formalpara {
188         font-size:1em;
189         margin-top:2em;
190 }
191
192 /* Status */
193
194 .ardour-draft {
195         background: white url(./images/watermark-draft.png) top left repeat;
196 }
197
198 /* remove table border from navigation...ugh */
199
200 .navheader table, .navheader table td {
201         border:0px none;
202         border-collapse:collapse;
203 }
204
205 .navfooter table, .navfooter table td {
206         border:0px none;
207         border-collapse:collapse;
208 }