You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltacloud.apache.org by mf...@redhat.com on 2012/02/20 21:07:13 UTC

[PATCH core] Site: Removed background image from the box on front page

From: Michal Fojtik <mf...@redhat.com>

Signed-off-by: Michal fojtik <mf...@redhat.com>
---
 site/content/styles/colbg.png     |  Bin 1214 -> 0 bytes
 site/content/styles/firstpage.css |   19 ++++++++++++++++---
 site/output/styles/colbg.png      |  Bin 1214 -> 0 bytes
 site/output/styles/firstpage.css  |   19 ++++++++++++++++---
 4 files changed, 32 insertions(+), 6 deletions(-)
 delete mode 100644 site/content/styles/colbg.png
 delete mode 100644 site/output/styles/colbg.png

diff --git a/site/content/styles/colbg.png b/site/content/styles/colbg.png
deleted file mode 100644
index 591b2383705b9fd3143aabdb7e9878b4baed4109..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 1214
zcmeAS@N?(olHy`uVBq!ia0y~yU^E0`9S%02$ZFjdT_7b{;u=vBoS#-wo>-L1;Fyx1
zl&avFo0y&&l$w}QS$HzlhJk@4!PCVtq~g|_yL+=l0wo$AT7KTVh|OB?V;@Uy?$uM?
z9;!3k_Hb_8D8#CN$|+g0Owro-xbY_Y30kdb&u`oC*KkS))gC<^dBb+H-lqW3ZlnCu
zdvrc8VVbdCKGkljrM2hT)LSlZYUi%LZ1r3#Qota2=b0HnSD$}8+`P>CuG^b%^C#`s
zm|ZsJU8=O~w7uu1Gri*`mw;wcXy*-CL1rcQH}g6eCn}f4A7Kz=7BB=7E<6rL7(hfr
zw9v+|BMlB!a4`WxBqmVlj+q_3+n89oB6O1)Iv6`7fP@m8LJ|XrIIy-WLO;o2LC4l`
zrE47$0w)v@YSa)+HUYJytsRVwJxXj~{eLER@Pdt0Mp6Sbvb`fh$WUQ|4nh>!5U8C%
z`_Gsph2Fo-CE$KLuJc9|(DhbGPWEPmdJgPSFwtj`6bV!{3GVWa83-oGLw9_RTmw5u
z9c1+x<)p<x*It3TwnIW8Nr}y+@5WM~pwc!0Luk-32yPYyGWmoyIsy%sLUIBU6Bgio
z21#%K`QHp{D9F+V2K)nusC+d>bx>3w%yZ#Ea`K6PT5|F8Smr>Y31$pfaoVwFCk8xv
zU3e1IzWG~!5-m_DI-<h!p-c$uVua!F*oPU5A%Jj{mOleKnj?0!-F4TgImT2VgqE0K
z#vybIGIONY&!5446u*0s-PiE?=G`~1;=&JjLeeOC&W492EVAGNKu2PD7efHq2T%u~
z8T2Dx(Ar<~CY!*aE34;xejj_}SmB==+j3P?99kND_eSYWpTGS2+b@rQU(bI(&#u0#
zd}G8OjsG7`%xc)FrM_YQ>Z`9#&kkRIe%bVwO8i$nvtIdL*ri!An{h_&X|v7$q&IqU
qMh4gAx*uuS>7LVd{eyc0BSYo1DLfx^|KtJ-BnD4cKbLh*2~7a1y>nXt

diff --git a/site/content/styles/firstpage.css b/site/content/styles/firstpage.css
index 36a6744..ea496af 100644
--- a/site/content/styles/firstpage.css
+++ b/site/content/styles/firstpage.css
@@ -31,7 +31,14 @@ than the rest of the site */
   float: left;
   padding: 15px;
   margin: 1em 0 10px 10px;
-  background: url(colbg.png) no-repeat;
+  background: rgb(249,252,252); /* Old browsers */
+background: -moz-linear-gradient(top, rgba(249,252,252,1) 0%, rgba(237,245,245,1) 75%, rgba(239,247,245,1) 100%); /* FF3.6+ */
+background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,252,252,1)), color-stop(75%,rgba(237,245,245,1)), color-stop(100%,rgba(239,247,245,1))); /* Chrome,Safari4+ */
+background: -webkit-linear-gradient(top, rgba(249,252,252,1) 0%,rgba(237,245,245,1) 75%,rgba(239,247,245,1) 100%); /* Chrome10+,Safari5.1+ */
+background: -o-linear-gradient(top, rgba(249,252,252,1) 0%,rgba(237,245,245,1) 75%,rgba(239,247,245,1) 100%); /* Opera 11.10+ */
+background: -ms-linear-gradient(top, rgba(249,252,252,1) 0%,rgba(237,245,245,1) 75%,rgba(239,247,245,1) 100%); /* IE10+ */
+background: linear-gradient(top, rgba(249,252,252,1) 0%,rgba(237,245,245,1) 75%,rgba(239,247,245,1) 100%); /* W3C */
+filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fcfc', endColorstr='#eff7f5',GradientType=0 ); /* IE6-9 */
   /* 	background-color: #ecf7f5; */
   font-size: 15px;
   line-height: 30px;
@@ -43,11 +50,17 @@ than the rest of the site */
   float: left;
   padding: 15px;
   margin: 1em 0 10px;
-  background: url(colbg.png) no-repeat;
+  background: rgb(249,252,252); /* Old browsers */
+background: -moz-linear-gradient(top, rgba(249,252,252,1) 0%, rgba(237,245,245,1) 75%, rgba(239,247,245,1) 100%); /* FF3.6+ */
+background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,252,252,1)), color-stop(75%,rgba(237,245,245,1)), color-stop(100%,rgba(239,247,245,1))); /* Chrome,Safari4+ */
+background: -webkit-linear-gradient(top, rgba(249,252,252,1) 0%,rgba(237,245,245,1) 75%,rgba(239,247,245,1) 100%); /* Chrome10+,Safari5.1+ */
+background: -o-linear-gradient(top, rgba(249,252,252,1) 0%,rgba(237,245,245,1) 75%,rgba(239,247,245,1) 100%); /* Opera 11.10+ */
+background: -ms-linear-gradient(top, rgba(249,252,252,1) 0%,rgba(237,245,245,1) 75%,rgba(239,247,245,1) 100%); /* IE10+ */
+background: linear-gradient(top, rgba(249,252,252,1) 0%,rgba(237,245,245,1) 75%,rgba(239,247,245,1) 100%); /* W3C */
+filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fcfc', endColorstr='#eff7f5',GradientType=0 ); /* IE6-9 */
   /* 	background-color: #ecf7f5; */
   font-size: 15px;
   line-height: 30px;
-  height: 270px;
 }
 
 
diff --git a/site/output/styles/colbg.png b/site/output/styles/colbg.png
deleted file mode 100644
index 591b2383705b9fd3143aabdb7e9878b4baed4109..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 1214
zcmeAS@N?(olHy`uVBq!ia0y~yU^E0`9S%02$ZFjdT_7b{;u=vBoS#-wo>-L1;Fyx1
zl&avFo0y&&l$w}QS$HzlhJk@4!PCVtq~g|_yL+=l0wo$AT7KTVh|OB?V;@Uy?$uM?
z9;!3k_Hb_8D8#CN$|+g0Owro-xbY_Y30kdb&u`oC*KkS))gC<^dBb+H-lqW3ZlnCu
zdvrc8VVbdCKGkljrM2hT)LSlZYUi%LZ1r3#Qota2=b0HnSD$}8+`P>CuG^b%^C#`s
zm|ZsJU8=O~w7uu1Gri*`mw;wcXy*-CL1rcQH}g6eCn}f4A7Kz=7BB=7E<6rL7(hfr
zw9v+|BMlB!a4`WxBqmVlj+q_3+n89oB6O1)Iv6`7fP@m8LJ|XrIIy-WLO;o2LC4l`
zrE47$0w)v@YSa)+HUYJytsRVwJxXj~{eLER@Pdt0Mp6Sbvb`fh$WUQ|4nh>!5U8C%
z`_Gsph2Fo-CE$KLuJc9|(DhbGPWEPmdJgPSFwtj`6bV!{3GVWa83-oGLw9_RTmw5u
z9c1+x<)p<x*It3TwnIW8Nr}y+@5WM~pwc!0Luk-32yPYyGWmoyIsy%sLUIBU6Bgio
z21#%K`QHp{D9F+V2K)nusC+d>bx>3w%yZ#Ea`K6PT5|F8Smr>Y31$pfaoVwFCk8xv
zU3e1IzWG~!5-m_DI-<h!p-c$uVua!F*oPU5A%Jj{mOleKnj?0!-F4TgImT2VgqE0K
z#vybIGIONY&!5446u*0s-PiE?=G`~1;=&JjLeeOC&W492EVAGNKu2PD7efHq2T%u~
z8T2Dx(Ar<~CY!*aE34;xejj_}SmB==+j3P?99kND_eSYWpTGS2+b@rQU(bI(&#u0#
zd}G8OjsG7`%xc)FrM_YQ>Z`9#&kkRIe%bVwO8i$nvtIdL*ri!An{h_&X|v7$q&IqU
qMh4gAx*uuS>7LVd{eyc0BSYo1DLfx^|KtJ-BnD4cKbLh*2~7a1y>nXt

diff --git a/site/output/styles/firstpage.css b/site/output/styles/firstpage.css
index 36a6744..ea496af 100644
--- a/site/output/styles/firstpage.css
+++ b/site/output/styles/firstpage.css
@@ -31,7 +31,14 @@ than the rest of the site */
   float: left;
   padding: 15px;
   margin: 1em 0 10px 10px;
-  background: url(colbg.png) no-repeat;
+  background: rgb(249,252,252); /* Old browsers */
+background: -moz-linear-gradient(top, rgba(249,252,252,1) 0%, rgba(237,245,245,1) 75%, rgba(239,247,245,1) 100%); /* FF3.6+ */
+background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,252,252,1)), color-stop(75%,rgba(237,245,245,1)), color-stop(100%,rgba(239,247,245,1))); /* Chrome,Safari4+ */
+background: -webkit-linear-gradient(top, rgba(249,252,252,1) 0%,rgba(237,245,245,1) 75%,rgba(239,247,245,1) 100%); /* Chrome10+,Safari5.1+ */
+background: -o-linear-gradient(top, rgba(249,252,252,1) 0%,rgba(237,245,245,1) 75%,rgba(239,247,245,1) 100%); /* Opera 11.10+ */
+background: -ms-linear-gradient(top, rgba(249,252,252,1) 0%,rgba(237,245,245,1) 75%,rgba(239,247,245,1) 100%); /* IE10+ */
+background: linear-gradient(top, rgba(249,252,252,1) 0%,rgba(237,245,245,1) 75%,rgba(239,247,245,1) 100%); /* W3C */
+filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fcfc', endColorstr='#eff7f5',GradientType=0 ); /* IE6-9 */
   /* 	background-color: #ecf7f5; */
   font-size: 15px;
   line-height: 30px;
@@ -43,11 +50,17 @@ than the rest of the site */
   float: left;
   padding: 15px;
   margin: 1em 0 10px;
-  background: url(colbg.png) no-repeat;
+  background: rgb(249,252,252); /* Old browsers */
+background: -moz-linear-gradient(top, rgba(249,252,252,1) 0%, rgba(237,245,245,1) 75%, rgba(239,247,245,1) 100%); /* FF3.6+ */
+background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,252,252,1)), color-stop(75%,rgba(237,245,245,1)), color-stop(100%,rgba(239,247,245,1))); /* Chrome,Safari4+ */
+background: -webkit-linear-gradient(top, rgba(249,252,252,1) 0%,rgba(237,245,245,1) 75%,rgba(239,247,245,1) 100%); /* Chrome10+,Safari5.1+ */
+background: -o-linear-gradient(top, rgba(249,252,252,1) 0%,rgba(237,245,245,1) 75%,rgba(239,247,245,1) 100%); /* Opera 11.10+ */
+background: -ms-linear-gradient(top, rgba(249,252,252,1) 0%,rgba(237,245,245,1) 75%,rgba(239,247,245,1) 100%); /* IE10+ */
+background: linear-gradient(top, rgba(249,252,252,1) 0%,rgba(237,245,245,1) 75%,rgba(239,247,245,1) 100%); /* W3C */
+filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fcfc', endColorstr='#eff7f5',GradientType=0 ); /* IE6-9 */
   /* 	background-color: #ecf7f5; */
   font-size: 15px;
   line-height: 30px;
-  height: 270px;
 }
 
 
-- 
1.7.9.1


Re: [PATCH core] Site: Removed background image from the box on front page

Posted by David Lutterkort <lu...@redhat.com>.
On Tue, 2012-02-21 at 00:59 +0100, Francesco Vollero wrote:
> On Mon, Feb 20, 2012 at 11:58 PM, David Lutterkort <lu...@redhat.com> wrote:
> > On Mon, 2012-02-20 at 21:07 +0100, mfojtik@redhat.com wrote:
> >> From: Michal Fojtik <mf...@redhat.com>
> >>
> >> Signed-off-by: Michal fojtik <mf...@redhat.com>
> >
> > ACK. Also pushed it (to bouth git and svn)
> 
> Oh, svn still in use?

Yes, for the site. The Apache infrastructure for publishing the site can
only pull from svn.

David



Re: [PATCH core] Site: Removed background image from the box on front page

Posted by Francesco Vollero <ra...@gmail.com>.
On Mon, Feb 20, 2012 at 11:58 PM, David Lutterkort <lu...@redhat.com> wrote:
> On Mon, 2012-02-20 at 21:07 +0100, mfojtik@redhat.com wrote:
>> From: Michal Fojtik <mf...@redhat.com>
>>
>> Signed-off-by: Michal fojtik <mf...@redhat.com>
>
> ACK. Also pushed it (to bouth git and svn)

Oh, svn still in use?

Cheers,
Francesco

Re: [PATCH core] Site: Removed background image from the box on front page

Posted by David Lutterkort <lu...@redhat.com>.
On Mon, 2012-02-20 at 21:07 +0100, mfojtik@redhat.com wrote:
> From: Michal Fojtik <mf...@redhat.com>
> 
> Signed-off-by: Michal fojtik <mf...@redhat.com>

ACK. Also pushed it (to bouth git and svn)

David