unserver-unify
Version:
56 lines (49 loc) • 924 B
CSS
/*Wrapping element for Sticky-Footer*/
html {
min-height: 100%;
position: relative;
}
body {
/* Margin bottom by footer height */
margin-bottom: 60px;
}
/*404 Error Page V4
------------------------------------*/
.error-v4 {
padding-top: 30px;
text-align: center;
}
.error-v4 img {
margin-bottom: 20px;
}
.error-v4 h1 {
color: #eee;
font-size: 220px;
line-height: 260px;
}
/*For Mobile Devices*/
@media (max-width: 500px) {
.error-v4 h1 {
font-size: 100px;
}
}
.error-v4 span.sorry {
color: #fff;
display: block;
font-size: 25px;
padding-bottom: 40px;
}
/*Sticky-Footer
------------------------------------*/
.sticky-footer {
position: absolute;
bottom: 0;
width: 100%;
padding: 20px;
/* Set the fixed height of the footer here */
height: 60px;
}
.sticky-footer .copyright-space {
color: #eee;
text-align: center;
}