]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/css/lilypond-website-ie-fixes.css
Merge remote branch 'origin/master' into release/unstable
[lilypond.git] / Documentation / css / lilypond-website-ie-fixes.css
index 6af69155cbada0c621f904bdd1f3341d56d0bbea..86fe49ad87ec1fdbce214b5d9cbe53548ec2b161 100644 (file)
@@ -1,6 +1,39 @@
 /* IE9 and IE8 lack support for CSS gradients so this file */
 /* supplies background images for them instead. */
 
+/* Table of Contents */
+/* first level toc (unnumbered) */
+
+div#tocframe {
+  background: url(../pictures/nav1-bg.png) repeat-x top left;
+}
+
+#tocframe li a:hover {
+  background: url(../pictures/nav1-hover.png);
+}
+
+#tocframe li.toc_current a,
+#tocframe li.toc_current a:hover {
+  background: url(../pictures/nav1-active.png);
+}
+
+/* second level toc (unnumberedsec) */
+
+#tocframe .toc .toc li a {
+  background: url(../pictures/nav2-bg.png);
+}
+
+#tocframe .toc .toc li a:hover {
+  background: url(../pictures/nav2-hover.png);
+}
+
+#tocframe .toc .toc li.toc_current a,
+#tocframe .toc .toc li.toc_current a:hover {
+  background: url(../pictures/nav2-active.png);
+}
+
+/* Divs */
+
 #quickSummary .subheading {
   background: #fff url(../pictures/summary-gradient.png) repeat-y 0 0;
 }
@@ -13,17 +46,21 @@ a[name="Unstable"] + h4 {
   background: #fad58c url(../pictures/color3-bg.png) repeat-x top left;
 }
 
+/* Columns */
+
 .column-center-top h3 {
   background: #9ccc7c url(../pictures/color1-bg.png) repeat-x top left;
 }
 
 .column-left-top h3,
-.column-left-bottom h3 {
+.column-left-bottom h3,
+.column-center-middle-color2 h3 {
   background: #adce82 url(../pictures/color2-bg.png) repeat-x top left;
 }
 
 .column-right-top h3,
-.column-right-bottom h3 {
+.column-right-bottom h3,
+.column-center-middle-color3 h3 {
   background: #bdd088 url(../pictures/color3-bg.png) repeat-x top left;
 }