]> Shamusworld >> Repos - ardour-manual/blobdiff - source/css/app.css
FP8 manual update:
[ardour-manual] / source / css / app.css
index bb7206361f190e1110beb541faf959c75df6e4b9..430e9699e507cef2bd479510799db5d6191faee4 100644 (file)
@@ -1,9 +1,28 @@
+@font-face {
+    font-family: 'junge-regular';
+    src: url('junge-regular-webfont.woff2') format('woff2'),
+         url('junge-regular-webfont.woff') format('woff'),
+         url('junge-regular-webfont.ttf')  format('truetype');
+    font-weight: normal;
+    font-style: normal;
+}
+
 body {
-  font-family: Junge;
+  font-family: 'junge-regular';
   font-size: 16px;
   line-height: 2ex;
 }
 
+div.clearer {
+  clear:both;
+}
+
+ul.inside li, ol.inside li {
+       left: 1em;
+       position: relative;
+       padding-right: 1em;
+}
+
 #tree {
   background-color: #212A30;
   line-height: 1.8ex;
@@ -86,7 +105,8 @@ body {
 #content li,
 #content dt,
 #content dd,
-#content table {
+#content td,
+#content th{
   line-height: 2em;
 }
 
@@ -130,6 +150,7 @@ body {
   padding: 0;
   font-weight: normal;
   text-align: left;
+  line-height: 2ex;
 }
 
 #content table tr {
@@ -170,12 +191,13 @@ body {
 #content table.dl th {
   /* dl class (definition list) is for 2-columns tables that describe properties:
   maximmizes the width of the 2nd (description) column */
-  min-width: 20%;
   vertical-align: top;
+  min-width: 20%;
   white-space:nowrap
 }
 
 #content table.dl td {
+  vertical-align: top;
   width: 100%;
 }
 
@@ -287,9 +309,6 @@ kbd {
   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)));
@@ -300,6 +319,11 @@ kbd {
   text-transform:capitalize;
 }
 
+kbd.def {
+  font-weight:bolder;
+       margin-right:.2em;
+}
+
 kbd.input,
 kbd.cmd,
 kbd.osc {
@@ -529,25 +553,6 @@ samp:after {
 .mac .mod14n:before { content: "Cmd Opt";}
 .mac .mod23n:before { content: "Ctrl Shift";}
 
-/* google search : reset style for the search field */
-#search table,
-#search input,
-#search tr,
-#search td,
-#search th,
-#search thead,
-#search tbody{
-  margin: inherit;
-  padding: inherit;
-  color: inherit;
-  border: inherit;
-  background: inherit;
-  line-height: inherit;
-  font-size: inherit;
-  font-weight: inherit;
-  box-shadow: inherit;
-}
-
 @media (max-width: 800px) {
   #tree {
     position: relative;
@@ -562,12 +567,18 @@ samp:after {
 }
 
 /* for the TOC */
+#chapter,
+#subchapter,
+#section,
+#subsection {
+  line-height:1.5em;
+}
 #chapter { padding-top: 1em; padding-left: 1em; }
 #subchapter { padding-left: 4em; }
 #section { padding-left: 6em; }
 #subsection { padding-left: 8em; }
 
 /* for images sliced in divs, as in http://manual.ardour.org/ardours-interface/about/ */
-.container { position:relative; border: none;}
-.hoverimg { position: absolute; border: none;  }
+.container { position: relative; border: none; }
+.hoverimg { position: absolute; border: none; }
 .hoverimg:hover{ z-index:100; box-shadow: 0 0 .2em .2em lightgreen; }