X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=source%2Fcss%2Fapp.css;h=c2ea18a1f2010b080ad08e4a890560e626b3022c;hb=ada4ca79b2664d16ccba712e2ffd8e156eefb777;hp=747ecbe335419431ec2c0b72e5d318c7bd12a6bd;hpb=8dda4023a5e675351ea43924f8e477af05eadccc;p=ardour-manual diff --git a/source/css/app.css b/source/css/app.css index 747ecbe..c2ea18a 100644 --- a/source/css/app.css +++ b/source/css/app.css @@ -1,6 +1,4 @@ #tree { - padding: 20px; - padding-bottom: 80px; background-color: #eee; height: 100%; overflow: scroll; @@ -11,6 +9,10 @@ width: 300px; } +#tree-inner { + padding: 15px 20px 30px 30px; +} + #tree h1.title { font-size: 28px; margin-bottom: 20px; @@ -18,11 +20,11 @@ } #tree h1.title a:hover { - border-bottom: none; + border-bottom: none; } #tree a { - font-size: 14px; + font-size: 14px; line-height: 28px; } @@ -35,23 +37,32 @@ #tree .child, #tree .parent *, #tree .child * { - display: inherit; - color: inherit; + display: inherit; + color: inherit; } #tree dd.child-1, #tree .child-2, #tree .child-3, #tree .child-4 { - display: none; + display: none; } +#search { + height: 70px; +} + #content { - padding: 70px 30px 30px 360px; + padding: 10px 30px 30px 350px; margin-left: 0; } +#content-main { + padding-top: 10px; + padding-left: 10px; +} + #content p, #content li, #content dt, @@ -260,6 +271,56 @@ white-space:nowrap; } +#content td { + padding: 0 1em 0 1em; +} + +#content .small { + width:150px; +} + +#subtopics ul { + font-size:20px; + font-weight:bold; +} + +#content dfn { + font-weight: bold; + font-style: normal; +} + +#content .right { + margin: 0 0 1em 1em; + float:right; +} + +#content .left { + margin-left:0 1em 1em 0; + float:left; +} + +#content .note,.warning { + min-height: 20px; + padding: 19px; + margin-bottom: 20px; + border: 1px solid + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); + -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); +} + +#content .note { + border-color: #e3e3e3; + background-color: #f5f5f5; +} + +#content .warning { + border-color: #990000; + background-color: #ffeeee; +} .mod1:before { content: "Ctrl-"; @@ -269,6 +330,10 @@ content: "Alt-"; } +.mod3:before { + content: "Shift-"; +} + .mod4:before { content: "Win-"; } @@ -293,6 +358,10 @@ content: "Ctrl-"; } +.mac .mod3:before { + content: "Shift-"; +} + .mac .mod4:before { content: "Opt-"; } @@ -311,6 +380,13 @@ +#gs_tti0 { + + padding-top: 2px; + padding-bottom: 0; + +} +