]> Shamusworld >> Repos - ardour-manual-diverged/blobdiff - source/css/app.css
Sync with master branch.
[ardour-manual-diverged] / source / css / app.css
index ac5beddf41a406947627b8dd565a7366a7d7334f..630185bba3fbe8518bf7e1f760346c6ed4981bf4 100644 (file)
@@ -1,5 +1,5 @@
 #tree {
-  background-color: #eee;
+  background-color: #212A30;
   height: 100%;
   overflow: scroll;
   position: fixed;
@@ -10,7 +10,7 @@
 }
 
 #tree-inner {
-  padding: 15px 20px 30px 30px;  
+  padding: 15px 20px 30px 30px;
 }
 
 #tree h1.title {
@@ -24,7 +24,7 @@
 }
 
 #tree a {
-  font-size: 14px; 
+  font-size: 14px;
   line-height: 28px;
 }
 
@@ -37,7 +37,7 @@
 #tree .child,
 #tree .parent *,
 #tree .child * {
-  display: inherit; 
+  display: inherit;
   color: inherit;
 }
 
@@ -45,7 +45,7 @@
 #tree .child-2,
 #tree .child-3,
 #tree .child-4 {
-  display: none; 
+  display: none;
 }
 
 
 #content dt,
 #content dd {
   font-size: 16px;
-  line-height: 28px; 
+  line-height: 28px;
 }
 
 
 #tree a {
     display: inline !important;
-    font-weight: normal; 
-    color: #666;
+    font-weight: normal;
+    color: #E4E4E4;
     border-bottom: 1px solid transparent;
     padding-bottom: 2px;
 }
@@ -87,8 +87,8 @@
 
 #tree .active > a {
     display: inline;
-    color: #000;
-    border-bottom: 1px solid #555;
+    color: #da0808;
+    border-bottom: 1px solid #FFF;
 
 }
 
 }
 
 #content h3 {
- margin: 20px 0 10px 0; 
+ margin: 20px 0 10px 0;
   padding-bottom: 5px;
   font-size: 20px;
   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;
 }
     display:block;
     clear:both;
 }
-    
+
 #content dt
 {
     clear: left;
     padding: 5px;
     font-weight: normal;
 }
-    
+
 #content dd
 {
     float: left;
     font-weight: normal;
 }
 
+#content dt.sub1 {
+    padding-left: 2em;
+}
+
+#content dt.sub2 {
+    padding-left: 4em;
+}
+
+
+#content figure {
+    display: table;
+}
+
+#content figcaption {
+       display: table-caption;
+       caption-side: bottom ;
+}
+
+#content figcaption.titleover {
+       caption-side: top ;
+}
+
+#content figure.right {
+    margin: 0 0 1em 1em;
+    float:right;
+    clear:right;
+}
+
+#content figure.left {
+    margin: 0 1em 1em 0;
+    float:left;
+    clear:left;
+}
+
+.multicol2 {
+    width: 48%;
+               float:left;
+               padding:0 0 0 2%;
+               margin:0;
+}
+
+.multicol3 {
+    width: 31%;
+               float:left;
+               padding:0 0 0 2%;
+               margin:0;
+}
+
+.multicol4 {
+    width: 23%;
+               float:left;
+               padding:0 0 0 2%;
+               margin:0;
+}
+
+.multicol5 {
+    width: 18%;
+               float:left;
+               padding:0 0 0 2%;
+               margin:0;
+}
+
 /* Keyboard binding layout */
 #content dl.bindings
 {
     margin: 1em 0;
     padding: 0;
 }
-    
+
 #content .bindings dt
 {
     clear: left;
     font-family: "Trebuchet MS", "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
     font-weight: normal;
 }
-    
+
 #content .bindings dd
 {
     float: left;
     margin: 1em 0;
     padding: 0;
 }
-    
+
 #content .wide-table dt
 {
         font-weight: normal;
 #content dd:nth-child(2) {
     border-top: none;
 }
-    
+
 #content .wide-table dd
 {
     float: left;
     margin: 1em 0;
     padding: 0;
 }
-    
+
 #content .narrower-table dt
 {
     clear: left;
     margin: 0;
     padding: 5px;
 }
-    
+
 #content .narrower-table dd
 {
     float: left;
@@ -322,30 +384,31 @@ kbd.mouse {
 }
 */
 
-kbd.menu,kbd.option,kbd.optoff {
+kbd.optoff, kbd.option {
     border:none;
     background-color:transparent;
-    font-weight:bold;
-    font-stretch:extra-condensed;
-    white-space:normal;
 }
 
-kbd.option:after,kbd.optoff:after {
-    font-family:mono;
-    font-weight:lighter;
-    text-align:center;
-    border:solid 1px black;
-    margin-left:0.3em;
+kbd.optoff:after {
+    content:url('/images/checkbox-unchecked.png');
 }
+
 kbd.option:after {
-    content:'X';
+    content:url('/images/checkbox-checked.png');
+}
 
+kbd.menu {
+    border:none;
+    background-color:transparent;
+    font-weight:bold;
+    font-stretch:extra-condensed;
+    white-space:normal;
 }
+
+
 kbd.osc {
 }
-kbd.optoff:after {
-    content:'    ';
-}
+
 
 
 kbd.fader, kbd.knob, kbd.button {
@@ -360,7 +423,7 @@ kbd.fader {
 
 kbd.knob {
     -moz-border-radius:12px;
-    border-radius:12px;        
+    border-radius:12px;
     border-width: 1px 1px 9px 9px;
 }
 
@@ -417,12 +480,16 @@ samp:after {
     clear:left;
 }
 
+#content p.center {
+       text-align:center;
+}
+
 #content .note,.warning,.fixme {
     min-height: 20px;
     padding: 19px;
     margin-bottom: 20px;
     border-style: solid;
-    border-width: 1px 1px 1px 8px; 
+    border-width: 1px 1px 1px 8px;
     -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
             border-radius: 4px;
@@ -530,5 +597,6 @@ samp:after {
   }
 }
 
+#chapter { padding-top: 1em; padding-left: 1em; }
 
-
+#subchapter { padding-left: 4em; }