]> Shamusworld >> Repos - ardour-manual/blobdiff - source/css/screen.css
Update to the Interface Overview page : added the Cue Grid, and updated all visuals...
[ardour-manual] / source / css / screen.css
index 6cd3e256f55f30d5443790e14d3b76cd41426457..c6cff7ea1885d30d3ef4a53b36faf181c65a15af 100644 (file)
@@ -1,3 +1,15 @@
+@font-face {
+    font-family: 'junge-regular';
+    src: url('../css/junge-regular-webfont.ttf')  format('truetype');
+    font-weight: normal;
+    font-style: normal;
+}
+
+body {
+  font-family: 'junge-regular';
+  font-size: 16px;
+}
+
 
 .clear {
   clear:both;
   font-size: .9em;
   line-height: .9em; 
 }
-}
 
 #content figcaption.center {
   text-align: center;
   width: 100%;
 }
 
-kbd {
-  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);
-}
-
-
-kbd.cmd {
-  text-shadow: none;
-  box-shadow: none;
-}
-
 #content p.center {
        text-align:center;
 }
@@ -241,5 +241,3 @@ kbd.cmd {
 #content p.section { padding-left: 6em; }
 #content p.subsection { padding-left: 8em; }
 
-/* for images sliced in divs, as in http://manual.ardour.org/ardours-interface/about/ */
-.hoverimg:hover{ z-index:100; box-shadow: 0 0 .2em .2em lightgreen; }