2013-06-23 20:17:08 -04:00
|
|
|
/* Sticky footer styles
|
|
|
|
-------------------------------------------------- */
|
2014-02-04 07:56:42 -05:00
|
|
|
html {
|
|
|
|
position: relative;
|
2014-01-31 07:20:33 -05:00
|
|
|
min-height: 100%;
|
2013-06-23 20:17:08 -04:00
|
|
|
}
|
2014-02-04 07:56:42 -05:00
|
|
|
body {
|
|
|
|
/* Margin bottom by footer height */
|
|
|
|
margin-bottom: 60px;
|
|
|
|
}
|
2014-02-27 04:15:53 -05:00
|
|
|
.footer {
|
2014-02-04 07:56:42 -05:00
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
width: 100%;
|
|
|
|
/* Set the fixed height of the footer here */
|
2013-06-23 20:17:08 -04:00
|
|
|
height: 60px;
|
2015-12-08 01:05:37 -05:00
|
|
|
line-height: 60px; /* Vertically center the text there */
|
2013-06-23 20:17:08 -04:00
|
|
|
background-color: #f5f5f5;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* Custom page CSS
|
|
|
|
-------------------------------------------------- */
|
|
|
|
/* Not required for template or sticky footer method. */
|
|
|
|
|
2014-02-04 07:56:42 -05:00
|
|
|
body > .container {
|
2013-06-23 20:17:08 -04:00
|
|
|
padding: 60px 15px 0;
|
|
|
|
}
|
|
|
|
|
2014-02-27 04:15:53 -05:00
|
|
|
.footer > .container {
|
2013-08-16 14:03:52 -04:00
|
|
|
padding-right: 15px;
|
2014-01-31 07:20:33 -05:00
|
|
|
padding-left: 15px;
|
2013-08-16 14:03:52 -04:00
|
|
|
}
|
|
|
|
|
2013-06-23 20:17:08 -04:00
|
|
|
code {
|
|
|
|
font-size: 80%;
|
2013-09-19 14:49:16 -04:00
|
|
|
}
|