]> Shamusworld >> Repos - ardour-manual-diverged/blob - source/css/app.css
Update the css
[ardour-manual-diverged] / 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 figure {
175     display: table;
176 }
177
178 #content figcaption {
179         display: table-caption;
180         caption-side: bottom ;
181 }
182
183 #content figcaption.titleover {
184         caption-side: top ;
185 }
186
187 .multicol2 {
188     width: 48%;
189                 float:left;
190                 padding:0 0 0 2%;
191                 margin:0;
192 }
193
194 .multicol3 {
195     width: 31%;
196                 float:left;
197                 padding:0 0 0 2%;
198                 margin:0;
199 }
200
201 .multicol4 {
202     width: 23%;
203                 float:left;
204                 padding:0 0 0 2%;
205                 margin:0;
206 }
207
208 .multicol5 {
209     width: 18%;
210                 float:left;
211                 padding:0 0 0 2%;
212                 margin:0;
213 }
214
215 /* Keyboard binding layout */
216 #content dl.bindings
217 {
218     float: left;
219     width: 100%;
220     margin: 1em 0;
221     padding: 0;
222 }
223
224 #content .bindings dt
225 {
226     clear: left;
227     float: left;
228     width: 65%;
229     margin: 0;
230     padding: 0px;
231     font-size: 100%;
232     font-family: "Trebuchet MS", "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
233     font-weight: normal;
234 }
235
236 #content .bindings dd
237 {
238     float: left;
239     width: 30%;
240     margin: 0;
241     padding: 0px;
242     font-size: 110%;
243     font-family: "Bitstream Vera Sans Mono", "Courier New", monospace;
244     font-weight: normal;
245 }
246
247
248 #content dl.wide-table
249 {
250     float: left;
251     width: 100%;
252     margin: 1em 0;
253     padding: 0;
254 }
255
256 #content .wide-table dt
257 {
258         font-weight: normal;
259     clear: left;
260     float: left;
261     width: 30%;
262     margin: 0;
263     padding: 5px;
264 }
265
266 #content dt,
267 #content dd {
268     border-top: 2px solid #eee;
269 }
270
271 #content dt:first-child,
272 #content dd:nth-child(2) {
273     border-top: none;
274 }
275
276 #content .wide-table dd
277 {
278     float: left;
279     width: 60%;
280     margin: 0;
281     padding: 5px;
282 }
283
284 #content dl.narrower-table
285 {
286     float: left;
287     width: 100%;
288     margin: 1em 0;
289     padding: 0;
290 }
291
292 #content .narrower-table dt
293 {
294     clear: left;
295     float: left;
296     width: 20%;
297     margin: 0;
298     padding: 5px;
299 }
300
301 #content .narrower-table dd
302 {
303     float: left;
304     width: 70%;
305     margin: 0;
306     padding: 5px;
307 }
308
309 kbd {
310     -moz-background-clip:border;
311     -moz-background-inline-policy:continuous;
312     -moz-background-origin:padding;
313     background:#EEEEEE none repeat scroll 0 0;
314     border-color:#CCCCCC #AAAAAA #888888 #BBBBBB;
315     border-style:solid;
316     border-width:2px 2px 4px 4px;
317     color:#000000;
318     padding:1px 2px;
319     white-space:nowrap;
320     text-transform:capitalize;
321 }
322
323 kbd.input,kbd.cmd,kbd.osc {
324     font-family:mono;
325     border-width:0;
326     text-transform:none;
327
328 }
329
330 kbd.cmd {
331     display:block;
332     width:100%;
333     margin-bottom:1ex;
334     text-transform:none;
335 }
336
337 kbd.cmd.lin:before {
338     content: 'user@linux:~ ';
339     color:#999999;
340 }
341
342 kbd.cmd.mac:before {
343     content: 'MacBook:~/Desktop User\$ ';
344     color:#999999;
345 }
346
347 kbd.cmd.win:before {
348     content: 'C:\\Users\\myAccount> ';
349     color:#999999;
350 }
351
352 kbd.mouse {
353     -moz-border-radius:10px;
354     border-radius:10px;
355 }
356
357 /*
358 .mouse:after {
359     position:relative;
360     top:-1em;
361     left:-1em;
362     content:url('/images/mouse-tail.png');
363 }
364 */
365
366 kbd.optoff, kbd.option {
367     border:none;
368     background-color:transparent;
369 }
370
371 kbd.optoff:after {
372     content:url('/images/checkbox-unchecked.png');
373 }
374
375 kbd.option:after {
376     content:url('/images/checkbox-checked.png');
377 }
378
379 kbd.menu {
380     border:none;
381     background-color:transparent;
382     font-weight:bold;
383     font-stretch:extra-condensed;
384     white-space:normal;
385 }
386
387
388 kbd.osc {
389 }
390
391
392
393 kbd.fader, kbd.knob, kbd.button {
394     border-color:#ccccff #aaaadd #8888bb #bbbbee;
395     background-color:#ddddff;
396     color:#000044;
397 }
398
399 kbd.fader {
400     border-width: 1px 1px 9px 9px;
401 }
402
403 kbd.knob {
404     -moz-border-radius:12px;
405     border-radius:12px;
406     border-width: 1px 1px 9px 9px;
407 }
408
409 kbd.button {
410     -moz-border-radius:8px;
411     border-radius:8px;
412     border-width: 1px 1px 3px 3px;
413 }
414
415 samp {
416     font-family:mono;
417     font-style:italic;
418     color:#333333;
419     background-color:transparent;
420     margin-left: 1ex;
421     margin-right: 1ex;
422 }
423
424 samp:before {
425     content:"\BB";
426 }
427
428 samp:after {
429     content:"\AB";
430 }
431
432 #content td {
433     padding: 0 1em 0 1em;
434 }
435
436 #content .small {
437     width:150px;
438 }
439
440 #subtopics ul {
441     font-size:20px;
442     font-weight:bold;
443 }
444
445 #content dfn {
446     font-weight: bold;
447     font-style: normal;
448 }
449
450 #content img.right {
451     margin: 0 0 1em 1em;
452     float:right;
453     clear:right;
454 }
455
456 #content img.left {
457     margin:0 1em 1em 0;
458     float:left;
459     clear:left;
460 }
461
462 #content p.center {
463         text-align:center;
464 }
465
466 #content .note,.warning,.fixme {
467     min-height: 20px;
468     padding: 19px;
469     margin-bottom: 20px;
470     border-style: solid;
471     border-width: 1px 1px 1px 8px;
472     -webkit-border-radius: 4px;
473        -moz-border-radius: 4px;
474             border-radius: 4px;
475     -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
476        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
477             box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
478
479 }
480
481 #content .note {
482     border-color: #e3e3e3;
483     background-color: #f5f5f5;
484 }
485
486 #content .warning {
487     border-color: #995555;
488     background-color: #ffeeee;
489 }
490
491 #content .fixme {
492     border-color: #999944;
493     background-color: #f0f0e0;
494     font-weight:bold;
495 }
496
497 .fixme:before {
498     content:'FIXME: ';
499     font-style: italic;
500     font-size:200%;
501 }
502
503
504
505
506 .mod1:before {
507     content: "Ctrl ";
508 }
509 .mod2:before {
510     content: "Alt ";
511 }
512 .mod3:before {
513     content: "Shift ";
514 }
515 .mod4:before {
516     content: "Win ";
517 }
518 .mod12:before {
519     content: "Ctrl Alt ";
520 }
521 .mod13:before {
522     content: "Ctrl Shift ";
523 }
524 .mod14:before {
525     content: "Ctrl Win ";
526 }
527 .mod23:before {
528     content: "Alt Shift ";
529 }
530 .kp:before {
531     content: "Keypad ";
532 }
533
534 .mac .mod1:before {
535     content: "Cmd ";
536 }
537 .mac .mod2:before {
538     content: "Ctrl ";
539 }
540 .mac .mod3:before {
541     content: "Shift ";
542 }
543 .mac .mod4:before {
544     content: "Opt ";
545 }
546 .mac .mod12:before {
547     content: "Cmd Ctrl ";
548 }
549 .mac .mod13:before {
550     content: "Cmd Shift ";
551 }
552 .mac .mod14:before {
553     content: "Cmd Opt ";
554 }
555 .mac .mod23:before {
556     content: "Ctrl Shift ";
557 }
558
559 #gs_tti0 {
560
561   padding-top: 2px;
562   padding-bottom: 0;
563
564 }
565
566 @media (max-width: 800px) {
567   #tree {
568     position: relative;
569     height: 250px;
570     width: 100%;
571     margin-top: 20px;
572   }
573   #content {
574     padding-left: 20px;
575     margin-top: 0px;
576   }
577 }
578
579 #chapter { padding-top: 1em; padding-left: 1em; }
580
581 #subchapter { padding-left: 4em; }