]> Shamusworld >> Repos - ardour-manual/blobdiff - source/css/app.css
CSS: swap column widths for bindings <dl>: 65% for the description, 30% for the key...
[ardour-manual] / source / css / app.css
index 3fb82b515e5c4d1d8b39aa6f55e058d373511df6..f1b0b95e299bd162aa1d707a51b80fcc07321ddd 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
 {
 {
     clear: left;
     float: left;
-    width: 30%;
+    width: 65%;
     margin: 0;
     padding: 0px;
     font-size: 100%;
 #content .bindings dd
 {
     float: left;
-    width: 65%;
+    width: 30%;
     margin: 0;
     padding: 0px;
     font-size: 110%;
@@ -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;
@@ -328,13 +335,13 @@ kbd.option:after,kbd.optoff:after {
     font-weight:lighter;
     text-align:center;
     border:solid 1px black;
-    -moz-border-radius:10px;
-    border-radius:10px;
     margin-left:0.3em;
 }
 kbd.option:after {
     content:'X';
 
+}
+kbd.osc {
 }
 kbd.optoff:after {
     content:'    ';
@@ -398,27 +405,31 @@ samp:after {
     font-style: normal;
 }
 
-#content .right {
+#content img.right {
     margin: 0 0 1em 1em;
     float:right;
+    clear:right;
 }
 
-#content .left {
+#content img.left {
     margin:0 1em 1em 0;
     float:left;
+    clear: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 {
@@ -427,69 +438,77 @@ 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 {
     content: "Ctrl ";
 }
-
 .mod2:before {
     content: "Alt ";
 }
-
 .mod3:before {
     content: "Shift ";
 }
-
 .mod4:before {
     content: "Win ";
 }
-
 .mod12:before {
     content: "Ctrl Alt ";
 }
-
 .mod13:before {
     content: "Ctrl Shift ";
 }
-
 .mod14:before {
     content: "Ctrl Win ";
 }
+.mod23:before {
+    content: "Alt Shift ";
+}
+.kp:before {
+    content: "Keypad ";
+}
 
 .mac .mod1:before {
     content: "Cmd ";
 }
-
 .mac .mod2:before {
     content: "Ctrl ";
 }
-
 .mac .mod3:before {
     content: "Shift ";
 }
-
 .mac .mod4:before {
     content: "Opt ";
 }
-
 .mac .mod12:before {
     content: "Cmd Ctrl ";
 }
-
 .mac .mod13:before {
     content: "Cmd Shift ";
 }
-
 .mac .mod14:before {
     content: "Cmd Opt ";
 }
-
-
+.mac .mod23:before {
+    content: "Ctrl Shift ";
+}
 
 #gs_tti0 {