]> Shamusworld >> Repos - ardour-manual/blobdiff - source/css/app.css
copy-editing chapter 22
[ardour-manual] / source / css / app.css
index ac31e379dd52ae48527310fe1a1e7fd2efd62de7..1fb8d6257dd87cd91dd0b71ff8e77ca4f76c0033 100644 (file)
 
 #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;
@@ -324,15 +331,17 @@ kbd.menu,kbd.option,kbd.optoff {
 }
 
 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:0.3em;
-    margin-right:0.5em;
+}
+kbd.option:after {
+    content:'X';
+
+}
+kbd.osc {
 }
 kbd.optoff:after {
     content:'    ';
@@ -406,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 {
@@ -425,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 {