X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=source%2Fcss%2Fapp.css;h=c2ea18a1f2010b080ad08e4a890560e626b3022c;hb=ada4ca79b2664d16ccba712e2ffd8e156eefb777;hp=dc841128b43efef0b2b15b1e9a6ae0b3bda2aff3;hpb=2113c7f37900e01afbc28e9879eb6047ec6251bd;p=ardour-manual diff --git a/source/css/app.css b/source/css/app.css index dc84112..c2ea18a 100644 --- a/source/css/app.css +++ b/source/css/app.css @@ -271,6 +271,56 @@ white-space:nowrap; } +#content td { + padding: 0 1em 0 1em; +} + +#content .small { + width:150px; +} + +#subtopics ul { + font-size:20px; + font-weight:bold; +} + +#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-";