]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/css/lilypond-website-ie-fixes.css
lilypond-manuals.css: edit color scheme and some spacing
[lilypond.git] / Documentation / css / lilypond-website-ie-fixes.css
1 /* IE9 and IE8 lack support for CSS gradients so this file */
2 /* supplies background images for them instead. */
3
4 /* Table of Contents */
5 /* first level toc (unnumbered) */
6
7 div#tocframe {
8   background: url(../pictures/nav1-bg.png) repeat-x top left;
9 }
10
11 #tocframe li a:hover {
12   background: url(../pictures/nav1-hover.png);
13 }
14
15 #tocframe li.toc_current a,
16 #tocframe li.toc_current a:hover {
17   background: url(../pictures/nav1-active.png);
18 }
19
20 /* second level toc (unnumberedsec) */
21
22 #tocframe .toc .toc li a {
23   background: url(../pictures/nav2-bg.png);
24 }
25
26 #tocframe .toc .toc li a:hover {
27   background: url(../pictures/nav2-hover.png);
28 }
29
30 #tocframe .toc .toc li.toc_current a,
31 #tocframe .toc .toc li.toc_current a:hover {
32   background: url(../pictures/nav2-active.png);
33 }
34
35 /* Columns */
36
37 .column-center-top h3 {
38   background: #9ccc7c url(../pictures/color1-bg.png) repeat-x top left;
39 }
40
41 .column-left-top h3,
42 .column-left-bottom h3,
43 .column-center-middle-color2 h3,
44 .news-item h3 {
45   background: #adce82 url(../pictures/color2-bg.png) repeat-x top left;
46 }
47
48 .column-right-top h3,
49 .column-right-bottom h3,
50 .column-center-middle-color3 h3 {
51   background: #bdd088 url(../pictures/color3-bg.png) repeat-x top left;
52 }
53
54 .column-center-bottom h3 {
55   background: #ccd38f url(../pictures/color4-bg.png) repeat-x top left;
56 }