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/blog/css/blog.css
2016-09-03 09:39:46 +07:00

42 lines
785 B
CSS

/**
* Блог
*
* @license GNU General Public License, version 2
* @copyright 2013 OOO "ЛС-СОФТ" {@link http://livestreetcms.com}
* @author Denis Shakhov <denis.shakhov@gmail.com>
*/
.blog {
margin-bottom: 40px;
padding: 25px;
background: #f8fbfe;
border-radius: 5px;
}
/* Хидер */
.blog-header {
position: relative;
padding: 0 0 15px 0;
}
.blog-title {
margin-bottom: 7px;
}
.blog-title .syn-icon {
position: relative;
top: -2px;
vertical-align: middle;
cursor: help;
}
/* Контент */
.blog-description {
margin-bottom: 30px;
}
.blog-content .ls-info-list-item-content,
.blog-content .ls-info-list-item-label-text {
background: #f8fbfe;
}
.blog-content .ls-info-list-item-label {
width: 200px;
}