1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-05 07:54:24 +03:00
ifhub.club/application/frontend/skin/developer/components/blog/css/blog-blocks.css

29 lines
820 B
CSS
Raw Normal View History

/**
* Блок с кнопкой "Создать блог"
*
* @modifier blog-add
* @template blocks/block.blogAdd.tpl
*/
.block.block--blog-add .block-content { padding: 30px; text-align: center; }
.block.block--blog-add p { margin-bottom: 25px; }
/**
* Навигация по блогам
*
* @modifier blog-navigation
* @template blocks/block.blogNav.tpl
*/
.block--blog-navigation p { margin-bottom: 15px; }
.block--blog-navigation .blog-navigator-categories option:first-child { color: #aaa; }
/**
* Информация о блоге
*
* @modifier blog-actions
* @template blocks/block.blogActions.tpl
*/
.block--blog-actions .block-content { padding: 0; }
.block--blog-actions .avatar { max-width: 100%; vertical-align: top; }
.block--blog-actions .block-footer { text-align: center; }