X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=source%2Fcss%2Fapp.css;h=10cc833d6f41ef97ebc136d63cbbf94822c04d1d;hb=7be4f507991a0b87174a0e78831a4e7e9e96bcbe;hp=d999306c75919cc7779b81cbd5a44fde81058f96;hpb=0d4be5fdfb660d75853e46019e4a5acf3816363b;p=ardour-manual diff --git a/source/css/app.css b/source/css/app.css index d999306..10cc833 100644 --- a/source/css/app.css +++ b/source/css/app.css @@ -66,7 +66,8 @@ #content p, #content li, #content dt, -#content dd { +#content dd, +#content table { font-size: 16px; line-height: 28px; } @@ -124,10 +125,9 @@ border-bottom: 1px solid #eee; } - #content h4 { font-size: 18px; - margin: 20px 0 10px 0; + margin: 20px 0 10px 0; padding-bottom: 10px; border-bottom: 1px solid #eee; } @@ -137,6 +137,59 @@ color: #555; } +#content table.dl, table.nodl { + width:100%; + margin: 1em 0; + padding: 0; + font-weight: normal; + text-align: left; +} + +#content table.dl tr, table.nodl tr { + border-bottom: 2px solid #eeeeee; + background-color: white; +} + +#content table.dl tr:nth-child(odd), table.nodl tr:nth-child(odd){ + background-color: white; +} + +#content table.dl tr:nth-child(even), table.nodl tr:nth-child(even){ + background-color: #F2F9FF; +} + +#content table.dl thead, table.nodl thead { + font-weight:bold; +} + +#content table.dl th, table.nodl th { + margin: 0; + padding: 5px; + font-weight: normal; +} + +#content table.dl td, table.nodl td { + margin: 0; + padding: 5px; +} + +#content table.dl th.sub1, table.nodl th.sub1 { + padding-left: 2em; +} + +#content table.dl th.sub2, table.nodl th.sub2 { + padding-left: 4em; +} + +#content table.dl th { + min-width: 20%; +} + +#content table.dl td { + width: 100%; /*maximizes the width of the 2nd column */ +} + + #content dl { float:none; @@ -144,6 +197,7 @@ width:100%; margin: 1em 0; padding: 0; + display:inline-block; } #content dl:after { @@ -395,7 +449,7 @@ kbd.osc { border:none; background: rgb(208, 208, 243); font-stretch:extra-condensed; - white-space:normal; + white-space: nowrap; text-align:left; } @@ -658,12 +712,6 @@ samp:after { #section { padding-left: 6em; } #subsection { padding-left: 8em; } -#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; }