1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-05-19 09:18:18 +03:00
ifhub.club/application/frontend/skin/synio/components/user/css/user.css
Denis Shakhov 1fbaa0ac46 Шаблон Synio
Профиль пользователя
2016-08-30 19:04:04 +07:00

50 lines
1.1 KiB
CSS
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/**
* Профиль пользователя
*
* @license GNU General Public License, version 2
* @copyright 2013 OOO "ЛС-СОФТ" {@link http://livestreetcms.com}
* @author Denis Shakhov <denis.shakhov@gmail.com>
*/
/* Заголовок */
.profile-page-header {
color: #333;
font-size: 27px;
line-height: 1em;
font-weight: normal;
margin-bottom: 20px;
}
/* Блок с информацией */
.user-info-group {
margin-bottom: 50px;
}
.user-info-group:last-child {
margin-bottom: 0;
}
.user-info-group-title {
font-size: 18px;
}
/* О себе */
.user-info-group.user-info-about {
padding: 17px 20px 20px 20px;
background: #fcfce9;
border-radius: 5px;
margin-bottom: 30px;
color: #000;
position: relative;
}
.user-info-about .user-info-group-title {
font-size: 19px;
margin-bottom: 10px;
}
.user-info-about-empty-text {
opacity: .3;
}
/* Список */
.user-info-group-items .info-list-item-label { width: 150px; }
.user-info-group-items .info-list-item { margin-bottom: 10px; }
.user-info-group-items .info-list-item-content { font-weight: normal; }