121 lines
2.6 KiB
CSS
121 lines
2.6 KiB
CSS
|
|
/*-----------------------------------------------------------------------------------
|
|
|
|
footer.css
|
|
|
|
-----------------------------------------------------------------------------------*/
|
|
|
|
|
|
/* ----------------------------------------------------------------
|
|
Footer
|
|
-----------------------------------------------------------------*/
|
|
|
|
|
|
#footer {
|
|
position: relative;
|
|
background-color: #EEE;
|
|
border-top: 5px solid rgba(0,0,0,0.2);
|
|
}
|
|
|
|
.device-xl.sticky-footer #top-bar,
|
|
.device-lg.sticky-footer #top-bar { z-index: 299; }
|
|
|
|
.device-xl.sticky-footer #header,
|
|
.device-lg.sticky-footer #header { z-index: 199; }
|
|
|
|
.device-xl.sticky-footer #slider,
|
|
.device-xl.sticky-footer #page-submenu,
|
|
.device-xl.sticky-footer #page-title,
|
|
.device-xl.sticky-footer #content,
|
|
.device-lg.sticky-footer #slider,
|
|
.device-lg.sticky-footer #page-submenu,
|
|
.device-lg.sticky-footer #page-title,
|
|
.device-lg.sticky-footer #content { z-index: 2; }
|
|
|
|
.device-xl.sticky-footer #footer,
|
|
.device-lg.sticky-footer #footer {
|
|
position: fixed;
|
|
top: auto;
|
|
bottom: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
z-index: 1;
|
|
}
|
|
|
|
.device-xl.sticky-footer:not(.stretched) #footer,
|
|
.device-lg.sticky-footer:not(.stretched) #footer {
|
|
left: 50%;
|
|
margin-left: -610px;
|
|
width: 1220px;
|
|
}
|
|
|
|
.device-lg.sticky-footer:not(.stretched) #footer {
|
|
margin-left: -500px;
|
|
width: 1000px;
|
|
}
|
|
|
|
#footer .footer-widgets-wrap {
|
|
position: relative;
|
|
padding: 80px 0;
|
|
}
|
|
|
|
.footer-widgets-wrap .col_full,
|
|
.footer-widgets-wrap .col_half,
|
|
.footer-widgets-wrap .col_one_third,
|
|
.footer-widgets-wrap .col_two_third,
|
|
.footer-widgets-wrap .col_three_fourth,
|
|
.footer-widgets-wrap .col_one_fourth,
|
|
.footer-widgets-wrap .col_one_fifth,
|
|
.footer-widgets-wrap .col_two_fifth,
|
|
.footer-widgets-wrap .col_three_fifth,
|
|
.footer-widgets-wrap .col_four_fifth,
|
|
.footer-widgets-wrap .col_one_sixth,
|
|
.footer-widgets-wrap .col_five_sixth { margin-bottom: 0; }
|
|
|
|
#copyrights {
|
|
padding: 40px 0;
|
|
background-color: #DDD;
|
|
font-size: 14px;
|
|
line-height: 1.8;
|
|
}
|
|
|
|
#copyrights i.footer-icon {
|
|
position: relative;
|
|
top: 1px;
|
|
font-size: 14px;
|
|
width: 14px;
|
|
text-align: center;
|
|
margin-right: 3px;
|
|
}
|
|
|
|
.copyright-links a {
|
|
display: inline-block;
|
|
margin: 0 3px;
|
|
color: #333;
|
|
border-bottom: 1px dotted #444;
|
|
}
|
|
|
|
.copyright-links a:hover {
|
|
color: #555;
|
|
border-bottom: 1px solid #666;
|
|
}
|
|
|
|
.copyrights-menu { margin-bottom: 10px; }
|
|
|
|
.copyrights-menu a {
|
|
font-size: 14px;
|
|
margin: 0 10px;
|
|
border-bottom: 0 !important;
|
|
}
|
|
|
|
#copyrights .col_half { margin-bottom: 0 !important; }
|
|
|
|
#copyrights a:first-child { margin-left: 0; }
|
|
|
|
#copyrights .tright a:last-child { margin-right: 0; }
|
|
|
|
.footer-logo {
|
|
display: block;
|
|
margin-bottom: 30px;
|
|
}
|