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