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

43 lines
853 B
Plaintext
Raw Normal View History

2013-10-06 03:40:57 +08:00
#footer {
// #gradient > .vertical(@navbarInverseBackgroundHighlight, @navbarInverseBackground);
2013-10-10 05:00:49 +08:00
background-color: @jumbotron-bg;
border-top: 1px solid mix(@jumbotron-bg, @jumbotron-bg-dark, 50%);
2013-10-06 03:40:57 +08:00
a {
color: #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
&:hover {
color: #fff;
}
}
.container {
padding-top: 40px;
}
2013-10-10 05:00:49 +08:00
color: mix(@jumbotron-bg, #fff, 35%);
2013-10-06 03:40:57 +08:00
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
.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; }
}