1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-26 03:30:48 +03:00
ifhub.club/application/frontend/components/blog/css/blog.css
Denis Shakhov c31a235423 Компоненты специфичные для lscms перенесены во frontend/components
Остальные перенесены во фреймворк
2015-01-31 19:16:15 +07:00

54 lines
927 B
CSS

/**
* Блог
*
* @license GNU General Public License, version 2
* @copyright 2013 OOO "ЛС-СОФТ" {@link http://livestreetcms.com}
* @author Denis Shakhov <denis.shakhov@gmail.com>
*/
.blog {
width: 100%;
padding: 40px;
margin: -40px 0 40px -40px;
overflow: hidden;
background: #fff;
border-bottom: 1px solid #eee;
}
/* Хидер */
.blog-header {
position: relative;
padding: 0 0 15px 0;
}
.blog-header .blog-title {
margin-bottom: 7px;
}
.blog-header .blog-title i {
position: relative;
top: -2px;
vertical-align: middle;
}
.blog-header .vote {
position: absolute;
top: -15px;
right: 0;
}
/* Контент */
.blog .actionbar {
margin-bottom: 0;
margin-top: 30px;
}
.blog-description {
margin-bottom: 20px;
}
/**
* Список блогов
*/
.blog-list-item-actions {
position: absolute;
top: 15px;
right: 15px;
}