]> Shamusworld >> Repos - ardour-manual/blobdiff - source/css/app.css
updated the panners screenshots
[ardour-manual] / source / css / app.css
index d1f203141ad90ef5d434a4b20d387021a02a9249..10cc833d6f41ef97ebc136d63cbbf94822c04d1d 100644 (file)
@@ -66,7 +66,8 @@
 #content p,
 #content li,
 #content dt,
-#content dd {
+#content dd,
+#content table {
   font-size: 16px;
   line-height: 28px;
 }
   border-bottom: 1px solid #eee;
 }
 
-
 #content h4 {
   font-size: 18px;
- margin: 20px 0 10px 0;
 margin: 20px 0 10px 0;
   padding-bottom: 10px;
   border-bottom: 1px solid #eee;
 }
   color: #555;
 }
 
+#content table.dl, table.nodl {
+  width:100%;
+  margin: 1em 0;
+  padding: 0;
+  font-weight: normal;
+  text-align: left;
+}
+
+#content table.dl tr, table.nodl tr {
+  border-bottom: 2px solid #eeeeee;
+  background-color: white;
+}
+
+#content table.dl tr:nth-child(odd), table.nodl tr:nth-child(odd){
+  background-color: white;
+}
+
+#content table.dl tr:nth-child(even), table.nodl tr:nth-child(even){
+  background-color: #F2F9FF;
+}
+
+#content table.dl thead, table.nodl thead {
+  font-weight:bold;
+}
+
+#content table.dl th, table.nodl th {
+  margin: 0;
+  padding: 5px;
+  font-weight: normal;
+}
+
+#content table.dl td, table.nodl td {
+  margin: 0;
+  padding: 5px;
+}
+
+#content table.dl th.sub1, table.nodl th.sub1 {
+    padding-left: 2em;
+}
+
+#content table.dl th.sub2, table.nodl th.sub2 {
+    padding-left: 4em;
+}
+
+#content table.dl th {
+  min-width: 20%;
+}
+
+#content table.dl td {
+  width: 100%; /*maximizes the width of the 2nd column */
+}
+
+
 #content dl
 {
     float:none;
     width:100%;
     margin: 1em 0;
     padding: 0;
+    display:inline-block;
 }
 
 #content dl:after {
                margin:0;
 }
 
-/* Keyboard binding layout */
-#content dl.bindings
-{
-    float: left;
-    width: 100%;
-    margin: 1em 0;
-    padding: 0;
-}
-
-#content .bindings dt
-{
-    clear: left;
-    float: left;
-    width: 65%;
-    margin: 0;
-    padding: 0px;
-    font-size: 100%;
-    font-family: "Trebuchet MS", "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
-    font-weight: normal;
-}
-
-#content .bindings dd
-{
-    float: left;
-    width: 30%;
-    margin: 0;
-    padding: 0px;
-    font-size: 110%;
-    font-family: "Bitstream Vera Sans Mono", "Courier New", monospace;
-    font-weight: normal;
-}
-
-
 #content dl.wide-table
 {
     float: left;
 
 #content .wide-table dt
 {
-        font-weight: normal;
+    font-weight: normal;
     clear: left;
     float: left;
     width: 30%;
 }
 
 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);
+  white-space:nowrap;
+  text-transform:capitalize;
 }
 
 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 +399,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,50 +420,43 @@ 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: rgb(208, 208, 243);
+    font-stretch:extra-condensed;
+    white-space: nowrap;
+    text-align:left;
 }
 
-
-
 kbd.fader, kbd.knob, kbd.button {
-    border-color:#ccccff #aaaadd #8888bb #bbbbee;
-    background-color:#ddddff;
+    background: rgb(174, 174, 217);
+    background: -moz-linear-gradient(top, rgb(174, 174, 217), rgb(221, 221, 255));
+    background: -webkit-gradient(linear, left top, left bottom, from(rgb(174, 174, 217)), to(rgb(221, 221, 255)));
     color:#000044;
 }
 
@@ -435,17 +465,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;
@@ -679,12 +712,6 @@ samp:after {
 #section { padding-left: 6em; }
 #subsection { padding-left: 8em; }
 
-#content table.alternate{      border-collapse:collapse; }
-.alternate td{ padding:7px; border:#4e95f4 1px solid; }
-.alternate tr{ background: #b8d1f3; }
-.alternate tr:nth-child(odd){ background: #b8d1f3; }
-.alternate tr:nth-child(even){ background: #dae5f4; }
-
 .container { position:relative; border: none;}
 .hoverimg { position: absolute; border: none;  }
 .hoverimg:hover{ z-index:100; box-shadow: 0 0 5px 5px lightgreen; }