]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/css/lilypond-web.css
Doc: new website is the main doc page now.
[lilypond.git] / Documentation / css / lilypond-web.css
index 3be936b22d912e8dba1e9269035a18c526100722..7335a4a7737ad74df2eb4ff81a63ce5c8c71a078 100644 (file)
@@ -15,7 +15,7 @@ body {
   max-width: 70em;
   font-size: 95%;
   line-height: 1.5;
-  background: #fff url(../pictures/background-image.png) no-repeat 0 0;
+  background: #fff url(pictures/background-image.png) no-repeat 0 0;
   text-align: justify;
   padding: 0;
   margin: 0 auto;
@@ -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;
@@ -73,7 +73,10 @@ div#tocframe {
 
 #tocframe > ul:first-child > li:first-child a {
   text-indent: -999em;
-  background: url(../pictures/lily-home-nav-bg.png) no-repeat 50% 50%;
+  /* only css3 */
+  /*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? */
   border-bottom-left-radius: 30px;
@@ -82,19 +85,19 @@ div#tocframe {
 }
 
 #tocframe > ul:first-child > li:first-child a:hover {
-  background: url(../pictures/lily-home-nav-hover.png) no-repeat 50% 50%;
+  background: url(pictures/lily-home-nav-hover.png) no-repeat 50% 50%;
   width: 9%;
 }
 
 #tocframe > ul:first-child > li:first-child.toc_current a {
   text-indent: -999em;
-  background: url(../pictures/lily-home-nav-active.png) no-repeat 50% 50%;
+  background: url(pictures/lily-home-nav-active.png) no-repeat 50% 50%;
   width: 9%;
 }
 
 #tocframe > ul:first-child > li:first-child.toc_current a:hover {
   text-indent: -999em;
-  background: url(../pictures/lily-home-nav-active.png) no-repeat 50% 50%;
+  background: url(pictures/lily-home-nav-active.png) no-repeat 50% 50%;
   width: 9%;
 }
 
@@ -114,7 +117,7 @@ div#tocframe {
 #tocframe li form {
   float: left;
   width: 17%;
-  background: url(nav-bg.jpg);
+  background: url(pictures/nav-bg.png);
   font-size: 100%;
   padding: 0.5em 0.8%;
   margin: 0;
@@ -135,8 +138,12 @@ div#tocframe {
 }
 
 #tocframe li form input[type="hidden"] {
-  visibility: hidden;
-  background: #f00;
+  position: relative;
+  height: 0;
+  overflow: hidden;
+  text-indent: -999em;
+  padding: 0;
+  margin: 0;
 }
 
 #tocframe li a {
@@ -144,19 +151,19 @@ div#tocframe {
   width: 18%;
   text-align: center;
   font-weight: bold;
-  padding: 0.85em 0;
+  padding: 0.71em 0;
   margin: 0;
-  background: url(nav-bg.jpg);
+  background: url(pictures/nav-bg.png);
 }
 
 #tocframe li a:hover {
-  background: url(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(nav-active.jpg);
+  background: url(pictures/nav-active.png);
   color:#000;
   text-decoration: underline;
 }
@@ -222,21 +229,25 @@ div#tocframe {
 #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 */
@@ -245,50 +256,62 @@ div#tocframe {
 
 #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) */
@@ -394,7 +417,7 @@ div#quickSummary {
 }
 
 #quickSummary .subheading {
-  background: #fff url(../pictures/summary-gradient.png) repeat-y 0 0;
+  background: #fff url(pictures/summary-gradient.png) repeat-y 0 0;
   color: #fff;
   padding: 0 0.5em;
   /* border-bottom: 10px solid #5b7f64; */
@@ -407,7 +430,7 @@ div#quickSummary {
 }
 
 div.separator {
-  background: transparent url(../pictures/squiggle.jpg) 40% 60% no-repeat;
+  background: transparent url(pictures/squiggle.jpg) no-repeat 40% 60%;
   height: 36px;
   clear: both;
   padding: 10px;
@@ -698,7 +721,6 @@ div.float-right a.clickable {
 /* color4 */
 .column-center-bottom h3 {
   background: #fad58c;
-  text-align: left;
   border-bottom: 1px solid #e9c47b;
 }
 
@@ -717,6 +739,7 @@ div.float-right a.clickable {
 .column-left-bottom h3,
 .column-right-top h3,
 .column-right-bottom h3 {
+  text-align: left;
   padding: 0 0.5em;
   margin: 0;
 }
@@ -727,6 +750,7 @@ div.float-right a.clickable {
 .column-left-bottom h4,
 .column-right-top h4,
 .column-right-bottom h4 {
+  text-align: left;
   padding: 0.5em 0.5em 0;
   margin: 0 0 0.5em 0;
 }