]> Shamusworld >> Repos - ardour-manual/blobdiff - source/css/common.css
Even if fixmes were a good idea, showing it to the user makes no sense unless it...
[ardour-manual] / source / css / common.css
index b5ee4d7baf6a56bd24f4188d3bdddbd4026106db..0de80fc5cf7afc6d60c5007d5dbc575ed936941f 100644 (file)
@@ -1,14 +1,6 @@
-@font-face {
-    font-family: 'junge-regular';
-    src: url('junge-regular-webfont.woff') format('woff'),
-         url('junge-regular-webfont.ttf')  format('truetype');
-    font-weight: normal;
-    font-style: normal;
-}
+
 
 body {
-  font-family: 'junge-regular';
-  font-size: 16px;
   line-height: normal;
 }
 
@@ -78,11 +70,11 @@ kbd.option {
 }
 
 kbd.optoff:before {
-  content: url('/images/checkbox-unchecked.png');
+  content: url('../images/checkbox-unchecked.png');
 }
 
 kbd.option:before {
-  content: url('/images/checkbox-checked.png');
+  content: url('../images/checkbox-checked.png');
 }
 
 kbd.menu {
@@ -141,8 +133,7 @@ samp {
 }
 
 .note,
-.warning,
-.fixme {
+.warning {
   min-height: 1.5ex;
   padding: 1em;
   margin-bottom: 1em;
@@ -166,15 +157,7 @@ code {
 }
 
 .fixme {
-  border-color: #999944;
-  background-color: #f0f0e0;
-  font-weight: bold;
-}
-
-.fixme:before {
-  content: 'FIXME: ';
-  font-style: italic;
-  font-size: 2em;
+  display: none;
 }
 
 /* Keyboard modifiers */
@@ -219,6 +202,3 @@ code {
 .mac .mod23n:before { content: "Ctrl Shift";}
 .mac .mod123n:before {content: "Cmd Ctrl Shift";}
 
-/* for images sliced in divs, as in http://manual.ardour.org/ardours-interface/about/ */
-.container { position: relative; border: none; }
-.hoverimg { position: absolute; border: none; }