X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=source%2Fcss%2Fapp.css;h=ff2aeaa46d083b9e8ff084dd3cf7b33532e17f39;hb=e24d8b467957c407d9dcd59f909fad24c5006b85;hp=ac31e379dd52ae48527310fe1a1e7fd2efd62de7;hpb=5f92c0832cc395082fef91df5cb695bb53510e6a;p=ardour-manual diff --git a/source/css/app.css b/source/css/app.css index ac31e37..ff2aeaa 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,23 @@ samp:after { } #content .warning { - border-color: #990000; + border-color: #995555; background-color: #ffeeee; } +#content .fixme { + border-color: #999944; + background-color: #f0f0e0; + font-weight:bold; +} + +.fixme:before { + content:'FIXME: '; + font-style: italic; + font-size:200%; +} + + .mod1:before {