]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/css/lilypond-web.css
Doc: add snippet in NR2.6 Wind instruments.
[lilypond.git] / Documentation / css / lilypond-web.css
index ff5dcb3ecb8cd5f7ee8a4d11fdda6d59eb8e79d2..25d90befd13f8fba15e74287f445889f574f8d50 100644 (file)
@@ -12,7 +12,7 @@ body {
   right: 0.5%;
   width: 99%;
   min-width: 42em;
-  max-width: 60em;
+  max-width: 70em;
   font-size: 95%;
   line-height: 1.5;
   background: #fff url(../pictures/background-image.png) no-repeat 0 0;
@@ -68,7 +68,7 @@ div#tocframe {
   left: 0;
   right: 0;
   background: #6aec7c url(../pictures/nav-bg.png) repeat-x top left;
-  max-width: 60em;
+  max-width: 70em;
   font-size: 100%;
   line-height: 1;
   padding: 0;
@@ -174,7 +174,6 @@ div#tocframe {
 
 #tocframe li a:hover {
   background: url(../pictures/nav-hover.png);
-  text-decoration: underline;
 }
 
 #tocframe li.toc_current a,
@@ -228,13 +227,6 @@ div#tocframe {
   margin: 0;
 }
 
-#tocframe .toc .toc li.toc_current a,
-#tocframe .toc .toc li.toc_current a:hover {
-  background: #8cbc6c url(../pictures/nav-active-2.png) repeat-x top left;
-  color: #fff;
-  text-decoration: underline;
-}
-
 #tocframe .toc .toc li a:hover {
   background: #bdee9d;
 }
@@ -242,27 +234,27 @@ div#tocframe {
 /* colored second-level TOC items */
 #tocframe .toc .toc li.color1 a {
   background: #9ccc7c url(../pictures/color1-bg.png) repeat-x top left;
-  text-decoration: none;
 }
 
 #tocframe .toc .toc li.color2 a {
   background: #bbcf81 url(../pictures/color2-bg.png) repeat-x top left;
-  text-decoration: none;
 }
 
 #tocframe .toc .toc li.color3 a {
   background: #dbd286 url(../pictures/color3-bg.png) repeat-x top left;
-  text-decoration: none;
 }
 
 #tocframe .toc .toc li.color4 a {
   background: #fad58c url(../pictures/color4-bg.png) repeat-x top left;
-  text-decoration: none;
 }
 
-/* having this useless style makes the perl init file easier */
-#tocframe .toc .toc li.colorDefault a,
+#tocframe .toc .toc li.colorDefault a {
+  background: #8cbc6c url(../pictures/nav-bg-2.png) repeat-x top left;
+  color: #fff;
+}
+
 #tocframe .toc .toc li.colorDefault a:hover {
+  background: #8cbc6c url(../pictures/nav-hover-2.png) repeat-x top left;
   color: #fff;
 }
 
@@ -282,6 +274,19 @@ div#tocframe {
   background: #fbe69d url(../pictures/color4-hover.png) repeat-x top left;
 }
 
+#tocframe .toc .toc li.toc_current a,
+#tocframe .toc .toc li.toc_current a:hover {
+  color: #000;
+  text-decoration: underline;
+}
+
+#tocframe .toc .toc li.colorDefault.toc_current a,
+#tocframe .toc .toc li.colorDefault.toc_current a:hover {
+  background: #8cbc6c url(../pictures/nav-active-2.png) repeat-x top left;
+  color: #fff;
+  text-decoration: underline;
+}
+
 #tocframe .toc .toc li.color1.toc_current a,
 #tocframe .toc .toc li.color1.toc_current a:hover {
   background: #beee9e url(../pictures/color1-active.png) repeat-x top left;
@@ -347,7 +352,7 @@ div#main {
   left: 0;
   right: 0;
   width: 100%;
-  max-width: 60em;
+  max-width: 70em;
   margin: 0 auto 11.7em;
   /* Necessary to stretch over floated content;
    * will cause scrollbars to appear for content
@@ -864,6 +869,23 @@ div.color4 h3 {
   padding: 0;
 }
 
+.normal-table table {
+  padding : 0em;
+  border-left: 2px;
+  margin: 0em;
+}
+
+.normal-table table td {
+  padding: 0em;
+}
+
+.normal-table table a {
+}
+
+.normal-table p {
+  line-height: 0.8;
+}
+
 .warning {
   background: #eef;
   text-align: left;
@@ -902,6 +924,10 @@ div.color4 h3 {
   font-size: 0.6em;
 }
 
+.detail {
+  font-size: 0.8em;
+}
+
 
 /* kill title, probably best done in the init file, though */
 h1.settitle {