Skip to content

Commit

Permalink
Adding coloring ideas by Olek for the logo-container. I made a slight
Browse files Browse the repository at this point in the history
change on the gradient.
  • Loading branch information
karma4u101 committed Aug 4, 2012
1 parent 4060844 commit 00f6ef7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
4 changes: 2 additions & 2 deletions site/lift_overview.cms.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
With these two core pieces, Lift has a tremendous advantage in
terms of security. To give you an idea of the magnitude of
Lift's security that doesn't get in the way of features, Rasmus
Lerdorg (
Lerdorf (
<a href="http://en.wikipedia.org/wiki/Rasmus_Lerdorf">http://en.wikipedia.org/wiki/Rasmus_Lerdorf</a>
) who did security for Yahoo! had this to say about FourSquare
(one of the Lift poster-child sites):
Expand All @@ -158,7 +158,7 @@
that didn't have a single security
issue (that I could find)
</p>
<small><a href="http://twitter.com/rasmus/status/5929904263">Rasmus Lerdorg @ twitter</a></small>
<small><a href="http://twitter.com/rasmus/status/5929904263">Rasmus Lerdorf @ twitter</a></small>
</blockquote>

<p>
Expand Down
14 changes: 6 additions & 8 deletions site/src/style-app.cms.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ body {
width: 31.0%;
}
/* PAGE HEADER AND HEDINGS FONTS
*************************************************************************/
h1, h2, h3 {
Expand Down Expand Up @@ -212,7 +213,7 @@ div.gradient-panel {
display: block;
float:left;
width:100%;
background:#E0E9F0; /*#4861b4;*/ /*#374e97;*/
background:#7891E4; /*#E0E9F0;*/ /*#4861b4;*/ /*#374e97;*/
/*border:1px solid #8a9bd5; */
text-align:center;
padding:10px 0px;
Expand All @@ -224,24 +225,21 @@ div.gradient-panel {
-webkit-box-shadow: 1px 1px 1px 2px #C1C4BA;
-moz-box-shadow: 1px 1px 1px 2px #C1C4BA;
box-shadow: 1px 1px 1px 2px #C1C4BA;
<!-- -moz-box-sizing: border-box; -->
<!-- -webkit-box-sizing: border-box; -->
<!-- box-sizing: border-box; -->
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
/*If we have img with transparant bg we could try out some gradients on the box*/
/*
#logo-container {
background-image: -moz-radial-gradient(#374e97,#374e97);
background-image: -moz-radial-gradient(#7891E4,#E0E9F0);
background-image: -webkit-gradient(radial, center center, 0, center center, 220, from(orange), to(red));
background-image: -webkit-radial-gradient(orange, red);
background-image: radial-gradient(orange, red);
}
*/
#logo-container .logo {
float:left;
Expand Down

0 comments on commit 00f6ef7

Please sign in to comment.