Browse Source

tweak marketing

pull/1/head
Nicolae Claudius 13 years ago
parent
commit
f58daef81e
  1. 17
      app/assets/stylesheets/marketing.css.scss
  2. 35
      app/assets/stylesheets/ui/buttons.css.scss
  3. 0
      app/views/domains/#_horizontal_subform_header.html.erb
  4. 0
      app/views/domains/#_horizontal_subform_record.html.erb
  5. 8
      app/views/home/_headlines.html.erb

17
app/assets/stylesheets/marketing.css.scss

@ -15,7 +15,7 @@
margin-right: auto;
float: none;
.block .content .marketing-inner {
.block .content .marketing-inner {
padding: 0 30px 30px;
h2 {
font-size: 25px;
@ -52,18 +52,17 @@
.action {
padding: 0 20px 20px 20px;
text-align: center;
a {
display: block;
width: 350px;
margin: auto;
}
button {
// @include slick-black;
@include cupid-green;
@include button(#7a43b6, #fff, 0 -1px 1px rgba(0,0,0,.4));
//@include cupid-green;
width: 250px;
height: 50px;
height: 40px;
margin: auto;
text-align: center;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
strong {
font-size: 18px;

35
app/assets/stylesheets/ui/buttons.css.scss

@ -1,6 +1,7 @@
@import "compass/css3/gradient";
@import "compass/css3/border-radius";
@import "compass/css3/box-shadow";
@import "compass/css3/text-shadow";
@mixin cupid-green {
@include background(linear-gradient(top, #7fbf4d, #63a62f));
@ -8,13 +9,11 @@
border-bottom: 1px solid #5b992b;
@include border-radius(3px);
@include box-shadow(inset 0 1px 0 0 #96ca6d);
color: #fff;
font: bold 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
line-height: 1;
padding: 7px 0 8px 0;
text-align: center;
text-shadow: 0 -1px 0 #4c9021;
width: 150px;
color: #fff;
line-height: 20px;
display: inline-block;
padding: 9px 15px 10px;
&:hover {
@include background(linear-gradient(top, #76b347, #5e9e2e));
@ -28,3 +27,27 @@
@include box-shadow(inset 0 0 8px 4px #548c29, 0 1px 0 0 #eee);
}
}
@mixin button(
$color: #f5f5f5,
$textColor: #333,
$textShadow: 0 1px 1px rgba(255,255,255,.75),
$padding: 9px 15px 10px,
$borderRadius: 6px
){
display: inline-block;
background-color: darken(saturate($color, 10), 10);
background-repeat: repeat-x;
@include background-image(linear-gradient($color, darken(saturate($color, 10), 10)));
padding: $padding;
text-shadow: $textShadow;
color: $textColor;
line-height: 20px;
@include border-radius($borderRadius);
@include box-shadow(inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 0 rgba(0,0,0,.2), 0 1px 2px rgba(0,0,0,.25));
&:hover {
background-position: 0 -15px;
color: $textColor;
text-decoration: none;
}
}

0
app/views/domains/_horizontal_subform_header.html.erb → app/views/domains/#_horizontal_subform_header.html.erb

0
app/views/domains/_horizontal_subform_record.html.erb → app/views/domains/#_horizontal_subform_record.html.erb

8
app/views/home/_headlines.html.erb

@ -24,12 +24,10 @@
<div class="action">
<%= image_tag 'marketing/arrow_left.png' %>
<%= link_to new_user_registration_path, :style => 'text-decoration: none' do %>
<%= image_tag 'marketing/arrow_left.png' %>
<button>
<strong>Create an Account Now</strong><br>
<em>It's free, sign up in 60 seconds.</em>
</button>
<strong>Create an Account Now</strong><br>
<em>It's free, sign up in 60 seconds.</em>
<% end %>
</div>

Loading…
Cancel
Save