]> Shamusworld >> Repos - ardour-manual/blobdiff - source/css/app.css
copy-editing chapter 9.
[ardour-manual] / source / css / app.css
index b0786affb004907cb79493407724ee1c228b95a8..ff2aeaa46d083b9e8ff084dd3cf7b33532e17f39 100644 (file)
@@ -269,30 +269,34 @@ kbd {
     color:#000000;
     padding:1px 2px;
     white-space:nowrap;
+    text-transform:capitalize;
 }
 
-kbd.input,kbd.lincmd,kbd.maccmd,kbd.wincmd {
+kbd.input,kbd.cmd {
     font-family:mono;
     border-width:0;
+    text-transform:none;
+
 }
 
-kbd.lincmd,kbd.maccmd,kbd.wincmd {
+kbd.cmd {
     display:block;
     width:100%;
     margin-bottom:1ex;
+    text-transform:none;
 }
 
-kbd.lincmd:before {
+kbd.cmd.lin:before {
     content: 'user@linux:~ ';
     color:#999999;
 }
 
-kbd.maccmd:before {
+kbd.cmd.mac:before {
     content: 'MacBook:~/Desktop User\$ ';
     color:#999999;
 }
 
-kbd.wincmd:before {
+kbd.cmd.win:before {
     content: 'C:\\Users\\myAccount> ';
     color:#999999;
 }
@@ -300,27 +304,35 @@ kbd.wincmd:before {
 kbd.mouse {
     -moz-border-radius:10px;
     border-radius:10px;
-    border-width:3px;
 }
 
+/*
+.mouse:after {
+    position:relative;
+    top:-1em;
+    left:-1em;
+    content:url('/images/mouse-tail.png');
+}
+*/
+
 kbd.menu,kbd.option,kbd.optoff {
     border:none;
     background-color:transparent;
     font-weight:bold;
-    font-size:80%;
     font-stretch:extra-condensed;
     white-space:normal;
 }
 
 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:1ex;
+    margin-left:0.3em;
+}
+kbd.option:after {
+    content:'X';
+
 }
 kbd.optoff:after {
     content:'    ';
@@ -354,8 +366,8 @@ samp {
     font-style:italic;
     color:#333333;
     background-color:transparent;
-    margin-left: 1em;
-    margin-right: 1em;
+    margin-left: 1ex;
+    margin-right: 1ex;
 }
 
 samp:before {
@@ -394,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 {
@@ -413,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 {
@@ -440,7 +467,7 @@ samp:after {
 }
 
 .mod13:before {
-    content: "Ctrl Shift";
+    content: "Ctrl Shift ";
 }
 
 .mod14:before {