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/base.css
2014-01-02 12:58:44 +07:00

55 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>
*/
body {
font-size: 13px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
line-height: 18px;
color: #333;
background-color: #f7f7f7;
}
/**
* Ссылки
*/
a { color: #1A80DB; text-decoration: none; }
a:hover { color: #058; }
.text a:visited,
.item-list li a:visited { color: #1D2273; }
/**
* Заголовки
*/
h1, h2, h3, h4, h5, h6 { font-family: "Open Sans", sans-serif; font-weight: 300; }
.h1, .h2, .h3, .h4, .h5, .h6 { margin-bottom: 15px; line-height: 1.2em; font-weight: 300; font-family: "Open Sans", sans-serif; }
.h1 { font-size: 28px; }
.h2 { font-size: 26px; }
.h3 { font-size: 24px; }
.h4 { font-size: 22px; }
.h5 { font-size: 20px; }
.h6 { font-size: 18px; }
.page-header { color: #333; font-size: 30px; line-height: 1em; margin-bottom: 20px; }
.page-header span { color: #aaa; }
.header-table { margin-bottom: 0; border-bottom: 1px solid #eee; padding-bottom: 5px; font-size: 14px; font-weight: bold; }
/**
* Шапка сайта
*/
.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; }