X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=source%2Fcss%2Fapp.css;h=0802831ecd928d12b7f472a96184454a0494d270;hb=3e47fa4419f952f1e8155e4fff892f24262e78a3;hp=beb900398f26dc539575a92a6f377545185c4b9d;hpb=7a9da70647ce4d4c48e042f93e05b89dd983399e;p=ardour-manual diff --git a/source/css/app.css b/source/css/app.css index beb9003..0802831 100644 --- a/source/css/app.css +++ b/source/css/app.css @@ -171,6 +171,15 @@ font-weight: normal; } +#content dt.sub1 { + padding-left: 2em; +} + +#content dt.sub2 { + padding-left: 4em; +} + + #content figure { display: table; } @@ -192,8 +201,8 @@ #content figure.left { margin: 0 1em 1em 0; - float:right; - clear:right; + float:left; + clear:left; } .multicol2 { @@ -591,3 +600,13 @@ samp:after { #chapter { padding-top: 1em; padding-left: 1em; } #subchapter { padding-left: 4em; } + +#content table.alternate{ border-collapse:collapse; } +.alternate td{ padding:7px; border:#4e95f4 1px solid; } +.alternate tr{ background: #b8d1f3; } +.alternate tr:nth-child(odd){ background: #b8d1f3; } +.alternate tr:nth-child(even){ background: #dae5f4; } + +.container { position:relative; border: none;} +.hoverimg { position: absolute; border: none; } +.hoverimg:hover{ z-index:100; box-shadow: 0 0 5px 5px lightgreen; }