2 background-color: #212A30;
13 padding: 15px 20px 30px 30px;
22 #tree h1.title a:hover {
57 padding: 10px 30px 30px 350px;
76 display: inline !important;
79 border-bottom: 1px solid transparent;
84 text-decoration: none;
85 border-bottom: 1px solid #aaa;
91 border-bottom: 1px solid #FFF;
106 border-bottom: 2px solid #ccc;
107 padding-bottom: 10px;
112 margin: 30px 0 20px 0;
115 border-bottom: 2px solid #ddd;
119 margin: 20px 0 10px 0;
122 border-bottom: 1px solid #eee;
127 margin: 20px 0 10px 0;
128 padding-bottom: 10px;
129 border-bottom: 1px solid #eee;
141 border-bottom: 2px solid #eeeeee;
144 #content table tr:nth-child(odd){
145 background-color: white;
148 #content table tr:nth-child(even){
149 background-color: #f5f5f5;
152 #content table tr:hover {
153 background-color: #F2F9FF;
156 #content table td, th {
162 #content table th.sub1 {
166 #content table th.sub2 {
170 #content table thead {
174 #content table.dl th {
175 /* dl class (definition list) is for 2-columns tables that describe properties:
176 maximmizes the width of the 2nd (description) column */
181 #content table.dl td {
192 display:inline-block;
201 #content dt, #content dd {
202 border-top: 2px solid #eee;
226 #content dt:first-child,
227 #content dd:nth-child(2) {
236 #content figcaption {
237 display: table-caption;
238 caption-side: bottom;
242 #content figcaption.center {
244 caption-side: bottom;
247 #content figcaption.titleover {
252 #content figure.right {
258 #content figure.left {
264 #content figure.center {
265 margin: 1em auto 1em auto;
284 display: inline-block;
287 font: normal .85em/1 "Lucida Grande", Lucida, Arial, sans-serif;
289 text-decoration: none;
292 -moz-user-select: none;
293 -webkit-user-select: none;
295 background: rgb(250, 250, 250);
296 background: -moz-linear-gradient(top, rgb(210, 210, 210), rgb(255, 255, 255));
297 background: -webkit-gradient(linear, left top, left bottom, from(rgb(210, 210, 210)), to(rgb(255, 255, 255)));
298 color: rgb(50, 50, 50);
299 text-shadow: 0 0 2px rgb(255, 255, 255);
300 box-shadow: inset 0 0 1px rgb(255, 255, 255), inset 0 0 .4em rgb(200, 200, 200), 0 .1em 0 rgb(130, 130, 130), 0 .11em 0 rgba(0, 0, 0, .4), 0 .1em .11em rgba(0, 0, 0, .9);
302 text-transform:capitalize;
305 kbd.input,kbd.cmd,kbd.osc {
321 background: rgb(220, 220, 220);
328 content: 'user@linux:~ ';
333 content: 'MacBook:~/Desktop User\$ ';
338 content: 'C:\\Users\\myAccount> ';
342 kbd.optoff, kbd.option {
348 content:url('/images/checkbox-unchecked.png');
350 vertical-align:middle;
354 content:url('/images/checkbox-checked.png');
356 vertical-align:middle;
363 font-stretch:extra-condensed;
369 background: rgb(208, 208, 243);
370 font-stretch:extra-condensed;
375 kbd.fader, kbd.knob, kbd.button {
376 background: rgb(174, 174, 217);
377 background: -moz-linear-gradient(top, rgb(174, 174, 217), rgb(221, 221, 255));
378 background: -webkit-gradient(linear, left top, left bottom, from(rgb(174, 174, 217)), to(rgb(221, 221, 255)));
383 border-width: 1px 1px 9px 9px;
388 border-width: 1px 1px 9px 9px;
393 border-width: 1px 1px 3px 3px;
404 background-color:transparent;
439 #content img.center {
441 margin:1em auto 1em auto;
449 #content .note,.warning,.fixme {
454 border-width: 1px 1px 1px 8px;
455 -webkit-border-radius: 4px;
456 -moz-border-radius: 4px;
458 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
459 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
460 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
469 border-color: #e3e3e3;
470 background-color: #f5f5f5;
474 border-color: #995555;
475 background-color: #ffeeee;
479 border-color: #999944;
480 background-color: #f0f0e0;
491 /* Keyboard modifiers */
493 .mod1:before { content: "Ctrl ";}
494 .mod2:before { content: "Alt ";}
495 .mod3:before { content: "Shift ";}
496 .mod4:before { content: "Win ";}
497 .mod12:before { content: "Ctrl Alt ";}
498 .mod13:before { content: "Ctrl Shift ";}
499 .mod14:before { content: "Ctrl Win ";}
500 .mod23:before { content: "Alt Shift ";}
501 .kp:before { content: "Keypad ";}
502 /* Variants *without* space after them (yes, these are needed!) */
503 .mod1n:before { content: "Ctrl";}
504 .mod2n:before { content: "Alt";}
505 .mod3n:before { content: "Shift";}
506 .mod4n:before { content: "Win";}
507 .mod12n:before { content: "Ctrl Alt";}
508 .mod13n:before { content: "Ctrl Shift";}
509 .mod14n:before { content: "Ctrl Win";}
510 .mod23n:before { content: "Alt Shift";}
511 /* Automagic translation for Mac based display */
512 .mac .mod1:before { content: "Cmd ";}
513 .mac .mod2:before { content: "Ctrl ";}
514 .mac .mod3:before { content: "Shift ";}
515 .mac .mod4:before { content: "Opt ";}
516 .mac .mod12:before { content: "Cmd Ctrl ";}
517 .mac .mod13:before { content: "Cmd Shift ";}
518 .mac .mod14:before { content: "Cmd Opt ";}
519 .mac .mod23:before { content: "Ctrl Shift ";}
520 /* No space variants (Mac based) */
521 .mac .mod1n:before { content: "Cmd";}
522 .mac .mod2n:before { content: "Ctrl";}
523 .mac .mod3n:before { content: "Shift";}
524 .mac .mod4n:before { content: "Opt";}
525 .mac .mod12n:before { content: "Cmd Ctrl";}
526 .mac .mod13n:before { content: "Cmd Shift";}
527 .mac .mod14n:before { content: "Cmd Opt";}
528 .mac .mod23n:before { content: "Ctrl Shift";}
535 @media (max-width: 800px) {
549 #chapter { padding-top: 1em; padding-left: 1em; }
550 #subchapter { padding-left: 4em; }
551 #section { padding-left: 6em; }
552 #subsection { padding-left: 8em; }
554 /* for images sliced in divs, as in http://manual.ardour.org/ardours-interface/about/ */
555 .container { position:relative; border: none;}
556 .hoverimg { position: absolute; border: none; }
557 .hoverimg:hover{ z-index:100; box-shadow: 0 0 5px 5px lightgreen; }