2013-10-06 03:40:57 +08:00
|
|
|
#footer {
|
|
|
|
// #gradient > .vertical(@navbarInverseBackgroundHighlight, @navbarInverseBackground);
|
2013-10-16 05:40:06 +08:00
|
|
|
background-color: lighten(@jumbotron-bg, 2%);
|
2013-10-12 20:22:50 +08:00
|
|
|
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 {
|
2013-10-12 20:22:50 +08:00
|
|
|
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 {
|
2013-10-12 20:22:50 +08:00
|
|
|
color: @jumbotron-text;
|
|
|
|
text-decoration: none;
|
|
|
|
border-bottom: solid 1px @jumbotron-text;
|
2013-10-06 03:40:57 +08:00
|
|
|
}
|
2013-10-06 08:57:23 +08:00
|
|
|
}
|
2013-10-12 20:22:50 +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();
|
|
|
|
|
2013-10-10 01:37:16 +08:00
|
|
|
.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; }
|
|
|
|
}
|