]> git.donarmstrong.com Git - lilypond.git/commitdiff
Web: add stubs for color gradients, make navbar images into pngs.
authorGraham Percival <graham@percival-music.ca>
Sun, 23 Aug 2009 22:49:42 +0000 (23:49 +0100)
committerGraham Percival <graham@percival-music.ca>
Mon, 24 Aug 2009 22:30:23 +0000 (23:30 +0100)
19 files changed:
Documentation/css/lilypond-web.css
Documentation/pictures/color1-active.png [new file with mode: 0644]
Documentation/pictures/color1-bg.png [new file with mode: 0644]
Documentation/pictures/color1-hover.png [new file with mode: 0644]
Documentation/pictures/color2-active.png [new file with mode: 0644]
Documentation/pictures/color2-bg.png [new file with mode: 0644]
Documentation/pictures/color2-hover.png [new file with mode: 0644]
Documentation/pictures/color3-active.png [new file with mode: 0644]
Documentation/pictures/color3-bg.png [new file with mode: 0644]
Documentation/pictures/color3-hover.png [new file with mode: 0644]
Documentation/pictures/color4-active.png [new file with mode: 0644]
Documentation/pictures/color4-bg.png [new file with mode: 0644]
Documentation/pictures/color4-hover.png [new file with mode: 0644]
Documentation/pictures/nav-active.jpg [deleted file]
Documentation/pictures/nav-active.png [new file with mode: 0644]
Documentation/pictures/nav-bg.jpg [deleted file]
Documentation/pictures/nav-bg.png [new file with mode: 0644]
Documentation/pictures/nav-hover.jpg [deleted file]
Documentation/pictures/nav-hover.png [new file with mode: 0644]

index 7a9d9feb1bd883e47e05720dfb6ba65558342cf1..89a13a436d8309bc2204e7c040c52761769e6e4c 100644 (file)
@@ -49,7 +49,7 @@ div#tocframe {
   top: 0;
   left: 0;
   right: 0;
-  background: url(../pictures/nav-bg.jpg) repeat-x top left;
+  background: url(../pictures/nav-bg.png) repeat-x top left;
   max-width: 70em;
   font-size: 100%;
   line-height: 1;
@@ -74,8 +74,8 @@ div#tocframe {
 #tocframe > ul:first-child > li:first-child a {
   text-indent: -999em;
   /* only css3 */
-  /*background:  url(nav-bg.jpg) top left repeat-x,
-url(../pictures/lily-home.jpg) no-repeat 50% 50%, #582007;*/
+  /*background:  url(nav-bg.png) top left repeat-x,
+url(../pictures/lily-home.png) no-repeat 50% 50%, #582007;*/
   background: url(../pictures/lily-home-nav-bg.png) no-repeat 50% 50%;
   width: 9%;
   /* css3 no go yet? */
@@ -117,7 +117,7 @@ url(../pictures/lily-home.jpg) no-repeat 50% 50%, #582007;*/
 #tocframe li form {
   float: left;
   width: 17%;
-  background: url(../pictures/nav-bg.jpg);
+  background: url(../pictures/nav-bg.png);
   font-size: 100%;
   padding: 0.5em 0.8%;
   margin: 0;
@@ -153,17 +153,17 @@ url(../pictures/lily-home.jpg) no-repeat 50% 50%, #582007;*/
   font-weight: bold;
   padding: 0.71em 0;
   margin: 0;
-  background: url(../pictures/nav-bg.jpg);
+  background: url(../pictures/nav-bg.png);
 }
 
 #tocframe li a:hover {
-  background: url(../pictures/nav-hover.jpg);
+  background: url(../pictures/nav-hover.png);
   text-decoration: underline;
 }
 
 #tocframe li.toc_current a,
 #tocframe li.toc_current a:hover {
-  background: url(../pictures/nav-active.jpg);
+  background: url(../pictures/nav-active.png);
   color:#000;
   text-decoration: underline;
 }
@@ -229,21 +229,25 @@ url(../pictures/lily-home.jpg) no-repeat 50% 50%, #582007;*/
 #tocframe .toc .toc li.color1 a {
   text-decoration: none;
   background: #9ccc7c;
+  background: url(../pictures/color1-bg.png) repeat-x top left;
 }
 
 #tocframe .toc .toc li.color2 a {
   text-decoration: none;
   background: #bbcf81;
+  background: url(../pictures/color2-bg.png) repeat-x top left;
 }
 
 #tocframe .toc .toc li.color3 a {
   text-decoration: none;
   background: #dbd286;
+  background: url(../pictures/color3-bg.png) repeat-x top left;
 }
 
 #tocframe .toc .toc li.color4 a {
   text-decoration: none;
   background: #fad58c;
+  background: url(../pictures/color4-bg.png) repeat-x top left;
 }
 
 /* having this useless style makes the perl init file easier */
@@ -252,50 +256,62 @@ url(../pictures/lily-home.jpg) no-repeat 50% 50%, #582007;*/
 
 #tocframe .toc .toc li.color1 a:hover {
   background: #addd8d;
+  background: url(../pictures/color1-hover.png) repeat-x top left;
 }
 
 #tocframe .toc .toc li.color2 a:hover {
   background: #ccdf92;
+  background: url(../pictures/color2-hover.png) repeat-x top left;
 }
 
 #tocframe .toc .toc li.color3 a:hover {
   background: #ece297;
+  background: url(../pictures/color3-hover.png) repeat-x top left;
 }
 
 #tocframe .toc .toc li.color4 a:hover {
   background: #fbe69d;
+  background: url(../pictures/color4-hover.png) repeat-x top left;
 }
 
 #tocframe .toc .toc li.color1.toc_current a {
   background: #beee9e;
+  background: url(../pictures/color1-active.png) repeat-x top left;
 }
 
 #tocframe .toc .toc li.color1.toc_current a:hover {
   background: #beee9e;
+  background: url(../pictures/color1-active.png) repeat-x top left;
 }
 
 #tocframe .toc .toc li.color2.toc_current a {
   background: #ddefa3;
+  background: url(../pictures/color2-active.png) repeat-x top left;
 }
 
 #tocframe .toc .toc li.color2.toc_current a:hover {
   background: #ddefa3;
+  background: url(../pictures/color2-active.png) repeat-x top left;
 }
 
 #tocframe .toc .toc li.color3.toc_current a {
   background: #fdf4a8;
+  background: url(../pictures/color3-active.png) repeat-x top left;
 }
 
 #tocframe .toc .toc li.color3.toc_current a:hover {
   background: #fdf4a8;
+  background: url(../pictures/color3-active.png) repeat-x top left;
 }
 
 #tocframe .toc .toc li.color4.toc_current a {
   background: #fcf7ae;
+  background: url(../pictures/color4-active.png) repeat-x top left;
 }
 
 #tocframe .toc .toc li.color4.toc_current a:hover {
   background: #fcf7ae;
+  background: url(../pictures/color4-active.png) repeat-x top left;
 }
 
 /* third level toc (unnumberedsubsec) */
diff --git a/Documentation/pictures/color1-active.png b/Documentation/pictures/color1-active.png
new file mode 100644 (file)
index 0000000..55fa7bc
Binary files /dev/null and b/Documentation/pictures/color1-active.png differ
diff --git a/Documentation/pictures/color1-bg.png b/Documentation/pictures/color1-bg.png
new file mode 100644 (file)
index 0000000..55fa7bc
Binary files /dev/null and b/Documentation/pictures/color1-bg.png differ
diff --git a/Documentation/pictures/color1-hover.png b/Documentation/pictures/color1-hover.png
new file mode 100644 (file)
index 0000000..55fa7bc
Binary files /dev/null and b/Documentation/pictures/color1-hover.png differ
diff --git a/Documentation/pictures/color2-active.png b/Documentation/pictures/color2-active.png
new file mode 100644 (file)
index 0000000..55fa7bc
Binary files /dev/null and b/Documentation/pictures/color2-active.png differ
diff --git a/Documentation/pictures/color2-bg.png b/Documentation/pictures/color2-bg.png
new file mode 100644 (file)
index 0000000..55fa7bc
Binary files /dev/null and b/Documentation/pictures/color2-bg.png differ
diff --git a/Documentation/pictures/color2-hover.png b/Documentation/pictures/color2-hover.png
new file mode 100644 (file)
index 0000000..55fa7bc
Binary files /dev/null and b/Documentation/pictures/color2-hover.png differ
diff --git a/Documentation/pictures/color3-active.png b/Documentation/pictures/color3-active.png
new file mode 100644 (file)
index 0000000..55fa7bc
Binary files /dev/null and b/Documentation/pictures/color3-active.png differ
diff --git a/Documentation/pictures/color3-bg.png b/Documentation/pictures/color3-bg.png
new file mode 100644 (file)
index 0000000..55fa7bc
Binary files /dev/null and b/Documentation/pictures/color3-bg.png differ
diff --git a/Documentation/pictures/color3-hover.png b/Documentation/pictures/color3-hover.png
new file mode 100644 (file)
index 0000000..55fa7bc
Binary files /dev/null and b/Documentation/pictures/color3-hover.png differ
diff --git a/Documentation/pictures/color4-active.png b/Documentation/pictures/color4-active.png
new file mode 100644 (file)
index 0000000..55fa7bc
Binary files /dev/null and b/Documentation/pictures/color4-active.png differ
diff --git a/Documentation/pictures/color4-bg.png b/Documentation/pictures/color4-bg.png
new file mode 100644 (file)
index 0000000..55fa7bc
Binary files /dev/null and b/Documentation/pictures/color4-bg.png differ
diff --git a/Documentation/pictures/color4-hover.png b/Documentation/pictures/color4-hover.png
new file mode 100644 (file)
index 0000000..55fa7bc
Binary files /dev/null and b/Documentation/pictures/color4-hover.png differ
diff --git a/Documentation/pictures/nav-active.jpg b/Documentation/pictures/nav-active.jpg
deleted file mode 100644 (file)
index a04edf3..0000000
Binary files a/Documentation/pictures/nav-active.jpg and /dev/null differ
diff --git a/Documentation/pictures/nav-active.png b/Documentation/pictures/nav-active.png
new file mode 100644 (file)
index 0000000..04df2c5
Binary files /dev/null and b/Documentation/pictures/nav-active.png differ
diff --git a/Documentation/pictures/nav-bg.jpg b/Documentation/pictures/nav-bg.jpg
deleted file mode 100644 (file)
index 81cc9b7..0000000
Binary files a/Documentation/pictures/nav-bg.jpg and /dev/null differ
diff --git a/Documentation/pictures/nav-bg.png b/Documentation/pictures/nav-bg.png
new file mode 100644 (file)
index 0000000..24f5103
Binary files /dev/null and b/Documentation/pictures/nav-bg.png differ
diff --git a/Documentation/pictures/nav-hover.jpg b/Documentation/pictures/nav-hover.jpg
deleted file mode 100644 (file)
index cc4b982..0000000
Binary files a/Documentation/pictures/nav-hover.jpg and /dev/null differ
diff --git a/Documentation/pictures/nav-hover.png b/Documentation/pictures/nav-hover.png
new file mode 100644 (file)
index 0000000..19cf777
Binary files /dev/null and b/Documentation/pictures/nav-hover.png differ