2016-03-16 17:30:07 +05:00
|
|
|
@import "mymixins";
|
|
|
|
* {max-height: 1000000px;}
|
|
|
|
html,
|
|
|
|
body{
|
|
|
|
height:100%;
|
|
|
|
}
|
|
|
|
html { font-size: 62.5%; }
|
|
|
|
body {
|
|
|
|
min-width: 320px;
|
|
|
|
margin: 0;
|
|
|
|
color: $base-color;
|
|
|
|
font:14px/16px $base-font;
|
|
|
|
background: $body-bg;
|
|
|
|
-webkit-text-size-adjust: 100%;
|
|
|
|
-ms-text-size-adjust: none;
|
|
|
|
}
|
|
|
|
img {
|
|
|
|
border-style: none;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
a {
|
|
|
|
text-decoration: none;
|
|
|
|
color: $base-color;
|
|
|
|
&:hover { text-decoration: underline; }
|
|
|
|
&:active {
|
|
|
|
background-color: transparent;
|
|
|
|
outline: none !important;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
&:focus{
|
|
|
|
outline: none !important;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
button:focus,
|
|
|
|
button:active{ outline: none !important;}
|
|
|
|
input,
|
|
|
|
textarea,
|
|
|
|
select {
|
|
|
|
font: 100% $base-font;
|
|
|
|
vertical-align: middle;
|
|
|
|
color: $base-color;
|
|
|
|
}
|
|
|
|
form,
|
|
|
|
fieldset {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
border-style: none;
|
|
|
|
}
|
|
|
|
input[type=file],
|
|
|
|
input[type=search] {
|
|
|
|
-webkit-appearance: none;
|
|
|
|
-webkit-border-radius: 0 !important;
|
|
|
|
-ms-border-radius: 0 !important;
|
|
|
|
border-radius: 0 !important;
|
|
|
|
border: 0 !important;
|
|
|
|
}
|
|
|
|
input[type=text],
|
|
|
|
input[type=password],
|
|
|
|
textarea,
|
|
|
|
input[type=submit],
|
|
|
|
input[type="email"],
|
|
|
|
input[type=search]::-webkit-search-cancel-button,
|
|
|
|
input[type=search]::-webkit-search-decoration,
|
|
|
|
input[type=search]::-webkit-search-results-button,
|
|
|
|
input[type=search]::-webkit-search-results-decoration {
|
|
|
|
-webkit-appearance:none;
|
|
|
|
}
|
|
|
|
input[type=search] {
|
|
|
|
-webkit-appearance: textfield;
|
|
|
|
-webkit-box-sizing: content-box;
|
|
|
|
}
|
|
|
|
input[type="submit"]:hover { cursor: pointer; }
|
|
|
|
iframe{
|
|
|
|
border:0;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
/* end of reset */
|
|
|
|
/* to hide bg-body */
|
|
|
|
.bg-body{
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
/* ad style */
|
|
|
|
.leaderboard-ad,
|
|
|
|
.box-ad{
|
|
|
|
margin: 0 0 20px;
|
|
|
|
}
|
|
|
|
.ad{
|
|
|
|
&:after{
|
|
|
|
clear: both;
|
|
|
|
display: block;
|
|
|
|
content: "";
|
|
|
|
}
|
|
|
|
img{
|
|
|
|
display: block;
|
|
|
|
margin: 0 auto;
|
|
|
|
max-width: 100%;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.cb-rounded{
|
|
|
|
border-radius: 4px;
|
|
|
|
}
|
|
|
|
/**/
|
|
|
|
#container {
|
|
|
|
min-height:100%;
|
|
|
|
position:relative;
|
|
|
|
overflow:hidden;
|
|
|
|
}
|
|
|
|
#header:after {
|
|
|
|
@include after();
|
|
|
|
}
|
|
|
|
/**/
|
|
|
|
#main{
|
|
|
|
position: relative;
|
2016-04-04 11:22:32 +05:00
|
|
|
padding: 20px 0;
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
|
|
|
#content{
|
|
|
|
width: 73%;
|
|
|
|
float: left;
|
|
|
|
}
|
2016-03-18 18:31:24 +05:00
|
|
|
h1{
|
|
|
|
font-size: 23px;
|
|
|
|
line-height: 23px;
|
|
|
|
font-weight: 600;
|
|
|
|
margin: 0 0 20px;
|
|
|
|
color: #000;
|
|
|
|
}
|
2016-03-16 17:30:07 +05:00
|
|
|
.banner-popular{
|
|
|
|
padding: 0 0 5px;
|
|
|
|
border-bottom: $default-border;
|
|
|
|
margin: 0 0 15px;
|
|
|
|
}
|
|
|
|
/**/
|
|
|
|
.editorpick-holder{
|
|
|
|
padding: 0 16px 0 0;
|
|
|
|
float: left;
|
|
|
|
width: 65.3%;
|
2016-04-05 16:42:44 +05:00
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.absolute-div{
|
|
|
|
position: absolute;
|
|
|
|
z-index: 2;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
padding: 0 16px 0 0;
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
|
|
|
.editorpick-videos{
|
|
|
|
padding: 6px 6px 6px 0;
|
|
|
|
float: right;
|
|
|
|
width: 34.7%;
|
|
|
|
.scrollable-area{
|
|
|
|
height: 293px;
|
|
|
|
overflow-y:auto;
|
|
|
|
padding: 0 4px 0 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.editorpick{
|
|
|
|
background:$white;
|
|
|
|
margin: 0 0 20px;
|
|
|
|
}
|
2016-04-05 16:42:44 +05:00
|
|
|
.playerRatio{
|
|
|
|
width: 100%;
|
|
|
|
height: auto;
|
|
|
|
}
|
2016-03-16 17:30:07 +05:00
|
|
|
.popular-vids{
|
|
|
|
padding: 0 0 0 15px;
|
|
|
|
}
|
2016-03-18 20:25:55 +05:00
|
|
|
.featured-video{
|
2016-04-07 15:22:30 +05:00
|
|
|
cursor: pointer;
|
2016-03-18 20:25:55 +05:00
|
|
|
background:$white;
|
2016-03-16 17:30:07 +05:00
|
|
|
font-size: 13px;
|
|
|
|
line-height: 15px;
|
|
|
|
font-weight: 300;
|
|
|
|
color: $grey-txt;
|
|
|
|
padding: 14px 0;
|
|
|
|
border-bottom: $default-border;
|
|
|
|
&:first-child{
|
|
|
|
padding: 10px 0 14px;
|
|
|
|
}
|
|
|
|
&:last-child{
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
.video_thumb{
|
|
|
|
position: relative;
|
|
|
|
float: left;
|
|
|
|
width: 112px;
|
|
|
|
margin: 0 10px 0 0;
|
|
|
|
}
|
|
|
|
.duration{
|
|
|
|
position: absolute;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 16px;
|
|
|
|
font-weight: 400;
|
|
|
|
color:$white;
|
|
|
|
text-align: center;
|
|
|
|
height: 16px;
|
|
|
|
width: 34px;
|
|
|
|
bottom: 5px;
|
|
|
|
right: 5px;
|
|
|
|
z-index: 2;
|
2016-03-18 18:31:24 +05:00
|
|
|
background: $black;
|
2016-03-16 17:30:07 +05:00
|
|
|
border-radius: 2px;
|
|
|
|
}
|
|
|
|
.details_block{
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
.title,
|
|
|
|
.author{
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.title{
|
|
|
|
color: $black;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 18px;
|
|
|
|
font-weight: 400;
|
|
|
|
margin:0 0 4px;
|
|
|
|
a{
|
|
|
|
color: $black;
|
|
|
|
text-decoration: none;
|
|
|
|
&:hover{
|
2016-03-24 19:48:49 +05:00
|
|
|
color: $blue;
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.author{
|
|
|
|
margin: 0 0 2px;
|
2016-03-24 19:48:49 +05:00
|
|
|
color:$blue;
|
2016-03-16 17:30:07 +05:00
|
|
|
a{
|
2016-03-24 19:48:49 +05:00
|
|
|
color: $blue;
|
2016-03-16 17:30:07 +05:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.views-date{
|
|
|
|
.date,
|
|
|
|
span{
|
|
|
|
@include vertical-middle();
|
|
|
|
}
|
|
|
|
.date{
|
|
|
|
margin: 0 0 0 4px;
|
|
|
|
padding: 0 0 0 8px;
|
|
|
|
position: relative;
|
|
|
|
&:after{
|
|
|
|
content: "";
|
|
|
|
position: absolute;
|
|
|
|
width: 4px;
|
|
|
|
height: 4px;
|
|
|
|
left: 0;
|
|
|
|
top: 50%;
|
|
|
|
margin: -2px 0 0;
|
|
|
|
z-index: 2;
|
|
|
|
background: $grey-txt;
|
|
|
|
border-radius: 2px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.item-video{
|
|
|
|
.thumb-holder{
|
|
|
|
position: relative;
|
|
|
|
z-index: 2;
|
|
|
|
.video-link{
|
|
|
|
display: block;
|
|
|
|
position: relative;
|
|
|
|
z-index: 1;
|
|
|
|
text-decoration: none;
|
|
|
|
color: $white;
|
|
|
|
font-size: 12px;
|
|
|
|
list-style: 14px;
|
|
|
|
.title{
|
|
|
|
position: absolute;
|
|
|
|
z-index: 2;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 20px;
|
|
|
|
font-weight: 400;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
width: 100%;
|
|
|
|
@include gradient-bg();
|
2016-04-07 15:22:30 +05:00
|
|
|
padding: 10px 94px 15px 10px;
|
2016-03-16 17:30:07 +05:00
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
}
|
2016-03-18 18:31:24 +05:00
|
|
|
.item-footer{
|
2016-03-16 17:30:07 +05:00
|
|
|
position: absolute;
|
2016-03-18 18:31:24 +05:00
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
z-index: 2;
|
|
|
|
padding:10px;
|
|
|
|
@include gradientbottom-bg();
|
|
|
|
overflow: hidden;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
.duration{
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 20px;
|
|
|
|
font-weight: 300;
|
|
|
|
text-align: center;
|
|
|
|
height: 20px;
|
2016-04-07 17:38:46 +05:00
|
|
|
min-width: 44px;
|
2016-03-18 18:31:24 +05:00
|
|
|
padding: 0 4px;
|
|
|
|
background: $black;
|
|
|
|
border-radius: 2px;
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
.cb_quickie{
|
|
|
|
float: left;
|
2016-03-17 17:12:11 +05:00
|
|
|
width: 24px;
|
|
|
|
height: 20px;
|
|
|
|
padding: 0;
|
2016-03-22 17:49:29 +05:00
|
|
|
font-size: 12px;
|
|
|
|
line-height: 18px;
|
2016-03-17 17:12:11 +05:00
|
|
|
text-align: center;
|
2016-04-07 15:22:30 +05:00
|
|
|
color: $white;
|
|
|
|
border:1px solid $white;
|
2016-03-17 17:12:11 +05:00
|
|
|
border-radius: 2px;
|
2016-03-22 17:49:29 +05:00
|
|
|
background: none;
|
|
|
|
cursor: pointer;
|
|
|
|
&.icon-tick{
|
2016-03-24 19:48:49 +05:00
|
|
|
background:$blue;
|
|
|
|
border-color:$blue;
|
2016-03-17 17:12:11 +05:00
|
|
|
}
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
|
|
|
.vid-type{
|
|
|
|
position: absolute;
|
|
|
|
top:10px;
|
|
|
|
right:10px;
|
|
|
|
background:$orange;
|
|
|
|
height: 24px;
|
|
|
|
padding:2px 8px 2px 5px;
|
|
|
|
color: #fff;
|
|
|
|
font-size: 12px;
|
|
|
|
text-align: center;
|
|
|
|
line-height: 20px;
|
|
|
|
z-index: 2;
|
|
|
|
border-radius: 2px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-03-21 15:36:42 +05:00
|
|
|
@mixin placeHolderLoading(){
|
|
|
|
0%{
|
|
|
|
background-position:-400px 0
|
|
|
|
}
|
|
|
|
100%{
|
|
|
|
background-position:400px 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.background-masker {
|
|
|
|
@include myanimation ($name:placeHolderLoading, $duration:2s, $ease:linear infinite);
|
|
|
|
background: #fff;
|
|
|
|
background: -webkit-gradient(-45deg, color-stop(25%, #fff), color-stop(25%, #f6f6f6), color-stop(50%, #fff));
|
|
|
|
background: -webkit-linear-gradient(-45deg, #fff 25%, #f6f6f6 25%, #fff 50%);
|
|
|
|
background: linear-gradient(133deg, #fff 25%,#f6f6f6 25%,#fff 50%);
|
|
|
|
background-size: 800px 400px;
|
|
|
|
position: 0 0;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
@-webkit-keyframes placeHolderLoading {
|
|
|
|
@include placeHolderLoading();
|
|
|
|
}
|
|
|
|
@-moz-keyframes placeHolderLoading {
|
|
|
|
@include placeHolderLoading();
|
|
|
|
}
|
|
|
|
@-o-keyframes placeHolderLoading {
|
|
|
|
@include placeHolderLoading();
|
|
|
|
}
|
|
|
|
@keyframes placeHolderLoading {
|
|
|
|
@include placeHolderLoading();
|
|
|
|
}
|
|
|
|
/* thumb placeholder */
|
|
|
|
.thumb-video {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
.loadingInfo {
|
|
|
|
padding: 18px;
|
|
|
|
position: relative;
|
|
|
|
.views-date,
|
|
|
|
.paragraph,
|
|
|
|
.heading {
|
|
|
|
background-color: #eee;
|
|
|
|
height: 10px;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
.paragraph {
|
|
|
|
height: 7px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
margin-right:20%;
|
|
|
|
}
|
|
|
|
.views-date {
|
|
|
|
height: 5px;
|
|
|
|
margin-right:50%;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/* end of thumb placeholder*/
|
2016-03-16 17:30:07 +05:00
|
|
|
.videos,
|
|
|
|
.featured-videos{
|
|
|
|
margin: 0 0 4px;
|
|
|
|
.row{
|
|
|
|
margin: 0 -8px;
|
|
|
|
}
|
|
|
|
.item-video{
|
|
|
|
padding: 0 8px;
|
|
|
|
margin: 0 0 16px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.featured-videos .item-video .thumb-holder{
|
|
|
|
.video-link{
|
|
|
|
.title{
|
2016-04-07 15:22:30 +05:00
|
|
|
padding: 10px 94px 15px 10px;
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
2016-03-18 18:31:24 +05:00
|
|
|
.item-footer{
|
|
|
|
padding: 20px;
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
.cb_quickie{
|
|
|
|
bottom: 20px;
|
|
|
|
left: 20px;
|
|
|
|
}
|
|
|
|
.vid-type{
|
|
|
|
top:14px;
|
|
|
|
right:20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.videos{
|
|
|
|
.video-info{
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 16px;
|
|
|
|
font-weight: 300;
|
|
|
|
color: $grey-txt;
|
|
|
|
padding: 8px;
|
|
|
|
background: $white;
|
|
|
|
height: 100px;
|
|
|
|
position: relative;
|
|
|
|
.title{
|
|
|
|
max-height: 40px;
|
|
|
|
overflow: hidden;
|
|
|
|
color: $black;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 20px;
|
|
|
|
font-weight: 400;
|
|
|
|
margin:0 0 5px;
|
|
|
|
a{
|
|
|
|
color: $black;
|
|
|
|
text-decoration: none;
|
|
|
|
&:hover{
|
2016-03-24 19:48:49 +05:00
|
|
|
color: $blue;
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.author{
|
|
|
|
display: block;
|
|
|
|
margin: 0 0 5px;
|
2016-03-24 19:48:49 +05:00
|
|
|
color:$blue;
|
2016-03-16 17:30:07 +05:00
|
|
|
a{
|
2016-03-24 19:48:49 +05:00
|
|
|
color: $blue;
|
2016-03-16 17:30:07 +05:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.views-date{
|
|
|
|
position: absolute;
|
|
|
|
z-index: 2;
|
|
|
|
left: 0;
|
|
|
|
bottom: 8px;
|
|
|
|
width: 100%;
|
|
|
|
padding: 0 8px;
|
|
|
|
.date,
|
|
|
|
span{
|
|
|
|
@include vertical-middle();
|
|
|
|
}
|
|
|
|
.date{
|
|
|
|
margin: 0 0 0 4px;
|
|
|
|
padding: 0 0 0 8px;
|
|
|
|
position: relative;
|
|
|
|
&:after{
|
|
|
|
content: "";
|
|
|
|
position: absolute;
|
|
|
|
width: 4px;
|
|
|
|
height: 4px;
|
|
|
|
left: 0;
|
|
|
|
top: 50%;
|
|
|
|
margin: -2px 0 0;
|
|
|
|
z-index: 2;
|
|
|
|
background: $grey-txt;
|
|
|
|
border-radius: 2px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-03-18 18:31:24 +05:00
|
|
|
.btn-loadmore{
|
|
|
|
background: #eee;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 22px;
|
|
|
|
font-weight: 600;
|
|
|
|
border: 2px solid $black;
|
|
|
|
border-radius: 4px;
|
|
|
|
padding: 4px 12px;
|
|
|
|
min-width: 200px;
|
|
|
|
}
|
2016-03-16 17:30:07 +05:00
|
|
|
/* quick list */
|
|
|
|
.quick_container{
|
|
|
|
width:1000px;
|
|
|
|
margin:0px auto;
|
|
|
|
padding:0px;
|
|
|
|
position:relative;
|
|
|
|
}
|
|
|
|
/**/
|
|
|
|
.quicklist_box{
|
|
|
|
bottom:0;
|
|
|
|
right:0;
|
|
|
|
background-color:#f1f1f1;
|
|
|
|
width:350px;
|
|
|
|
color:#fff;
|
|
|
|
position:fixed;
|
|
|
|
z-index:1000;
|
|
|
|
border: 1px solid #d5d5d5;
|
|
|
|
font-size: 13px;
|
|
|
|
line-height: 15px;
|
|
|
|
}
|
|
|
|
.quicklist_box_head{
|
|
|
|
line-height:30px;
|
|
|
|
color:#000;
|
|
|
|
font-weight: 500;
|
|
|
|
font-size:16px;
|
|
|
|
line-height: 30px;
|
|
|
|
padding:5px;
|
|
|
|
text-align: right;
|
|
|
|
.quick_title{
|
|
|
|
float: left;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.ql_show-hide{
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
.ql_rem{
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
.quicklist_box_head h1{
|
|
|
|
color:#333;
|
|
|
|
font-size:14px;
|
|
|
|
font-weight:bold;
|
|
|
|
margin: 10px 0px;
|
|
|
|
width: 100%;
|
|
|
|
float: left;
|
|
|
|
}
|
2016-03-22 17:49:29 +05:00
|
|
|
.cross_icon{
|
2016-03-22 12:30:31 +05:00
|
|
|
cursor:pointer;
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
|
|
|
.cross_icon{
|
|
|
|
background-image:url(../images/icons/cross.png);
|
|
|
|
position:relative;
|
|
|
|
z-index:10;
|
|
|
|
}
|
|
|
|
.quicklist_cont{
|
|
|
|
float: left;
|
|
|
|
width: 100%;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.my_quicklist{
|
|
|
|
max-height:325px;
|
|
|
|
overflow:auto;
|
|
|
|
}
|
|
|
|
.qlist_item{
|
|
|
|
background-color: #fff;
|
|
|
|
padding: 10px 5px;
|
|
|
|
border-top: 1px solid #d5d5d5;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.pl_thumb{
|
|
|
|
width: 144px;
|
|
|
|
height: 64px;
|
|
|
|
float: left;
|
|
|
|
margin-right: 10px;
|
|
|
|
position: relative;
|
|
|
|
.pl_duration{
|
|
|
|
position: absolute;
|
|
|
|
bottom: 5px;
|
|
|
|
right: 5px;
|
|
|
|
background: rgba(0,0,0,0.6);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.pl_details{
|
|
|
|
overflow: hidden;
|
|
|
|
padding: 0 36px 0 0;
|
|
|
|
color: #212121;
|
|
|
|
a{
|
|
|
|
color: #212121;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.pl_thumb a{
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.pl_thumb a img{
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
.ql_delete{
|
|
|
|
position: absolute;
|
|
|
|
right: 5px;
|
|
|
|
top: 5px;
|
|
|
|
}
|
|
|
|
.private_video{
|
|
|
|
background-image:url(../images/private.png);
|
|
|
|
width:110px;
|
|
|
|
height:66px;
|
|
|
|
position:absolute;
|
|
|
|
top:2px;
|
|
|
|
left:2px;
|
|
|
|
border:0px;
|
|
|
|
}
|
|
|
|
/**/
|
2016-03-17 17:12:11 +05:00
|
|
|
/* collections grid */
|
|
|
|
.collections-grid{
|
|
|
|
.row{
|
|
|
|
margin: 0 -8px;
|
|
|
|
}
|
|
|
|
.collection-item{
|
|
|
|
padding: 0 8px;
|
2016-04-04 11:22:32 +05:00
|
|
|
margin: 0 0 16px;
|
2016-03-17 17:12:11 +05:00
|
|
|
font-size: 16px;
|
|
|
|
line-height: 16px;
|
|
|
|
}
|
|
|
|
.collection-holder{
|
|
|
|
position: relative;
|
2016-04-04 11:22:32 +05:00
|
|
|
z-index: 1;
|
2016-03-17 17:12:11 +05:00
|
|
|
}
|
|
|
|
.photo-bg{
|
|
|
|
width: 100%;
|
|
|
|
height:auto;
|
|
|
|
}
|
2016-04-04 11:22:32 +05:00
|
|
|
.photo-block{
|
2016-03-17 17:12:11 +05:00
|
|
|
position: absolute;
|
2016-04-04 11:22:32 +05:00
|
|
|
z-index: 2;
|
|
|
|
padding: 7% 0 0;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
a{
|
2016-03-17 17:12:11 +05:00
|
|
|
display: block;
|
2016-04-04 11:22:32 +05:00
|
|
|
position: relative;
|
|
|
|
z-index: 3;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
color: $white;
|
2016-03-17 17:12:11 +05:00
|
|
|
}
|
|
|
|
img{
|
2016-04-04 11:22:32 +05:00
|
|
|
position: absolute;
|
|
|
|
z-index: 4;
|
2016-03-17 17:12:11 +05:00
|
|
|
width: 100%;
|
2016-04-04 11:22:32 +05:00
|
|
|
height:100%;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
}
|
|
|
|
.collection-info{
|
|
|
|
width: 60px;
|
|
|
|
height: 60px;
|
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
left: 50%;
|
|
|
|
margin: -30px 0 0 -30px;
|
|
|
|
z-index: 4;
|
|
|
|
border-radius: 30px;
|
|
|
|
overflow: hidden;
|
|
|
|
background: rgba(0,0,0,0.7);
|
|
|
|
color: $white;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 14px;
|
|
|
|
font-weight: 300;
|
|
|
|
text-align: center;
|
|
|
|
padding: 12px 4px;
|
|
|
|
span{
|
|
|
|
display: block;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 16px;
|
|
|
|
font-weight: 600;
|
|
|
|
margin: 0 0 6px;
|
|
|
|
}
|
2016-03-17 17:12:11 +05:00
|
|
|
}
|
2016-04-04 11:22:32 +05:00
|
|
|
}
|
|
|
|
.title{
|
|
|
|
display: block;
|
|
|
|
background:$white;
|
|
|
|
padding: 10px 0 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.collections{
|
|
|
|
padding:16px 0;
|
|
|
|
margin: 0 0 20px;
|
|
|
|
.row{
|
|
|
|
margin: 0 -8px;
|
|
|
|
}
|
|
|
|
.collection-item{
|
|
|
|
padding: 0 8px;
|
|
|
|
margin: 0 0 16px;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 18px;
|
|
|
|
}
|
|
|
|
.collection-holder{
|
|
|
|
position: relative;
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
.photo-bg{
|
|
|
|
width: 100%;
|
|
|
|
height:auto;
|
|
|
|
}
|
|
|
|
.photo-block{
|
|
|
|
position: absolute;
|
|
|
|
z-index: 2;
|
|
|
|
padding: 7% 0 0;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2016-03-17 17:12:11 +05:00
|
|
|
a{
|
|
|
|
display: block;
|
2016-04-04 11:22:32 +05:00
|
|
|
position: relative;
|
|
|
|
z-index: 3;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
color: $white;
|
|
|
|
}
|
|
|
|
img{
|
|
|
|
position: absolute;
|
|
|
|
z-index: 4;
|
|
|
|
width: 100%;
|
|
|
|
height:100%;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
}
|
|
|
|
.collection-info{
|
|
|
|
width: 60px;
|
|
|
|
height: 60px;
|
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
left: 50%;
|
|
|
|
margin: -30px 0 0 -30px;
|
|
|
|
z-index: 4;
|
|
|
|
border-radius: 30px;
|
|
|
|
overflow: hidden;
|
|
|
|
background: rgba(0,0,0,0.7);
|
|
|
|
color: $white;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 14px;
|
|
|
|
font-weight: 300;
|
|
|
|
text-align: center;
|
|
|
|
padding: 12px 4px;
|
|
|
|
span{
|
|
|
|
display: block;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 16px;
|
|
|
|
font-weight: 600;
|
|
|
|
margin: 0 0 6px;
|
|
|
|
}
|
2016-03-17 17:12:11 +05:00
|
|
|
}
|
|
|
|
}
|
2016-04-04 11:22:32 +05:00
|
|
|
.title{
|
|
|
|
display: block;
|
|
|
|
background:$white;
|
|
|
|
padding: 9px 10px;
|
|
|
|
}
|
2016-03-17 17:12:11 +05:00
|
|
|
}
|
|
|
|
/* end of sidebar collection */
|
|
|
|
/* sidebar playlists */
|
|
|
|
.sidebar-playlists{
|
|
|
|
margin: 0 0 20px;
|
|
|
|
.playlist{
|
|
|
|
background: $white;
|
|
|
|
padding: 10px 16px;
|
|
|
|
margin: 0 0 20px;
|
|
|
|
h3{
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 16px;
|
|
|
|
font-weight: 400;
|
|
|
|
margin: 0 0 10px;
|
|
|
|
}
|
|
|
|
.row{
|
|
|
|
margin: 0 -3px;
|
|
|
|
}
|
|
|
|
.video{
|
|
|
|
padding: 0 3px;
|
|
|
|
margin: 0 0 10px;
|
|
|
|
}
|
|
|
|
.videos-count{
|
|
|
|
display: block;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 14px;
|
|
|
|
font-weight: 300;
|
|
|
|
color: $grey-txt;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/* end of sidebar playlists */
|
2016-03-16 17:30:07 +05:00
|
|
|
.cat-videos{
|
|
|
|
border-bottom: $default-border;
|
|
|
|
margin: 0 0 20px;
|
|
|
|
.heading{
|
|
|
|
margin: 0 0 10px;
|
|
|
|
h1{
|
|
|
|
margin: 0;
|
|
|
|
font-size: 20px;
|
|
|
|
line-height: 26px;
|
|
|
|
font-weight: 700;
|
|
|
|
color: $block-color;
|
|
|
|
img{
|
|
|
|
@include vertical-top();
|
|
|
|
margin: -2px 5px 0 0;
|
|
|
|
background:rgba(0,0,0,0.8);
|
|
|
|
border-radius:12px;
|
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
a{
|
|
|
|
color: $heading-color;
|
|
|
|
font-size: 15px;
|
|
|
|
@include vertical-top();
|
|
|
|
i{
|
2016-03-24 19:48:49 +05:00
|
|
|
color: $blue;
|
2016-03-16 17:30:07 +05:00
|
|
|
@include transition($transition:all 0.1s ease-in-out);
|
|
|
|
}
|
|
|
|
&:hover{
|
2016-03-24 19:48:49 +05:00
|
|
|
color: $blue;
|
2016-03-16 17:30:07 +05:00
|
|
|
text-decoration: none;
|
|
|
|
i{
|
|
|
|
margin: 0 0 0 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.video-block{
|
|
|
|
width: 20%;
|
|
|
|
float: none;
|
|
|
|
@include vertical-top();
|
|
|
|
}
|
|
|
|
.video_row{
|
|
|
|
height: 240px;
|
|
|
|
width: 100% !important;
|
|
|
|
overflow: hidden !important;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
.video_row,
|
|
|
|
.scrollable-area-wrapper{
|
|
|
|
width:100% !important;
|
|
|
|
height:auto !important;
|
|
|
|
}
|
|
|
|
}
|
2016-03-18 18:31:24 +05:00
|
|
|
|
2016-03-16 17:30:07 +05:00
|
|
|
/* videos page */
|
2016-03-18 18:31:24 +05:00
|
|
|
%heading{
|
|
|
|
margin: 0;
|
|
|
|
position: relative;
|
|
|
|
@include vertical-top();
|
|
|
|
padding: 0 10px 0 0;
|
|
|
|
}
|
2016-03-24 15:29:59 +05:00
|
|
|
%dropmenu-anchor{
|
|
|
|
display: block;
|
|
|
|
text-decoration: none;
|
|
|
|
font-weight: 400;
|
|
|
|
position: relative;
|
|
|
|
z-index: 2;
|
|
|
|
padding:6px 20px 6px 12px;
|
|
|
|
color: $white;
|
|
|
|
border-bottom: 1px solid lighten($dropdown-bg,6%);
|
|
|
|
&:hover,
|
|
|
|
&.selected,
|
|
|
|
&.selected:hover{
|
|
|
|
color: #fff;
|
|
|
|
background:$bg-theme;
|
|
|
|
}
|
|
|
|
}
|
2016-03-22 17:49:29 +05:00
|
|
|
.filter-dropdowns{
|
|
|
|
margin: 0 0 16px;
|
|
|
|
font-size: 15px;
|
|
|
|
line-height: 20px;
|
|
|
|
text-transform: capitalize;
|
|
|
|
font-weight: 600;
|
2016-04-04 11:22:32 +05:00
|
|
|
|
2016-03-22 17:49:29 +05:00
|
|
|
.cat-col{
|
|
|
|
text-align: left;
|
|
|
|
padding: 0 10px 0 0;
|
2016-03-30 20:46:28 +05:00
|
|
|
.dropdown{
|
|
|
|
margin: 0;
|
|
|
|
}
|
2016-04-04 14:20:39 +05:00
|
|
|
.btn-default{
|
|
|
|
background: $body-bg;
|
|
|
|
border: 2px solid $black;
|
|
|
|
padding: 5px 10px;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 15px;
|
|
|
|
line-height: 21px;
|
|
|
|
color:$black;
|
|
|
|
margin: 0 0 0 10px;
|
|
|
|
&:hover,
|
|
|
|
&:active{
|
|
|
|
background:$blue;
|
|
|
|
border-color:$blue;
|
|
|
|
color:$white;
|
|
|
|
}
|
|
|
|
}
|
2016-03-18 18:31:24 +05:00
|
|
|
}
|
2016-03-22 17:49:29 +05:00
|
|
|
.sorting-col{
|
|
|
|
text-align: right;
|
|
|
|
padding: 0 0 0 10px;
|
|
|
|
.dropdown-menu{
|
|
|
|
left: auto;
|
|
|
|
right: 0;
|
2016-03-18 18:31:24 +05:00
|
|
|
}
|
|
|
|
}
|
2016-03-22 17:49:29 +05:00
|
|
|
.dropdown{
|
|
|
|
@include vertical-top();
|
|
|
|
background: lighten($black,13%);
|
|
|
|
padding: 6px 10px;
|
|
|
|
height: 34px;
|
|
|
|
border-radius: 4px;
|
|
|
|
margin: 0 0 0 5px;
|
|
|
|
&.open{
|
|
|
|
border-radius: 4px 4px 0 0;
|
|
|
|
}
|
|
|
|
>a{
|
|
|
|
color: #fff;
|
|
|
|
display: block;
|
|
|
|
span{
|
|
|
|
@include vertical-top();
|
|
|
|
line-height: 20px;
|
|
|
|
margin: 0 0 0 10px;
|
2016-03-18 18:31:24 +05:00
|
|
|
}
|
|
|
|
}
|
2016-03-22 17:49:29 +05:00
|
|
|
>a:hover{
|
|
|
|
text-decoration: none;
|
|
|
|
//color: $bg-theme;
|
2016-03-18 18:31:24 +05:00
|
|
|
}
|
2016-03-22 17:49:29 +05:00
|
|
|
}
|
|
|
|
.icon-arrow-down{
|
|
|
|
font-size: 8px;
|
|
|
|
@include vertical-middle();
|
|
|
|
margin: 0 0 0 3px;
|
|
|
|
}
|
|
|
|
.dropdown-menu{
|
|
|
|
background:$dropdown-bg;
|
|
|
|
box-shadow:none;
|
|
|
|
padding:0;
|
|
|
|
margin: 0;
|
|
|
|
border-radius: 0 0 4px 4px;
|
|
|
|
border:none;
|
2016-03-24 15:29:59 +05:00
|
|
|
z-index: 10;
|
2016-03-22 17:49:29 +05:00
|
|
|
> li{
|
|
|
|
position:relative;
|
|
|
|
-webkit-user-select: none; /* Chrome/Safari */
|
|
|
|
-moz-user-select: none; /* Firefox */
|
|
|
|
-ms-user-select: none; /* IE10+ */
|
|
|
|
/* Rules below not implemented in browsers yet */
|
|
|
|
-o-user-select: none;
|
|
|
|
user-select: none;
|
|
|
|
cursor:pointer;
|
2016-03-24 15:29:59 +05:00
|
|
|
&:last-child > a,
|
|
|
|
&:last-child > div > a{
|
2016-03-22 17:49:29 +05:00
|
|
|
border-radius: 0 0 4px 4px;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
> a{
|
2016-03-24 15:29:59 +05:00
|
|
|
@extend %dropmenu-anchor;
|
|
|
|
}
|
|
|
|
>div{
|
2016-03-18 18:31:24 +05:00
|
|
|
position: relative;
|
2016-03-24 15:29:59 +05:00
|
|
|
z-index: 2;
|
|
|
|
>a{
|
|
|
|
@extend %dropmenu-anchor;
|
2016-03-18 18:31:24 +05:00
|
|
|
}
|
|
|
|
i{
|
2016-03-22 17:49:29 +05:00
|
|
|
font-size: 10px;
|
|
|
|
line-height: 20px;
|
2016-03-18 18:31:24 +05:00
|
|
|
position: absolute;
|
2016-03-24 15:29:59 +05:00
|
|
|
z-index: 3;
|
2016-03-18 18:31:24 +05:00
|
|
|
top: 50%;
|
2016-03-22 17:49:29 +05:00
|
|
|
right: 10px;
|
|
|
|
margin: -10px 0 0;
|
2016-03-24 15:29:59 +05:00
|
|
|
color: $white;
|
2016-03-22 17:49:29 +05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.sub-menu {
|
|
|
|
left: 100%;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
display:none;
|
|
|
|
border-radius: 0 4px 4px 0;
|
|
|
|
background: lighten($dropdown-bg,12%);
|
2016-03-24 15:29:59 +05:00
|
|
|
z-index: 4;
|
2016-03-22 17:49:29 +05:00
|
|
|
>li {
|
2016-03-24 15:29:59 +05:00
|
|
|
&:first-child > div > a{
|
2016-03-22 17:49:29 +05:00
|
|
|
border-radius: 4px 4px 0 0;
|
|
|
|
}
|
2016-03-24 15:29:59 +05:00
|
|
|
>div>a{
|
2016-03-22 17:49:29 +05:00
|
|
|
border-color: lighten($dropdown-bg,15%);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.sub-menu{
|
|
|
|
background: lighten($dropdown-bg,20%);
|
|
|
|
>li {
|
2016-03-24 15:29:59 +05:00
|
|
|
>div>a{
|
2016-03-22 17:49:29 +05:00
|
|
|
border-color: lighten($dropdown-bg,24%);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.sub-menu{
|
|
|
|
background: lighten($dropdown-bg,28%);
|
|
|
|
>li {
|
2016-03-24 15:29:59 +05:00
|
|
|
>div>a{
|
2016-03-22 17:49:29 +05:00
|
|
|
border-color: lighten($dropdown-bg,32%);
|
|
|
|
}
|
|
|
|
}
|
2016-03-18 18:31:24 +05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-03-16 17:30:07 +05:00
|
|
|
/* watch video */
|
|
|
|
.player-holder{
|
2016-03-24 15:29:59 +05:00
|
|
|
margin: 0 0 18px;
|
2016-04-05 16:42:44 +05:00
|
|
|
position: relative;
|
2016-03-24 15:29:59 +05:00
|
|
|
}
|
|
|
|
#cb_player{
|
2016-03-16 17:30:07 +05:00
|
|
|
#link_v{
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.video_player{
|
|
|
|
height: inherit;
|
|
|
|
}
|
2016-04-05 20:06:32 +05:00
|
|
|
/* player having sidebar items relation */
|
|
|
|
.player-items{
|
|
|
|
margin: 0 0 18px;
|
|
|
|
position: relative;
|
|
|
|
.player-holder{
|
|
|
|
position: absolute;
|
|
|
|
z-index: 3;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
}
|
2016-03-30 18:57:53 +05:00
|
|
|
.view-details,
|
2016-03-24 15:29:59 +05:00
|
|
|
.video-details{
|
|
|
|
background: $white;
|
2016-03-24 19:48:49 +05:00
|
|
|
padding: 16px;
|
2016-03-25 19:04:18 +05:00
|
|
|
margin: 0 0 16px;
|
2016-03-24 19:48:49 +05:00
|
|
|
header.details{
|
|
|
|
margin: 0 0 20px;
|
2016-03-16 17:30:07 +05:00
|
|
|
h1{
|
2016-03-24 19:48:49 +05:00
|
|
|
font-size: 25px;
|
|
|
|
line-height: 25 px;
|
|
|
|
margin: 0 0 16px;
|
|
|
|
font-weight: 600;
|
2016-03-16 17:30:07 +05:00
|
|
|
color:$block-color;
|
|
|
|
}
|
2016-03-24 19:48:49 +05:00
|
|
|
.user-video-info{
|
|
|
|
margin: 0 0 12px;
|
|
|
|
display: table;
|
|
|
|
width: 100%;
|
|
|
|
.views-counter,
|
|
|
|
.avatar,
|
|
|
|
.user-title{
|
|
|
|
display: table-cell;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
2016-03-16 17:30:07 +05:00
|
|
|
.avatar{
|
2016-03-24 19:48:49 +05:00
|
|
|
width: 58px;
|
2016-03-16 17:30:07 +05:00
|
|
|
img{
|
2016-03-24 19:48:49 +05:00
|
|
|
width:58px;
|
|
|
|
height:58px;
|
|
|
|
border-radius: 29px;
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
|
|
|
}
|
2016-03-24 19:48:49 +05:00
|
|
|
.user-title{
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 20px;
|
|
|
|
font-weight: 400;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0 0 0 16px;
|
|
|
|
a{
|
|
|
|
color: $black;
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
2016-03-24 19:48:49 +05:00
|
|
|
}
|
|
|
|
.views-counter{
|
|
|
|
text-align: right;
|
|
|
|
width: 166px;
|
|
|
|
font-size: 25px;
|
|
|
|
line-height: 25px;
|
|
|
|
padding: 12px 0 11px 16px;
|
|
|
|
span{
|
|
|
|
@include vertical-top();
|
|
|
|
border-bottom: 3px solid darken($body-bg,2.6%);
|
|
|
|
width: 100%;
|
|
|
|
height: 34px;
|
|
|
|
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-03-24 19:48:49 +05:00
|
|
|
.user-likes-sub{
|
|
|
|
margin: 0 -15px;
|
|
|
|
.like-rating{
|
|
|
|
.rating{
|
|
|
|
padding: 3px 0 2px;
|
|
|
|
}
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
2016-03-24 19:48:49 +05:00
|
|
|
.subscribe-col{
|
|
|
|
text-align: right;
|
2016-04-07 17:38:46 +05:00
|
|
|
.dropdown{
|
|
|
|
@include vertical-middle();
|
|
|
|
}
|
2016-03-24 19:48:49 +05:00
|
|
|
}
|
2016-04-07 17:38:46 +05:00
|
|
|
.dropdown-toggle,
|
2016-03-24 19:48:49 +05:00
|
|
|
.btn-subscribe{
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 14px;
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
|
|
|
}
|
2016-03-24 19:48:49 +05:00
|
|
|
}
|
|
|
|
/* rating */
|
|
|
|
.rating{
|
|
|
|
color: darken($body-bg,18%);
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 20px;
|
2016-03-16 17:30:07 +05:00
|
|
|
.like-dislike{
|
|
|
|
@include vertical-middle();
|
2016-03-24 19:48:49 +05:00
|
|
|
margin: 0 16px 0 0;
|
2016-03-16 17:30:07 +05:00
|
|
|
a{
|
2016-03-24 19:48:49 +05:00
|
|
|
color: darken($body-bg,18%);
|
|
|
|
span{
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 20px;
|
2016-03-16 17:30:07 +05:00
|
|
|
@include vertical-middle();
|
2016-03-24 19:48:49 +05:00
|
|
|
margin: 0 10px 0 0;
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
2016-03-24 19:48:49 +05:00
|
|
|
}
|
|
|
|
&.likes{
|
|
|
|
color: $blue;
|
|
|
|
a{
|
|
|
|
color: $blue;
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.like-error{
|
2016-03-24 19:48:49 +05:00
|
|
|
display: block;
|
2016-03-16 17:30:07 +05:00
|
|
|
span{
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-03-24 19:48:49 +05:00
|
|
|
.error{
|
|
|
|
display: block;
|
|
|
|
padding: 10px;
|
|
|
|
background: #f97373;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
/* view-tabs */
|
2016-03-16 17:30:07 +05:00
|
|
|
.cat-tabs{
|
|
|
|
margin: 0 0 20px;
|
|
|
|
border:$default-border;
|
|
|
|
padding: 0 20px;
|
|
|
|
.panel-body{
|
|
|
|
@include list-style();
|
|
|
|
font-size: 15px;
|
|
|
|
line-height: 20px;
|
|
|
|
li{
|
|
|
|
@include vertical-top();
|
|
|
|
a{
|
|
|
|
color: #010101;
|
|
|
|
display: block;
|
|
|
|
padding: 15px 20px;
|
|
|
|
border-bottom: 3px solid transparent;
|
|
|
|
&:hover{
|
|
|
|
text-decoration: none;
|
2016-03-24 19:48:49 +05:00
|
|
|
border-color: $blue;
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
&.selected{
|
|
|
|
a{
|
2016-03-24 19:48:49 +05:00
|
|
|
border-color: $blue;
|
2016-03-16 17:30:07 +05:00
|
|
|
font-weight: 700;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-04-01 11:05:19 +05:00
|
|
|
.flat-tabs{
|
2016-03-31 20:12:59 +05:00
|
|
|
h2{
|
2016-04-01 11:05:19 +05:00
|
|
|
font-size: 20px;
|
|
|
|
line-height: 20px;
|
|
|
|
font-weight: 600;
|
2016-03-31 20:12:59 +05:00
|
|
|
margin: 0 0 10px;
|
|
|
|
}
|
|
|
|
.alert-info{
|
|
|
|
background: none;
|
|
|
|
font-size: 13px;
|
|
|
|
line-height: 18px;
|
|
|
|
border:none;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
.nav-tabs.nav{
|
2016-04-01 11:05:19 +05:00
|
|
|
font-size: 14px;
|
2016-03-31 20:12:59 +05:00
|
|
|
border-bottom:$default-border;
|
|
|
|
>li{
|
2016-04-01 11:05:19 +05:00
|
|
|
margin: 0;
|
2016-03-31 20:12:59 +05:00
|
|
|
>a{
|
2016-04-01 11:05:19 +05:00
|
|
|
border-width: 0 0 3px;
|
|
|
|
border-color: $white;
|
2016-03-31 20:12:59 +05:00
|
|
|
margin: 0;
|
2016-04-01 11:05:19 +05:00
|
|
|
padding: 8px 15px;
|
|
|
|
color: $black;
|
2016-03-31 20:12:59 +05:00
|
|
|
&:hover{
|
2016-04-01 11:05:19 +05:00
|
|
|
border-width: 0 0 3px;
|
|
|
|
border-color: $blue;
|
2016-03-31 20:12:59 +05:00
|
|
|
background: none;
|
2016-04-01 11:05:19 +05:00
|
|
|
color: $black
|
2016-03-31 20:12:59 +05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
&.active > a,
|
|
|
|
&.active > a:hover,
|
2016-04-01 11:05:19 +05:00
|
|
|
&.active > a:active{
|
|
|
|
border-color: $blue;
|
|
|
|
color: black;
|
|
|
|
font-weight: 700;
|
2016-03-31 20:12:59 +05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.tab-content{
|
|
|
|
> .tab-pane{
|
|
|
|
padding: 16px 0 0;
|
|
|
|
}
|
|
|
|
.infotable table td{
|
|
|
|
width: 50%;
|
|
|
|
img{
|
|
|
|
@include vertical-middle();
|
|
|
|
margin: 0 5px 0 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-04-01 11:05:19 +05:00
|
|
|
.item-photo .photo-info,
|
|
|
|
.videos .video-info{
|
|
|
|
background: darken($lt-grey, 1);
|
|
|
|
}
|
|
|
|
.playlist-item{
|
|
|
|
margin: 0 0 10px;
|
|
|
|
}
|
2016-03-31 20:12:59 +05:00
|
|
|
}
|
2016-03-24 19:48:49 +05:00
|
|
|
.view-tabs{
|
2016-03-16 17:30:07 +05:00
|
|
|
h2{
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 18px;
|
|
|
|
margin: 0 0 10px;
|
|
|
|
}
|
|
|
|
.alert-info{
|
|
|
|
background: none;
|
2016-03-31 20:12:59 +05:00
|
|
|
color: $black;
|
2016-03-16 17:30:07 +05:00
|
|
|
font-size: 13px;
|
|
|
|
line-height: 18px;
|
|
|
|
border:none;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
.nav-tabs.nav{
|
2016-03-24 19:48:49 +05:00
|
|
|
font-size: 16px;
|
|
|
|
border:$default-border;
|
|
|
|
border-width: 1px 0;
|
2016-03-16 17:30:07 +05:00
|
|
|
>li{
|
2016-03-24 19:48:49 +05:00
|
|
|
margin: 0;
|
2016-03-16 17:30:07 +05:00
|
|
|
>a{
|
2016-03-24 19:48:49 +05:00
|
|
|
border:none;
|
2016-03-16 17:30:07 +05:00
|
|
|
margin: 0;
|
2016-03-24 19:48:49 +05:00
|
|
|
padding: 10px 16px 10px 0;
|
|
|
|
color: lighten($grey-txt,2.7%);
|
2016-03-16 17:30:07 +05:00
|
|
|
&:hover{
|
2016-03-24 19:48:49 +05:00
|
|
|
border-color:$blue;
|
2016-03-16 17:30:07 +05:00
|
|
|
background: none;
|
2016-03-31 20:12:59 +05:00
|
|
|
color: $black;
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
2016-03-24 19:48:49 +05:00
|
|
|
span{
|
|
|
|
@include vertical-top();
|
|
|
|
margin: 0 10px 0 0;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 22px;
|
|
|
|
}
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
|
|
|
&.active > a,
|
|
|
|
&.active > a:hover,
|
|
|
|
&.active > a:focus{
|
2016-03-24 19:48:49 +05:00
|
|
|
color: $blue;
|
2016-03-16 17:30:07 +05:00
|
|
|
background: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.tab-content{
|
|
|
|
> .tab-pane{
|
2016-03-25 19:04:18 +05:00
|
|
|
padding: 16px 0 0;
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
|
|
|
.infotable table td{
|
|
|
|
width: 50%;
|
|
|
|
img{
|
|
|
|
@include vertical-middle();
|
|
|
|
margin: 0 5px 0 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-04-05 11:04:42 +05:00
|
|
|
.fav-repo,
|
2016-03-16 17:30:07 +05:00
|
|
|
.watch-vid-details{
|
|
|
|
.desc-list{
|
|
|
|
@include list-style();
|
|
|
|
color: #000;
|
|
|
|
font-size: 14px;
|
|
|
|
li{
|
|
|
|
margin: 0 0 10px;
|
2016-04-01 11:05:19 +05:00
|
|
|
img{
|
|
|
|
@include vertical-middle();
|
|
|
|
margin: 0 5px 0 0;
|
|
|
|
}
|
2016-03-16 17:30:07 +05:00
|
|
|
a{
|
2016-03-24 19:48:49 +05:00
|
|
|
color: $blue;
|
2016-03-16 17:30:07 +05:00
|
|
|
&:hover{
|
|
|
|
text-decoration: none;
|
2016-03-24 19:48:49 +05:00
|
|
|
color: darken($blue,10%);
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.social-share{
|
|
|
|
@include list-style();
|
2016-03-25 19:04:18 +05:00
|
|
|
margin: 0 0 16px;
|
|
|
|
font-size: 44px;
|
|
|
|
line-height: 44px;
|
2016-03-16 17:30:07 +05:00
|
|
|
li{
|
|
|
|
@include vertical-top();
|
2016-03-25 19:04:18 +05:00
|
|
|
margin: 0 10px 0 0;
|
2016-03-16 17:30:07 +05:00
|
|
|
a{
|
2016-03-25 19:04:18 +05:00
|
|
|
display: block;
|
|
|
|
background: $white;
|
|
|
|
width: 44px;
|
|
|
|
height: 44px;
|
2016-03-16 17:30:07 +05:00
|
|
|
&:hover{
|
2016-03-25 19:04:18 +05:00
|
|
|
text-decoration: none;
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
|
|
|
&.btn-fb{
|
2016-03-25 19:04:18 +05:00
|
|
|
color: $fb-color;
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
|
|
|
&.btn-tw{
|
2016-03-25 19:04:18 +05:00
|
|
|
color: $tw-color;
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
|
|
|
&.btn-gplus{
|
2016-03-25 19:04:18 +05:00
|
|
|
color: $gplus-color;
|
|
|
|
}
|
|
|
|
span{
|
|
|
|
font-size: 0;
|
|
|
|
line-height: 0;
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.share_form{
|
|
|
|
.form-group{
|
2016-03-25 19:04:18 +05:00
|
|
|
label.block-label{
|
2016-03-16 17:30:07 +05:00
|
|
|
font-size: 18px;
|
2016-03-25 19:04:18 +05:00
|
|
|
line-height: 18px;
|
|
|
|
font-weight: 600;
|
|
|
|
margin: 0 0 16px;
|
|
|
|
display: block;
|
|
|
|
span{
|
|
|
|
font-size: 14px;
|
|
|
|
color: $grey-txt;
|
|
|
|
}
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
|
|
|
.radio-inline{
|
2016-04-07 15:22:30 +05:00
|
|
|
margin: 0 16px 10px 0;
|
2016-03-28 20:07:51 +05:00
|
|
|
padding: 0;
|
|
|
|
line-height: 22px;
|
2016-03-16 17:30:07 +05:00
|
|
|
input[type="radio"]{
|
|
|
|
margin-top: 2px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
textarea{
|
|
|
|
resize:none;
|
|
|
|
}
|
2016-03-25 19:04:18 +05:00
|
|
|
.btn-submit{
|
|
|
|
font-size: 15px;
|
|
|
|
line-height: 15px;
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
2016-03-25 19:04:18 +05:00
|
|
|
/* end of watch video */
|
2016-03-28 20:07:51 +05:00
|
|
|
/* photos page */
|
2016-04-07 15:22:30 +05:00
|
|
|
.photos{
|
2016-03-28 20:07:51 +05:00
|
|
|
.row{
|
|
|
|
margin: 0 -8px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.item-photo{
|
|
|
|
padding: 0 8px;
|
|
|
|
margin: 0 0 16px;
|
|
|
|
.photo-holder{
|
|
|
|
display: block;
|
|
|
|
position: relative;
|
|
|
|
text-decoration: none;
|
|
|
|
color: $white;
|
|
|
|
z-index: 1;
|
2016-04-04 14:20:39 +05:00
|
|
|
img{
|
|
|
|
width: 100%;
|
|
|
|
}
|
2016-03-28 20:07:51 +05:00
|
|
|
&:after{
|
|
|
|
@include overlaybg($color:$black, $opacity:0.8);
|
|
|
|
content: "";
|
|
|
|
position: absolute;
|
|
|
|
z-index: 2;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
top: 0;
|
|
|
|
left: -9999px;
|
|
|
|
}
|
|
|
|
i{
|
|
|
|
position: absolute;
|
|
|
|
z-index: 3;
|
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
|
|
|
font-size: 40px;
|
|
|
|
line-height: 40px;
|
|
|
|
top: 50%;
|
|
|
|
left: -9999px;
|
|
|
|
margin: -20px 0 0 -20px;
|
|
|
|
}
|
|
|
|
&:hover{
|
|
|
|
&:after{
|
|
|
|
left: 0;
|
|
|
|
}
|
|
|
|
i{
|
|
|
|
left: 50%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.photo-info{
|
|
|
|
overflow: hidden;
|
|
|
|
background: $white;
|
|
|
|
padding: 10px;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 14px;
|
|
|
|
font-weight: 300;
|
|
|
|
position: relative;
|
|
|
|
z-index: 1;
|
|
|
|
height: 82px;
|
|
|
|
strong,
|
|
|
|
span{
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
strong{
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 20px;
|
|
|
|
font-weight: 400;
|
|
|
|
margin: 0 0 8px;
|
|
|
|
a{
|
|
|
|
color: $black;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
span{
|
|
|
|
position: absolute;
|
|
|
|
z-index: 2;
|
|
|
|
left: 10px;
|
|
|
|
bottom: 10px;
|
|
|
|
color: $blue;
|
|
|
|
a{
|
|
|
|
color: $blue;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/**/
|
2016-04-07 15:22:30 +05:00
|
|
|
.photos .heading{
|
2016-03-16 17:30:07 +05:00
|
|
|
margin: 0 0 10px;
|
|
|
|
h2,
|
|
|
|
h1{
|
|
|
|
@extend %heading;
|
|
|
|
}
|
|
|
|
}
|
2016-03-30 18:57:53 +05:00
|
|
|
/* view photo */
|
|
|
|
.photo-view{
|
|
|
|
position: relative;
|
|
|
|
background: $white;
|
|
|
|
margin: 0 0 16px;
|
2016-04-07 15:43:22 +05:00
|
|
|
height: 474px;
|
2016-03-30 18:57:53 +05:00
|
|
|
img{
|
|
|
|
margin: 0 auto;
|
2016-04-07 15:43:22 +05:00
|
|
|
height: 100%;
|
|
|
|
width: auto;
|
2016-03-30 18:57:53 +05:00
|
|
|
}
|
|
|
|
.btn-holder{
|
|
|
|
position: absolute;
|
|
|
|
bottom: 20px;
|
|
|
|
right: 20px;
|
|
|
|
z-index: 4;
|
|
|
|
width: 112px;
|
|
|
|
}
|
|
|
|
.view-photo-nxt,
|
|
|
|
.view-photo-pre{
|
|
|
|
border:none;
|
|
|
|
width: 48px;
|
|
|
|
height: 48px;
|
|
|
|
padding: 12px;
|
|
|
|
font-size: 24px;
|
|
|
|
line-height: 24px;
|
|
|
|
background: #f3f3f3;
|
|
|
|
border-radius:50%;
|
|
|
|
text-align: center;
|
|
|
|
float: left;
|
|
|
|
i{
|
|
|
|
font-size: 0;
|
|
|
|
line-height: 0;
|
|
|
|
}
|
|
|
|
&:focus,
|
|
|
|
&:hover{
|
|
|
|
background: #f3f3f3;
|
|
|
|
box-shadow: none;
|
|
|
|
color: $blue;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.view-photo-nxt {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/**/
|
2016-03-16 17:30:07 +05:00
|
|
|
#messageFav{
|
|
|
|
&.channel-alert{
|
|
|
|
position: fixed;
|
|
|
|
width: 100%;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
z-index: 10;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/* end of watch video */
|
|
|
|
/* pagination */
|
|
|
|
.pagination{
|
2016-03-22 12:30:31 +05:00
|
|
|
background: $white;
|
|
|
|
font-size: 18px;
|
2016-03-16 17:30:07 +05:00
|
|
|
> li {
|
2016-03-22 12:30:31 +05:00
|
|
|
a{
|
|
|
|
background:$white;
|
|
|
|
border-color:$white;
|
|
|
|
color: $black;
|
|
|
|
&:hover{
|
|
|
|
background:$white;
|
|
|
|
border-color:$white;
|
2016-03-24 19:48:49 +05:00
|
|
|
color: $blue;
|
2016-03-22 12:30:31 +05:00
|
|
|
}
|
|
|
|
i{
|
|
|
|
@include vertical-top();
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 26px;
|
|
|
|
}
|
|
|
|
}
|
2016-03-16 17:30:07 +05:00
|
|
|
&.active{
|
|
|
|
> a,
|
|
|
|
> a:focus,
|
|
|
|
> a:hover,
|
|
|
|
> span,
|
|
|
|
> span:focus,
|
|
|
|
> span:hover{
|
2016-03-22 12:30:31 +05:00
|
|
|
background:$white;
|
|
|
|
border-color:$white;
|
2016-03-24 19:48:49 +05:00
|
|
|
color: $blue;
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-03-31 20:12:59 +05:00
|
|
|
.breadcrumb{
|
|
|
|
text-transform: capitalize;
|
|
|
|
font-weight: 600;
|
|
|
|
font-size: 24px;
|
|
|
|
line-height: 26px;
|
|
|
|
padding: 5px 0 10px;
|
|
|
|
border-bottom: $default-border;
|
|
|
|
border-radius: 0;
|
|
|
|
background:$probox-bg;
|
|
|
|
> li + li:before{
|
|
|
|
color:#555;
|
|
|
|
}
|
|
|
|
> .active{
|
|
|
|
color: $bg-theme;
|
|
|
|
}
|
|
|
|
a{
|
|
|
|
color:#555;
|
|
|
|
}
|
|
|
|
}
|
2016-03-16 17:30:07 +05:00
|
|
|
/* add to playlist */
|
2016-04-05 11:04:42 +05:00
|
|
|
#cb-item-addto{
|
|
|
|
.btn-fav,
|
|
|
|
.btn-holder{
|
|
|
|
margin: 0 0 15px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/* playlist form */
|
|
|
|
#new_playlist_form,
|
|
|
|
#add_playlist_form{
|
|
|
|
.form-group > div{
|
|
|
|
padding: 0 0 0 15px;
|
|
|
|
&:first-child{
|
|
|
|
padding: 0 15px 0 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#flag_form{
|
|
|
|
.label-block{
|
|
|
|
display: block;
|
|
|
|
margin: 0 0 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.fav-repo{
|
|
|
|
background: $white;
|
|
|
|
padding: 16px;
|
|
|
|
margin: 0 0 20px;
|
|
|
|
.photoStats{
|
|
|
|
margin: 0 0 10px;
|
|
|
|
.btn:first-child{
|
|
|
|
margin: 0 10px 0 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
input[type="button"]{
|
|
|
|
margin: 0 0 16px;
|
|
|
|
}
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
|
|
|
/* comments */
|
2016-03-25 19:04:18 +05:00
|
|
|
.comments-block{
|
|
|
|
background: $white;
|
|
|
|
padding: 16px;
|
|
|
|
}
|
2016-03-16 17:30:07 +05:00
|
|
|
.addComment{
|
|
|
|
color:$com-color;
|
|
|
|
h2{
|
2016-03-25 19:04:18 +05:00
|
|
|
font-size: 25px;
|
|
|
|
line-height: 25px;
|
|
|
|
font-weight: 400;
|
|
|
|
margin: 0 0 11px;
|
|
|
|
padding: 0 0 16px;
|
|
|
|
border-bottom: $default-border;
|
|
|
|
color: $black;
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
|
|
|
.com-txtarea{
|
2016-03-25 19:04:18 +05:00
|
|
|
margin: 0 0 16px;
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
2016-03-25 19:04:18 +05:00
|
|
|
.block-label{
|
|
|
|
display: block;
|
2016-03-16 17:30:07 +05:00
|
|
|
margin: 0 0 10px;
|
|
|
|
}
|
2016-03-25 19:04:18 +05:00
|
|
|
.btn-submit{
|
|
|
|
font-size: 15px;
|
|
|
|
line-height: 15px;
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
|
|
|
textarea#comment_box{
|
2016-03-25 19:04:18 +05:00
|
|
|
height: 58px;
|
2016-03-16 17:30:07 +05:00
|
|
|
resize:none;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.avatar_comment_as{
|
2016-03-25 19:04:18 +05:00
|
|
|
width: 58px;
|
|
|
|
height: 58px;
|
2016-03-16 17:30:07 +05:00
|
|
|
border-radius: 50%;
|
|
|
|
float: left;
|
2016-03-25 19:04:18 +05:00
|
|
|
margin: 0 16px 0 0;
|
2016-03-16 17:30:07 +05:00
|
|
|
img{
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.comment_txt_area{
|
|
|
|
overflow: hidden;
|
2016-03-25 19:04:18 +05:00
|
|
|
.form-control{
|
|
|
|
box-shadow:none;
|
|
|
|
}
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
|
|
|
.comments {
|
|
|
|
> ul {
|
2016-03-25 19:04:18 +05:00
|
|
|
@include list-style();
|
|
|
|
|
2016-03-16 17:30:07 +05:00
|
|
|
> li {
|
2016-03-25 19:04:18 +05:00
|
|
|
padding:0 0 10px;
|
2016-03-16 17:30:07 +05:00
|
|
|
position: relative;
|
2016-03-25 19:04:18 +05:00
|
|
|
&:last-child{
|
|
|
|
padding: 0;
|
|
|
|
}
|
2016-03-16 17:30:07 +05:00
|
|
|
.comment-avatar {
|
|
|
|
float: left;
|
2016-03-25 19:04:18 +05:00
|
|
|
width: 58px;
|
|
|
|
margin:0 16px 0 0;
|
2016-03-16 17:30:07 +05:00
|
|
|
img {
|
2016-03-25 19:04:18 +05:00
|
|
|
width: 58px;
|
|
|
|
height: 58px;
|
2016-03-16 17:30:07 +05:00
|
|
|
border-radius: 50%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
>ul{
|
2016-03-25 19:04:18 +05:00
|
|
|
padding: 0 0 0 74px;
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
|
|
|
.comment-info {
|
|
|
|
overflow: hidden;
|
2016-03-25 19:04:18 +05:00
|
|
|
padding: 0 0 10px;
|
2016-03-16 17:30:07 +05:00
|
|
|
font-size: 15px;
|
2016-03-25 19:04:18 +05:00
|
|
|
.commenter{
|
|
|
|
display: block;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 16px;
|
|
|
|
font-weight: 600;
|
|
|
|
margin: 0 0 10px;
|
|
|
|
span{
|
|
|
|
@include vertical-top();
|
|
|
|
margin: 0 0 0 10px;
|
|
|
|
color: lighten($black, 62%);
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.comments-box {
|
|
|
|
|
|
|
|
}
|
|
|
|
&:first-child {
|
|
|
|
border-bottom:none;
|
|
|
|
}
|
|
|
|
.btn-info {
|
|
|
|
padding: 8px 15px !important;
|
|
|
|
border-radius: 4px;
|
|
|
|
font-size: 16px;
|
|
|
|
margin-top: 15px;
|
|
|
|
}
|
|
|
|
.users {
|
|
|
|
img {
|
|
|
|
border-radius: 50%;
|
|
|
|
width: 33px;
|
|
|
|
height: 33px;
|
|
|
|
vertical-align: middle;
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: 10px;
|
|
|
|
border: 1px solid #ecf0f1;
|
|
|
|
}
|
|
|
|
span {
|
|
|
|
vertical-align: middle;
|
|
|
|
display: inline-block;
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.reply {
|
|
|
|
> ul {
|
|
|
|
list-style-type: none;
|
|
|
|
> li {
|
|
|
|
display: inline-block;
|
|
|
|
position: relative;
|
|
|
|
padding: 0 6px;
|
|
|
|
&:after {
|
|
|
|
content: '';
|
|
|
|
display: block;
|
|
|
|
clear: both;
|
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
left: 0;
|
|
|
|
width: 1px;
|
|
|
|
height: 14px;
|
|
|
|
background-color: #777;
|
|
|
|
margin-top: -7px;
|
|
|
|
}
|
|
|
|
&:first-child {
|
|
|
|
&:after {
|
|
|
|
content: '';
|
|
|
|
display: block;
|
|
|
|
clear: both;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
> a {
|
|
|
|
color:#777;
|
|
|
|
font-size: 12px;
|
|
|
|
&:hover {
|
|
|
|
color: #0099cc;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-03-25 19:04:18 +05:00
|
|
|
.commented-txt{
|
|
|
|
font-size: 15px;
|
|
|
|
line-height: 17px;
|
|
|
|
margin: 0 0 8px;
|
|
|
|
p{
|
|
|
|
margin: 0;
|
|
|
|
}
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
|
|
|
.com-info-actions{
|
2016-03-25 19:04:18 +05:00
|
|
|
color: lighten($black, 62%);
|
|
|
|
font-size: 15px;
|
|
|
|
list-style: 15px;
|
|
|
|
font-weight: 600;
|
2016-03-16 17:30:07 +05:00
|
|
|
overflow: hidden;
|
|
|
|
span{
|
|
|
|
@include vertical-middle();
|
|
|
|
margin: 0 5px 0 0;
|
|
|
|
}
|
|
|
|
.reply {
|
|
|
|
@include vertical-middle();
|
|
|
|
a{
|
2016-03-25 19:04:18 +05:00
|
|
|
color: lighten($black, 62%);
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.view-date {
|
|
|
|
padding: 5px 0 0 4px;
|
|
|
|
span {
|
|
|
|
padding:0 10px;
|
|
|
|
font-weight: 300;
|
|
|
|
color: #6d6d6d;
|
|
|
|
font-size: 13px;
|
|
|
|
&:first-child {
|
|
|
|
padding-left: 0px;
|
|
|
|
}
|
|
|
|
&:last-child {
|
|
|
|
padding-right: 0px;
|
|
|
|
border-right:none;
|
|
|
|
}
|
|
|
|
i {
|
|
|
|
margin-right: 10px;
|
|
|
|
display: inline-block;
|
|
|
|
|
|
|
|
&:first-child {
|
|
|
|
margin-left: 0px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
i.view {
|
|
|
|
width: 19px;
|
|
|
|
height: 11px;
|
|
|
|
}
|
|
|
|
i.date {
|
|
|
|
width: 17px;
|
|
|
|
height: 16px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
//new add
|
|
|
|
.reply-holder {
|
|
|
|
.comment-avatar {
|
|
|
|
float: left;
|
2016-03-25 19:04:18 +05:00
|
|
|
width: 46px;
|
|
|
|
height: 46px;
|
|
|
|
margin: 0 16px 0 0;
|
2016-03-16 17:30:07 +05:00
|
|
|
img {
|
2016-03-25 19:04:18 +05:00
|
|
|
width: 46px;
|
|
|
|
height: 46px;
|
2016-03-16 17:30:07 +05:00
|
|
|
border-radius: 50%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/* end of comments */
|
|
|
|
/* channels page */
|
2016-03-30 20:46:28 +05:00
|
|
|
.channels{
|
|
|
|
.row{
|
2016-04-07 15:22:30 +05:00
|
|
|
margin: 0 -8px;
|
2016-03-30 20:46:28 +05:00
|
|
|
}
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
2016-03-30 20:46:28 +05:00
|
|
|
.item-channel{
|
2016-04-07 15:22:30 +05:00
|
|
|
padding: 0 8px;
|
2016-03-30 20:46:28 +05:00
|
|
|
margin: 0 0 20px;
|
2016-03-16 17:30:07 +05:00
|
|
|
.channel-holder{
|
2016-03-30 20:46:28 +05:00
|
|
|
background: $white;
|
|
|
|
border:$default-border;
|
|
|
|
color: $black;
|
|
|
|
font-size: 13px;
|
|
|
|
line-height: 13px;
|
2016-03-16 17:30:07 +05:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.user-block{
|
|
|
|
display: block;
|
2016-03-30 20:46:28 +05:00
|
|
|
background:$white;
|
|
|
|
color: $black;
|
|
|
|
padding: 22px 0 0;
|
|
|
|
border-bottom:$default-border;
|
2016-03-16 17:30:07 +05:00
|
|
|
&:hover{
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.avatar{
|
|
|
|
display: block;
|
2016-03-30 20:46:28 +05:00
|
|
|
width: 66px;
|
|
|
|
height: 66px;
|
2016-03-16 17:30:07 +05:00
|
|
|
border-radius:50%;
|
|
|
|
background: #fff;
|
2016-03-30 20:46:28 +05:00
|
|
|
margin: 0 auto 14px;
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
|
|
|
h2{
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 20px;
|
2016-03-30 20:46:28 +05:00
|
|
|
font-weight: 600;
|
|
|
|
margin: 0 0 12px;
|
2016-04-07 15:22:30 +05:00
|
|
|
height: 40px;
|
|
|
|
overflow: hidden;
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
2016-03-30 20:46:28 +05:00
|
|
|
.info{
|
|
|
|
padding: 10px 0;
|
|
|
|
background:darken($lt-grey,1%);
|
|
|
|
.col{
|
|
|
|
width: 50%;
|
|
|
|
float: left;
|
|
|
|
padding: 0 10px;
|
|
|
|
border-left:$default-border;
|
|
|
|
&:first-child{
|
|
|
|
border:none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
strong{
|
|
|
|
display: block;
|
|
|
|
padding: 10px 0 0;
|
|
|
|
margin: 0 0 10px;
|
|
|
|
border-top:$default-border;
|
|
|
|
font-size: 13px;
|
|
|
|
line-height: 13px;
|
|
|
|
font-weight: 300;
|
|
|
|
color: lighten($grey-txt,18%);
|
|
|
|
&:first-child{
|
|
|
|
border:none;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
span{
|
|
|
|
display: block;
|
|
|
|
margin: 10px 0 0;
|
|
|
|
font-weight: 600;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 14px;
|
|
|
|
color:$black;
|
|
|
|
}
|
|
|
|
}
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
|
|
|
.btn-subscribe{
|
|
|
|
@include vertical-top();
|
|
|
|
font-style: normal;
|
|
|
|
color: #010101;
|
|
|
|
background: #f0f0f0;
|
|
|
|
border-color:#f0f0f0;
|
|
|
|
font-size: 15px;
|
|
|
|
font-weight: 400;
|
|
|
|
padding: 5px 10px;
|
|
|
|
margin: 0 0 10px;
|
|
|
|
&.unsub{
|
|
|
|
background: #0066cd;
|
|
|
|
border-color:#0066cd;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/* end of channels block */
|
|
|
|
/* view channel page */
|
|
|
|
.cover{
|
2016-03-31 20:12:59 +05:00
|
|
|
position: relative;
|
|
|
|
z-index: 1;
|
|
|
|
margin: 0 0 16px;
|
2016-03-16 17:30:07 +05:00
|
|
|
.cover-holder{
|
|
|
|
position: relative;
|
2016-03-31 20:12:59 +05:00
|
|
|
z-index: 2;
|
2016-03-16 17:30:07 +05:00
|
|
|
>img{
|
|
|
|
width: 100%;
|
2016-03-31 20:12:59 +05:00
|
|
|
max-height: 222px;
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
.changeCover{
|
|
|
|
display: none;
|
2016-03-24 19:48:49 +05:00
|
|
|
background: $blue;
|
2016-03-16 17:30:07 +05:00
|
|
|
border-radius: 4px;
|
|
|
|
color: #fff;
|
|
|
|
position: absolute;
|
2016-03-31 20:12:59 +05:00
|
|
|
top: 10px;
|
2016-04-01 11:05:19 +05:00
|
|
|
left: 10px;
|
2016-03-16 17:30:07 +05:00
|
|
|
span{
|
|
|
|
@include vertical-top();
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 18px;
|
|
|
|
margin:0 0 0 5px;
|
|
|
|
}
|
|
|
|
}
|
2016-04-07 15:22:30 +05:00
|
|
|
.friend-block{
|
|
|
|
position: absolute;
|
|
|
|
top: 10px;
|
|
|
|
right: 10px;
|
|
|
|
}
|
2016-03-31 20:12:59 +05:00
|
|
|
.ratting-counts{
|
2016-03-16 17:30:07 +05:00
|
|
|
position: absolute;
|
2016-03-31 20:12:59 +05:00
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
z-index:3;
|
|
|
|
width: 100%;
|
|
|
|
height: 40px;
|
|
|
|
padding: 10px 0 10px 190px;
|
|
|
|
@include overlaybg($color:$black, $opacity:0.55);
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 20px;
|
|
|
|
color:darken($white, 26.5);
|
|
|
|
.user-ratting{
|
|
|
|
float: left;
|
|
|
|
width: 210px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.counters{
|
|
|
|
overflow: hidden;
|
|
|
|
@include list-style();
|
2016-03-16 17:30:07 +05:00
|
|
|
text-align: right;
|
2016-03-31 20:12:59 +05:00
|
|
|
li{
|
|
|
|
@include vertical-middle();
|
|
|
|
margin: 0 16px 0 0;
|
2016-03-16 17:30:07 +05:00
|
|
|
i{
|
2016-03-31 20:12:59 +05:00
|
|
|
font-size: 20px;
|
|
|
|
line-height: 20px;
|
|
|
|
@include vertical-middle();
|
|
|
|
margin: 0 6px 0 0;
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-03-31 20:12:59 +05:00
|
|
|
.avatar{
|
2016-03-16 17:30:07 +05:00
|
|
|
position: absolute;
|
2016-03-31 20:12:59 +05:00
|
|
|
left: 50px;
|
|
|
|
bottom: 16px;
|
|
|
|
z-index: 2;
|
|
|
|
background:$white;
|
|
|
|
border-radius: 50%;
|
|
|
|
width: 122px;
|
|
|
|
height: 122px;
|
|
|
|
padding: 3px;
|
|
|
|
img{
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
2016-03-31 20:12:59 +05:00
|
|
|
}
|
|
|
|
.profile-buttons{
|
|
|
|
padding: 20px 20px 20px 190px;
|
|
|
|
background: $white;
|
|
|
|
color: $black;
|
2016-03-16 17:30:07 +05:00
|
|
|
h2{
|
2016-03-31 20:12:59 +05:00
|
|
|
font-size: 18px;
|
|
|
|
line-height: 32px;
|
|
|
|
font-weight: 600;
|
|
|
|
margin: 0 5px 0 0;
|
|
|
|
float: left;
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
|
|
|
.btn-holder{
|
2016-03-31 20:12:59 +05:00
|
|
|
overflow: hidden;
|
|
|
|
text-align: right;
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
2016-03-31 20:12:59 +05:00
|
|
|
.btn-default{
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 22px;
|
|
|
|
min-width: 110px;
|
|
|
|
font-weight: 600;
|
|
|
|
border: 2px solid $black;
|
|
|
|
color: $black;
|
|
|
|
border-radius: 4px;
|
|
|
|
padding: 4px 6px;
|
|
|
|
margin: 0 0 0 16px;
|
|
|
|
&:hover,
|
|
|
|
&:active{
|
|
|
|
color:$white;
|
|
|
|
background: $blue;
|
|
|
|
border-color: $blue;
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-03-31 20:12:59 +05:00
|
|
|
.channel-tabs{
|
|
|
|
background: $white;
|
|
|
|
padding: 10px 16px;
|
|
|
|
}
|
|
|
|
/* recent activities */
|
|
|
|
.user-activities{
|
2016-04-05 16:42:44 +05:00
|
|
|
overflow-y:auto;
|
2016-03-31 20:12:59 +05:00
|
|
|
.feed{
|
|
|
|
font-size: 13px;
|
|
|
|
line-height: 16px;
|
|
|
|
padding: 14px 0;
|
|
|
|
border-top: $default-border;
|
|
|
|
&:first-child{
|
|
|
|
border: none;
|
|
|
|
padding: 0 0 14px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.avatar{
|
|
|
|
float: left;
|
|
|
|
width: 44px;
|
|
|
|
height: 44px;
|
|
|
|
border-radius: 50%;
|
|
|
|
margin: 0 10px 0 0;
|
|
|
|
img{
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
border-radius: 50%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.text{
|
|
|
|
overflow: hidden;
|
|
|
|
span{
|
|
|
|
display: block;
|
|
|
|
margin: 0 0 10px;
|
|
|
|
font-weight: 300;
|
|
|
|
a{
|
|
|
|
font-weight: 600;
|
|
|
|
color: $blue;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-03-16 17:30:07 +05:00
|
|
|
.ch-playlists{
|
|
|
|
.playlist-block{
|
|
|
|
margin: 0 0 20px;
|
|
|
|
}
|
|
|
|
.playlist-thumb{
|
|
|
|
color:$block-color;
|
|
|
|
h2{
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 12px;
|
|
|
|
margin: 0 0 5px;
|
|
|
|
font-weight: 500;
|
|
|
|
a{
|
|
|
|
color:$block-color;
|
|
|
|
&:hover{
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.playlist-box{
|
|
|
|
display: block;
|
|
|
|
position: relative;
|
|
|
|
color: #fff;
|
|
|
|
margin: 0 0 5px;
|
|
|
|
span{
|
|
|
|
background: rgba(0, 0, 0, 0.8);
|
|
|
|
height: 100%;
|
|
|
|
padding: 15px 20px;
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
text-align: center;
|
|
|
|
top: 0;
|
|
|
|
width: 80px;
|
|
|
|
font-size:12px;
|
|
|
|
line-height: 18px;
|
|
|
|
img{
|
|
|
|
display: block;
|
|
|
|
height: auto;
|
|
|
|
margin: 10px auto 0;
|
|
|
|
max-width: 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
>img{
|
|
|
|
max-height: 100px;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.date-time{
|
|
|
|
display: block;
|
|
|
|
background: $sprite -23px -1323px;
|
|
|
|
color: #a3a3a3;
|
|
|
|
font-size: 10px;
|
|
|
|
line-height: 14px;
|
|
|
|
margin: 5px 0 0;
|
|
|
|
padding: 2px 0 2px 25px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-03-31 20:12:59 +05:00
|
|
|
/* end view channel page */
|
|
|
|
/* playlist */
|
|
|
|
.item_playlist{
|
|
|
|
margin: 0 0 20px;
|
|
|
|
.playlist-thumb{
|
|
|
|
@include vertical-middle();
|
|
|
|
margin: 0 10px 0 0;
|
|
|
|
width: 100px;
|
|
|
|
height: 100px;
|
|
|
|
img{
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
a{
|
|
|
|
display: block;
|
|
|
|
height: 100%;
|
|
|
|
color: #fff;
|
|
|
|
position: relative;
|
|
|
|
&:hover{
|
|
|
|
text-decoration: none;
|
|
|
|
&:after{
|
|
|
|
content: "";
|
|
|
|
background: rgba(0,0,0,0.6);
|
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
i{
|
|
|
|
left: 50%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
i{
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 12px;
|
|
|
|
position: absolute;
|
|
|
|
z-index: 2;
|
|
|
|
top: 50%;
|
|
|
|
left: -9999px;
|
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
|
|
|
border-radius:50%;
|
|
|
|
padding: 4px 3px 4px 5px;
|
|
|
|
margin: -10px 0 0 -10px;
|
|
|
|
text-align: center;
|
|
|
|
border:2px solid #fff;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
h3{
|
|
|
|
margin: 0 0 5px;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 24px;
|
|
|
|
font-weight: 700;
|
|
|
|
span{
|
|
|
|
float: right;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 14px;
|
|
|
|
font-weight: 400;
|
|
|
|
margin: 0 0 0 5px;
|
|
|
|
padding: 5px 10px;
|
|
|
|
min-width: 50px;
|
|
|
|
border-radius:12px;
|
|
|
|
background:$blue;
|
|
|
|
color: #fff;
|
|
|
|
i{
|
|
|
|
vertical-align: middle;
|
|
|
|
font-size: 8px;
|
|
|
|
line-height: 8px;
|
|
|
|
background: #fff;
|
|
|
|
padding: 2px 5px 1px;
|
|
|
|
color: $blue;
|
|
|
|
margin: 0 5px 0 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.date-time{
|
|
|
|
float: right;
|
|
|
|
font-size: 18px;
|
|
|
|
padding: 25px 10px;
|
|
|
|
line-height: 30px;
|
|
|
|
font-weight: 300;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/**/
|
|
|
|
.buy-premium{
|
|
|
|
left: auto !important;
|
|
|
|
right: 20px;
|
|
|
|
text-indent: 0 !important;
|
|
|
|
font-size: 0;
|
|
|
|
line-height: 0;
|
|
|
|
z-index: 4 !important;
|
|
|
|
i ~ span{
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
&:hover{
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 44px;
|
|
|
|
i ~ span{
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-04-04 11:22:32 +05:00
|
|
|
/* signin signup area */
|
|
|
|
.account-container{
|
|
|
|
display: table;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 20px;
|
2016-04-04 17:10:09 +05:00
|
|
|
overflow-y: auto;
|
2016-04-04 11:22:32 +05:00
|
|
|
color:lighten($grey-txt, 10%);
|
|
|
|
a{
|
|
|
|
color:lighten($grey-txt, 10%);
|
|
|
|
}
|
|
|
|
.forgot-block,
|
|
|
|
.signin-block,
|
|
|
|
.signup-block{
|
|
|
|
display: table-cell;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
.account-holder{
|
|
|
|
max-width: 1170px;
|
|
|
|
margin: 0 auto;
|
|
|
|
padding: 20px 0;
|
|
|
|
}
|
|
|
|
.signup-block,
|
|
|
|
.forgot-block{
|
|
|
|
.account-holder{
|
|
|
|
max-width: 630px;
|
|
|
|
.user-form{
|
|
|
|
width: 100%;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
.signup-block,
|
|
|
|
.forgot-block,
|
|
|
|
.signin-block{
|
|
|
|
text-align: left;
|
|
|
|
h2{
|
|
|
|
font-size: 34px;
|
|
|
|
line-height: 34px;
|
|
|
|
font-weight: 300;
|
|
|
|
margin: 0 0 20px;
|
|
|
|
color: $black;
|
|
|
|
}
|
|
|
|
.text-box{
|
|
|
|
margin: 0 0 20px;
|
|
|
|
}
|
|
|
|
.side-box,
|
|
|
|
.user-form{
|
|
|
|
@include vertical-middle();
|
|
|
|
width: 46%;
|
|
|
|
margin: 0 0 0 -4px;
|
2016-04-07 15:22:30 +05:00
|
|
|
padding: 100px 60px;
|
2016-04-04 11:22:32 +05:00
|
|
|
}
|
|
|
|
.user-form{
|
|
|
|
background:$white;
|
|
|
|
width: 54%;
|
2016-04-04 12:19:33 +05:00
|
|
|
padding: 50px 90px;
|
2016-04-04 11:22:32 +05:00
|
|
|
|
|
|
|
h2{
|
|
|
|
margin: 0 0 40px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.side-box{
|
|
|
|
background: $blue;
|
|
|
|
color: $white;
|
|
|
|
font-size: 15px;
|
|
|
|
line-height: 24px;
|
|
|
|
h2{
|
|
|
|
color: $white;
|
|
|
|
}
|
|
|
|
.btn-default{
|
|
|
|
font-size: 25px;
|
|
|
|
line-height: 28px;
|
|
|
|
font-weight: 400;
|
|
|
|
background:$blue;
|
|
|
|
border:2px solid $white;
|
|
|
|
color: $white;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.form-group{
|
|
|
|
margin: 0 0 20px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.form-control{
|
2016-04-04 12:19:33 +05:00
|
|
|
height: 50px;
|
2016-04-04 11:22:32 +05:00
|
|
|
font-size: 18px;
|
2016-04-04 12:19:33 +05:00
|
|
|
line-height: 26px;
|
2016-04-04 11:22:32 +05:00
|
|
|
font-weight: 300;
|
2016-04-04 12:19:33 +05:00
|
|
|
padding: 13px 20px;
|
2016-04-04 11:22:32 +05:00
|
|
|
background: $white;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
input[type="submit"]{
|
|
|
|
margin: 0 0 10px;
|
|
|
|
font-size: 25px;
|
2016-04-04 12:19:33 +05:00
|
|
|
line-height: 28px;
|
2016-04-04 11:22:32 +05:00
|
|
|
&.btn-success{
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.links{
|
|
|
|
margin: 0 0 10px;
|
|
|
|
font-size: 15px;
|
|
|
|
a{
|
|
|
|
float: right;
|
|
|
|
&:first-child{
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.social-links{
|
|
|
|
text-align: center;
|
|
|
|
span{
|
|
|
|
color: $black;
|
|
|
|
@include vertical-middle();
|
|
|
|
margin: 0 20px 0 0;
|
|
|
|
}
|
|
|
|
#social_buttons{
|
|
|
|
@include vertical-middle();
|
|
|
|
width: 240px;
|
|
|
|
overflow: hidden;
|
|
|
|
a{
|
|
|
|
width: 48px;
|
|
|
|
height: 48px;
|
|
|
|
overflow: hidden;
|
|
|
|
float: left;
|
|
|
|
margin: 0 10px 0 0;
|
|
|
|
border-radius: 50%;
|
|
|
|
font: 48px/48px $font-icon;
|
|
|
|
text-align: center;
|
|
|
|
img{
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
&:after{
|
|
|
|
background:$white;
|
|
|
|
}
|
|
|
|
&.google-btn{
|
|
|
|
background: $gplus-color;
|
|
|
|
color: $gplus-color;
|
|
|
|
&:after{
|
|
|
|
content: "\e904";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
&.facebook-btn{
|
|
|
|
background: $fb-color;
|
|
|
|
color: $fb-color;
|
|
|
|
&:after{
|
|
|
|
content: "\e902";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
&.twitter-btn{
|
|
|
|
background: $tw-color;
|
|
|
|
color: $tw-color;
|
|
|
|
&:after{
|
|
|
|
content: "\e911";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
&.linkedin-btn{
|
|
|
|
background: $linkedin-color;
|
|
|
|
color: $linkedin-color;
|
|
|
|
&:after{
|
|
|
|
content: "\e915";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.g-recaptcha{
|
|
|
|
margin: 0 0 20px;
|
|
|
|
}
|
|
|
|
.invalid-error{
|
|
|
|
.form-control{
|
|
|
|
border-color: $error-color;
|
|
|
|
}
|
|
|
|
&:after{
|
|
|
|
color: $error-color;
|
|
|
|
position: absolute;
|
|
|
|
content: "\e914";
|
|
|
|
z-index: 4;
|
|
|
|
width: 22px;
|
|
|
|
height: 22px;
|
|
|
|
font: 22px/22px $font-icon;
|
|
|
|
top: 16px;
|
|
|
|
right: 10px;
|
|
|
|
}
|
|
|
|
.error-txt,
|
|
|
|
.help-block{
|
|
|
|
color: $error-color;
|
|
|
|
}
|
|
|
|
}
|
2016-04-05 16:42:44 +05:00
|
|
|
.success-ind{
|
|
|
|
.form-control{
|
|
|
|
border-color: $green;
|
|
|
|
}
|
|
|
|
&:after{
|
|
|
|
color: $green;
|
|
|
|
position: absolute;
|
|
|
|
content: "\e910";
|
|
|
|
z-index: 4;
|
|
|
|
width: 22px;
|
|
|
|
height: 22px;
|
|
|
|
font: 22px/22px $font-icon;
|
|
|
|
top: 14px;
|
|
|
|
right: 10px;
|
|
|
|
}
|
|
|
|
.help-block{
|
|
|
|
color: $green;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.warning-ind{
|
|
|
|
.form-control{
|
|
|
|
border-color: $orange;
|
|
|
|
}
|
|
|
|
&:after{
|
|
|
|
color: $orange;
|
|
|
|
position: absolute;
|
|
|
|
content: "\e910";
|
|
|
|
z-index: 4;
|
|
|
|
width: 22px;
|
|
|
|
height: 22px;
|
|
|
|
font: 22px/22px $font-icon;
|
|
|
|
top: 14px;
|
|
|
|
right: 10px;
|
|
|
|
}
|
|
|
|
.help-block{
|
|
|
|
color: $orange;
|
|
|
|
}
|
|
|
|
}
|
2016-04-04 11:22:32 +05:00
|
|
|
}
|
|
|
|
.forgot-block .user-form h2{
|
|
|
|
margin: 0 0 20px;
|
|
|
|
}
|
2016-03-31 20:12:59 +05:00
|
|
|
/* cutomization ended */
|
|
|
|
/**/
|
|
|
|
.manageVid_thumb{
|
|
|
|
display:block;
|
|
|
|
position: relative;
|
|
|
|
.duration{
|
|
|
|
position: absolute;
|
|
|
|
bottom: 5px;
|
|
|
|
right: 5px;
|
|
|
|
padding: 3px;
|
|
|
|
background:rgba(0,0,0,0.6);
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
img{
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/**/
|
|
|
|
.account_box,
|
|
|
|
.manage-page{
|
|
|
|
margin-top: 20px;
|
|
|
|
color: $block-color;
|
|
|
|
h3,
|
|
|
|
h2{
|
|
|
|
margin: 0 0 10px;
|
|
|
|
|
|
|
|
font-size: 24px;
|
|
|
|
line-height: 24px;
|
|
|
|
font-weight: 500;
|
|
|
|
}
|
|
|
|
h3{
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 16px;
|
|
|
|
}
|
|
|
|
.nav-pills{
|
|
|
|
>li{
|
|
|
|
border:solid #dadada;
|
|
|
|
border-width: 0 1px 1px;
|
|
|
|
&:first-child{
|
|
|
|
border-width: 1px;
|
|
|
|
}
|
|
|
|
> a{
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
&.active{
|
|
|
|
>a,
|
|
|
|
>a:hover,
|
|
|
|
>a:focus{
|
|
|
|
background: #f7f7f7;
|
|
|
|
color: $block-color;
|
|
|
|
font-weight: 700;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.account_form{
|
|
|
|
|
|
|
|
label.label-heading{
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.radio input[type="radio"],
|
|
|
|
.radio-inline input[type="radio"],
|
|
|
|
.checkbox input[type="checkbox"],
|
|
|
|
.checkbox-inline input[type="checkbox"]{
|
|
|
|
margin:0 10px 0 0;
|
|
|
|
position: static;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.manage-tab-header{
|
|
|
|
margin: 0 0 20px;
|
|
|
|
>div:first-child{
|
|
|
|
padding: 20px 0 0;
|
|
|
|
}
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
|
|
|
}
|
2016-04-05 20:06:32 +05:00
|
|
|
/* upload page */
|
|
|
|
.photoupload-block{
|
|
|
|
padding: 20px 0 0;
|
|
|
|
}
|
|
|
|
.uploadFormSidebarDiv .categoriesContainer{
|
|
|
|
overflow-y: auto;
|
|
|
|
height: 408px;
|
|
|
|
.radio,
|
|
|
|
.checkbox{
|
|
|
|
padding: 0 0 0 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.upload_info{
|
|
|
|
.upload_form{
|
|
|
|
.field{
|
|
|
|
overflow-y:auto;
|
|
|
|
height: 200px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-03-16 17:30:07 +05:00
|
|
|
/* allProgress */
|
|
|
|
.upload-area{
|
|
|
|
padding:0;
|
|
|
|
.dragDropContainer{
|
|
|
|
min-height: 100px;
|
|
|
|
text-align: center;
|
|
|
|
border:2px dashed #ccc;
|
|
|
|
padding:20px;
|
|
|
|
margin: 0 0 20px;
|
|
|
|
.upload-logo{
|
|
|
|
width: 100px;
|
|
|
|
height: 100px;
|
|
|
|
display: block;
|
|
|
|
margin: 0 auto 20px;
|
|
|
|
background: url(../images/upload-icon.png) no-repeat;
|
|
|
|
}
|
|
|
|
.block-title{
|
|
|
|
display: block;
|
|
|
|
margin: 0 0 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.uploadDataContainer{
|
|
|
|
#uploadMore{
|
|
|
|
margin: 10px 0;
|
|
|
|
}
|
|
|
|
.nav-tabs{
|
|
|
|
margin: 0 0 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.uploadingProgressContainer{
|
|
|
|
.alert{
|
|
|
|
p{
|
|
|
|
font-weight: 700;
|
|
|
|
small{
|
|
|
|
color: #000 !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.upload_form{
|
|
|
|
.input-group{
|
|
|
|
margin: 0 0 15px;
|
|
|
|
}
|
|
|
|
.radio input[type="radio"],
|
|
|
|
.radio-inline input[type="radio"],
|
|
|
|
.checkbox input[type="checkbox"],
|
|
|
|
.checkbox-inline input[type="checkbox"]{
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
margin:0 5px 0 0;
|
|
|
|
position:static;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#updateVideoInfo .formSection{
|
|
|
|
margin: 0 0 10px;
|
|
|
|
h4{
|
|
|
|
background: #f5f5f5;
|
|
|
|
margin: 0;
|
|
|
|
padding:10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.form_result,
|
|
|
|
#flag_form_result{
|
|
|
|
margin: 0 0 10px;
|
|
|
|
}
|
|
|
|
.msg,
|
|
|
|
.result_cont{
|
|
|
|
&:after{
|
|
|
|
@include after();
|
|
|
|
}
|
|
|
|
padding: 10px;
|
|
|
|
background: #dff0d8;
|
|
|
|
}
|
|
|
|
.searchBox{
|
|
|
|
margin-top:20px;
|
|
|
|
}
|
|
|
|
/* 404 page css start */
|
|
|
|
.error-pix-sec {
|
|
|
|
width: 100%;
|
|
|
|
margin-top: 100px;
|
|
|
|
}
|
|
|
|
.error-pix-403 {
|
|
|
|
width: 312px;
|
|
|
|
height: 157px;
|
|
|
|
margin: 0px auto;
|
|
|
|
background-image: url(../../images/403.png);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.error-pix-404 {
|
|
|
|
width: 312px;
|
|
|
|
height: 157px;
|
|
|
|
margin: 0px auto;
|
|
|
|
background-image: url(../../images/404.png);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.error-text-sec {
|
|
|
|
width: 720px;
|
|
|
|
margin: 0 auto 20px;
|
|
|
|
}
|
|
|
|
.error-text-sec2 {
|
|
|
|
width: 290px;
|
|
|
|
margin: 0px auto;
|
|
|
|
}
|
|
|
|
.error-text {
|
|
|
|
width: 100%;
|
|
|
|
color: #908f8f;
|
|
|
|
font-size: 33px;
|
|
|
|
line-height:36px;
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
.error-text span {
|
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
background-image: url(../../images/eror_colin.png);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
}
|
|
|
|
/* animate-spin */
|
|
|
|
.form_result{
|
|
|
|
padding: 5px 0;
|
|
|
|
line-height: 22px;
|
|
|
|
i.glyphicon{
|
|
|
|
line-height: 22px;
|
|
|
|
margin: 0 10px 0 0;
|
|
|
|
top: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.animate-spin{
|
|
|
|
@include vertical-top();
|
|
|
|
@include myanimation ($name:rotate, $duration: 0.5s, $ease: infinite linear);
|
|
|
|
}
|
|
|
|
@mixin rotateanimation(){
|
|
|
|
from {
|
|
|
|
@include rotate ($deg:0deg);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
@include rotate ($deg:360deg);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes rotate {
|
|
|
|
@include rotateanimation();
|
|
|
|
}
|
|
|
|
@-moz-keyframes rotate {
|
|
|
|
@include rotateanimation();
|
|
|
|
}
|
|
|
|
@-o-keyframes rotate {
|
|
|
|
@include rotateanimation();
|
|
|
|
}
|
|
|
|
@keyframes rotate {
|
|
|
|
@include rotateanimation();
|
|
|
|
}
|
|
|
|
.btn-group.show{
|
|
|
|
.btn{
|
|
|
|
i{
|
|
|
|
margin: 0 5px 0 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/* view collection */
|
|
|
|
.collections-heading{
|
|
|
|
padding: 0 5px;
|
|
|
|
}
|
|
|
|
.collection-header{
|
|
|
|
margin: 0 0 20px;
|
|
|
|
h3{
|
|
|
|
margin: 0;
|
|
|
|
line-height: 20px;
|
|
|
|
span{
|
|
|
|
color: #777;
|
|
|
|
display:block;
|
|
|
|
font-size:16px;
|
|
|
|
margin:5px 0 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.user_block{
|
|
|
|
.avatar{
|
|
|
|
width: 60px;
|
|
|
|
height: 60px;
|
|
|
|
}
|
|
|
|
.prof_title{
|
|
|
|
overflow:hidden;
|
|
|
|
padding: 0 0 0 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.cb-box{
|
2016-04-05 20:06:32 +05:00
|
|
|
background:$white;
|
|
|
|
padding: 16px;
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
|
|
|
/* groups */
|
|
|
|
.creat_group{
|
|
|
|
.checkbox{
|
|
|
|
margin: 0 0 10px;
|
|
|
|
padding: 0 0 0 20px;
|
|
|
|
}
|
|
|
|
.radio input[type="radio"],
|
|
|
|
.radio-inline input[type="radio"],
|
|
|
|
.checkbox input[type="checkbox"],
|
|
|
|
.checkbox-inline input[type="checkbox"]{
|
|
|
|
margin: 0 0 0 -20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.group-item{
|
|
|
|
margin:0 0 20px;
|
|
|
|
h2{
|
|
|
|
font-size: 20px;
|
|
|
|
line-height: 20px;
|
|
|
|
font-weight: 300;
|
|
|
|
margin: 0 0 10px;
|
|
|
|
}
|
|
|
|
.avatar{
|
|
|
|
width: 140px;
|
|
|
|
height: 140px;
|
|
|
|
float: left;
|
|
|
|
margin: 0 10px 0 0;
|
|
|
|
img{
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.text{
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.viewGroupTabs .btn{
|
|
|
|
height: 36px;
|
|
|
|
img{
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/**/
|
2016-04-07 15:22:30 +05:00
|
|
|
@import "header";
|
|
|
|
@import "sidebar";
|
|
|
|
@import "footer";
|
|
|
|
@media only screen and (max-width:1200px) {
|
|
|
|
.featured-video .video_thumb{
|
|
|
|
width: 100%;
|
|
|
|
margin: 0 0 5px;
|
|
|
|
float: none;
|
|
|
|
img{
|
|
|
|
width: 100%;
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
|
|
|
}
|
2016-04-07 15:22:30 +05:00
|
|
|
.item-photo{
|
|
|
|
.photo-info{
|
|
|
|
strong{
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
|
|
|
}
|
2016-04-07 15:22:30 +05:00
|
|
|
}
|
|
|
|
@media only screen and (max-width:1100px) {
|
|
|
|
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
|
|
|
@media only screen and (max-width: 991px) {
|
2016-04-07 15:22:30 +05:00
|
|
|
.editorpick-holder{
|
|
|
|
float: none;
|
|
|
|
width: 100%;
|
|
|
|
margin: 0 0 16px;
|
|
|
|
padding: 0;
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
2016-04-07 15:22:30 +05:00
|
|
|
.absolute-div{
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
.editorpick-videos{
|
|
|
|
float: none;
|
|
|
|
width: 100%;
|
|
|
|
padding: 0;
|
|
|
|
.scrollable-area{
|
|
|
|
height: auto !important;
|
|
|
|
width: 100% !important;
|
|
|
|
padding: 0 0 0 8px;
|
|
|
|
&:after{
|
|
|
|
content: "";
|
|
|
|
display: block;
|
|
|
|
clear: both;
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-04-07 15:22:30 +05:00
|
|
|
.featured-video{
|
|
|
|
width: 50%;
|
|
|
|
@include vertical-top();
|
|
|
|
margin: 0 0 16px -4px;
|
|
|
|
padding: 0 8px;
|
|
|
|
border: none;
|
|
|
|
&:first-child{
|
|
|
|
padding: 0 8px;
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
|
|
|
}
|
2016-04-07 15:22:30 +05:00
|
|
|
.item-video .thumb-holder .video-link .title{
|
|
|
|
font-size: 16px;
|
2016-03-16 17:30:07 +05:00
|
|
|
|
|
|
|
}
|
2016-04-07 15:22:30 +05:00
|
|
|
.sidebar-channels .channel-item .channel-info{
|
|
|
|
font-size: 13px;
|
|
|
|
line-height: 13px;
|
2016-03-16 17:30:07 +05:00
|
|
|
padding: 0;
|
2016-04-07 15:22:30 +05:00
|
|
|
h3{
|
|
|
|
font-size: 13px;
|
|
|
|
line-height: 13px;
|
|
|
|
margin: 0 0 3px;
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
2016-04-07 15:22:30 +05:00
|
|
|
.views-videos span{
|
2016-03-16 17:30:07 +05:00
|
|
|
display: block;
|
2016-04-07 15:22:30 +05:00
|
|
|
padding: 0;
|
2016-03-16 17:30:07 +05:00
|
|
|
&:after{
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
&:first-child{
|
2016-04-07 15:22:30 +05:00
|
|
|
margin: 0 0 3px;
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-04-07 15:22:30 +05:00
|
|
|
.videos{
|
|
|
|
.video-info{
|
|
|
|
.title{
|
|
|
|
font-size: 16px;
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-04-07 15:22:30 +05:00
|
|
|
.video-details,
|
|
|
|
.view-details{
|
|
|
|
header.details{
|
|
|
|
h1{
|
|
|
|
font-size: 18px;
|
|
|
|
margin: 0 0 10px;
|
|
|
|
}
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
2016-04-07 15:22:30 +05:00
|
|
|
.user-video-info .views-counter{
|
|
|
|
font-size: 18px;
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
|
|
|
}
|
2016-04-07 15:22:30 +05:00
|
|
|
.cover{
|
|
|
|
.counters li{
|
|
|
|
span{
|
|
|
|
display: none;
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-04-07 15:22:30 +05:00
|
|
|
.signin-block{
|
|
|
|
.user-form{
|
|
|
|
padding: 30px 40px;
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
2016-04-07 15:22:30 +05:00
|
|
|
.side-box{
|
|
|
|
padding: 80px 40px;
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
|
|
|
}
|
2016-04-07 15:43:22 +05:00
|
|
|
.photo-view{
|
|
|
|
height: 300px;
|
|
|
|
}
|
2016-04-07 15:22:30 +05:00
|
|
|
}
|
|
|
|
@media only screen and (max-width: 767px) {
|
|
|
|
#content{
|
|
|
|
width: 100%;
|
|
|
|
float: none;
|
|
|
|
padding: 0 10px;
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
2016-04-07 15:22:30 +05:00
|
|
|
.featured-video{
|
|
|
|
.title{
|
2016-03-16 17:30:07 +05:00
|
|
|
font-size: 14px;
|
|
|
|
}
|
2016-04-07 15:22:30 +05:00
|
|
|
.views-date{
|
|
|
|
.date,
|
|
|
|
span{
|
2016-03-16 17:30:07 +05:00
|
|
|
display: block;
|
|
|
|
}
|
2016-04-07 15:22:30 +05:00
|
|
|
.date{
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
&:after{
|
|
|
|
display: none;
|
|
|
|
}
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-04-07 15:22:30 +05:00
|
|
|
.videos{
|
|
|
|
.video-info{
|
|
|
|
height: 80px;
|
|
|
|
.title{
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
|
|
|
}
|
2016-04-07 15:22:30 +05:00
|
|
|
.filter-dropdowns{
|
|
|
|
.cat-col{
|
|
|
|
display: none;
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
2016-04-07 15:22:30 +05:00
|
|
|
.sorting-col{
|
|
|
|
padding: 0;
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
|
|
|
}
|
2016-04-07 15:22:30 +05:00
|
|
|
.item-photo{
|
|
|
|
.photo-info{
|
|
|
|
strong{
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 18px;
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-04-07 15:22:30 +05:00
|
|
|
.view-tabs{
|
|
|
|
.nav-tabs.nav{
|
|
|
|
font-size: 0;
|
|
|
|
line-height: 0;
|
|
|
|
> li > a span{}
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
|
|
|
}
|
2016-04-07 15:22:30 +05:00
|
|
|
|
|
|
|
#add_playlist_form,
|
|
|
|
#new_playlist_form{
|
|
|
|
.form-group{
|
|
|
|
> div:first-child,
|
|
|
|
> div{
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
> div:first-child{
|
|
|
|
margin: 0 0 16px;
|
|
|
|
}
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
|
|
|
}
|
2016-04-07 15:22:30 +05:00
|
|
|
.flat-tabs .nav-tabs.nav > li > a{
|
|
|
|
padding: 8px;
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
2016-04-07 15:22:30 +05:00
|
|
|
.cover{
|
2016-03-16 17:30:07 +05:00
|
|
|
.avatar{
|
2016-04-07 15:22:30 +05:00
|
|
|
width: 60px;
|
|
|
|
height: 60px;
|
|
|
|
left: 20px;
|
|
|
|
bottom: 100px;
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
2016-04-07 15:22:30 +05:00
|
|
|
.ratting-counts{
|
|
|
|
padding: 10px 0 10px 90px;
|
|
|
|
height:80px;
|
|
|
|
.user-ratting{
|
|
|
|
float: none;
|
2016-03-16 17:30:07 +05:00
|
|
|
width: 100%;
|
2016-04-07 15:22:30 +05:00
|
|
|
margin: 0 0 10px;
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
|
|
|
}
|
2016-04-07 15:22:30 +05:00
|
|
|
.counters{
|
2016-03-16 17:30:07 +05:00
|
|
|
text-align: left;
|
2016-04-07 15:22:30 +05:00
|
|
|
li{
|
|
|
|
margin: 0 5px 0 0;
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
|
|
|
}
|
2016-04-07 15:22:30 +05:00
|
|
|
.profile-buttons{
|
|
|
|
padding:10px 20px;
|
|
|
|
text-align: center;
|
|
|
|
h2{
|
|
|
|
float: none;
|
|
|
|
margin: 0 0 5px;
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
2016-04-07 15:22:30 +05:00
|
|
|
.btn-holder{
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.btn-default{
|
|
|
|
margin: 0 5px;
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-04-07 15:22:30 +05:00
|
|
|
.signin-block{
|
|
|
|
.user-form,
|
|
|
|
.side-box{
|
2016-03-16 17:30:07 +05:00
|
|
|
display: block;
|
2016-04-07 15:22:30 +05:00
|
|
|
margin: 0;
|
2016-03-16 17:30:07 +05:00
|
|
|
width: 100%;
|
2016-04-07 15:22:30 +05:00
|
|
|
h2{
|
|
|
|
margin: 0 0 20px;
|
|
|
|
font-size: 30px;
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
|
|
|
}
|
2016-04-07 15:22:30 +05:00
|
|
|
.user-form{
|
|
|
|
padding:20px;
|
|
|
|
|
|
|
|
}
|
|
|
|
.side-box{
|
|
|
|
padding: 20px;
|
|
|
|
height: auto !important;
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
|
|
|
}
|
2016-04-07 15:22:30 +05:00
|
|
|
.signup-block .user-form,
|
|
|
|
.forgot-block .user-form{
|
|
|
|
padding: 20px;
|
|
|
|
h2{
|
|
|
|
margin: 0 0 20px;
|
|
|
|
font-size: 30px;
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|
|
|
|
}
|
2016-04-07 15:43:22 +05:00
|
|
|
.photo-view{
|
|
|
|
height: 200px;
|
|
|
|
.btn-holder{
|
|
|
|
bottom: 10px;
|
|
|
|
right: 10px;
|
|
|
|
}
|
|
|
|
}
|
2016-04-07 17:38:46 +05:00
|
|
|
.user-video-info .views-counter{
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
.video-details,
|
|
|
|
.view-details{
|
|
|
|
.user-likes-sub{
|
|
|
|
text-align: center;
|
|
|
|
.like-rating{
|
|
|
|
margin: 0 0 10px;
|
|
|
|
}
|
|
|
|
.subscribe-col{
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|