2 font-family: 'junge-regular';
3 src: url('junge-regular-webfont.woff2') format('woff2'),
4 url('junge-regular-webfont.woff') format('woff'),
5 url('junge-regular-webfont.ttf') format('truetype');
11 font-family: 'junge-regular';
20 ul.inside li, ol.inside li {
27 background-color: #212A30;
39 padding: 1em 1em 2em 1.5em;
54 list-style-type: none;
57 #tree h1.title a:hover {
82 display: inline !important;
87 border-bottom: 1px solid transparent;
92 text-decoration: none;
93 border-bottom: 1px solid #aaa;
99 border-bottom: 1px solid #FFF;
103 padding: 1em 2em 2ex 21em;
127 padding-bottom: .3ex;
140 padding-bottom: .8ex;
141 border-bottom: 2px solid #ccc;
147 border-bottom: 2px solid #ddd;
152 margin: 1.5ex 0 1ex 0;
153 border-bottom: 1px solid #eee;
158 margin: 1.5ex 0 .5ex 0;
159 border-bottom: 1px solid #eee;
173 border-bottom: 2px solid #eeeeee;
176 #content table tr:nth-child(odd){
177 background-color: white;
180 #content table tr:nth-child(even){
181 background-color: #f5f5f5;
184 #content table tr:hover {
185 background-color: #F2F9FF;
203 #content table th.sub1 {
207 #content table th.sub2 {
211 #content table thead {
215 #content table.dl th {
216 /* dl class (definition list) is for 2-columns tables that describe properties:
217 maximmizes the width of the 2nd (description) column */
223 #content table.dl td {
235 display:inline-block;
246 border-top: 2px solid #eee;
270 #content dt:first-child,
271 #content dd:nth-child(2) {
280 #content figcaption {
281 display: table-caption;
282 caption-side: bottom;
288 #content figcaption.center {
290 caption-side: bottom;
293 #content figcaption.titleover {
298 #content figure.right {
304 #content figure.left {
310 #content figure.center {
311 margin: 1em auto 1em auto;
330 display: inline-block;
333 font: normal .85em/1 "Lucida Grande", Lucida, Arial, sans-serif;
335 text-decoration: none;
338 background: rgb(250, 250, 250);
339 background: -moz-linear-gradient(top, rgb(210, 210, 210), rgb(255, 255, 255));
340 background: -webkit-gradient(linear, left top, left bottom, from(rgb(210, 210, 210)), to(rgb(255, 255, 255)));
341 color: rgb(50, 50, 50);
342 text-shadow: 0 0 2px rgb(255, 255, 255);
343 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);
345 text-transform:capitalize;
371 background: rgb(220, 220, 220);
378 content: 'user@linux:~ ';
383 content: 'MacBook:~/Desktop User\$ ';
388 content: 'C:\\Users\\myAccount> ';
399 content:url('/images/checkbox-unchecked.png');
401 vertical-align:middle;
405 content:url('/images/checkbox-checked.png');
407 vertical-align:middle;
414 font-stretch:extra-condensed;
420 background: rgb(208, 208, 243);
421 font-stretch:extra-condensed;
429 background: rgb(174, 174, 217);
430 background: -moz-linear-gradient(top, rgb(174, 174, 217), rgb(221, 221, 255));
431 background: -webkit-gradient(linear, left top, left bottom, from(rgb(174, 174, 217)), to(rgb(221, 221, 255)));
436 border-width: 1px 1px 9px 9px;
441 border-width: 1px 1px 9px 9px;
446 border-width: 1px 1px 3px 3px;
457 background-color:transparent;
491 #content img.center {
493 margin:1em auto 1em auto;
501 #content img.mini:hover {
503 /*transition: width .5s ease; doesn't work on right-floated figures */
517 border-width: 1px 1px 1px 8px;
518 -webkit-border-radius: 4px;
519 -moz-border-radius: 4px;
521 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
522 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
523 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
532 border-color: #e3e3e3;
533 background-color: #f5f5f5;
537 border-color: #995555;
538 background-color: #ffeeee;
542 border-color: #999944;
543 background-color: #f0f0e0;
553 /* Keyboard modifiers */
554 .mod1:before { content: "Ctrl ";}
555 .mod2:before { content: "Alt ";}
556 .mod3:before { content: "Shift ";}
557 .mod4:before { content: "Win ";}
558 .mod12:before { content: "Ctrl Alt ";}
559 .mod13:before { content: "Ctrl Shift ";}
560 .mod14:before { content: "Ctrl Win ";}
561 .mod23:before { content: "Alt Shift ";}
562 .kp:before { content: "Keypad ";}
563 /* Variants *without* space after them (yes, these are needed!) */
564 .mod1n:before { content: "Ctrl";}
565 .mod2n:before { content: "Alt";}
566 .mod3n:before { content: "Shift";}
567 .mod4n:before { content: "Win";}
568 .mod12n:before { content: "Ctrl Alt";}
569 .mod13n:before { content: "Ctrl Shift";}
570 .mod14n:before { content: "Ctrl Win";}
571 .mod23n:before { content: "Alt Shift";}
572 /* Automagic translation for Mac based display */
573 .mac .mod1:before { content: "Cmd ";}
574 .mac .mod2:before { content: "Ctrl ";}
575 .mac .mod3:before { content: "Shift ";}
576 .mac .mod4:before { content: "Opt ";}
577 .mac .mod12:before { content: "Cmd Ctrl ";}
578 .mac .mod13:before { content: "Cmd Shift ";}
579 .mac .mod14:before { content: "Cmd Opt ";}
580 .mac .mod23:before { content: "Ctrl Shift ";}
581 /* No space variants (Mac based) */
582 .mac .mod1n:before { content: "Cmd";}
583 .mac .mod2n:before { content: "Ctrl";}
584 .mac .mod3n:before { content: "Shift";}
585 .mac .mod4n:before { content: "Opt";}
586 .mac .mod12n:before { content: "Cmd Ctrl";}
587 .mac .mod13n:before { content: "Cmd Shift";}
588 .mac .mod14n:before { content: "Cmd Opt";}
589 .mac .mod23n:before { content: "Ctrl Shift";}
591 @media (max-width: 800px) {
606 #content p.subchapter,
608 #content p.subsection {
611 #content p.chapter { padding-top: 1em; padding-left: 1em; padding-bottom:1em; }
612 #content p.subchapter { padding-left: 4em; }
613 #content p.section { padding-left: 6em; }
614 #content p.subsection { padding-left: 8em; }
616 /* for images sliced in divs, as in http://manual.ardour.org/ardours-interface/about/ */
617 .container { position: relative; border: none; }
618 .hoverimg { position: absolute; border: none; }
619 .hoverimg:hover{ z-index:100; box-shadow: 0 0 .2em .2em lightgreen; }