impress/app/assets/stylesheets/static/_donate.sass

81 lines
1.6 KiB
Sass
Raw Normal View History

2011-07-01 11:53:28 -07:00
@import "compass/css3/text-shadow"
@import "partials/campaign-progress"
/* TODO: redundant with outfits/index; why is it not in the partial? */
$outfit-inner-height: 150px
$outfit-inner-width: 150px
$outfit-banner-h-padding: 4px
$outfit-banner-v-padding: 2px
$outfit-banner-inner-width: $outfit-inner-width - (2 * $outfit-banner-h-padding)
2011-06-28 10:24:40 -07:00
body.static-donate
+campaign-progress
2011-06-28 10:24:40 -07:00
#title
display: none
2011-07-01 11:53:28 -07:00
#donation-form
+module
2011-07-01 11:53:28 -07:00
background:
image: url(http://images.neopets.com/new_shopkeepers/t_993.gif)
position: ($container-width - 150px - 8px) -4px
repeat: no-repeat
margin-top: 1em
margin-bottom: 1.5em
padding-bottom: 32px
padding-left: 24px
padding-top: 32px
2011-07-02 10:23:38 -07:00
header, div
+inline-block
2011-06-28 10:24:40 -07:00
p
font-family: $main-font
margin: 0
2011-06-28 10:24:40 -07:00
div
font-size: 115%
margin-left: 20px
2011-06-28 10:24:40 -07:00
#donation-form-title
font-size: 125%
2011-06-28 10:24:40 -07:00
font-weight: bold
margin-bottom: .25em
2011-06-28 10:24:40 -07:00
p
font-size: 85%
margin-bottom: 0
margin-top: .5em
2011-06-28 10:24:40 -07:00
input[type=text]
width: 3em
2011-06-28 10:24:40 -07:00
button
+loud-awesome-button-color
#outfits
+outfits-list
> li
+outfit
height: $outfit-inner-height
margin: 2px
width: $outfit-inner-width
header, footer
font-size: 85%
padding: $outfit-banner-v-padding $outfit-banner-h-padding
text-align: center
width: $outfit-banner-inner-width
2011-06-28 10:24:40 -07:00
2014-09-10 13:38:26 -07:00
img
height: $outfit-inner-height
width: $outfit-inner-width
#fine-print
font-size: 85%
margin-top: 2em