[gimp-web/testing] Added Ollin background for grahpic design
- From: Pat David <patdavid src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-web/testing] Added Ollin background for grahpic design
- Date: Sat, 28 Nov 2015 13:57:16 +0000 (UTC)
commit 6aebd67f1f4bea80cf50523bd787aa8b21cb7fa9
Author: Pat David <pat patdavid net>
Date: Sat Nov 28 07:56:38 2015 -0600
Added Ollin background for grahpic design
themes/newgimp/static/css/home.css | 35 +++++++++++++++++++++++++----------
1 files changed, 25 insertions(+), 10 deletions(-)
---
diff --git a/themes/newgimp/static/css/home.css b/themes/newgimp/static/css/home.css
index b599d1b..280fca6 100644
--- a/themes/newgimp/static/css/home.css
+++ b/themes/newgimp/static/css/home.css
@@ -216,12 +216,26 @@ nav#menu li#gimp-home {
}
#cap-graphics {
+ /*
background-image: linear-gradient(
rgba(255,255,255,0),
rgba(255,255,255,1) 60%,
white ),
url('/images/frontpage/graphic-elements.png');
+ */
+ background-image: linear-gradient(
+ rgba(0,0,0,0),
+ rgba(0,0,0,0),
+ rgba(0,0,0,0.9)),
+ url('/images/frontpage/gwi_5.png');
background-repeat: no-repeat;
+ background-size: cover;
+ background-color: #0e2426;
+ color: white;
+}
+
+#cap-graphics p {
+ color: white;
}
#cap-graphics .column.third {
@@ -283,20 +297,21 @@ span#gFirst {
#cap-algorithms {
background-image: linear-gradient(
- to right,
- rgba( 255, 255, 255, 1 ),
- rgba( 255,255,255,1),
- rgba( 255,255,255,0.5 ) ),
- url('/images/frontpage/gimplayer.png');
+ to right,
+ rgba( 255, 255, 255, 1 ),
+ rgba( 255,255,255,1),
+ rgba( 255,255,255,0.5 ) ),
+ url('/images/frontpage/gimplayer.png');
background-position: 100% 0;
}
#cap-graphics {
- background-image: linear-gradient( to right,
- rgba(255,255,255,0),
- rgba(255,255,255,1) 40%,
- white ),
- url('/images/frontpage/graphic-elements.png');
+ background-image: linear-gradient( to right,
+ rgba(255,255,255,0),
+ rgba(255,255,255,1) 40%,
+ white ),
+ url('/images/frontpage/graphic-elements.png');
+ background-image: url('/images/frontpage/gwi_5.png');
}
span#gFirst, span#gSecond {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]