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