2011-06-07 16:12:46 -04:00
|
|
|
body > footer {
|
|
|
|
@extend .sans;
|
|
|
|
font-size: .8em;
|
2011-06-17 22:24:48 -04:00
|
|
|
color: $footer-color;
|
2011-06-07 16:12:46 -04:00
|
|
|
text-shadow: lighten($footer-bg, 5) 0 1px;
|
|
|
|
background-color: $footer-bg;
|
2011-06-27 15:59:21 -04:00
|
|
|
@include background(image-url('noise.png'), linear-gradient(lighten($footer-bg, 8), $footer-bg, darken($footer-bg, 11)));
|
2011-06-17 22:24:48 -04:00
|
|
|
border-top: 1px solid $footer-border-top;
|
2011-06-07 16:12:46 -04:00
|
|
|
position: relative;
|
|
|
|
padding-top: 1em;
|
|
|
|
padding-bottom: 1em;
|
2011-06-13 16:41:03 -04:00
|
|
|
margin-bottom: 3em;
|
|
|
|
@include border-bottom-radius(.4em);
|
2011-06-07 16:12:46 -04:00
|
|
|
z-index: 1;
|
|
|
|
a {
|
2011-06-17 22:24:48 -04:00
|
|
|
@include link-colors($footer-link-color, $footer-link-color-hover);
|
2011-06-07 16:12:46 -04:00
|
|
|
}
|
|
|
|
p:last-child { margin-bottom: 0; }
|
|
|
|
}
|