]> Shamusworld >> Repos - ardour-manual/blob - source/css/app.css
Documenting the monitor section and adding a missing pdf file
[ardour-manual] / source / css / app.css
1 #tree {
2   background-color: #212A30;
3   height: 100%;
4   overflow: scroll;
5   position: fixed;
6   top: 0;
7   bottom: 0;
8   left: 0;
9   width: 300px;
10 }
11
12 #tree-inner {
13   padding: 15px 20px 30px 30px;
14 }
15
16 #tree h1.title {
17   font-size: 28px;
18   margin-bottom: 20px;
19   font-weight: normal;
20 }
21
22 #tree h1.title a:hover {
23   border-bottom: none;
24 }
25
26 #tree a {
27   font-size: 14px;
28   line-height: 28px;
29 }
30
31 #tree dd.other {
32   display: none;
33 }
34
35 #tree .level-1,
36 #tree .parent,
37 #tree .child,
38 #tree .parent *,
39 #tree .child * {
40   display: inherit;
41   color: inherit;
42 }
43
44 #tree dd.child-1,
45 #tree .child-2,
46 #tree .child-3,
47 #tree .child-4 {
48   display: none;
49 }
50
51
52 #search {
53   height: 70px;
54 }
55
56 #content {
57     padding: 10px 30px 30px 350px;
58     margin-left: 0;
59 }
60
61 #content-main {
62   padding-top: 10px;
63   padding-left: 10px;
64 }
65
66 #content p,
67 #content li,
68 #content dt,
69 #content dd {
70   font-size: 16px;
71   line-height: 28px;
72 }
73
74
75 #tree a {
76     display: inline !important;
77     font-weight: normal;
78     color: #E4E4E4;
79     border-bottom: 1px solid transparent;
80     padding-bottom: 2px;
81 }
82
83 #tree a:hover {
84     text-decoration: none;
85     border-bottom: 1px solid #aaa;
86 }
87
88 #tree .active > a {
89     display: inline;
90     color: #da0808;
91     border-bottom: 1px solid #FFF;
92
93 }
94
95 #content,
96 #tree {
97   font-family: Junge;
98 }
99
100 #content h1,
101 #content h2,
102 #content h3,
103 #content h4 {
104     font-weight: normal;
105 }
106
107 #content h1.title {
108  border-bottom: 2px solid #ccc;
109   padding-bottom: 10px;
110   margin-bottom: 40px;
111 }
112
113 #content h2 {
114   margin: 30px 0 20px 0;
115   padding-bottom: 5px;
116   font-size: 22px;
117   border-bottom: 2px solid #ddd;
118 }
119
120 #content h3 {
121  margin: 20px 0 10px 0;
122   padding-bottom: 5px;
123   font-size: 20px;
124   border-bottom: 1px solid #eee;
125 }
126
127
128 #content h4 {
129   font-size: 18px;
130  margin: 20px 0 10px 0;
131   padding-bottom: 10px;
132   border-bottom: 1px solid #eee;
133 }
134
135 #content code {
136   font-size: 14px;
137   color: #555;
138 }
139
140 #content dl
141 {
142     float:none;
143     clear:both;
144     width:100%;
145     margin: 1em 0;
146     padding: 0;
147 }
148
149 #content dl:after {
150     content:' ';
151     display:block;
152     clear:both;
153 }
154
155 #content dt
156 {
157     clear: left;
158     float: left;
159     width: 25%;
160     margin: 0;
161     padding: 5px;
162     font-weight: normal;
163 }
164
165 #content dd
166 {
167     float: left;
168     width: 65%;
169     margin: 0;
170     padding: 5px;
171     font-weight: normal;
172 }
173
174 #content dt.sub1 {
175     padding-left: 2em;
176 }
177
178 #content dt.sub2 {
179     padding-left: 4em;
180 }
181
182
183 #content figure {
184     display: table;
185 }
186
187 #content figcaption {
188         display: table-caption;
189         caption-side: bottom ;
190 }
191
192 #content figcaption.titleover {
193         caption-side: top ;
194 }
195
196 #content figure.right {
197     margin: 0 0 1em 1em;
198     float:right;
199     clear:right;
200 }
201
202 #content figure.left {
203     margin: 0 1em 1em 0;
204     float:left;
205     clear:left;
206 }
207
208 .multicol2 {
209     width: 48%;
210                 float:left;
211                 padding:0 0 0 2%;
212                 margin:0;
213 }
214
215 .multicol3 {
216     width: 31%;
217                 float:left;
218                 padding:0 0 0 2%;
219                 margin:0;
220 }
221
222 .multicol4 {
223     width: 23%;
224                 float:left;
225                 padding:0 0 0 2%;
226                 margin:0;
227 }
228
229 .multicol5 {
230     width: 18%;
231                 float:left;
232                 padding:0 0 0 2%;
233                 margin:0;
234 }
235
236 /* Keyboard binding layout */
237 #content dl.bindings
238 {
239     float: left;
240     width: 100%;
241     margin: 1em 0;
242     padding: 0;
243 }
244
245 #content .bindings dt
246 {
247     clear: left;
248     float: left;
249     width: 65%;
250     margin: 0;
251     padding: 0px;
252     font-size: 100%;
253     font-family: "Trebuchet MS", "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
254     font-weight: normal;
255 }
256
257 #content .bindings dd
258 {
259     float: left;
260     width: 30%;
261     margin: 0;
262     padding: 0px;
263     font-size: 110%;
264     font-family: "Bitstream Vera Sans Mono", "Courier New", monospace;
265     font-weight: normal;
266 }
267
268
269 #content dl.wide-table
270 {
271     float: left;
272     width: 100%;
273     margin: 1em 0;
274     padding: 0;
275 }
276
277 #content .wide-table dt
278 {
279         font-weight: normal;
280     clear: left;
281     float: left;
282     width: 30%;
283     margin: 0;
284     padding: 5px;
285 }
286
287 #content dt,
288 #content dd {
289     border-top: 2px solid #eee;
290 }
291
292 #content dt:first-child,
293 #content dd:nth-child(2) {
294     border-top: none;
295 }
296
297 #content .wide-table dd
298 {
299     float: left;
300     width: 60%;
301     margin: 0;
302     padding: 5px;
303 }
304
305 #content dl.narrower-table
306 {
307     float: left;
308     width: 100%;
309     margin: 1em 0;
310     padding: 0;
311 }
312
313 #content .narrower-table dt
314 {
315     clear: left;
316     float: left;
317     width: 20%;
318     margin: 0;
319     padding: 5px;
320 }
321
322 #content .narrower-table dd
323 {
324     float: left;
325     width: 70%;
326     margin: 0;
327     padding: 5px;
328 }
329
330 kbd {
331     -moz-background-clip:border;
332     -moz-background-inline-policy:continuous;
333     -moz-background-origin:padding;
334     background:#EEEEEE none repeat scroll 0 0;
335     border-color:#CCCCCC #AAAAAA #888888 #BBBBBB;
336     border-style:solid;
337     border-width:2px 2px 4px 4px;
338     color:#000000;
339     padding:1px 2px;
340     white-space:nowrap;
341     text-transform:capitalize;
342 }
343
344 kbd.input,kbd.cmd,kbd.osc {
345     font-family:mono;
346     border-width:0;
347     text-transform:none;
348
349 }
350
351 kbd.cmd {
352     display:block;
353     width:100%;
354     margin-bottom:1ex;
355     text-transform:none;
356 }
357
358 kbd.cmd.lin:before {
359     content: 'user@linux:~ ';
360     color:#999999;
361 }
362
363 kbd.cmd.mac:before {
364     content: 'MacBook:~/Desktop User\$ ';
365     color:#999999;
366 }
367
368 kbd.cmd.win:before {
369     content: 'C:\\Users\\myAccount> ';
370     color:#999999;
371 }
372
373 kbd.mouse {
374     -moz-border-radius:10px;
375     border-radius:10px;
376 }
377
378 /*
379 .mouse:after {
380     position:relative;
381     top:-1em;
382     left:-1em;
383     content:url('/images/mouse-tail.png');
384 }
385 */
386
387 kbd.optoff, kbd.option {
388     border:none;
389     background-color:transparent;
390 }
391
392 kbd.optoff:after {
393     content:url('/images/checkbox-unchecked.png');
394 }
395
396 kbd.option:after {
397     content:url('/images/checkbox-checked.png');
398 }
399
400 kbd.menu {
401     border:none;
402     background-color:transparent;
403     font-weight:bold;
404     font-stretch:extra-condensed;
405     white-space:normal;
406 }
407
408
409 kbd.osc {
410 }
411
412
413
414 kbd.fader, kbd.knob, kbd.button {
415     border-color:#ccccff #aaaadd #8888bb #bbbbee;
416     background-color:#ddddff;
417     color:#000044;
418 }
419
420 kbd.fader {
421     border-width: 1px 1px 9px 9px;
422 }
423
424 kbd.knob {
425     -moz-border-radius:12px;
426     border-radius:12px;
427     border-width: 1px 1px 9px 9px;
428 }
429
430 kbd.button {
431     -moz-border-radius:8px;
432     border-radius:8px;
433     border-width: 1px 1px 3px 3px;
434 }
435
436 samp {
437     font-family:mono;
438     font-style:italic;
439     color:#333333;
440     background-color:transparent;
441     margin-left: 1ex;
442     margin-right: 1ex;
443 }
444
445 samp:before {
446     content:"\BB";
447 }
448
449 samp:after {
450     content:"\AB";
451 }
452
453 #content td {
454     padding: 0 1em 0 1em;
455 }
456
457 #content .small {
458     width:150px;
459 }
460
461 #subtopics ul {
462     font-size:20px;
463     font-weight:bold;
464 }
465
466 #content dfn {
467     font-weight: bold;
468     font-style: normal;
469 }
470
471 #content img.right {
472     margin: 0 0 1em 1em;
473     float:right;
474     clear:right;
475 }
476
477 #content img.left {
478     margin:0 1em 1em 0;
479     float:left;
480     clear:left;
481 }
482
483 #content p.center {
484         text-align:center;
485 }
486
487 #content .note,.warning,.fixme {
488     min-height: 20px;
489     padding: 19px;
490     margin-bottom: 20px;
491     border-style: solid;
492     border-width: 1px 1px 1px 8px;
493     -webkit-border-radius: 4px;
494        -moz-border-radius: 4px;
495             border-radius: 4px;
496     -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
497        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
498             box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
499
500 }
501
502 #content .note {
503     border-color: #e3e3e3;
504     background-color: #f5f5f5;
505 }
506
507 #content .warning {
508     border-color: #995555;
509     background-color: #ffeeee;
510 }
511
512 #content .fixme {
513     border-color: #999944;
514     background-color: #f0f0e0;
515     font-weight:bold;
516 }
517
518 .fixme:before {
519     content:'FIXME: ';
520     font-style: italic;
521     font-size:200%;
522 }
523
524
525
526
527 .mod1:before {
528     content: "Ctrl ";
529 }
530 .mod2:before {
531     content: "Alt ";
532 }
533 .mod3:before {
534     content: "Shift ";
535 }
536 .mod4:before {
537     content: "Win ";
538 }
539 .mod12:before {
540     content: "Ctrl Alt ";
541 }
542 .mod13:before {
543     content: "Ctrl Shift ";
544 }
545 .mod14:before {
546     content: "Ctrl Win ";
547 }
548 .mod23:before {
549     content: "Alt Shift ";
550 }
551 .kp:before {
552     content: "Keypad ";
553 }
554
555 .mac .mod1:before {
556     content: "Cmd ";
557 }
558 .mac .mod2:before {
559     content: "Ctrl ";
560 }
561 .mac .mod3:before {
562     content: "Shift ";
563 }
564 .mac .mod4:before {
565     content: "Opt ";
566 }
567 .mac .mod12:before {
568     content: "Cmd Ctrl ";
569 }
570 .mac .mod13:before {
571     content: "Cmd Shift ";
572 }
573 .mac .mod14:before {
574     content: "Cmd Opt ";
575 }
576 .mac .mod23:before {
577     content: "Ctrl Shift ";
578 }
579
580 #gs_tti0 {
581
582   padding-top: 2px;
583   padding-bottom: 0;
584
585 }
586
587 @media (max-width: 800px) {
588   #tree {
589     position: relative;
590     height: 250px;
591     width: 100%;
592     margin-top: 20px;
593   }
594   #content {
595     padding-left: 20px;
596     margin-top: 0px;
597   }
598 }
599
600 #chapter { padding-top: 1em; padding-left: 1em; }
601
602 #subchapter { padding-left: 4em; }
603
604 #content table.alternate{       border-collapse:collapse; }
605 .alternate td{ padding:7px; border:#4e95f4 1px solid; }
606 .alternate tr{ background: #b8d1f3; }
607 .alternate tr:nth-child(odd){ background: #b8d1f3; }
608 .alternate tr:nth-child(even){ background: #dae5f4; }