2019-05-30 18:21:13 +02:00
|
|
|
/*
|
|
|
|
* ---------------------------------------------------------------------
|
|
|
|
* - FOOTER -
|
|
|
|
* ---------------------------------------------------------------------
|
|
|
|
*/
|
|
|
|
a.footer,
|
|
|
|
a.footer span {
|
|
|
|
font-size: 9px;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
div#foot {
|
|
|
|
padding-top: 10px;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
text-align: center;
|
|
|
|
background: #343434;
|
|
|
|
clear: both;
|
|
|
|
width: auto;
|
2019-06-04 22:16:58 +02:00
|
|
|
height: 38px;
|
2019-05-30 18:21:13 +02:00
|
|
|
margin-top: auto;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
div#foot a,
|
|
|
|
div#foot span {
|
|
|
|
font-family: "Open Sans", sans-serif;
|
|
|
|
font-size: 8pt;
|
|
|
|
color: #9ca4a6;
|
|
|
|
}
|
|
|
|
|
|
|
|
div#foot small span {
|
|
|
|
font-size: 0.8em;
|
|
|
|
}
|