X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=source%2Fcss%2Fapp.css;h=a1f961913645be0c955570a9f645c8eb88395343;hb=49e5d68129377abe690f4d07e7b8cc5b12c2831c;hp=d520d305bff6a7e50b16e9ca08d0e3bd09d03106;hpb=b8a1eac3783c5cdaaaa9073e6c5302d3b829615d;p=ardour-manual diff --git a/source/css/app.css b/source/css/app.css index d520d30..a1f9619 100644 --- a/source/css/app.css +++ b/source/css/app.css @@ -289,7 +289,7 @@ #content .wide-table dt { - font-weight: normal; + font-weight: normal; clear: left; float: left; width: 30%; @@ -341,24 +341,35 @@ } kbd { - -moz-background-clip:border; - -moz-background-inline-policy:continuous; - -moz-background-origin:padding; - background:#EEEEEE none repeat scroll 0 0; - border-color:#CCCCCC #AAAAAA #888888 #BBBBBB; - border-style:solid; - border-width:2px 2px 4px 4px; - color:#000000; - padding:1px 2px; - white-space:nowrap; - text-transform:capitalize; + display: inline-block; + min-width: 1em; + padding: .2em .3em; + font: normal .85em/1 "Lucida Grande", Lucida, Arial, sans-serif; + text-align: center; + text-decoration: none; + border-radius: .3em; + cursor: default; + -moz-user-select: none; + -webkit-user-select: none; + user-select: none; + background: rgb(250, 250, 250); + background: -moz-linear-gradient(top, rgb(210, 210, 210), rgb(255, 255, 255)); + background: -webkit-gradient(linear, left top, left bottom, from(rgb(210, 210, 210)), to(rgb(255, 255, 255))); + color: rgb(50, 50, 50); + text-shadow: 0 0 2px rgb(255, 255, 255); + box-shadow: inset 0 0 1px rgb(255, 255, 255), inset 0 0 .4em rgb(200, 200, 200), 0 .1em 0 rgb(130, 130, 130), 0 .11em 0 rgba(0, 0, 0, .4), 0 .1em .11em rgba(0, 0, 0, .9); + } kbd.input,kbd.cmd,kbd.osc { font-family:mono; border-width:0; text-transform:none; +} +kbd.input { + background:none; + border-radius: 0; } kbd.cmd { @@ -366,6 +377,10 @@ kbd.cmd { width:100%; margin-bottom:1ex; text-transform:none; + background: rgb(220, 220, 220); + text-shadow: none; + box-shadow: none; + text-align:left; } kbd.cmd.lin:before { @@ -383,47 +398,39 @@ kbd.cmd.win:before { color:#999999; } -kbd.mouse { - -moz-border-radius:10px; - border-radius:10px; -} - -/* -.mouse:after { - position:relative; - top:-1em; - left:-1em; - content:url('/images/mouse-tail.png'); -} -*/ - kbd.optoff, kbd.option { border:none; - background-color:transparent; + background:none; } -kbd.optoff:after { +kbd.optoff:before { content:url('/images/checkbox-unchecked.png'); + margin: 0 5px 0 0; + vertical-align:middle; } -kbd.option:after { +kbd.option:before { content:url('/images/checkbox-checked.png'); + margin: 0 5px 0 0; + vertical-align:middle; } kbd.menu { border:none; - background-color:transparent; + background:none; font-weight:bold; font-stretch:extra-condensed; white-space:normal; } - kbd.osc { + border:none; + background:none; + font-stretch:extra-condensed; + white-space:normal; + text-align:left; } - - kbd.fader, kbd.knob, kbd.button { border-color:#ccccff #aaaadd #8888bb #bbbbee; background-color:#ddddff; @@ -435,17 +442,20 @@ kbd.fader { } kbd.knob { - -moz-border-radius:12px; border-radius:12px; border-width: 1px 1px 9px 9px; } kbd.button { - -moz-border-radius:8px; border-radius:8px; border-width: 1px 1px 3px 3px; } +kbd.mouse { + border-radius:10px; +} + + samp { font-family:mono; font-style:italic; @@ -675,8 +685,9 @@ samp:after { } #chapter { padding-top: 1em; padding-left: 1em; } - #subchapter { padding-left: 4em; } +#section { padding-left: 6em; } +#subsection { padding-left: 8em; } #content table.alternate{ border-collapse:collapse; } .alternate td{ padding:7px; border:#4e95f4 1px solid; }