X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=source%2Fcss%2Fapp.css;h=6c8784dba98e88f215b787a80c56b9566acf0ca3;hb=b818a4a21376b64fe83a532564f66e2ad8f560af;hp=5fcd3300489751d0f4bd695b9aac1ed22f363c76;hpb=fe449a5228673d6d116ed84c15e3d6db9c8122ce;p=ardour-manual diff --git a/source/css/app.css b/source/css/app.css index 5fcd330..6c8784d 100644 --- a/source/css/app.css +++ b/source/css/app.css @@ -13,6 +13,16 @@ body { line-height: 2ex; } +div.clearer { + clear:both; +} + +ul.inside li, ol.inside li { + left: 1em; + position: relative; + padding-right: 1em; +} + #tree { background-color: #212A30; line-height: 1.8ex; @@ -35,6 +45,10 @@ body { font-weight: normal; } +#tree dl { + margin-left: 1em; +} + #tree h1.title a:hover { border-bottom: none; } @@ -163,9 +177,17 @@ body { #content table th { margin: 0; padding: .5em; +} + +#content table th { + font-weight: bold; +} + +#content table td { font-weight: normal; } + #content table th.sub1 { padding-left: 2em; } @@ -309,6 +331,11 @@ kbd { text-transform:capitalize; } +kbd.def { + font-weight:bolder; + margin-right:.2em; +} + kbd.input, kbd.cmd, kbd.osc { @@ -552,16 +579,16 @@ samp:after { } /* for the TOC */ -#chapter, -#subchapter, -#section, -#subsection { - line-height:1.5em; -} -#chapter { padding-top: 1em; padding-left: 1em; } -#subchapter { padding-left: 4em; } -#section { padding-left: 6em; } -#subsection { padding-left: 8em; } +#content p.chapter, +#content p.subchapter, +#content p.section, +#content p.subsection { + line-height:1em; +} +#content p.chapter { padding-top: 1em; padding-left: 1em; padding-bottom:1em; } +#content p.subchapter { padding-left: 4em; } +#content p.section { padding-left: 6em; } +#content p.subsection { padding-left: 8em; } /* for images sliced in divs, as in http://manual.ardour.org/ardours-interface/about/ */ .container { position: relative; border: none; }