X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=source%2Fcss%2Fapp.css;h=0809c645d06251d5394aada0d93534da1d6f5e5f;hb=86c34280f44e84fa24d216cba3d5c310deeadf5f;hp=6e7eb3409238c47cd5d4727bc8c14e5f84301adb;hpb=ed6dd533f0317fdde938e86a30bc301cef8775ac;p=ardour-manual diff --git a/source/css/app.css b/source/css/app.css index 6e7eb34..0809c64 100644 --- a/source/css/app.css +++ b/source/css/app.css @@ -1,5 +1,5 @@ #tree { - background-color: #eee; + background-color: #212A30; height: 100%; overflow: scroll; position: fixed; @@ -75,7 +75,7 @@ #tree a { display: inline !important; font-weight: normal; - color: #666; + color: #E4E4E4; border-bottom: 1px solid transparent; padding-bottom: 2px; } @@ -87,8 +87,8 @@ #tree .active > a { display: inline; - color: #000; - border-bottom: 1px solid #555; + color: #da0808; + border-bottom: 1px solid #FFF; } @@ -184,7 +184,7 @@ { clear: left; float: left; - width: 30%; + width: 65%; margin: 0; padding: 0px; font-size: 100%; @@ -195,7 +195,7 @@ #content .bindings dd { float: left; - width: 65%; + width: 30%; margin: 0; padding: 0px; font-size: 110%; @@ -279,7 +279,7 @@ kbd { text-transform:capitalize; } -kbd.input,kbd.cmd { +kbd.input,kbd.cmd,kbd.osc { font-family:mono; border-width:0; text-transform:none; @@ -340,6 +340,8 @@ kbd.option:after,kbd.optoff:after { kbd.option:after { content:'X'; +} +kbd.osc { } kbd.optoff:after { content:' '; @@ -403,14 +405,16 @@ samp:after { font-style: normal; } -#content .right { +#content img.right { margin: 0 0 1em 1em; float:right; + clear:right; } -#content .left { +#content img.left { margin:0 1em 1em 0; float:left; + clear:left; } #content .note,.warning,.fixme { @@ -456,60 +460,55 @@ samp:after { .mod1:before { content: "Ctrl "; } - .mod2:before { content: "Alt "; } - .mod3:before { content: "Shift "; } - .mod4:before { content: "Win "; } - .mod12:before { content: "Ctrl Alt "; } - .mod13:before { content: "Ctrl Shift "; } - .mod14:before { content: "Ctrl Win "; } +.mod23:before { + content: "Alt Shift "; +} +.kp:before { + content: "Keypad "; +} .mac .mod1:before { content: "Cmd "; } - .mac .mod2:before { content: "Ctrl "; } - .mac .mod3:before { content: "Shift "; } - .mac .mod4:before { content: "Opt "; } - .mac .mod12:before { content: "Cmd Ctrl "; } - .mac .mod13:before { content: "Cmd Shift "; } - .mac .mod14:before { content: "Cmd Opt "; } - - +.mac .mod23:before { + content: "Ctrl Shift "; +} #gs_tti0 { @@ -518,7 +517,18 @@ samp:after { } - +@media (max-width: 800px) { + #tree { + position: relative; + height: 250px; + width: 100%; + margin-top: 20px; + } + #content { + padding-left: 20px; + margin-top: 0px; + } +}