X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=source%2Fcss%2Fapp.css;h=0809c645d06251d5394aada0d93534da1d6f5e5f;hb=86c34280f44e84fa24d216cba3d5c310deeadf5f;hp=38fb44b5c96f00a67769f99a3737a3b4376846e2;hpb=0fed26b3130003f7444857c0c0247c631be9db8b;p=ardour-manual diff --git a/source/css/app.css b/source/css/app.css index 38fb44b..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%; @@ -517,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; + } +}