1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-17 05:44:26 +03:00
ifhub.club/application/frontend/skin/developer/assets/css/layout.css
2014-12-30 20:53:20 +07:00

82 lines
1.6 KiB
CSS

/**
* Сетка
*
* @license GNU General Public License, version 2
* @copyright 2013 OOO "ЛС-СОФТ" {@link http://livestreetcms.com}
* @author Denis Shakhov <denis.shakhov@gmail.com>
*/
/**
* Сетка
*/
.grid-role-container {
padding: 0 50px;
}
.grid-role-content {
background: #fff;
padding: 40px !important;
}
.grid-role-header {
padding: 65px 50px;
background-color: #000;
background-image: url(../images/header.jpg);
-webkit-background-size: cover;
background-size: cover;
}
.grid-role-nav {
padding: 0 50px;
margin-bottom: 10px;
background: #222;
}
.grid-role-nav .nav.nav--main {
margin: 0 auto;
}
.grid-role-footer {
padding: 20px 0 50px;
color: #777;
position: relative;
}
.grid-role-container.no-sidebar .grid-role-content {
width: 100%;
margin-right: 0;
}
.grid-role-sidebar {
padding-left: 10px !important;
}
.grid-role-sidebar .block {
margin-bottom: 10px;
}
/* Responsive */
@media (max-width: 999px) {
.grid-role-content { width: 100%; margin-bottom: 30px; }
.grid-role-sidebar { width: 100%; margin-bottom: 30px; padding: 0; }
}
/**
* Шапка сайта
*/
.grid-role-header a {
text-decoration: none;
color: #fff;
}
.grid-role-header .site-info {
margin: 0 auto;
}
.grid-role-header .site-name {
margin: 0 0 10px;
font-size: 65px;
line-height: 1em;
font-weight: 300;
}
.grid-role-header .site-name a:hover {
color: #fff;
opacity: .9;
}
.grid-role-header .site-description {
max-width: 600px;
color: #fff;
font-size: 15px;
}