X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=source%2Fcss%2Fapp.css;h=5506111fc48b677bdbf410817551fe9ae88527c9;hb=e88e29ee804194f726b6fe576d85da927b4480f6;hp=ac31e379dd52ae48527310fe1a1e7fd2efd62de7;hpb=5f92c0832cc395082fef91df5cb695bb53510e6a;p=ardour-manual diff --git a/source/css/app.css b/source/css/app.css index ac31e37..5506111 100644 --- a/source/css/app.css +++ b/source/css/app.css @@ -324,15 +324,15 @@ kbd.menu,kbd.option,kbd.optoff { } kbd.option:after,kbd.optoff:after { - content:'x'; font-family:mono; font-weight:lighter; text-align:center; border:solid 1px black; - -moz-border-radius:10px; - border-radius:10px; margin-left:0.3em; - margin-right:0.5em; +} +kbd.option:after { + content:'X'; + } kbd.optoff:after { content:' '; @@ -406,17 +406,19 @@ samp:after { float:left; } -#content .note,.warning { +#content .note,.warning,.fixme { min-height: 20px; padding: 19px; margin-bottom: 20px; - border: 1px solid + border-style: solid; + border-width: 1px 1px 1px 8px; -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 { @@ -425,10 +427,22 @@ samp:after { } #content .warning { - border-color: #990000; + border-color: #995555; background-color: #ffeeee; } +#content .fixme { + border-color: #999944; + background-color: #f0f0e0; +} + +.fixme:before { + content:'FIXME: '; + font-weight: bold; + font-style: italic; +} + + .mod1:before {