X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=source%2Fcss%2Fapp.css;h=5abbe55abe3dfe7301c0dd04096c679b3c6d9db2;hb=84dd34b2f5af2820a2af003ed7d87cf6a3c790ea;hp=28c2a15edd7dbd9573372ce3b2bcd2a18c27121f;hpb=6b48dc5dbf67b2e40893d208e33d26c16543cdc2;p=ardour-manual diff --git a/source/css/app.css b/source/css/app.css index 28c2a15..5abbe55 100644 --- a/source/css/app.css +++ b/source/css/app.css @@ -17,6 +17,12 @@ 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; @@ -39,6 +45,15 @@ div.clearer { font-weight: normal; } +#tree dl { + margin-left: 1em; +} + +#tree ul { + padding-left: 1em; + list-style-type: none; +} + #tree h1.title a:hover { border-bottom: none; } @@ -112,6 +127,13 @@ div.clearer { padding-bottom: .3ex; } +#content h1.clear, +#content h2.clear, +#content h3.clear, +#content h4.clear { + clear:both; +} + #content h1.title { font-size: 1.8em; margin: 0 0 2ex 0; @@ -167,9 +189,17 @@ div.clearer { #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; } @@ -251,6 +281,8 @@ div.clearer { display: table-caption; caption-side: bottom; font-style: italic; + padding-top: 0.5em; + padding-bottom: 1em; } #content figcaption.center { @@ -275,10 +307,6 @@ div.clearer { clear: left; } -#content figure.left.olist { - margin-right: 2em; -} - #content figure.center { margin: 1em auto 1em auto; clear: both; @@ -317,6 +345,11 @@ kbd { text-transform:capitalize; } +kbd.def { + font-weight:bolder; + margin-right:.2em; +} + kbd.input, kbd.cmd, kbd.osc { @@ -461,6 +494,15 @@ samp:after { clear: both; } +#content img.mini { + width:200px; +} + +#content img.mini:hover { + width: 100%; + /*transition: width .5s ease; doesn't work on right-floated figures */ +} + #content p.center { text-align:center; } @@ -560,16 +602,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; }