2013-10-23 23:12:39 +08:00
|
|
|
#footer {
|
|
|
|
background-color: lighten(@fa-green, 2%);
|
|
|
|
border-top: 1px solid @jumbotron-border;
|
|
|
|
color: mix(@jumbotron-color, @fa-green, 60%);
|
|
|
|
text-shadow: 0 1px 0 rgba(0,0,0,0.15);
|
2015-03-30 22:06:32 +08:00
|
|
|
margin-top: 60px;
|
2013-10-23 23:12:39 +08:00
|
|
|
a {
|
|
|
|
color: mix(@jumbotron-color, @fa-green, 80%);
|
|
|
|
border-bottom: dotted 1px mix(@jumbotron-color, @fa-green, 60%);
|
|
|
|
&:hover {
|
|
|
|
color: @jumbotron-color;
|
|
|
|
text-decoration: none;
|
|
|
|
border-bottom: solid 1px @jumbotron-color;
|
|
|
|
}
|
|
|
|
}
|
2015-03-30 22:06:32 +08:00
|
|
|
.container {
|
|
|
|
padding-top: 50px;
|
|
|
|
padding-bottom: 55px;
|
|
|
|
}
|
2013-10-23 23:12:39 +08:00
|
|
|
.project { margin-top: 10px; }
|
2016-10-25 00:01:53 +08:00
|
|
|
|
|
|
|
#inventory {
|
|
|
|
a {
|
|
|
|
width: 220px;
|
|
|
|
overflow: hidden;
|
|
|
|
display: inline-block;
|
|
|
|
border-bottom: inherit;
|
|
|
|
margin: 0 15px 20px;
|
|
|
|
|
|
|
|
}
|
|
|
|
#CVADP2Y { display: inline; }
|
|
|
|
}
|
2013-10-23 23:12:39 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// Sticky Footer Styles
|
|
|
|
// --------------------
|
|
|
|
|
2015-03-30 22:06:32 +08:00
|
|
|
//html, body { height: 100%; }
|
|
|
|
//
|
|
|
|
//#wrap {
|
|
|
|
// min-height: 100%;
|
|
|
|
// height: auto !important;
|
|
|
|
// height: 100%;
|
|
|
|
//}
|
|
|
|
//
|
|
|
|
//.sticky-footer();
|
|
|
|
//
|
|
|
|
//.sticky-footer(@footer-height: 356px, @footer-margin: 60px) {
|
|
|
|
// #wrap {
|
|
|
|
// margin: 0 auto -(@footer-height);
|
|
|
|
// padding: 0 0 (@footer-height + @footer-margin);
|
|
|
|
// }
|
|
|
|
// #footer { height: @footer-height; }
|
|
|
|
//}
|