X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=source%2Fcss%2Fapp.css;h=d1f203141ad90ef5d434a4b20d387021a02a9249;hb=0282ab8308ebd5afff2bf1542b6bb167dee0a434;hp=0809c645d06251d5394aada0d93534da1d6f5e5f;hpb=86c34280f44e84fa24d216cba3d5c310deeadf5f;p=ardour-manual diff --git a/source/css/app.css b/source/css/app.css index 0809c64..d1f2031 100644 --- a/source/css/app.css +++ b/source/css/app.css @@ -10,7 +10,7 @@ } #tree-inner { - padding: 15px 20px 30px 30px; + padding: 15px 20px 30px 30px; } #tree h1.title { @@ -24,7 +24,7 @@ } #tree a { - font-size: 14px; + font-size: 14px; line-height: 28px; } @@ -37,7 +37,7 @@ #tree .child, #tree .parent *, #tree .child * { - display: inherit; + display: inherit; color: inherit; } @@ -45,7 +45,7 @@ #tree .child-2, #tree .child-3, #tree .child-4 { - display: none; + display: none; } @@ -68,13 +68,13 @@ #content dt, #content dd { font-size: 16px; - line-height: 28px; + line-height: 28px; } #tree a { display: inline !important; - font-weight: normal; + font-weight: normal; color: #E4E4E4; border-bottom: 1px solid transparent; padding-bottom: 2px; @@ -118,7 +118,7 @@ } #content h3 { - margin: 20px 0 10px 0; + margin: 20px 0 10px 0; padding-bottom: 5px; font-size: 20px; border-bottom: 1px solid #eee; @@ -127,7 +127,7 @@ #content h4 { font-size: 18px; - margin: 20px 0 10px 0; + margin: 20px 0 10px 0; padding-bottom: 10px; border-bottom: 1px solid #eee; } @@ -151,7 +151,7 @@ display:block; clear:both; } - + #content dt { clear: left; @@ -161,7 +161,7 @@ padding: 5px; font-weight: normal; } - + #content dd { float: left; @@ -171,6 +171,81 @@ font-weight: normal; } +#content dt.sub1 { + padding-left: 2em; +} + +#content dt.sub2 { + padding-left: 4em; +} + + +#content figure { + display: table; +} + +#content figcaption { + display: table-caption; + caption-side: bottom; + font-style: italic; +} + +#content figcaption.center { + display: table-caption; + text-align: center; + caption-side: bottom; + font-style: italic; +} + +#content figcaption.titleover { + caption-side: top ; +} + +#content figure.right { + margin: 0 0 1em 1em; + float: right; + clear: right; +} + +#content figure.left { + margin: 0 1em 1em 0; + float: left; + clear: left; +} + +#content figure.center { + margin: 1em auto 1em auto; + clear: both; +} + +.multicol2 { + width: 48%; + float:left; + padding:0 0 0 2%; + margin:0; +} + +.multicol3 { + width: 31%; + float:left; + padding:0 0 0 2%; + margin:0; +} + +.multicol4 { + width: 23%; + float:left; + padding:0 0 0 2%; + margin:0; +} + +.multicol5 { + width: 18%; + float:left; + padding:0 0 0 2%; + margin:0; +} + /* Keyboard binding layout */ #content dl.bindings { @@ -179,7 +254,7 @@ margin: 1em 0; padding: 0; } - + #content .bindings dt { clear: left; @@ -191,7 +266,7 @@ font-family: "Trebuchet MS", "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif; font-weight: normal; } - + #content .bindings dd { float: left; @@ -211,7 +286,7 @@ margin: 1em 0; padding: 0; } - + #content .wide-table dt { font-weight: normal; @@ -231,7 +306,7 @@ #content dd:nth-child(2) { border-top: none; } - + #content .wide-table dd { float: left; @@ -247,7 +322,7 @@ margin: 1em 0; padding: 0; } - + #content .narrower-table dt { clear: left; @@ -256,7 +331,7 @@ margin: 0; padding: 5px; } - + #content .narrower-table dd { float: left; @@ -322,30 +397,31 @@ kbd.mouse { } */ -kbd.menu,kbd.option,kbd.optoff { +kbd.optoff, kbd.option { border:none; background-color:transparent; - font-weight:bold; - font-stretch:extra-condensed; - white-space:normal; } -kbd.option:after,kbd.optoff:after { - font-family:mono; - font-weight:lighter; - text-align:center; - border:solid 1px black; - margin-left:0.3em; +kbd.optoff:after { + content:url('/images/checkbox-unchecked.png'); } + kbd.option:after { - content:'X'; + content:url('/images/checkbox-checked.png'); +} +kbd.menu { + border:none; + background-color:transparent; + font-weight:bold; + font-stretch:extra-condensed; + white-space:normal; } + + kbd.osc { } -kbd.optoff:after { - content:' '; -} + kbd.fader, kbd.knob, kbd.button { @@ -360,7 +436,7 @@ kbd.fader { kbd.knob { -moz-border-radius:12px; - border-radius:12px; + border-radius:12px; border-width: 1px 1px 9px 9px; } @@ -417,12 +493,22 @@ samp:after { clear:left; } +#content img.center { + display: block; + margin:1em auto 1em auto; + clear: both; +} + +#content p.center { + text-align:center; +} + #content .note,.warning,.fixme { min-height: 20px; padding: 19px; margin-bottom: 20px; border-style: solid; - border-width: 1px 1px 1px 8px; + border-width: 1px 1px 1px 8px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; @@ -455,7 +541,7 @@ samp:after { } - +/* Keyboard modifiers */ .mod1:before { content: "Ctrl "; @@ -485,6 +571,36 @@ samp:after { content: "Keypad "; } +/* Variants *without* space after them (yes, these are needed!) */ + +.mod1n:before { + content: "Ctrl"; +} +.mod2n:before { + content: "Alt"; +} +.mod3n:before { + content: "Shift"; +} +.mod4n:before { + content: "Win"; +} +.mod12n:before { + content: "Ctrl Alt"; +} +.mod13n:before { + content: "Ctrl Shift"; +} +.mod14n:before { + content: "Ctrl Win"; +} +.mod23n:before { + content: "Alt Shift"; +} + + +/* Automagic translation for Mac based display */ + .mac .mod1:before { content: "Cmd "; } @@ -510,6 +626,34 @@ samp:after { content: "Ctrl Shift "; } +/* No space variants (Mac based) */ + +.mac .mod1n:before { + content: "Cmd"; +} +.mac .mod2n:before { + content: "Ctrl"; +} +.mac .mod3n:before { + content: "Shift"; +} +.mac .mod4n:before { + content: "Opt"; +} +.mac .mod12n:before { + content: "Cmd Ctrl"; +} +.mac .mod13n:before { + content: "Cmd Shift"; +} +.mac .mod14n:before { + content: "Cmd Opt"; +} +.mac .mod23n:before { + content: "Ctrl Shift"; +} + + #gs_tti0 { padding-top: 2px; @@ -530,5 +674,17 @@ samp:after { } } +#chapter { padding-top: 1em; padding-left: 1em; } +#subchapter { padding-left: 4em; } +#section { padding-left: 6em; } +#subsection { padding-left: 8em; } +#content table.alternate{ border-collapse:collapse; } +.alternate td{ padding:7px; border:#4e95f4 1px solid; } +.alternate tr{ background: #b8d1f3; } +.alternate tr:nth-child(odd){ background: #b8d1f3; } +.alternate tr:nth-child(even){ background: #dae5f4; } +.container { position:relative; border: none;} +.hoverimg { position: absolute; border: none; } +.hoverimg:hover{ z-index:100; box-shadow: 0 0 5px 5px lightgreen; }