1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 09:24:25 +03:00
ifhub.club/application/frontend/skin/developer/assets/css/base.css
Denis Shakhov b74fa35a5b Доработка компонента user
* Блок с информацией о пользователе вынесен в отдельный файл info-group.tpl
* Мелкие исправления
2014-08-08 23:21:31 +07:00

52 lines
1.4 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 { margin-bottom: 15px; font-family: "Open Sans", sans-serif; font-weight: 300; line-height: 1.2em; }
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; }
/**
* Шапка сайта
*/
.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; }