Fork-Awesome/src/assets/less/site/footer.less

40 lines
995 B
Plaintext
Raw Normal View History

2013-10-06 03:40:57 +08:00
#footer {
// #gradient > .vertical(@navbarInverseBackgroundHighlight, @navbarInverseBackground);
background-color: lighten(@jumbotron-bg, 2%);
border-top: 1px solid @jumbotron-border;
color: mix(@jumbotron-text, @jumbotron-bg, 60%);
text-shadow: 0 1px 0 rgba(0,0,0,0.15);
2013-10-06 03:40:57 +08:00
a {
color: mix(@jumbotron-text, @jumbotron-bg, 80%);
border-bottom: dotted 1px mix(@jumbotron-text, @jumbotron-bg, 60%);
2013-10-06 03:40:57 +08:00
&:hover {
color: @jumbotron-text;
text-decoration: none;
border-bottom: solid 1px @jumbotron-text;
2013-10-06 03:40:57 +08:00
}
}
.container { padding-top: 40px; }
2013-10-06 03:40:57 +08:00
.project { margin-top: 10px; }
}
// Sticky Footer Styles
// --------------------
html, body { height: 100%; }
#wrap {
min-height: 100%;
height: auto !important;
height: 100%;
}
2013-10-07 03:35:57 +08:00
.sticky-footer();
.sticky-footer(@footer-height: 165px, @footer-margin: 60px) {
2013-10-07 03:35:57 +08:00
#wrap {
margin: 0 auto -(@footer-height);
padding: 0 0 (@footer-height + @footer-margin);
}
#footer { height: @footer-height; }
}