X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=source%2Fcss%2Fapp.css;h=bac1dfd15a9a29fe0e43756910d5eba37866aafb;hb=5a9ceb32aca6ec94e19f6b9c3ae70b3209512654;hp=23e265499f94e4d9bb420287155b378eb6eaa692;hpb=5d3614e072e57aead1023bd8e30bb44804c3acd5;p=ardour-manual diff --git a/source/css/app.css b/source/css/app.css index 23e2654..bac1dfd 100644 --- a/source/css/app.css +++ b/source/css/app.css @@ -45,6 +45,10 @@ ul.inside li, ol.inside li { font-weight: normal; } +#tree dl { + margin-left: 1em; +} + #tree h1.title a:hover { border-bottom: none; } @@ -118,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; @@ -476,6 +486,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; } @@ -575,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; }