]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/css/lilypond-website-ie-fixes.css
Merge remote branch 'origin/master' into release/unstable
[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 /* Divs */
36
37 #quickSummary .subheading {
38   background: #fff url(../pictures/summary-gradient.png) repeat-y 0 0;
39 }
40
41 a[name="Stable"] + h4 {
42   background: #bdee9d url(../pictures/color1-bg.png) repeat-x top left;
43 }
44
45 a[name="Unstable"] + h4 {
46   background: #fad58c url(../pictures/color3-bg.png) repeat-x top left;
47 }
48
49 /* Columns */
50
51 .column-center-top h3 {
52   background: #9ccc7c url(../pictures/color1-bg.png) repeat-x top left;
53 }
54
55 .column-left-top h3,
56 .column-left-bottom h3,
57 .column-center-middle-color2 h3 {
58   background: #adce82 url(../pictures/color2-bg.png) repeat-x top left;
59 }
60
61 .column-right-top h3,
62 .column-right-bottom h3,
63 .column-center-middle-color3 h3 {
64   background: #bdd088 url(../pictures/color3-bg.png) repeat-x top left;
65 }
66
67 .column-center-bottom h3 {
68   background: #ccd38f url(../pictures/color4-bg.png) repeat-x top left;
69 }