]> Shamusworld >> Repos - ardour-manual/blobdiff - source/css/common.css
Minor PDF tweaks: indent the TOC
[ardour-manual] / source / css / common.css
index 4bd4b848d558c26419a7ab76e72db811fd2f37c1..2900e043692fea6a36ee3cd3472838b4e79bca5c 100644 (file)
@@ -1,14 +1,5 @@
-@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;
 }
 
@@ -17,14 +8,14 @@ kbd {
   min-width: 1em;
   padding: .2em .3em;
   font: normal .8em/1 sans-serif;
-  text-align: center;
   text-decoration: none;
   border-radius: .3em;
-  background: rgb(250, 250, 250);
+  background: rgb(210, 210, 210);
   background: linear-gradient(to top, rgb(210, 210, 210), rgb(255, 255, 255));
   color: rgb(50, 50, 50);
   white-space: nowrap;
-  text-transform: capitalize;
+  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.def {
@@ -52,45 +43,37 @@ kbd.cmd {
   text-transform: none;
   background: rgb(220, 220, 220);
   text-align: left;
+  color: #999999;
+  text-shadow: none;
+  box-shadow: none;
 }
 
 kbd.cmd.lin:before {
   content: 'user@linux:~ ';
-  color: #999999;
 }
 
 kbd.cmd.mac:before {
   content: 'MacBook:~/Desktop User\$ ';
-  color: #999999;
 }
 
 kbd.cmd.win:before {
   content: 'C:\\Users\\myAccount> ';
-  color: #999999;
 }
 
-kbd.optoff,
-kbd.option {
-  border: none;
-  background: none;
-  margin: 0 1em 0 0;
-  vertical-align: middle;
+kbd.menu,
+kbd.option,
+kbd.optoff {
+  border-radius: 0;
+  background: rgb(240, 240, 240);
+  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);
 }
 
 kbd.optoff:before {
-  content: url('/images/checkbox-unchecked.png');
+  content: '\2610\00a0';
 }
 
 kbd.option:before {
-  content: url('/images/checkbox-checked.png');
-}
-
-kbd.menu {
-  border: none;
-  background: none;
-  font-weight: bold;
-  font-stretch: extra-condensed;
-  white-space: normal;
+  content: '\2611\00a0';
 }
 
 kbd.osc {
@@ -141,8 +124,7 @@ samp {
 }
 
 .note,
-.warning,
-.fixme {
+.warning {
   min-height: 1.5ex;
   padding: 1em;
   margin-bottom: 1em;
@@ -166,24 +148,9 @@ code {
 }
 
 .fixme {
-  border-color: #999944;
-  background-color: #f0f0e0;
-  font-weight: bold;
+  display: none;
 }
 
-.fixme:before {
-  content: 'FIXME: ';
-  font-style: italic;
-  font-size: 2em;
-}
-
-figcaption {
-  font-size: .9em;
-  font-style: italic;
-  line-height: .9em; 
-}
-
-
 /* Keyboard modifiers */
 .mod1:before {        content: "Ctrl ";}
 .mod2:before {        content: "Alt ";}
@@ -226,6 +193,3 @@ figcaption {
 .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; }