1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-17 05:44:26 +03:00
ifhub.club/application/frontend/skin/developer/assets/css/blog.css

43 lines
1.2 KiB
CSS

/**
* Блог
*
* @template actions/ActionBlog/blog.tpl
* @scripts <frontend>/common/js/blog.js
*
* @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 15px -40px;
overflow: hidden;
background: #222;
color: rgba(255, 255, 255, .7);
}
/* Хидер */
.blog-header { position: relative; padding: 0 0 15px 0; }
.blog-header .blog-title { margin-bottom: 7px; color: #fff; }
.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; background: #444; border-color: #555; margin-top: 30px; margin-bottom: 0; }
.blog .actionbar-item-link { color: #ddd; }
.blog .actionbar-item-link:hover { background: #555; }
.blog-description { margin-bottom: 20px; }
.blog-info-item { margin-bottom: 5px; }
.blog-info-item:last-child { margin-bottom: 0; }
.blog-info-item-label { opacity: .6; }
/**
* Список блогов
*/
.blog-list-item-join { position: absolute; top: 0; right: 0; }