X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=source%2Fcss%2Fapp.css;h=0802831ecd928d12b7f472a96184454a0494d270;hb=3e47fa4419f952f1e8155e4fff892f24262e78a3;hp=4a9fb5d1f1b8b10d498e6df637f0f1f10b6e15ac;hpb=bdace019886e3d286678a69e2fd9718326653fcf;p=ardour-manual diff --git a/source/css/app.css b/source/css/app.css index 4a9fb5d..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; } @@ -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; }