summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Morris <paulwmorris@gmail.com>2015-02-19 12:25:54 -0500
committerJames Lowe <pkx166h@gmail.com>2015-03-19 10:24:41 +0000
commitad6e870fba9146f4d0f16f0fdc30963f18ee46cc (patch)
treed2ac85f648d56aae7f51d25ade2e55a04c8b055e
parentf0fc7124d5cf0e30160bf37d410df3779b068ecc (diff)
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
-rw-r--r--Documentation/css/lilypond-website-ie-fixes.css17
-rw-r--r--Documentation/css/lilypond-website.css14
-rw-r--r--Documentation/pictures/background-top-left.pngbin0 -> 64211 bytes
-rw-r--r--Documentation/pictures/background-top-right.pngbin0 -> 8367 bytes
4 files changed, 12 insertions, 19 deletions
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
--- /dev/null
+++ b/Documentation/pictures/background-top-left.png
Binary files differ
diff --git a/Documentation/pictures/background-top-right.png b/Documentation/pictures/background-top-right.png
new file mode 100644
index 0000000000..a8a571a406
--- /dev/null
+++ b/Documentation/pictures/background-top-right.png
Binary files differ