diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2011-11-13 12:44:30 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2011-11-13 12:44:30 +0100 |
commit | a4d2b1dd343c2abde14843055c40a77e4cc7643b (patch) | |
tree | aaa354bd8e6f7d2035ae9e401d2c57dc12c58272 /src/stylesheets | |
parent | 2bc8b4ab03216c8ae169b0afa788420b55f4bc11 (diff) | |
download | Thrash-and-Burn-Tour-2012-Website-a4d2b1dd343c2abde14843055c40a77e4cc7643b.tar.gz Thrash-and-Burn-Tour-2012-Website-a4d2b1dd343c2abde14843055c40a77e4cc7643b.tar.bz2 Thrash-and-Burn-Tour-2012-Website-a4d2b1dd343c2abde14843055c40a77e4cc7643b.zip |
Add buttons for sharing on FB, Google+ and Delicious
Diffstat (limited to 'src/stylesheets')
-rw-r--r-- | src/stylesheets/application.sass | 37 |
1 files changed, 36 insertions, 1 deletions
diff --git a/src/stylesheets/application.sass b/src/stylesheets/application.sass index 8541f20..711de1d 100644 --- a/src/stylesheets/application.sass +++ b/src/stylesheets/application.sass @@ -42,6 +42,7 @@ strong #content +content-pane background-image: url('/images/content_background.jpg') + padding-bottom: 40px #body position: relative top: 160px @@ -61,4 +62,38 @@ strong .intro font-size: 105% - font-weight: bolder
\ No newline at end of file + font-weight: bolder + +$sharebar-height: 40px +$button-height: $sharebar-height - 5px + +#sharebar + position: fixed + bottom: 0 + left: 10% + right: 10% + height: $sharebar-height + border-top: 1px solid lightgray + font-size: 80% + background-color: rgba(0, 0, 0, 0.7) + +.sharebutton + display: inline-block + vertical-align: top + padding-top: 6px + +#facebook_button + +#delicious_button + padding-right: 3em + .icon + display: inline-block + height: $button-height + .link + display: inline-block + height: $button-height + padding-top: 3px + vertical-align: middle + font-size: 8pt + +#google_plus_button |