X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=source%2Fcss%2Fapp.css;h=1ea517c70742548c48966acc3a7e69830ccc1fff;hb=e957674fe9b4239dfb346e569724a4b14a704259;hp=fd063aedf5814d69c7127b783765d1407a75a791;hpb=40881b5b46369e7b8d3ff56cec8405144f1b6db2;p=ardour-manual diff --git a/source/css/app.css b/source/css/app.css index fd063ae..1ea517c 100644 --- a/source/css/app.css +++ b/source/css/app.css @@ -122,6 +122,12 @@ ul.inside li, ol.inside li { padding-bottom: .3ex; } +#content h2.clear, +#content h3.clear, +#content h4.clear { + clear:both; +} + #content h1.title { font-size: 1.8em; margin: 0 0 2ex 0; @@ -480,6 +486,15 @@ samp:after { clear: both; } +#content img.mini { + width:200px; +} + +#content img.mini:hover { + width: 100%; + transition: width .5s ease; +} + #content p.center { text-align:center; } @@ -579,16 +594,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; }