Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

Commit

Permalink
Merge pull request #41 from codebrawl/design
Browse files Browse the repository at this point in the history
Design
  • Loading branch information
Jeff Kreeftmeijer committed Jan 19, 2012
2 parents afb4053 + bd6da54 commit 59f6e18
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
Binary file added app/assets/images/bg_body.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed app/assets/images/logo.png
Binary file not shown.
18 changes: 10 additions & 8 deletions app/assets/stylesheets/application.css.sass
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

// Variables
$hover-color: #ec1d25 // Light red
$bg-color: #222 // Dark grey
$bg-color: #333 // Dark grey
$light-color: #eee // Light grey

// Mixins
Expand All @@ -28,8 +28,8 @@ html

body
+blueprint-typography-body(14px)
background-color: $bg-color
color: $bg-color
+data-uri-bg('bg_body.jpg', $bg-color)

body,
input
Expand Down Expand Up @@ -150,23 +150,25 @@ form

#header
text-align: center
margin: 25px auto
margin: -70px auto 25px

h1 a
height: 94px
width: 400px
height: 285px
display: block
margin: 0 auto
+hide-text
+data-uri-bg("logo.png", center no-repeat)
+data-uri-bg("logo.jpg", center no-repeat)

h1 a
height: 75px
background-size: 75%

p
margin: 0
margin: -68px 0 0
font-family: "Courier New", Courier, monospace
font-size: 13px
color: #444
color: #888
-webkit-text-size-adjust: none

span
Expand All @@ -187,7 +189,7 @@ form
font-size: 70%
line-height: 120%
position: absolute
top: 174px
top: 203px
right: 0
width: 120px

Expand Down

0 comments on commit 59f6e18

Please sign in to comment.