X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=source%2Fcss%2Fapp.css;h=3e3b09e9df2dbcbc5ee89354cad128ea95f0bbd6;hb=5fbb1a1e6adb047a78232ce81201e652a0426597;hp=f78a6c2d0541e75d771356440ec3d211cc1e3073;hpb=005661191bcd3c4568c2b687e9bc219e1c7f8fd3;p=ardour-manual diff --git a/source/css/app.css b/source/css/app.css index f78a6c2..3e3b09e 100644 --- a/source/css/app.css +++ b/source/css/app.css @@ -271,6 +271,51 @@ white-space:nowrap; } +#content td { + padding: 0 1em 0 1em; +} + +#content .small { + width:150px; +} + +#content dfn { + font-weight: bold; + font-style: normal; +} + +#content .right { + margin: 0 0 1em 1em; + float:right; +} + +#content .left { + margin-left:0 1em 1em 0; + float:left; +} + +#content .note,.warning { + min-height: 20px; + padding: 19px; + margin-bottom: 20px; + border: 1px solid + -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 { + border-color: #e3e3e3; + background-color: #f5f5f5; +} + +#content .warning { + border-color: #990000; + background-color: #ffeeee; +} .mod1:before { content: "Ctrl-"; @@ -280,6 +325,10 @@ content: "Alt-"; } +.mod3:before { + content: "Shift-"; +} + .mod4:before { content: "Win-"; } @@ -304,6 +353,10 @@ content: "Ctrl-"; } +.mac .mod3:before { + content: "Shift-"; +} + .mac .mod4:before { content: "Opt-"; }