From: Ed Ward Date: Thu, 12 Jan 2017 16:38:04 +0000 (+0100) Subject: Adding the css X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9288472a1c4d10444d80af1de6fe9cac49e73ab9;p=ardour-manual-diverged Adding the css --- diff --git a/source/css/app.css b/source/css/app.css index 6fa18f9..9885145 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,43 @@ font-weight: normal; } +#content figcaption { + display: table-caption; + caption-side: bottom ; +} + +#content figcaption.titleover { + caption-side: top ; +} + +.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 +216,7 @@ margin: 1em 0; padding: 0; } - + #content .bindings dt { clear: left; @@ -191,7 +228,7 @@ font-family: "Trebuchet MS", "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif; font-weight: normal; } - + #content .bindings dd { float: left; @@ -211,7 +248,7 @@ margin: 1em 0; padding: 0; } - + #content .wide-table dt { font-weight: normal; @@ -231,7 +268,7 @@ #content dd:nth-child(2) { border-top: none; } - + #content .wide-table dd { float: left; @@ -247,7 +284,7 @@ margin: 1em 0; padding: 0; } - + #content .narrower-table dt { clear: left; @@ -256,7 +293,7 @@ margin: 0; padding: 5px; } - + #content .narrower-table dd { float: left; @@ -324,11 +361,11 @@ kbd.mouse { kbd.optoff, kbd.option { border:none; - background-color:transparent; + background-color:transparent; } kbd.optoff:after { - content:url('/images/checkbox-unchecked.png'); + content:url('/images/checkbox-unchecked.png'); } kbd.option:after { @@ -361,7 +398,7 @@ kbd.fader { kbd.knob { -moz-border-radius:12px; - border-radius:12px; + border-radius:12px; border-width: 1px 1px 9px 9px; } @@ -427,7 +464,7 @@ samp:after { 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; @@ -538,4 +575,3 @@ samp:after { #chapter { padding-top: 1em; padding-left: 1em; } #subchapter { padding-left: 4em; } -