1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 01:14:24 +03:00
ifhub.club/application/frontend/skin/developer/components/blog/css/blog-blocks.css
2014-10-29 16:50:07 +07:00

29 lines
820 B
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.

/**
* Блок с кнопкой "Создать блог"
*
* @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; }