clipbucket/upload/styles/cb_27/theme/css/view-channel-header.css

27 lines
1.3 KiB
CSS
Raw Normal View History

2014-09-22 12:53:05 +00:00
/*chanel start */
2014-09-22 13:43:04 +00:00
/* #coverConainer{ height:350px;} */
2014-09-22 12:53:05 +00:00
.channel-cover-thumb-container{ position: relative; float: left; width:30%; height: 100%; background-color: rgba(0, 0, 0, 0.5);}
.channel-cover-thumb{ width: 160px; height: 160px; margin:0px auto; display: table; float: none; margin-top: 20%; }
.channel-cover-thumb img{ width: 100%; height: 100%; border-radius:50%; border: #fff 2px solid;}
.channel-cover-thumb-container h3{ width: 100%; text-align: center; color: #fff; font-size:24px; font-weight: 600; margin:20px 0px 0px 0px; }
.channel-cover-likeunlike-sec{ position: absolute; bottom: 10px; left:0px; width: 100%;}
.channel-cover-likeunlike-sec h6{color: #fff; text-align: center;}
.channel-cover-likeunlike-btns{margin:0px auto; display: table; }
.channel-cover-rss-sec{ position: absolute; top: 10px; right: 10px;}
.channel-cover-views-sec{ position: absolute; bottom: 10px; right: 10px;}
2014-09-22 13:43:04 +00:00
.channel-user-cover-bottomcategs{ margin-top:15px; width: 100%;}
2014-09-22 12:53:05 +00:00
.btns-below-cover{ width: 33.3% !important; float: left;}
.btns-below-cover i{ margin-right:4px;}
.btns-below-cover2{ width:23.9% !important; float: left;}
.btns-below-cover3{ width:26% !important; float: left;}
@media (min-width: 768px) and (max-width:3000px) {
.channel-user-cover-bottomcategs{
display: block;
}
}
2014-09-22 12:53:05 +00:00
/*chanel end */