Update site pages

This commit is contained in:
2012-11-14 15:12:28 +01:00
parent bb7b9258e5
commit 0036e5da60
25 changed files with 132 additions and 32 deletions
BIN
View File
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 236 KiB

Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 189 KiB

Binary file not shown.
@@ -0,0 +1,19 @@
// This is a manifest file that'll be compiled into application.js, which will include all the files
// listed below.
//
// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
// or vendor/assets/javascripts of plugins, if any, can be referenced here using a relative path.
//
// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
// the compiled file.
//
// WARNING: THE FIRST BLANK LINE MARKS THE END OF WHAT'S TO BE PROCESSED, ANY BLANK LINE SHOULD
// GO AFTER THE REQUIRES BELOW.
//
//= require jquery
//= require jquery_ujs
//= require jquery-ui
// require twitter/bootstrap
//= require_directory .
//= require_self
@@ -10,5 +10,5 @@
*
*= require_self
*= require_directory .
* require 'bootstrap-devise-rails'
* ------------- require 'bootstrap-devise-rails'
*/
+26 -7
View File
@@ -1,3 +1,8 @@
$green-original: #99CB23
$green: #7BB459 //Heineken
$font-family-content: Georgia, serif
$font-family-navigation: Verdana,serif
$font-family-headers: Verdana,serif //'Pacifico', serif
body
background-color: #333
margin: 0
@@ -111,7 +116,7 @@ body
color: white
display: block
float: left
font-family: Verdana,serif
font-family: $font-family-navigation
text-decoration: none
font-size: 18px
height: 46px
@@ -120,10 +125,10 @@ body
padding: 0 20px
text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5)
&:hover
color: #99CB23
color: $green
&.active
a
color: #99CB23
color: $green
#banner-wrap
z-index: 2
position: relative
@@ -168,20 +173,20 @@ body
display: none
#main-wrap
font-size: 14px
font-family: Georgia, serif
font-family: $font-family-content
line-height: 1.5
color: #848585
h1
font-size: 28px
padding: 0.5em 0 0.2em 0
line-height: 1.4
font-family: 'Pacifico', serif
font-family: $font-family-headers
color: #AE571F
h2
font-size: 24px
padding: 0.5em 0 0.2em 0
line-height: 1.2
font-family: 'Pacifico', serif
font-family: $font-family-headers
color: #AE571F
background-image: image-url('theme1/wall-bg.jpg')
@@ -203,6 +208,10 @@ body
.main-inner
width: 894px
padding: 0 40px 30px 40px
h1.page-title
margin: 0
padding: 0
margin-bottom: 12px
#wsite-content
#footer-wrap
color: white
@@ -242,4 +251,14 @@ body
bottom: -35px
left: -30px
overflow: visible
a
color: $green
text-decoration: none
&:hover
color: darken($green, 20%)
.right
float: right
.left
float: left
.clearing
clear: both