2014-09-19 14:45:38 +00:00
|
|
|
/* usman css start */
|
|
|
|
.vid-detail-sec{
|
|
|
|
width:100%;
|
|
|
|
float: left;
|
2014-12-10 10:20:20 +00:00
|
|
|
margin-bottom: 20px;
|
2015-06-02 13:35:05 +00:00
|
|
|
position: relative;
|
2014-09-19 14:45:38 +00:00
|
|
|
}
|
|
|
|
.watch-vid-title{
|
|
|
|
width:100%;
|
|
|
|
float: left;
|
2015-06-02 13:35:05 +00:00
|
|
|
border-bottom: #eee 1px solid;
|
|
|
|
padding-bottom:8px;
|
2014-09-19 14:45:38 +00:00
|
|
|
}
|
|
|
|
.watch-vid-title h1{
|
2015-06-02 13:35:05 +00:00
|
|
|
width:100%;
|
2014-12-09 08:08:50 +00:00
|
|
|
font-family: 'Roboto', sans-serif;
|
|
|
|
font-size:20px;
|
2014-09-19 14:45:38 +00:00
|
|
|
color:#000;
|
|
|
|
float: left;
|
|
|
|
margin:0px;
|
|
|
|
}
|
|
|
|
.watch-vid-thumb{
|
|
|
|
float:left;
|
2015-02-24 10:30:28 +00:00
|
|
|
height: 52px;
|
|
|
|
width:52px;
|
2014-09-19 14:45:38 +00:00
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
.watch-vid-user-sec{
|
|
|
|
float:left;
|
|
|
|
width:200px;
|
|
|
|
}
|
|
|
|
.watch-vid-user-name{
|
|
|
|
float: left;
|
|
|
|
font-size: 18px;
|
2014-12-09 08:08:50 +00:00
|
|
|
/*margin-top:18px;*/
|
2014-09-19 14:45:38 +00:00
|
|
|
text-align: left;
|
|
|
|
width: 99%;
|
|
|
|
}
|
2014-12-09 08:08:50 +00:00
|
|
|
.watch-vid-user-name .title{
|
|
|
|
display: block;
|
|
|
|
margin: 0 0 2px;
|
|
|
|
}
|
|
|
|
.watch-vid-user-name .title a{
|
|
|
|
color: #000;
|
|
|
|
}
|
2015-06-02 13:35:05 +00:00
|
|
|
|
2014-09-19 14:45:38 +00:00
|
|
|
.watch-vid-rating-sec{
|
2014-12-09 08:08:50 +00:00
|
|
|
width:200px;
|
2015-06-02 13:35:05 +00:00
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
top: 0;
|
2014-12-09 08:08:50 +00:00
|
|
|
}
|
2015-06-02 13:35:05 +00:00
|
|
|
|
2014-12-09 08:08:50 +00:00
|
|
|
.like-dislike-block{
|
|
|
|
display: table;
|
|
|
|
width: 100%;
|
|
|
|
border-radius: 4px;
|
|
|
|
list-style: none;
|
|
|
|
text-align: center;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
font:600 13px/20px 'Roboto', sans-serif;
|
|
|
|
/*-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.5);
|
|
|
|
box-shadow: 0 1px 2px 0 rgba(0,0,0,0.5);*/
|
|
|
|
}
|
|
|
|
.like-dislike-block li{
|
2015-02-24 10:30:28 +00:00
|
|
|
float: left;
|
2014-12-09 08:08:50 +00:00
|
|
|
display: table-cell;
|
|
|
|
background: #fff;
|
2015-06-02 10:36:16 +00:00
|
|
|
width: 33.33%;
|
2015-02-24 10:30:28 +00:00
|
|
|
-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.2);
|
|
|
|
box-shadow: 0px 0px 2px rgba(0,0,0,.2);
|
2014-12-09 08:08:50 +00:00
|
|
|
}
|
2015-02-24 10:30:28 +00:00
|
|
|
/* .like-dislike-block li:first-child{
|
|
|
|
border-radius: 4px 0 0 4px;
|
|
|
|
-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.2);
|
|
|
|
box-shadow: 0px 0px 2px rgba(0,0,0,.2);
|
2014-12-09 08:08:50 +00:00
|
|
|
}
|
|
|
|
.like-dislike-block li:last-child{
|
2015-02-24 10:30:28 +00:00
|
|
|
border-radius: 0 4px 4px 0;
|
|
|
|
-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.2);
|
|
|
|
box-shadow: 0px 0px 2px rgba(0,0,0,.2);
|
|
|
|
} */
|
2014-12-09 08:08:50 +00:00
|
|
|
.like-dislike-block li span,
|
|
|
|
.like-dislike-block li a{
|
|
|
|
padding: 5px;
|
|
|
|
display: block;
|
|
|
|
height: 100%;
|
|
|
|
font-weight: 700;
|
|
|
|
}
|
|
|
|
.like-dislike-block li a{
|
|
|
|
color: #3d3d3d;
|
|
|
|
}
|
2014-12-09 12:32:47 +00:00
|
|
|
/*.like-dislike-block li span{
|
2014-12-09 08:08:50 +00:00
|
|
|
background: #428bca;
|
|
|
|
color: #fff;
|
|
|
|
font-size: 17px;
|
2014-12-09 12:32:47 +00:00
|
|
|
}*/
|
2014-09-19 14:45:38 +00:00
|
|
|
.watch-vid-rating-view{
|
|
|
|
text-align: center;
|
|
|
|
width:100%;
|
|
|
|
}
|
|
|
|
.watch-vid-thumbsupdown-sec{
|
|
|
|
width:100%;
|
|
|
|
margin-top:5px;
|
|
|
|
float: left;
|
|
|
|
position: relative;
|
|
|
|
}
|
2014-12-09 08:08:50 +00:00
|
|
|
.like-dislike-text{
|
|
|
|
color: #898888;
|
|
|
|
font-size: 13px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2014-09-19 14:45:38 +00:00
|
|
|
.newLike{
|
|
|
|
float: left;
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
.newDislike{
|
|
|
|
float: right;
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
.watch-vid-error{
|
2015-06-03 12:57:36 +00:00
|
|
|
bottom:0px;
|
|
|
|
min-width: 280px;
|
|
|
|
position: absolute;
|
|
|
|
right: 0px;
|
|
|
|
width: 100%;
|
|
|
|
text-align: right;
|
|
|
|
z-index: 10;
|
|
|
|
}
|
|
|
|
.watch-vid-error .error {
|
|
|
|
font-size: 14px;
|
|
|
|
padding: 5px;
|
2014-09-19 14:45:38 +00:00
|
|
|
}
|
|
|
|
.watch-vid-tab-description{
|
|
|
|
width:98%;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
.watch-vid-tag{
|
|
|
|
width:100%;
|
|
|
|
float: left;
|
|
|
|
margin-top: 10px;
|
2014-12-09 08:08:50 +00:00
|
|
|
line-height: 22px;
|
2014-12-10 10:20:20 +00:00
|
|
|
font-size: 16px;
|
2014-12-09 08:08:50 +00:00
|
|
|
}
|
2015-06-02 13:35:05 +00:00
|
|
|
.watch-vid-tag span, .watch-vid-tag strong{
|
2014-09-19 14:45:38 +00:00
|
|
|
float: left;
|
2015-06-02 13:35:05 +00:00
|
|
|
color: #000;
|
|
|
|
font-size: 16px;
|
2014-12-09 08:08:50 +00:00
|
|
|
}
|
2015-06-02 13:35:05 +00:00
|
|
|
.watch-vid-tag strong{
|
|
|
|
margin-right: 5px;
|
2014-09-19 14:45:38 +00:00
|
|
|
}
|
2014-09-19 15:13:23 +00:00
|
|
|
.watch-vid-social-sec{
|
2014-09-23 13:47:24 +00:00
|
|
|
width:116px;
|
2014-09-19 15:13:23 +00:00
|
|
|
float: right;
|
|
|
|
margin-top: 18px;
|
|
|
|
}
|
2014-09-19 14:45:38 +00:00
|
|
|
.full-width{
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2014-09-23 14:05:56 +00:00
|
|
|
.photo-share-tab{
|
|
|
|
width:48%;
|
|
|
|
display:inline-block;
|
|
|
|
margin-top:5px;
|
|
|
|
}
|
|
|
|
.photo-share-tab label{
|
|
|
|
text-transform:uppercase;
|
|
|
|
font:bold 11px Tahoma;
|
|
|
|
}
|
|
|
|
|
|
|
|
.photo-share-tab input{
|
|
|
|
padding:4px;
|
|
|
|
font:normal 11px Tahoma;
|
|
|
|
border:1px solid #ccc;
|
|
|
|
width:95%;
|
|
|
|
}
|
2014-12-09 12:32:47 +00:00
|
|
|
.likes_perc_less{
|
|
|
|
background: #D00101;
|
|
|
|
color: #fff;
|
|
|
|
font-size: 17px;
|
|
|
|
}
|
|
|
|
.likes_perc_more{
|
|
|
|
background: #00A650;
|
|
|
|
color: #fff;
|
|
|
|
font-size: 17px;
|
|
|
|
}
|
|
|
|
|
2014-09-23 14:05:56 +00:00
|
|
|
|
|
|
|
|
2014-09-19 14:45:38 +00:00
|
|
|
@media (max-width: 479px) {
|
2015-06-02 13:35:05 +00:00
|
|
|
.watch-vid-thumb{
|
|
|
|
float: none;
|
|
|
|
margin:0px auto;
|
|
|
|
}
|
|
|
|
.watch-vid-user-sec {
|
|
|
|
float: none;
|
|
|
|
margin: 0 auto;
|
|
|
|
text-align: center;
|
|
|
|
width: 200px;
|
|
|
|
}
|
|
|
|
.watch-vid-user-name {
|
|
|
|
margin-top: 10px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.watch-vid-rating-sec {
|
|
|
|
float: none;
|
|
|
|
margin: 20px auto 0;
|
|
|
|
width: 172px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (max-width: 375px) {
|
|
|
|
.grey-tabs.cb-item-desc-container .nav-tabs > li > a{
|
|
|
|
padding: 4px 10px;
|
|
|
|
}
|
|
|
|
.grey-tabs.cb-item-desc-container .nav-tabs > li > a i{
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.cb-item-desc-container .nav-tabs > li > a{
|
|
|
|
padding: 4px 10px;
|
|
|
|
}
|
2015-06-02 10:36:16 +00:00
|
|
|
}
|
2015-06-02 13:35:05 +00:00
|
|
|
|
2014-09-19 14:45:38 +00:00
|
|
|
/* usman css end */
|