From: Paul Morris Date: Thu, 19 Feb 2015 17:25:54 +0000 (-0500) Subject: Web: revise site background X-Git-Tag: release/2.19.18-1~16^2~3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ad6e870fba9146f4d0f16f0fdc30963f18ee46cc;hp=f0fc7124d5cf0e30160bf37d410df3779b068ecc;p=lilypond.git Web: revise site background Issue 4299 green fade-out gradient at both top corners site background is slightly off-white column backgrounds are pure-white adjust search box color update ie css file --- diff --git a/Documentation/css/lilypond-website-ie-fixes.css b/Documentation/css/lilypond-website-ie-fixes.css index 86fe49ad87..9642c087ee 100644 --- a/Documentation/css/lilypond-website-ie-fixes.css +++ b/Documentation/css/lilypond-website-ie-fixes.css @@ -32,20 +32,6 @@ div#tocframe { background: url(../pictures/nav2-active.png); } -/* Divs */ - -#quickSummary .subheading { - background: #fff url(../pictures/summary-gradient.png) repeat-y 0 0; -} - -a[name="Stable"] + h4 { - background: #bdee9d url(../pictures/color1-bg.png) repeat-x top left; -} - -a[name="Unstable"] + h4 { - background: #fad58c url(../pictures/color3-bg.png) repeat-x top left; -} - /* Columns */ .column-center-top h3 { @@ -54,7 +40,8 @@ a[name="Unstable"] + h4 { .column-left-top h3, .column-left-bottom h3, -.column-center-middle-color2 h3 { +.column-center-middle-color2 h3, +.news-item h3 { background: #adce82 url(../pictures/color2-bg.png) repeat-x top left; } diff --git a/Documentation/css/lilypond-website.css b/Documentation/css/lilypond-website.css index 30b7cec9f3..0115fbd417 100644 --- a/Documentation/css/lilypond-website.css +++ b/Documentation/css/lilypond-website.css @@ -15,10 +15,16 @@ body { max-width: 70em; font-size: 95%; line-height: 1.5; - background: #fff url(../pictures/background-image.png) no-repeat 0 0; text-align: justify; padding: 0; margin: 0 auto; + background-color: rgb(245, 252, 242); + background-image: url(../pictures/background-top-right.png), + url(../pictures/background-top-left.png); + background-position: top right, top left; + background-repeat: no-repeat, no-repeat; + /* fallback for IE8 which doesn't support multiple backgrounds */ + background: url(../pictures/background-top-left.png) no-repeat top left; } hr { @@ -96,7 +102,7 @@ div#tocframe { } #tocframe > ul:first-child > li:first-child a span { - background: url("../pictures/lily-home-32x32.png") no-repeat scroll 0% 40% transparent; + background: url(../pictures/lily-home-32x32.png) no-repeat scroll 0% 40% transparent; padding: 16px 0px 16px 38px; } @@ -125,7 +131,7 @@ div#tocframe { width: 92%; font-size: 90%; color: rgb(85, 85, 85); - background: rgb(200, 230, 200); + background: rgb(235, 242, 232); padding: 0.1em 0.1em 0.1em 0.6em; border: 0; margin: 0; @@ -611,7 +617,7 @@ div.float-right a.clickable { .column-right-top, .column-right-bottom, .news-item { - background: #f5fffa; + background: #fff; border-radius: 5px; } diff --git a/Documentation/pictures/background-top-left.png b/Documentation/pictures/background-top-left.png new file mode 100644 index 0000000000..0587791219 Binary files /dev/null and b/Documentation/pictures/background-top-left.png differ diff --git a/Documentation/pictures/background-top-right.png b/Documentation/pictures/background-top-right.png new file mode 100644 index 0000000000..a8a571a406 Binary files /dev/null and b/Documentation/pictures/background-top-right.png differ