diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2011-09-02 20:08:06 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2011-09-02 20:08:06 +0200 |
commit | 4df0e89d6bf9ba9d29bf8fe255d975e37875deb1 (patch) | |
tree | 7fb76318649a2ebac73078a32b1d57299d8fa9c1 /src/stylesheets | |
parent | 91a829dca5234ba3e4d82661cd0665f679153a82 (diff) | |
download | Thrash-and-Burn-Tour-2012-Website-4df0e89d6bf9ba9d29bf8fe255d975e37875deb1.tar.gz Thrash-and-Burn-Tour-2012-Website-4df0e89d6bf9ba9d29bf8fe255d975e37875deb1.tar.bz2 Thrash-and-Burn-Tour-2012-Website-4df0e89d6bf9ba9d29bf8fe255d975e37875deb1.zip |
Link splash to press release page.
Diffstat (limited to 'src/stylesheets')
-rw-r--r-- | src/stylesheets/application.sass | 54 |
1 files changed, 51 insertions, 3 deletions
diff --git a/src/stylesheets/application.sass b/src/stylesheets/application.sass index e4e57d0..237c336 100644 --- a/src/stylesheets/application.sass +++ b/src/stylesheets/application.sass @@ -1,9 +1,57 @@ $background: black +$text-color: rgb(204, 204, 204) +$box-background: rgb(105, 30, 30) +$box-border: lightgray + +@mixin content-pane + width: 724px + height: 1024px + margin: auto + +@import "compass/typography/links/link-colors" +@import "compass/typography/links/hover-link" +@import "compass/typography/lists/bullets" body background-color: $background + color: $text-color + font-family: Helvetica, Arial, Sans-serif + +h2 + margin: 0 + border-bottom: 1px solid + font-size: 110% + +ul + margin: 0 + +li + +no-bullet + +a + +link-colors(#cc0, #c00, #c0c, #ccc, #cc0) + +hover-link + +strong + color: white #splash - width: 724px - height: 1024px - margin: auto + +content-pane + +#content + +content-pane + background-image: url('/images/content_background.jpg') + #body + position: relative + top: 160px + padding: 5px + +#facts + border: 1px dotted $box-border + padding: 3px + font-size: 80% + float: right + +.intro + font-size: 105% + font-weight: bolder
\ No newline at end of file |