X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=source%2Fcss%2Fapp.css;h=1fb8d6257dd87cd91dd0b71ff8e77ca4f76c0033;hb=8107428bfa2744f6b1178ebbbe81cb6908dc5917;hp=3fb82b515e5c4d1d8b39aa6f55e058d373511df6;hpb=2e006d9b931807ddc386650766de3a5fe44a271b;p=ardour-manual diff --git a/source/css/app.css b/source/css/app.css index 3fb82b5..1fb8d62 100644 --- a/source/css/app.css +++ b/source/css/app.css @@ -139,11 +139,18 @@ #content dl { - float: left; - width: 100%; + float:none; + clear:both; + width:100%; margin: 1em 0; padding: 0; } + +#content dl:after { + content:' '; + display:block; + clear:both; +} #content dt { @@ -272,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; @@ -328,13 +335,13 @@ kbd.option:after,kbd.optoff:after { font-weight:lighter; text-align:center; border:solid 1px black; - -moz-border-radius:10px; - border-radius:10px; margin-left:0.3em; } kbd.option:after { content:'X'; +} +kbd.osc { } kbd.optoff:after { content:' '; @@ -408,17 +415,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 { @@ -427,10 +436,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 {