X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fcss%2Flilypond-website.css;h=9daf395dc6e6d978979b851dab0cbc001c23376c;hb=42ea2453237f26974326c27a77b87da93cb6e1d8;hp=a6f6f9b669fa127dd8d6db336924d6f18a6c35fd;hpb=c1d5bb448321d688185e0c6b798575d4c325ae80;p=lilypond.git diff --git a/Documentation/css/lilypond-website.css b/Documentation/css/lilypond-website.css index a6f6f9b669..9daf395dc6 100644 --- a/Documentation/css/lilypond-website.css +++ b/Documentation/css/lilypond-website.css @@ -76,6 +76,8 @@ div#tocframe { -moz-border-radius-bottomright: 7px; -webkit-border-bottom-left-radius: 7px; -webkit-border-bottom-right-radius: 7px; + border-bottom-left-radius: 7px; + border-bottom-right-radius: 7px; margin: 0; } @@ -94,10 +96,9 @@ div#tocframe { text-indent: -999em; background: #6aec7c url(../pictures/lily-home-nav-bg.png) no-repeat 50% 50%; width: 9%; - /* css3 no go yet? */ - border-bottom-left-radius: 30px; -moz-border-radius-bottomleft: 7px; -webkit-border-bottom-left-radius: 7px; + border-bottom-left-radius: 7px; } #tocframe > ul:first-child > li:first-child a:hover { @@ -121,6 +122,7 @@ div#tocframe { width: 9%; -moz-border-radius-bottomright: 7px; -webkit-border-bottom-right-radius: 7px; + border-bottom-right-radius: 7px; } #tocframe li { @@ -151,6 +153,8 @@ div#tocframe { -moz-border-radius-bottomright: 20px; -webkit-border-top-right-radius: 20px; -webkit-border-bottom-right-radius: 20px; + border-top-right-radius: 20px; + border-bottom-right-radius: 20px; } #tocframe li form input[type="hidden"] { @@ -205,6 +209,8 @@ div#tocframe { -moz-border-radius-bottomleft: 7px; -webkit-border-top-left-radius: 7px; -webkit-border-bottom-left-radius: 7px; + border-top-left-radius: 7px; + border-bottom-left-radius: 7px; } #tocframe .toc .toc li:last-child a { @@ -212,6 +218,8 @@ div#tocframe { -moz-border-radius-bottomright: 7px; -webkit-border-top-right-radius: 7px; -webkit-border-bottom-right-radius: 7px; + border-top-right-radius: 7px; + border-bottom-right-radius: 7px; } #tocframe .toc .toc li a { @@ -473,7 +481,16 @@ div.news-item { div#latestVersion { position: absolute; - top: 12.4em; + top: 16em; + right: 0; + width: 12em; + text-align: center; + border-left: 1px solid #5b7f64; +} + +div#wildCardBox { + position: absolute; + top: 0.0em; right: 0; width: 12em; text-align: center; @@ -488,6 +505,14 @@ div#latestVersion { margin: 0; } +#wildCardBox .subheading { + background: #5b7f64; + color: #fff; + text-align: center; + padding: 0 0.5em; + margin: 0; +} + /* this might not work in certain browsers */ a[name="Stable"] + h4 { background: #bdee9d url(../pictures/color1-bg.png) repeat-x top left; @@ -894,6 +919,7 @@ div.color4 h3 { .example { position: relative; left: -2.5em; + text-align: left; } .h-scroll-auto { @@ -911,6 +937,7 @@ div.color4 h3 { /* Experimental rounded corners */ -moz-border-radius: 10px; -webkit-border-radius: 10px; + border-radius: 10px; margin: 1em; }