2012-04-11 11:41:25 +00:00
|
|
|
/**
|
|
|
|
* @author : Arslan, Fawaz
|
|
|
|
* @Script : ClipBucket
|
|
|
|
* @Version : v3.0
|
|
|
|
* @Since : 2012
|
|
|
|
* @Rev : $REV$
|
2012-12-26 15:31:31 +00:00
|
|
|
*/
|
|
|
|
|
2012-12-24 13:53:48 +00:00
|
|
|
@import url("group.css");
|
|
|
|
@import url("view_channel.css");
|
|
|
|
@import url("collections.css");
|
|
|
|
@import url("photos.css");
|
|
|
|
@import url("feeds.css");
|
|
|
|
@import url("signup.css");
|
|
|
|
@import url("channels.css");
|
2012-12-26 15:31:31 +00:00
|
|
|
@import url("videos.css");
|
2012-12-26 13:33:26 +00:00
|
|
|
@import url("search.css");
|
2012-12-28 17:33:03 +00:00
|
|
|
@import url("account.css");
|
2012-12-31 11:25:11 +00:00
|
|
|
@import url("pm.css");
|
|
|
|
|
2012-12-26 13:33:26 +00:00
|
|
|
|
2012-12-26 15:31:31 +00:00
|
|
|
/**bootstrap icon fix
|
|
|
|
----------------------------------------
|
|
|
|
It is causing more trouble than sovling it. If navigation is looking fine than
|
|
|
|
we should only target that navigation
|
|
|
|
|
|
|
|
[class^="icon-"], [class*=" icon-"]{margin-top: -1px}
|
|
|
|
**/
|
|
|
|
header{
|
|
|
|
padding-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
header .header-top{position: relative; height: 55px}
|
|
|
|
header .header-top-right{position: absolute; right: 3px; display: inline-block;
|
|
|
|
top: 5px}
|
|
|
|
|
|
|
|
.logo-container{
|
|
|
|
padding-bottom: 10px;
|
|
|
|
position: absolute;
|
|
|
|
left: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
footer{margin-top: 15px}
|
|
|
|
|
2012-11-27 11:56:45 +00:00
|
|
|
.container{width:1100px; }
|
2012-04-25 06:45:00 +00:00
|
|
|
|
2012-05-25 11:15:58 +00:00
|
|
|
|
|
|
|
.bold{font-weight: bold}
|
|
|
|
|
2012-04-25 06:45:00 +00:00
|
|
|
.inlineblock{display: inline-block}
|
2012-09-01 19:08:08 +00:00
|
|
|
.inlineblock-fix { letter-spacing:-4px; word-spacing:-4px; }
|
|
|
|
.inlineblock-fix * { letter-spacing:normal; word-spacing:normal; }
|
|
|
|
|
2012-04-25 06:45:00 +00:00
|
|
|
.inline{display:inline}
|
|
|
|
.block{display: block}
|
|
|
|
.display-none{display: none}
|
|
|
|
|
|
|
|
.relative {position: relative}
|
|
|
|
.absolute {position: absolute}
|
|
|
|
|
2012-04-28 20:11:43 +00:00
|
|
|
.bottom{bottom:0px}
|
|
|
|
.top{top:0px}
|
|
|
|
.left{left:0px}
|
|
|
|
.right{right:0px}
|
|
|
|
|
2012-06-12 10:31:46 +00:00
|
|
|
.moveL,.floatL,.float-left{float: left}
|
|
|
|
.moveR,.floatR,.float-right{float: right}
|
2012-06-21 11:22:38 +00:00
|
|
|
.text-left{text-align: left}
|
|
|
|
.text-right{text-align: right}
|
2012-10-03 19:00:29 +00:00
|
|
|
.text-center { text-align: center !important; }
|
2012-06-12 10:31:46 +00:00
|
|
|
|
2012-04-25 06:45:00 +00:00
|
|
|
.valignTop{vertical-align: top}
|
|
|
|
.valignMid{vertical-align: middle}
|
|
|
|
|
|
|
|
.spanauto{width: auto}
|
|
|
|
.span100{width: 100px}
|
2012-04-28 20:11:43 +00:00
|
|
|
.span700{width: 700px}
|
|
|
|
.span650{width: 650px}
|
2012-04-25 06:45:00 +00:00
|
|
|
.span770{width: 770px}
|
|
|
|
.span734{width: 734px}
|
|
|
|
.span336{width: 336px}
|
|
|
|
.span300{width: 300px}
|
2012-04-28 20:11:43 +00:00
|
|
|
.span100per{width: 100%}
|
2012-04-25 06:45:00 +00:00
|
|
|
|
|
|
|
.width75{width: 75px}
|
|
|
|
.width100{width: 100px}
|
|
|
|
.width150{width: 150px}
|
|
|
|
.width200{width: 200px}
|
2012-09-01 19:08:08 +00:00
|
|
|
.width240{width: 240px}
|
|
|
|
.width250{width: 250px}
|
|
|
|
.width270{width: 270px}
|
|
|
|
.width300{width: 300px}
|
2012-09-27 14:03:48 +00:00
|
|
|
.width100perc{width: 100%}
|
2012-04-25 06:45:00 +00:00
|
|
|
|
|
|
|
.height5{height: 5px}
|
|
|
|
.height10{height: 10px}
|
|
|
|
.height15{height: 15px}
|
|
|
|
.height20{height: 20px}
|
2012-04-28 20:11:43 +00:00
|
|
|
.height60{height: 60px}
|
2012-09-01 19:08:08 +00:00
|
|
|
.height80{height: 80px}
|
|
|
|
.height100{height: 100px}
|
2012-04-28 20:11:43 +00:00
|
|
|
.height100perc{height: 100%}
|
2012-04-25 06:45:00 +00:00
|
|
|
|
2012-04-28 20:11:43 +00:00
|
|
|
.marginR10{margin-right: 10px}
|
|
|
|
.marginL10{margin-left: 10px}
|
2012-06-21 11:22:38 +00:00
|
|
|
.marginL50{margin-left: 50px}
|
|
|
|
.marginL70{margin-left: 70px}
|
|
|
|
|
2012-04-28 20:11:43 +00:00
|
|
|
.marginR5{margin-right: 5px}
|
|
|
|
.marginL5{margin-left: 5px}
|
2012-05-28 12:51:27 +00:00
|
|
|
.margin0{margin: 0px;}
|
|
|
|
|
2012-09-01 19:08:08 +00:00
|
|
|
.marginB10 { margin-bottom: 10px; }
|
|
|
|
|
2012-09-08 10:15:54 +00:00
|
|
|
.marginT5 { margin-top: 5px;}
|
|
|
|
.marginT10 { margin-top: 10px;}
|
|
|
|
.marginB20 { margin-bottom: 20px;}
|
|
|
|
.marginB0 { margin-bottom: 0px;}
|
|
|
|
|
2012-05-28 12:51:27 +00:00
|
|
|
.padding0{padding: 0px}
|
2012-04-28 20:11:43 +00:00
|
|
|
|
|
|
|
.moveL{float: left}
|
|
|
|
.moveR{float: right}
|
2012-06-01 11:57:50 +00:00
|
|
|
.noMove { float:none; }
|
2012-04-25 06:45:00 +00:00
|
|
|
|
2012-09-01 19:08:08 +00:00
|
|
|
.overflow-hidden { overflow: hidden; }
|
|
|
|
|
2012-09-10 12:48:37 +00:00
|
|
|
.resize-verticle{ resize:vertical; }
|
|
|
|
|
2012-08-16 20:10:07 +00:00
|
|
|
.padding_box{ box-sizing: padding-box; -moz-box-sizing: padding-box; -webkit-box-sizing: padding-box;}
|
|
|
|
|
2012-11-27 11:56:45 +00:00
|
|
|
.image-not-loaded-background {
|
|
|
|
background: whitesmoke url('../images/icons/images.png') center center no-repeat;
|
|
|
|
background-size: 40%;
|
|
|
|
}
|
|
|
|
|
2012-10-03 19:00:29 +00:00
|
|
|
.alert.alert-large {
|
|
|
|
font-size: 20px;
|
|
|
|
padding: 3em;
|
|
|
|
margin: 1em 0;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.alert.alert-large, .alert.alert-large.white {
|
|
|
|
background: whitesmoke;
|
|
|
|
border: 1px solid #dadada;
|
|
|
|
color: #787878;
|
|
|
|
box-shadow: inset 0px 2px 5px -2px rgba(0, 0, 0, 0.2);
|
|
|
|
}
|
|
|
|
|
|
|
|
.alert.alert-large.inverse {
|
|
|
|
background: #232323;
|
|
|
|
border: 1px solid #121212;
|
|
|
|
color: #e8e8e8;
|
|
|
|
text-shadow: 0px 1px rgba(0, 0, 0, 0.5);
|
|
|
|
}
|
|
|
|
|
|
|
|
.object-manager-thumb {
|
|
|
|
width: 164px;
|
|
|
|
height: 135px;
|
|
|
|
overflow: hidden;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.object-manager-thumb img {
|
|
|
|
min-height: 100%;
|
|
|
|
max-width: none;
|
|
|
|
width: auto;
|
2012-11-27 11:56:45 +00:00
|
|
|
margin-left: -15px;
|
2012-10-03 19:00:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.object-manager-content {
|
|
|
|
float: right;
|
|
|
|
width: 480px;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.object-manager-title {
|
|
|
|
display: block;
|
|
|
|
margin-bottom: 3px;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.object-manager-labels .label {
|
|
|
|
font-weight: normal;
|
|
|
|
font-size: 12px;
|
|
|
|
display: block;
|
|
|
|
text-align: center;
|
|
|
|
clear: both;
|
|
|
|
margin-top:5px;
|
|
|
|
padding: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.object-manager-details {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.object-manager-details ul {
|
|
|
|
list-style: none;
|
|
|
|
margin: 0px;
|
|
|
|
padding: 6px 0px;
|
|
|
|
border-radius: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.object-manager-details ul li {
|
|
|
|
color: #999;
|
|
|
|
}
|
|
|
|
|
|
|
|
.object-manager-details ul li:last-child {
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.object-manager-details ul li i {
|
|
|
|
margin: 0px 0px 0px -17px;
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out;
|
2012-12-26 15:31:31 +00:00
|
|
|
|
2012-10-03 19:00:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.object-manager-details ul li:hover {
|
|
|
|
color: #333;
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
.object-manager-details ul li:hover i {
|
|
|
|
margin:0px 0px 0px 2px;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
2012-04-25 06:45:00 +00:00
|
|
|
.video-details-shadow{background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.12) 100%);
|
2012-12-26 15:31:31 +00:00
|
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.12)));
|
|
|
|
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.12) 100%);
|
|
|
|
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.12) 100%);
|
|
|
|
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.12) 100%);
|
|
|
|
background: linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.12) 100%);
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1f000000',GradientType=0 );
|
|
|
|
; bottom: 0px; width: 100%; height:10px}
|
2012-04-25 06:45:00 +00:00
|
|
|
|
|
|
|
/* Icons */
|
|
|
|
.icon-hard-disk {background-position: -0px -144px;}
|
|
|
|
.icon-news {background-position: -24px -144px;}
|
|
|
|
.icon-bell {background-position: -48px -144px;}
|
|
|
|
.icon-popup {background-position: -72px -144px;}
|
|
|
|
.icon-like {background-position: -96px -144px;}
|
|
|
|
.icon-dislike {background-position: -120px -144px;}
|
|
|
|
.icon-thumb-right {background-position: -144px -144px;}
|
|
|
|
.icon-thumb-left {background-position: -168px -144px;}
|
|
|
|
.icon-thumb-up {background-position: -192px -144px;}
|
|
|
|
.icon-thumb-down {background-position: -216px -144px;}
|
|
|
|
.icon-right {background-position: -240px -144px;}
|
|
|
|
.icon-left {background-position: -264px -144px;}
|
|
|
|
.icon-up {background-position: -288px -144px;}
|
|
|
|
.icon-down {background-position: -312px -144px;}
|
2012-11-27 11:56:45 +00:00
|
|
|
.icon-embed {background-position: -384px 0px; -webkit-transition: none; }
|
2012-04-25 06:45:00 +00:00
|
|
|
|
2012-11-27 11:56:45 +00:00
|
|
|
/* Dropdown embed icon */
|
|
|
|
ul.dropdown-menu > li > a:hover .icon-v3 {
|
|
|
|
background-image: url('../images/v3icons-white.png');
|
|
|
|
}
|
2012-04-25 06:45:00 +00:00
|
|
|
|
Fixed : Mass Recreation of photos
Fixed : Uploading/Making/Changing user avatar will also update collection cover to current one
Fixed : $crop variable to $cropping in generate_photos. In resizer.class.php we are using $cropping
Added : New cropping case, 10. Read it's example to understand what it does
Added : Documentation for few function in functions_photos.php
Added : new function called display_user_custom_background in functions_users.php
Added : Custom Dimensions for photos in startup.php. Now these will also be produced, 75x75,100x100,150x150,240,320,500,640,800,1024
Updated : default.css
Added : new display_method in blocks/video.html
Added : Change background form
Fixed : photo embed code
2012-09-26 12:35:05 +00:00
|
|
|
.item-block, .item-block.light {
|
|
|
|
background: #f8f8f8;
|
|
|
|
background: -moz-linear-gradient(top, #f8f8f8 0%, #dddddd 100%);
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#dddddd));
|
|
|
|
background: -webkit-linear-gradient(top, #f8f8f8 0%,#dddddd 100%);
|
|
|
|
background: -o-linear-gradient(top, #f8f8f8 0%,#dddddd 100%);
|
|
|
|
background: -ms-linear-gradient(top, #f8f8f8 0%,#dddddd 100%);
|
|
|
|
background: linear-gradient(to bottom, #f8f8f8 0%,#dddddd 100%);
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#dddddd',GradientType=0 );
|
|
|
|
box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.2);
|
|
|
|
border-radius: 4px;
|
|
|
|
display: block;
|
|
|
|
}
|
2012-05-19 13:42:45 +00:00
|
|
|
|
Fixed : Mass Recreation of photos
Fixed : Uploading/Making/Changing user avatar will also update collection cover to current one
Fixed : $crop variable to $cropping in generate_photos. In resizer.class.php we are using $cropping
Added : New cropping case, 10. Read it's example to understand what it does
Added : Documentation for few function in functions_photos.php
Added : new function called display_user_custom_background in functions_users.php
Added : Custom Dimensions for photos in startup.php. Now these will also be produced, 75x75,100x100,150x150,240,320,500,640,800,1024
Updated : default.css
Added : new display_method in blocks/video.html
Added : Change background form
Fixed : photo embed code
2012-09-26 12:35:05 +00:00
|
|
|
.item-block:hover, .item-block.light:hover {
|
|
|
|
box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.4);
|
|
|
|
}
|
2012-05-19 13:42:45 +00:00
|
|
|
|
2012-04-25 06:45:00 +00:00
|
|
|
/* V3 ClipBucket Custom icons */
|
|
|
|
.icon-stats {background-position: -0px -0px;}
|
|
|
|
.icon-globe {background-position: -24px -0px;}
|
|
|
|
.icon-keys {background-position: -48px -0px;}
|
2012-04-28 20:11:43 +00:00
|
|
|
.icon-reply {background-position: -72px -0px;}
|
|
|
|
.icon-groups {background-position: -96px -0px;}
|
|
|
|
.icon-add-user {background-position: -120px -0px;}
|
|
|
|
.icon-remove-user {background-position: -144px -0px;}
|
2012-12-26 15:31:31 +00:00
|
|
|
|
|
|
|
|
2012-05-19 13:42:45 +00:00
|
|
|
/* For inverting Toggle */
|
|
|
|
.toggle-invert{background-position: -24px 0px}
|
2012-04-25 06:45:00 +00:00
|
|
|
|
|
|
|
.icon-v3 {
|
2012-12-26 15:31:31 +00:00
|
|
|
background-image: url("../images/v3icons.png");
|
2012-04-25 06:45:00 +00:00
|
|
|
}
|
2012-06-21 11:22:38 +00:00
|
|
|
|
|
|
|
.icon-blank {
|
2012-12-26 15:31:31 +00:00
|
|
|
background-image: url("../images/dot.gif");
|
|
|
|
width: 0px;
|
2012-06-21 11:22:38 +00:00
|
|
|
}
|
|
|
|
|
2012-04-25 06:45:00 +00:00
|
|
|
.icon-v3-white {
|
2012-12-26 15:31:31 +00:00
|
|
|
background-image: url("../images/v3icons-white.png");
|
2012-04-25 06:45:00 +00:00
|
|
|
}
|
2012-05-19 13:42:45 +00:00
|
|
|
.icon-set{
|
2012-12-26 15:31:31 +00:00
|
|
|
background-image:url("../images/iconset.png");
|
|
|
|
|
2012-05-19 13:42:45 +00:00
|
|
|
}
|
|
|
|
|
2012-04-25 06:45:00 +00:00
|
|
|
|
2012-09-21 18:01:46 +00:00
|
|
|
.black-gradient{
|
2012-12-26 15:31:31 +00:00
|
|
|
color:#fff;
|
|
|
|
text-shadow: 1px 1px 0px #000;
|
|
|
|
font-size: 11px;
|
|
|
|
font-weight: bold;
|
|
|
|
width: 100%;
|
|
|
|
min-height: 20px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
-moz-box-sizing: border-box; /* Firefox */
|
|
|
|
-webkit-box-sizing: border-box; /* Safari */
|
|
|
|
|
|
|
|
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65)));
|
|
|
|
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
|
|
|
|
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
|
|
|
|
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
|
|
|
|
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
|
|
|
|
|
|
|
|
padding-left:5px;
|
2012-09-21 18:01:46 +00:00
|
|
|
}
|
2012-04-25 06:45:00 +00:00
|
|
|
|
2012-10-03 19:00:29 +00:00
|
|
|
.black-gradient a {
|
|
|
|
color : white;
|
|
|
|
}
|
|
|
|
|
2012-04-25 06:45:00 +00:00
|
|
|
/* V3 Progress Bars */
|
|
|
|
.progress-rating {
|
2012-12-26 15:31:31 +00:00
|
|
|
background-color: #cc0000;
|
|
|
|
height: 5px;
|
|
|
|
background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%);
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404));
|
|
|
|
background: -webkit-linear-gradient(top, #ff3019 0%,#cf0404 100%);
|
|
|
|
background: -o-linear-gradient(top, #ff3019 0%,#cf0404 100%);
|
|
|
|
background: -ms-linear-gradient(top, #ff3019 0%,#cf0404 100%);
|
|
|
|
background: linear-gradient(top, #ff3019 0%,#cf0404 100%);
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );
|
2012-04-25 06:45:00 +00:00
|
|
|
}
|
|
|
|
|
2012-09-26 11:28:20 +00:00
|
|
|
|
2012-09-27 14:03:48 +00:00
|
|
|
.well-white{background-color: #fff}
|
2012-09-26 11:28:20 +00:00
|
|
|
|
|
|
|
|
|
|
|
.white-grad{background: rgb(255,255,255);
|
2012-12-26 15:31:31 +00:00
|
|
|
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0NiUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWRlZGVkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
|
|
|
|
background: -moz-linear-gradient(top, rgba(255,255,255,1) 46%, rgba(237,237,237,1) 100%);
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(46%,rgba(255,255,255,1)), color-stop(100%,rgba(237,237,237,1)));
|
|
|
|
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 46%,rgba(237,237,237,1) 100%);
|
|
|
|
background: -o-linear-gradient(top, rgba(255,255,255,1) 46%,rgba(237,237,237,1) 100%);
|
|
|
|
background: -ms-linear-gradient(top, rgba(255,255,255,1) 46%,rgba(237,237,237,1) 100%);
|
|
|
|
background: linear-gradient(to bottom, rgba(255,255,255,1) 46%,rgba(237,237,237,1) 100%);
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
|
2012-09-26 11:28:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.controller{border: 1px solid #ccc;padding: 5px 8px;
|
2012-12-26 15:31:31 +00:00
|
|
|
border-width: 1px 0px; margin-bottom: 10px; }
|
2012-09-26 11:28:20 +00:00
|
|
|
.controller .buttons{position: relative; top:1px;}
|
|
|
|
.controller-fixed{border-top: none; box-shadow: 0px 1px 1px #CCC}
|
|
|
|
.controller-fixed-bottom{border-bottom: none; box-shadow: 0px -1px 1px #CCC; margin-bottom: 0px}
|
|
|
|
|
|
|
|
.buttons .right-button{ position: absolute; right: 0px; top: 0px}
|
|
|
|
.buttons .btn-toolbar{margin: 0px}
|
|
|
|
|
|
|
|
.input-order{width: 30px}
|
|
|
|
.list-block tbody input[type=checkbox]{margin: 0px 10px}
|
|
|
|
|
2012-04-25 06:45:00 +00:00
|
|
|
/* Comments */
|
|
|
|
.comment{margin-top: 10px; margin-bottom: 10px}
|
2012-04-28 20:11:43 +00:00
|
|
|
.comment .comment-text{margin-left: 10px}
|
2012-09-21 18:01:46 +00:00
|
|
|
.comment-textarea{margin-left: 10px !important; width: 642px !important}
|
2012-06-21 11:22:38 +00:00
|
|
|
.comment-options{ top: -6px; right: 100px; display: none}
|
|
|
|
.like-dislike{ top: 3px; right: 7px}
|
2012-06-12 10:31:46 +00:00
|
|
|
.add-comment-uphoto{width: 62px; height: 62px}
|
|
|
|
.comment-login{top: 10px; left: 90px}
|
2012-06-21 11:22:38 +00:00
|
|
|
.comment-thumb{ width: 50px; height: 50px}
|
|
|
|
.spammed-comment-btns{right: 3px; top: 3px}
|
|
|
|
.spammed-comment{margin: 5px 0px; color: #999; font-size: 12px; font-style: italic }
|
2012-04-28 20:11:43 +00:00
|
|
|
|
|
|
|
/* Author Box */
|
|
|
|
.author-box-content{width: 220px}
|
|
|
|
|
|
|
|
|
|
|
|
/* Login and Registeration Modal box */
|
|
|
|
.login-modal-left{width: 249px; border-right: 1px solid #ccc; padding-right: 15px}
|
|
|
|
.login-modal-right{width: 250px; margin-left: 15px; padding-top: 10px}
|
|
|
|
|
|
|
|
.modal-username,.modal-password{width: 240px}
|
2012-05-19 13:42:45 +00:00
|
|
|
.terms-text{font-size: 10px; color: #666}
|
|
|
|
|
2012-12-26 15:31:31 +00:00
|
|
|
|
|
|
|
|
2012-05-22 11:34:45 +00:00
|
|
|
.cb-widget{margin-bottom: 15px}
|
2012-09-01 19:08:08 +00:00
|
|
|
.cb-widget-title { font-size: 14px; font-weight: normal; color: #464646; border-bottom: 1px solid #aaa; padding-bottom:3px; margin-bottom: 10px; box-shadow: 0px 4px 1px -2px rgba(0,0,0,0.1); }
|
|
|
|
.cb-widget-title a { color: #006699 }
|
|
|
|
.cb-widget-title a:hover { text-decoration: none; color: #333; }
|
2012-05-19 13:42:45 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
2012-10-01 10:40:38 +00:00
|
|
|
.group-video-block .video-thumb .duration, .video-box .video-thumb .duration{position: absolute; left: 5px; bottom: 5px;
|
2012-12-26 15:31:31 +00:00
|
|
|
width: 35px; height: 15px; line-height: 15px;
|
2012-12-27 15:16:44 +00:00
|
|
|
|
2012-12-26 15:31:31 +00:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
color: #fff; font-size: 10px; text-align: center; font-weight: bold; text-shadow: 1px 1px 0px #000}
|
2012-05-22 11:34:45 +00:00
|
|
|
|
|
|
|
|
|
|
|
.loading_pointer {display: none; vertical-align: middle}
|
|
|
|
|
|
|
|
|
2012-05-25 12:33:20 +00:00
|
|
|
.add-playlist-box{background-color: #fff; max-height: 200px; overflow: auto}
|
|
|
|
.add-playlist-list{margin: 5px; padding: 4px; margin-bottom: 10px}
|
2012-05-25 11:15:58 +00:00
|
|
|
.add-playlist-list li{margin: 0px; padding: 0px;
|
2012-12-26 15:31:31 +00:00
|
|
|
float: left;width: 100px; list-style: none}
|
2012-05-25 11:15:58 +00:00
|
|
|
|
|
|
|
.add-playlist-list li.title{width: 330px; }
|
|
|
|
.add-playlist-list li.privacy{width: 80px}
|
|
|
|
.add-playlist-list li.loader{width: 20px}
|
|
|
|
|
2012-05-25 12:33:20 +00:00
|
|
|
.add-playlist-list-ul:hover{background-color: #333; color:#fff; cursor: pointer}
|
|
|
|
|
|
|
|
.add-playlist-list li{background-color: transparent}
|
|
|
|
|
2012-05-22 11:34:45 +00:00
|
|
|
/* Account */
|
2012-05-23 18:32:45 +00:00
|
|
|
.account-left{width: 220px; margin-right: 30px; float: left}
|
2012-05-22 11:34:45 +00:00
|
|
|
.account-left .well{padding: 10px 0px}
|
|
|
|
|
2012-09-26 11:28:20 +00:00
|
|
|
|
2012-05-22 11:34:45 +00:00
|
|
|
.account-right h2 .label{vertical-align: middle}
|
|
|
|
|
|
|
|
.account-heading{position: relative}
|
|
|
|
.account-controls-left{width: 45%; float:left}
|
2012-05-23 18:32:45 +00:00
|
|
|
.account-controls-right{width: 45%; float:right}
|
|
|
|
|
2012-09-26 11:28:20 +00:00
|
|
|
|
|
|
|
.account-inner-nav{
|
|
|
|
float: right; width: 200px;
|
|
|
|
border-left: 1px solid #ddd; padding-left: 10px
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.account-right{float: right; width: 850px}
|
|
|
|
|
|
|
|
.account-inner-left{width: 625px; float: left; border-right: 1px solid #ddd; padding-right:14px; margin-right: -1px}
|
|
|
|
|
|
|
|
|
2012-05-23 18:32:45 +00:00
|
|
|
.playlist-list{margin: 0px; padding: 0px;}
|
|
|
|
.playlist-list > li{margin: 0px; list-style: none; float: left; margin-right: 10px;
|
2012-12-26 15:31:31 +00:00
|
|
|
height: 120px}
|
2012-05-23 18:32:45 +00:00
|
|
|
|
2012-05-25 12:33:20 +00:00
|
|
|
|
2012-05-23 18:32:45 +00:00
|
|
|
.playlist-list > .thumb{display: block;width: 190px; }
|
|
|
|
.playlist-thumb{position: relative}
|
|
|
|
.playlist-thumb img{width: 160px; height: 100px; border: 1px solid #fff;
|
2012-12-26 15:31:31 +00:00
|
|
|
position: absolute;}
|
2012-05-23 18:32:45 +00:00
|
|
|
|
|
|
|
.playlist-list .pltitle{font-size:13px; color:#000; font-weight: bold;}
|
|
|
|
.playlist-list .seperator{margin: 0px 8px}
|
|
|
|
.plinfo{width: 500px}
|
|
|
|
.playlist-list .pldesc{margin-top: 5px; color: #666; font-size: 11px}
|
2012-05-25 11:15:58 +00:00
|
|
|
.playlist-list .subinfo{font-size: 11px; color: #666}
|
|
|
|
|
2012-06-01 11:57:50 +00:00
|
|
|
.row-exif { margin-left:0px; border-bottom:1px solid #DDD; padding-top:10px; }
|
|
|
|
.row-exif span:first-child { padding-left:5px; }
|
|
|
|
.row-exif-highlight { font-size:15px; }
|
|
|
|
|
|
|
|
.color-item { -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; }
|
|
|
|
.color-item:hover { -webkit-transform: scale(1.3); -moz-transform: scale(1.3); }
|
|
|
|
|
2012-05-30 14:56:38 +00:00
|
|
|
.playlist-manage,.playlist-manage ul{ margin: 0px; padding: 0px}
|
|
|
|
|
|
|
|
.playlist-manage > li{list-style: none; padding: 0px; clear: both;
|
2012-12-26 15:31:31 +00:00
|
|
|
margin-bottom: 30px; min-height: 60px}
|
2012-05-30 14:56:38 +00:00
|
|
|
|
|
|
|
.playlist-manage li ul li{margin:0px; float: left; display: inline-block;
|
2012-12-26 15:31:31 +00:00
|
|
|
list-style: none; padding: 0px;margin-right: 10px; min-height: 60px }
|
2012-05-30 14:56:38 +00:00
|
|
|
.playlist-manage .iteration{font-size: 11px; }
|
|
|
|
.playlist-manage .thumb img{width: 70px; height: 50px; border: 1px solid #000;
|
2012-12-26 15:31:31 +00:00
|
|
|
box-shadow: 2px 2px 2px #aaa; margin-right:5px}
|
2012-05-30 14:56:38 +00:00
|
|
|
.playlist-manage .iteration,.playlist-manage .move,.playlist-manage .delete{padding-top: 18px}
|
|
|
|
.playlist-manage .delete{float: right}
|
|
|
|
.playlist-manage .span4{vertical-align:top}
|
|
|
|
.playlist-manage .video-title{font-size: 14px; font-weight:bold; margin-bottom: 5px}
|
2012-06-01 11:57:50 +00:00
|
|
|
.playlist-manage .move{cursor:move}
|
2012-08-16 20:10:07 +00:00
|
|
|
|
2012-09-01 19:08:08 +00:00
|
|
|
.video-index-sidebar a h5 {
|
|
|
|
color : #333;
|
|
|
|
}
|
|
|
|
.video-index-sidebar a:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.video-index-sidebar a:hover h5 {
|
|
|
|
color: #006699;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav-tabs-cbv3 {
|
|
|
|
background: #efefef;
|
|
|
|
background: -moz-linear-gradient(top, #efefef 0%, #cccccc 100%);
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#cccccc));
|
|
|
|
background: -webkit-linear-gradient(top, #efefef 0%,#cccccc 100%);
|
|
|
|
background: -o-linear-gradient(top, #efefef 0%,#cccccc 100%);
|
|
|
|
background: -ms-linear-gradient(top, #efefef 0%,#cccccc 100%);
|
|
|
|
background: linear-gradient(to bottom, #efefef 0%,#cccccc 100%);
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#cccccc',GradientType=0 );
|
|
|
|
border:solid #aaa; border-width: 1px 0px; position: relative;
|
|
|
|
font-size: 10px; text-transform: uppercase;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav-tabs-cbv3 li.button {
|
|
|
|
position: absolute;
|
|
|
|
right: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav-tabs-cbv3 > li, .nav-tabs-custom-bottom-active > li {
|
|
|
|
float: left;
|
|
|
|
margin-bottom:-1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav-tabs-custom-top-active > li {
|
|
|
|
margin-bottom:0px;
|
|
|
|
margin-top: -1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav-tabs-cbv3 > li > a {
|
|
|
|
color :#333;
|
|
|
|
margin: 0px;
|
|
|
|
padding: 6px 20px;
|
|
|
|
border-right: 1px solid #aaa;
|
|
|
|
border-radius: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav-tabs-cbv3 > li > a:hover {
|
|
|
|
border-radius: 0px;
|
|
|
|
background: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav-tabs-cbv3 span {
|
|
|
|
display:block;
|
|
|
|
font-size:15px;
|
|
|
|
color: #333;
|
|
|
|
text-transform: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav-tabs-cbv3 > .active > a {
|
|
|
|
background: none;
|
|
|
|
margin: 0px;
|
|
|
|
color:#006699;
|
|
|
|
}
|
|
|
|
.nav-tabs-cbv3 > .active, .nav-tabs-custom-bottom-active > .active {
|
2012-12-26 15:31:31 +00:00
|
|
|
background: rgb(255,255,255);
|
|
|
|
background: -moz-linear-gradient(top, rgba(227,227,227,1) 0%, rgba(255,255,255,1) 100%);
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(227,227,227,1)), color-stop(100%,rgba(255,255,255,1)));
|
|
|
|
background: -webkit-linear-gradient(top, rgba(227,227,227,1) 0%,rgba(255,255,255,1) 100%);
|
|
|
|
background: -o-linear-gradient(top, rgba(227,227,227,1) 0%,rgba(255,255,255,1) 100%);
|
|
|
|
background: -ms-linear-gradient(top, rgba(227,227,227,1) 0%,rgba(255,255,255,1) 100%);
|
|
|
|
background: linear-gradient(to bottom, rgba(227,227,227,1) 0%,rgba(255,255,255,1) 100%);
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#ffffff',GradientType=0 );
|
2012-09-01 19:08:08 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.nav-tabs-custom-top-active > .active {
|
|
|
|
background: rgb(255,255,255);
|
|
|
|
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(227,227,227,1) 100%);
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(227,227,227,1)));
|
|
|
|
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(227,227,227,1) 100%);
|
|
|
|
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(227,227,227,1) 100%);
|
|
|
|
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(227,227,227,1) 100%);
|
|
|
|
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(227,227,227,1) 100%);
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e3',GradientType=0 );
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav-tabs-cbv3 > .active span {
|
|
|
|
color : #006699;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cbv3-index-photo {
|
|
|
|
width:189px; height:169px; display: block;
|
|
|
|
background: #f8f8f8;
|
|
|
|
background: -moz-linear-gradient(top, #f8f8f8 0%, #f2f2f2 100%);
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#f2f2f2));
|
|
|
|
background: -webkit-linear-gradient(top, #f8f8f8 0%,#f2f2f2 100%);
|
|
|
|
background: -o-linear-gradient(top, #f8f8f8 0%,#f2f2f2 100%);
|
|
|
|
background: -ms-linear-gradient(top, #f8f8f8 0%,#f2f2f2 100%);
|
|
|
|
background: linear-gradient(to bottom, #f8f8f8 0%,#f2f2f2 100%);
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f2f2f2',GradientType=0 );
|
|
|
|
border:1px solid #bbb; margin: -1px -1px 0px 0px;
|
|
|
|
position: relative; box-shadow: inset 0px 1px 0px 0px white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cbv3-index-photo:hover {
|
|
|
|
box-shadow: inset 0px 4px 8px -2px rgba(0,0,0,0.15);
|
|
|
|
}
|
|
|
|
|
|
|
|
.cbv3-index-photo:active {
|
|
|
|
box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.15);
|
|
|
|
}
|
|
|
|
|
|
|
|
.cbv3-index-photo .index-photo, .cbv3-index-photo.cbv3-index-photo-big .index-photo {
|
|
|
|
width : 160px;
|
|
|
|
height: 140px;
|
|
|
|
overflow: hidden;
|
|
|
|
background : #eee;
|
|
|
|
position:absolute;
|
|
|
|
top : 50%; left: 50%;
|
|
|
|
margin-left: -81px; margin-top: -71px;
|
|
|
|
border:1px solid #ddd;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cbv3-index-photo .index-photo span {
|
|
|
|
display: table;
|
|
|
|
width:100%; height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cbv3-index-photo .index-photo span img {
|
|
|
|
display: table-cell;
|
|
|
|
min-width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.photos-index.testing .cbv3-index-photo {
|
|
|
|
background : red;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cbv3-index-photo.cbv3-index-photo-big, .photos-index:nth-child(3n+1) .cbv3-index-photo {
|
|
|
|
width: 379px;
|
|
|
|
height: 339px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cbv3-index-photo.cbv3-index-photo-big .index-photo, .photos-index:nth-child(3n+1) .index-photo {
|
|
|
|
width : 350px;
|
|
|
|
height: 310px;
|
|
|
|
margin-left: -175px;
|
|
|
|
margin-top: -155px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.photos-index:nth-child(3n+1) .cbv3-index-photo .index-photo { display: none; }
|
|
|
|
.photos-index:nth-child(3n+1) .cbv3-index-photo .index-photo.large { display: block !important; }
|
|
|
|
.photos-index:nth-child(6n-2) { float: right; }
|
|
|
|
|
|
|
|
#latest-videos .item { height: 290px; overflow: hidden; }
|
2013-01-02 07:01:24 +00:00
|
|
|
#latest-videos .video-box { width: 164px; margin-right: 15px; }
|
|
|
|
#latest-videos .video-box:nth-child(5n+0) { margin-right: 0px; }
|
|
|
|
#latest-videos .video-box .video-thumb { height: 105px; }
|
|
|
|
#latest-videos .video-box .video-options { top:45%; }
|
|
|
|
#latest-videos .video-box .video-thumb > a > img { min-height: 100%; }
|
2012-09-01 19:08:08 +00:00
|
|
|
.index-middle-videos {
|
|
|
|
width: 185px;
|
|
|
|
height: 145px;
|
|
|
|
overflow: hidden;
|
|
|
|
margin-right: 5px;
|
|
|
|
margin-bottom: 3px;
|
|
|
|
display: block;
|
|
|
|
color:#333;
|
2012-12-26 15:31:31 +00:00
|
|
|
-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out;
|
2012-09-01 19:08:08 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.index-middle-videos:hover {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-middle-videos p {
|
2012-12-26 15:31:31 +00:00
|
|
|
font-size: 12px;
|
|
|
|
margin: 0px 5px;
|
2012-09-01 19:08:08 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#latest-videos .item .index-middle-videos:nth-child(even) {
|
|
|
|
margin-right: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-middle-videos img {
|
|
|
|
width: 100%;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
2012-09-21 18:01:46 +00:00
|
|
|
.global-navigation-column {
|
2012-09-01 19:08:08 +00:00
|
|
|
width: 200px;
|
|
|
|
background:#252525;
|
|
|
|
z-index: 10;
|
|
|
|
color:white;
|
|
|
|
}
|
|
|
|
|
2012-09-21 18:01:46 +00:00
|
|
|
.global-sidebar-column {
|
2012-09-01 19:08:08 +00:00
|
|
|
width:300px;
|
|
|
|
margin-left:10px;
|
|
|
|
}
|
|
|
|
|
2012-09-21 18:01:46 +00:00
|
|
|
.global-content-column {
|
2012-09-01 19:08:08 +00:00
|
|
|
width:570px;
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
2012-09-21 18:01:46 +00:00
|
|
|
#global-navgiation-full-height, #global-content-full-height {
|
2012-09-01 19:08:08 +00:00
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
|
|
|
left:0px;
|
|
|
|
width:200px;
|
|
|
|
height:100%;
|
|
|
|
background: #252525;
|
|
|
|
z-index: -1;
|
|
|
|
}
|
|
|
|
|
2012-09-21 18:01:46 +00:00
|
|
|
#global-content-full-height {
|
2012-09-01 19:08:08 +00:00
|
|
|
background : #eeeeee;
|
|
|
|
width:590px; left:200px;
|
|
|
|
}
|
|
|
|
|
2012-09-21 18:01:46 +00:00
|
|
|
.global-navigation-column .cb-widget {
|
2012-09-01 19:08:08 +00:00
|
|
|
background: #111;
|
|
|
|
border-bottom: 1px solid black;
|
|
|
|
border-top: 1px solid #222222;
|
|
|
|
position: relative; margin-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
2012-09-21 18:01:46 +00:00
|
|
|
.global-navigation-column .cb-widget-title {
|
2012-09-01 19:08:08 +00:00
|
|
|
color :#f0f0f0; font-size: 14px;
|
|
|
|
box-shadow: none; font-weight: normal;
|
|
|
|
border-bottom:0px none; text-shadow: 0px -1px black;
|
|
|
|
margin: 5px 8px 0px; line-height: 28px;
|
|
|
|
}
|
|
|
|
|
2012-12-24 11:44:23 +00:00
|
|
|
.global-channel-block{
|
|
|
|
padding:8px
|
|
|
|
}
|
|
|
|
|
2012-09-01 19:08:08 +00:00
|
|
|
.index-channel-block {
|
|
|
|
padding:8px;
|
|
|
|
}
|
|
|
|
|
2012-12-24 11:44:23 +00:00
|
|
|
|
2012-09-01 19:08:08 +00:00
|
|
|
.index-channel-block.not-logged-in {
|
|
|
|
background: #414141;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-channel-block .channel-profile-image {
|
|
|
|
max-width: 159px;
|
|
|
|
z-index: 10; border: 1px solid #090909;
|
|
|
|
}
|
|
|
|
.index-channel-block ul {
|
|
|
|
border:solid #090909;
|
|
|
|
border-width: 1px 1px 0px 1px;
|
|
|
|
position: absolute; z-index: 5;
|
2013-01-02 07:01:24 +00:00
|
|
|
top: 7px; right: 6px;
|
2012-09-01 19:08:08 +00:00
|
|
|
}
|
|
|
|
.index-channel-block ul li {
|
|
|
|
display:block;
|
|
|
|
width:24px; height: 24px;
|
2013-01-02 07:01:24 +00:00
|
|
|
padding: 1px;
|
2012-09-01 19:08:08 +00:00
|
|
|
background: #212121;
|
|
|
|
background: -moz-linear-gradient(top, #212121 0%, #181818 100%);
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#212121), color-stop(100%,#181818));
|
|
|
|
background: -webkit-linear-gradient(top, #212121 0%,#181818 100%);
|
|
|
|
background: -o-linear-gradient(top, #212121 0%,#181818 100%);
|
|
|
|
background: -ms-linear-gradient(top, #212121 0%,#181818 100%);
|
|
|
|
background: linear-gradient(to bottom, #212121 0%,#181818 100%);
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='#181818',GradientType=0 );
|
|
|
|
border-bottom: 1px solid #090909;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-channel-block ul li a {
|
|
|
|
display:block; text-align: center;
|
|
|
|
width:24px; height: 24px; line-height: 24px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-channel-block li:hover {
|
|
|
|
background: #121212;
|
|
|
|
background: -moz-linear-gradient(top, #121212 0%, #0d0d0d 100%);
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#121212), color-stop(100%,#0d0d0d));
|
|
|
|
background: -webkit-linear-gradient(top, #121212 0%,#0d0d0d 100%);
|
|
|
|
background: -o-linear-gradient(top, #121212 0%,#0d0d0d 100%);
|
|
|
|
background: -ms-linear-gradient(top, #121212 0%,#0d0d0d 100%);
|
|
|
|
background: linear-gradient(to bottom, #121212 0%,#0d0d0d 100%);
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#121212', endColorstr='#0d0d0d',GradientType=0 );
|
|
|
|
}
|
|
|
|
|
2012-09-21 18:01:46 +00:00
|
|
|
ul.global-nav-list {
|
2012-09-01 19:08:08 +00:00
|
|
|
list-style: none;
|
|
|
|
border-top: 1px solid black;
|
|
|
|
}
|
|
|
|
|
2012-09-21 18:01:46 +00:00
|
|
|
ul.global-nav-list li {
|
2012-09-01 19:08:08 +00:00
|
|
|
display: block;
|
2012-12-26 15:31:31 +00:00
|
|
|
position: relative
|
2012-09-01 19:08:08 +00:00
|
|
|
}
|
|
|
|
|
2012-12-26 15:31:31 +00:00
|
|
|
ul.global-nav-list li .icon-toggle{
|
|
|
|
position: absolute;
|
|
|
|
top: 5px;
|
|
|
|
right:5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.global-nav-list > li ol {padding: 0px; margin: 0px}
|
|
|
|
ul.global-nav-list li li a{background: #151515;}
|
|
|
|
ul.global-nav-list li li a:hover{}
|
|
|
|
.global-nav-list > li ol ul{margin-left: 0px;}
|
|
|
|
ul.global-nav-list li li{border: 0px}
|
|
|
|
.global-nav-list > li ol > li{}
|
|
|
|
.global-nav-list > li ol ul{background: none;}
|
|
|
|
.global-nav-list > li ol ul li a{ padding-left: 20px}
|
|
|
|
.global-nav-list > li a{ }
|
|
|
|
.global-nav-list > li ol > li{}
|
|
|
|
.category-toggle{cursor: pointer}
|
|
|
|
|
2012-09-01 19:08:08 +00:00
|
|
|
.cbv3-scroller {
|
|
|
|
max-height: 290px;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cbv3-scroller .lb-v-scrollbar:hover, .cbv3-scroller .lb-v-scrollbar:hover .lb-v-scrollbar-slider {
|
|
|
|
width: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cbv3-scroller .lb-h-scrollbar:hover, .cbv3-scroller .lb-h-scrollbar:hover .lb-h-scrollbar-slider {
|
|
|
|
height: 10px;
|
|
|
|
}
|
|
|
|
|
2012-09-21 18:01:46 +00:00
|
|
|
ul.global-nav-list li a {
|
2012-09-01 19:08:08 +00:00
|
|
|
background: #101010;
|
|
|
|
background: -moz-linear-gradient(top, #101010 0%, #0c0c0c 100%);
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#101010), color-stop(100%,#0c0c0c));
|
|
|
|
background: -webkit-linear-gradient(top, #101010 0%,#0c0c0c 100%);
|
|
|
|
background: -o-linear-gradient(top, #101010 0%,#0c0c0c 100%);
|
|
|
|
background: -ms-linear-gradient(top, #101010 0%,#0c0c0c 100%);
|
|
|
|
background: linear-gradient(to bottom, #101010 0%,#0c0c0c 100%);
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#101010', endColorstr='#0c0c0c',GradientType=0 );
|
|
|
|
display:block; padding: 5px 8px;
|
|
|
|
border-top: 1px solid #222222;
|
|
|
|
border-bottom: 1px solid black;
|
|
|
|
font-size: 11px; color:#999;
|
|
|
|
}
|
|
|
|
|
2012-09-21 18:01:46 +00:00
|
|
|
ul.global-nav-list li a:hover {
|
2012-09-01 19:08:08 +00:00
|
|
|
text-decoration: none;
|
|
|
|
background: #0c0c0c;
|
|
|
|
background: -moz-linear-gradient(top, #0c0c0c 0%, #101010 100%);
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0c0c0c), color-stop(100%,#101010));
|
|
|
|
background: -webkit-linear-gradient(top, #0c0c0c 0%,#101010 100%);
|
|
|
|
background: -o-linear-gradient(top, #0c0c0c 0%,#101010 100%);
|
|
|
|
background: -ms-linear-gradient(top, #0c0c0c 0%,#101010 100%);
|
|
|
|
background: linear-gradient(to bottom, #0c0c0c 0%,#101010 100%);
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c0c0c', endColorstr='#101010',GradientType=0 );
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2012-09-21 18:01:46 +00:00
|
|
|
ul.global-nav-list li:last-child a {
|
2012-09-01 19:08:08 +00:00
|
|
|
border-bottom:0px none;
|
|
|
|
}
|
2012-08-16 20:10:07 +00:00
|
|
|
|
|
|
|
/* Upload Page and all CSS related to it */
|
|
|
|
#upload_options_container{}
|
|
|
|
#upload_window{float: left; padding-right: 20px; width: 45%; margin-right: -1px; border-right: 1px solid #ccc}
|
|
|
|
#upload_options{float:left; padding-left: 20px; width: 50%; border-left: 1px solid #cccccc}
|
|
|
|
.upload-window{display: none}
|
|
|
|
.upload-icon{width: 27px; height: 26px; background-image: url('../images/upload-icons.png'); background-repeat: no-repeat;
|
2012-12-26 15:31:31 +00:00
|
|
|
display: inline-block; left: 10px; position: absolute}
|
2012-08-16 20:10:07 +00:00
|
|
|
.upload_options{margin: 0px; padding: 0px; list-style: none;}
|
|
|
|
.upload_options li{list-style: none;width: 400px; cursor: pointer; position: relative; padding: 10px 25px 10px 50px; border: 1px solid #fff; margin-bottom: 15px}
|
|
|
|
.upload_options .upload-title{font-size: 18px; font-weight: bold; }
|
|
|
|
.upload_options .upload-desc{font-size: 12px}
|
|
|
|
|
|
|
|
.upload_options li:hover,.upload_options li.active{border:1px solid #dbdbdb; border-radius: 3px; -mox-border-radius:3px; -webkit-border-radius: 3px;
|
2012-12-26 15:31:31 +00:00
|
|
|
background: rgb(255,255,255);
|
|
|
|
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzOCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTVlNWU1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
|
|
|
|
background: -moz-linear-gradient(top, rgba(255,255,255,1) 38%, rgba(229,229,229,1) 100%);
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(38%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1)));
|
|
|
|
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 38%,rgba(229,229,229,1) 100%);
|
|
|
|
background: -o-linear-gradient(top, rgba(255,255,255,1) 38%,rgba(229,229,229,1) 100%);
|
|
|
|
background: -ms-linear-gradient(top, rgba(255,255,255,1) 38%,rgba(229,229,229,1) 100%);
|
|
|
|
background: linear-gradient(to bottom, rgba(255,255,255,1) 38%,rgba(229,229,229,1) 100%);
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
|
2012-08-16 20:10:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.upload_computer_window{text-align: center; padding: 30px 10px;}
|
|
|
|
.upload-files-dropable {
|
2012-12-26 15:31:31 +00:00
|
|
|
background-color: #FAFAFA;
|
|
|
|
border: 2px dotted #DDDDDD;
|
|
|
|
color: #333333;
|
|
|
|
display: inline-block;
|
|
|
|
font-size: 18px;
|
|
|
|
font-weight: bold;
|
|
|
|
margin-top: 20px;
|
|
|
|
padding: 20px 60px;
|
2012-08-16 20:10:07 +00:00
|
|
|
}
|
|
|
|
.drag_start{
|
|
|
|
font-size: 20px;
|
|
|
|
padding: 30px 60px;
|
|
|
|
box-shadow: 0px 0px 10px #ccc;
|
|
|
|
border: 1px dashed #DDDDDD;
|
|
|
|
}
|
|
|
|
|
|
|
|
.upload-divider{background-color: #eee; height: 1px; width: 100%; box-shadow: 0 5px 6px #ccc; margin-top: 15px}
|
|
|
|
.upload_list{width: 300px; min-height: 60px; padding: 15px;background: rgb(255,255,255); /* Old browsers */
|
2012-12-26 15:31:31 +00:00
|
|
|
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
|
|
|
|
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI2MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWRlZGVkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
|
|
|
|
background: -moz-linear-gradient(top, rgba(255,255,255,1) 60%, rgba(237,237,237,1) 100%); /* FF3.6+ */
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,rgba(255,255,255,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
|
|
|
|
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 60%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
|
|
|
|
background: -o-linear-gradient(top, rgba(255,255,255,1) 60%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
|
|
|
|
background: -ms-linear-gradient(top, rgba(255,255,255,1) 60%,rgba(237,237,237,1) 100%); /* IE10+ */
|
|
|
|
background: linear-gradient(to bottom, rgba(255,255,255,1) 60%,rgba(237,237,237,1) 100%); /* W3C */
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-8 */
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
border-radius: 3px; border:1px solid #eee; margin-top: 15px}
|
2012-08-16 20:10:07 +00:00
|
|
|
|
|
|
|
.upload_list{opacity: 0.50; cursor: pointer}
|
|
|
|
.upload_list_active{opacity: 1.0; box-shadow: 0px 0px 3px #06c}
|
|
|
|
|
2012-09-11 07:05:29 +00:00
|
|
|
.upload_list .video-title, .upload_list .title{font-size: 14px; font-weight: bold; margin-left: 5px; vertical-align: top; display: inline-block; width: 280px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
|
2012-08-16 20:10:07 +00:00
|
|
|
.upload_list .progress{margin: 5px 0px}
|
|
|
|
.upload_list .percent_upload{}
|
|
|
|
.upload_list .upload-stats{font-size: 11px;}
|
|
|
|
.upload-btn-options{padding: 8px; border: 1px solid #aaa;
|
2012-12-26 15:31:31 +00:00
|
|
|
border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
|
|
|
border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
|
|
|
|
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
|
|
|
|
background: rgb(255,255,255);
|
|
|
|
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI3MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjJmMmYyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
|
|
|
|
background: -moz-linear-gradient(top, rgba(255,255,255,1) 70%, rgba(242,242,242,1) 100%);
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(70%,rgba(255,255,255,1)), color-stop(100%,rgba(242,242,242,1)));
|
|
|
|
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 70%,rgba(242,242,242,1) 100%);
|
|
|
|
background: -o-linear-gradient(top, rgba(255,255,255,1) 70%,rgba(242,242,242,1) 100%);
|
|
|
|
background: -ms-linear-gradient(top, rgba(255,255,255,1) 70%,rgba(242,242,242,1) 100%);
|
|
|
|
background: linear-gradient(to bottom, rgba(255,255,255,1) 70%,rgba(242,242,242,1) 100%);
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
|
2012-08-16 20:10:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.upload-btn-options .form{margin-top: 15px}
|
|
|
|
.upload-btn-options .form-btn{cursor: pointer !important}
|
|
|
|
.upload_list_container{display: inline-block; float: left}
|
|
|
|
.upload-form-container{ width: 768px; float: left}
|
2012-09-01 19:08:08 +00:00
|
|
|
.upload-form{padding: 20px}
|
2012-09-11 07:05:29 +00:00
|
|
|
.upload-form .title h2 { word-wrap: break-word; }
|
|
|
|
|
|
|
|
.photo-upload-image-preview {
|
|
|
|
border-radius: 3px; background: #E2E2FF;
|
|
|
|
height: 200px; box-shadow: inset 0px 0px 0px 2px white;
|
|
|
|
border: 1px solid #ccccff; position: relative; overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.photo-upload-preview-outer {
|
|
|
|
border-radius: 3px; background: white;
|
|
|
|
padding: 2px; border: 1px solid #ccccff;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.photo-upload-preview-inner {
|
|
|
|
height: 198px; overflow: hidden;
|
|
|
|
background: #e2e2ff; position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.photo-upload-preview-inner .no-photo-preview {
|
|
|
|
max-width: 176px; opacity: 0.5;
|
|
|
|
position: absolute; left: 50%; margin-left: -88px;
|
|
|
|
top: 50%; margin-top: -57px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.photo-upload-preview-inner img.new-photo-preview {
|
|
|
|
width: 100%;
|
|
|
|
max-width: none;
|
|
|
|
margin-top: -100px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Overall progress. Total files added, total files uploaded, total size and total progress */
|
|
|
|
|
|
|
|
.upload-overall {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.upload-overall .title h2 {
|
|
|
|
text-transform: uppercase;
|
|
|
|
padding: 0px; margin: 0px;
|
|
|
|
border-bottom: 0px none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.upload-overall .title h2 small {
|
|
|
|
text-transform: none;
|
|
|
|
font-weight: light;
|
|
|
|
color : #666666;
|
|
|
|
}
|
|
|
|
|
|
|
|
.upload-overall .progress {
|
|
|
|
position: relative;
|
|
|
|
height: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.upload-overall .progress .percent_upload {
|
|
|
|
position: absolute; top: 0px;
|
|
|
|
text-align: center; height: 30px;
|
|
|
|
width: 100%; line-height: 30px;
|
|
|
|
font-size: 14px; font-weight: bold;
|
2013-01-02 07:01:24 +00:00
|
|
|
left: 0px;
|
2012-09-11 07:05:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.upload-overall .progress .bar {
|
|
|
|
height: 100%;
|
|
|
|
}
|
2012-09-01 19:08:08 +00:00
|
|
|
|
|
|
|
/* Editors Pick */
|
|
|
|
.cbv3-editors-pick {
|
|
|
|
background : #333;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cbv3-editors-pick.editor-pick-no-videos {
|
|
|
|
height:250px;
|
|
|
|
text-align: center;
|
|
|
|
color:#999;
|
|
|
|
}
|
|
|
|
|
|
|
|
.editor-pick-has-videos {
|
|
|
|
color : #dedede;
|
|
|
|
}
|
|
|
|
|
|
|
|
.editor-pick-no-videos .no-videos-message {
|
|
|
|
display: table;
|
|
|
|
width:100%;
|
|
|
|
height:100%;
|
|
|
|
font-size: 18px;
|
|
|
|
font-weight: lighter;
|
|
|
|
}
|
|
|
|
|
|
|
|
.editor-pick-no-videos .no-videos-message span {
|
|
|
|
display: table-cell;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
.editor-pick-no-videos .no-video-help {
|
|
|
|
margin-top: 15px;
|
|
|
|
font-size:14px;
|
|
|
|
font-weight:normal;
|
|
|
|
color:#aaa;
|
|
|
|
}
|
|
|
|
|
|
|
|
.editor-pick-video {
|
|
|
|
padding: 10px 10px 7px 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.editor-pick-video-title {
|
|
|
|
border-bottom: 1px solid #333333;
|
2013-01-02 07:01:24 +00:00
|
|
|
margin: 0px 0px 10px;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow:hidden;
|
|
|
|
text-overflow: ellipsis;
|
2012-09-01 19:08:08 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.editor-pick-video-description {
|
|
|
|
height: 195px;
|
|
|
|
overflow: hidden;
|
|
|
|
padding: 10px 0px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.editor-pick-videos-list {
|
|
|
|
clear: both;
|
|
|
|
width: 880px;
|
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
|
|
|
margin: auto;
|
|
|
|
border: solid #131313;
|
|
|
|
border-width: 0px 0px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.editor-pick-videos-list .lb-content {
|
|
|
|
letter-spacing: -4px;
|
|
|
|
word-spacing: -4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.editor-pick-videos-list .lb-h-scrollbar, .editor-pick-videos-list .lb-h-scrollbar-slider {
|
|
|
|
display: block !important;
|
|
|
|
height: 10px;
|
|
|
|
opacity: 0.5;
|
|
|
|
bottom: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.editor-pick-videos {
|
|
|
|
position: relative;
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
border-right: 1px solid #131313;
|
|
|
|
border-bottom: 1px solid #131313;
|
|
|
|
background: #333333;
|
|
|
|
border-left: 1px solid #131313;
|
|
|
|
background: -moz-linear-gradient(top, #333333 0%, #232323 100%);
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#232323));
|
|
|
|
background: -webkit-linear-gradient(top, #333333 0%,#232323 100%);
|
|
|
|
background: -o-linear-gradient(top, #333333 0%,#232323 100%);
|
|
|
|
background: -ms-linear-gradient(top, #333333 0%,#232323 100%);
|
|
|
|
background: linear-gradient(to bottom, #333333 0%,#232323 100%);
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#232323',GradientType=0 );
|
|
|
|
cursor: pointer;
|
|
|
|
margin-left: -1px;
|
|
|
|
z-index:50;
|
|
|
|
}
|
|
|
|
|
|
|
|
.editor-pick-videos:first-child {
|
|
|
|
margin-left: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.editor-video-details-wrapper {
|
|
|
|
padding: 6px 18px 6px 12px;
|
|
|
|
border-top: 3px solid #131313;
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.editor-video-details-wrapper .play-icon {
|
|
|
|
background: rgba(0,0,0,0.2);
|
|
|
|
width: 50px;
|
|
|
|
height: 38px;
|
|
|
|
position: absolute;
|
|
|
|
top: 6px; left: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.editor-video-details-wrapper .play-icon i {
|
|
|
|
width: 28px;
|
|
|
|
height: 28px;
|
|
|
|
border: 2px solid #f8f8f8;
|
|
|
|
border-radius: 28px;
|
|
|
|
box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.5);
|
|
|
|
display: block;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.editor-video-details-wrapper .play-icon i b {
|
|
|
|
border-left: 15px solid white;
|
|
|
|
border-top: 15px solid transparent;
|
|
|
|
border-bottom: 15px solid transparent;
|
|
|
|
height: 0px; width: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.editor-pick-videos.selected {
|
|
|
|
background: #141414;
|
|
|
|
background: -moz-linear-gradient(top, #141414 0%, #0b0b0b 100%);
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#141414), color-stop(100%,#0b0b0b));
|
|
|
|
background: -webkit-linear-gradient(top, #141414 0%,#0b0b0b 100%);
|
|
|
|
background: -o-linear-gradient(top, #141414 0%,#0b0b0b 100%);
|
|
|
|
background: -ms-linear-gradient(top, #141414 0%,#0b0b0b 100%);
|
|
|
|
background: linear-gradient(to bottom, #141414 0%,#0b0b0b 100%);
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#141414', endColorstr='#0b0b0b',GradientType=0 );
|
|
|
|
border-color: black;
|
|
|
|
z-index: 100;
|
|
|
|
}
|
|
|
|
|
|
|
|
.editor-pick-videos.selected .editor-video-details-wrapper {
|
|
|
|
border-top-color : #000033;
|
|
|
|
}
|
|
|
|
|
2013-01-02 07:01:24 +00:00
|
|
|
.editor-pick-advertisment {
|
|
|
|
bottom: 75px;
|
|
|
|
right: 10px;
|
|
|
|
}
|
2012-12-24 14:14:59 +00:00
|
|
|
|
2013-01-02 07:01:24 +00:00
|
|
|
.editor-pick-video .pull-right a { color: #aaa; display: block; text-align: center; padding: 5px; background: #464646; border: 1px solid #222; border-radius: 3px; }
|
|
|
|
.editor-pick-video .pull-right a:hover { text-decoration: none; color: #ccc; box-shadow: inset 0px 0px 8px 0px rgba( 0, 0, 0, 0.5 ) }
|
2012-09-01 19:08:08 +00:00
|
|
|
|
|
|
|
.featured-middle-content {
|
2013-01-02 07:01:24 +00:00
|
|
|
|
|
|
|
border: solid #aaa;
|
|
|
|
border-width: 0px 0px 1px 0px;
|
2012-09-01 19:08:08 +00:00
|
|
|
padding: 15px 0px;
|
|
|
|
position: relative;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.featured-middle-content:before, .featured-middle-content:after {
|
|
|
|
content: '';
|
|
|
|
position: absolute;
|
|
|
|
background: inherit;
|
2013-01-02 07:01:24 +00:00
|
|
|
top: 0px;
|
2012-09-01 19:08:08 +00:00
|
|
|
bottom: 0px;
|
|
|
|
width: 10px;
|
|
|
|
border: inherit;
|
|
|
|
height: 100%;
|
|
|
|
}
|
2013-01-02 07:01:24 +00:00
|
|
|
.featured-middle-content:before { right: 100%; } .featured-middle-content:after { left: 100%; }
|
2012-09-01 19:08:08 +00:00
|
|
|
|
|
|
|
.carousel-inner .featured-video-block:first-child { border-radius: 4px 0px 0px 4px }
|
|
|
|
.carousel-inner .featured-video-block:last-child { border-radius: 0px 4px 4px 0px }
|
|
|
|
.featured-video-block {
|
|
|
|
width: 283px;
|
|
|
|
height: 220px;
|
|
|
|
background: #f2f2f2;
|
|
|
|
background: -moz-linear-gradient(top, #f2f2f2 0%, #dddddd 100%);
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#dddddd));
|
|
|
|
background: -webkit-linear-gradient(top, #f2f2f2 0%,#dddddd 100%);
|
|
|
|
background: -o-linear-gradient(top, #f2f2f2 0%,#dddddd 100%);
|
|
|
|
background: -ms-linear-gradient(top, #f2f2f2 0%,#dddddd 100%);
|
|
|
|
background: linear-gradient(to bottom, #f2f2f2 0%,#dddddd 100%);
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#dddddd',GradientType=0 );
|
|
|
|
display: inline-block;
|
|
|
|
border: 1px solid #aaa;
|
|
|
|
margin-left: -5px;
|
|
|
|
color: #666;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
.featured-video-block:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
background: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.featured-video-block:first-child {
|
|
|
|
margin-left: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.featured-video-inner-block {
|
|
|
|
width: 260px;
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.featured-video-inner-block h4 {
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.featured-video-block:hover .featured-video-inner-block h4 {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.featured-video-inner-block p {
|
|
|
|
font-size: 11px;
|
|
|
|
margin: 0px;
|
|
|
|
height: 25px;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow:clip;
|
|
|
|
}
|
|
|
|
|
|
|
|
.featured-video-block:hover .featured-video-inner-block p {
|
|
|
|
color: #666;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.featured-video-thumb-block {
|
|
|
|
width: 100%;
|
|
|
|
height: 146px;
|
|
|
|
overflow: hidden;
|
|
|
|
background: white;
|
|
|
|
margin: 10px auto 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.featured-video-thumb {
|
|
|
|
width: 100%; display: block;
|
|
|
|
height: 73px; overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.featured-video-thumb img {
|
|
|
|
width: 100%;
|
|
|
|
max-width: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.featured-video-thumb.small {
|
|
|
|
width: 50%; float: left; height: 73px; overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.two-thumbs .featured-video-thumb.small, .one-thumb .featured-video-thumb.small {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.one-thumb .featured-video-thumb.small {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.one-thumb .featured-video-thumb.small img {
|
|
|
|
width: 100%
|
|
|
|
}
|
|
|
|
|
|
|
|
.two-thumbs .featured-video-thumb.small img {
|
|
|
|
height: 100%;
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Special style of carousel for featured videos */
|
|
|
|
#featured-videos .carousel-inner {
|
|
|
|
z-index: 150;
|
|
|
|
}
|
|
|
|
|
|
|
|
#featured-videos .carousel-control {
|
|
|
|
opacity: 1;
|
|
|
|
top: auto;
|
2013-01-02 07:01:24 +00:00
|
|
|
bottom: -36px;
|
2012-09-01 19:08:08 +00:00
|
|
|
left: 0px;
|
|
|
|
width: 50%;
|
|
|
|
border-radius: 0px;
|
|
|
|
margin-top: 0px;
|
|
|
|
font-size: 18px;
|
|
|
|
font-weight: normal;
|
|
|
|
border: solid #aaa;
|
|
|
|
border-width: 1px 0px 1px 1px;
|
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
|
height: 30px;
|
|
|
|
z-index: 75;
|
|
|
|
background: #f8f8f8;
|
|
|
|
background: -moz-linear-gradient(top, #f8f8f8 0%, #f5f5f5 65%, #e0e0e0 100%);
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(65%,#f5f5f5), color-stop(100%,#e0e0e0));
|
|
|
|
background: -webkit-linear-gradient(top, #f8f8f8 0%,#f5f5f5 65%,#e0e0e0 100%);
|
|
|
|
background: -o-linear-gradient(top, #f8f8f8 0%,#f5f5f5 65%,#e0e0e0 100%);
|
|
|
|
background: -ms-linear-gradient(top, #f8f8f8 0%,#f5f5f5 65%,#e0e0e0 100%);
|
|
|
|
background: linear-gradient(to bottom, #f8f8f8 0%,#f5f5f5 65%,#e0e0e0 100%);
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e0e0e0',GradientType=0 );
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
|
|
color: #666;
|
|
|
|
border-radius: 4px 0px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#featured-videos .carousel-control:hover {
|
|
|
|
color: #000033;
|
|
|
|
}
|
|
|
|
|
|
|
|
#featured-videos .carousel-control:active {
|
|
|
|
background: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
#featured-videos .carousel-control.right {
|
|
|
|
right: 1px;
|
|
|
|
left: auto;
|
|
|
|
border-left: 0px none;
|
|
|
|
border-right: 1px solid #aaa;
|
|
|
|
border-radius: 0px 4px 0px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Carousal */
|
|
|
|
body .carousel-control {
|
|
|
|
top:50%;
|
|
|
|
left: 15px;
|
2012-09-08 10:15:54 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* Embed Boxes */
|
|
|
|
.dim-box{
|
|
|
|
padding: 3px;
|
|
|
|
display: inline-block; margin-right: 10px;
|
|
|
|
word-spacing: 6px;
|
|
|
|
color: #666; font-size: 11px; border: 1px solid transparent;
|
2012-09-10 12:48:37 +00:00
|
|
|
text-align: center;
|
|
|
|
cursor: pointer
|
2012-09-08 10:15:54 +00:00
|
|
|
}
|
|
|
|
|
2012-09-10 12:48:37 +00:00
|
|
|
.dim-box:hover{border: 1px solid #d6ddeb }
|
|
|
|
.dim-box-selected{background-color:#d8e6fb;border: 1px solid #d6ddeb }
|
2012-09-08 10:15:54 +00:00
|
|
|
.dim-block{border: 1px solid #d0d0d0;
|
2012-12-26 15:31:31 +00:00
|
|
|
background-color: #dddddd; }
|
2012-09-08 10:15:54 +00:00
|
|
|
.dim-315{height: 34px; width: 60px}
|
|
|
|
.dim-360{height: 38px; width: 66px}
|
|
|
|
.dim-480{height: 42px; width: 74px}
|
|
|
|
.dim-720{height: 46px; width: 80px}
|
|
|
|
.dim-custom{font-size: 13px; word-spacing: normal;}
|
|
|
|
.dim-custom label,.dim-custom .controls{width: 40px; display: inline-block;
|
2012-12-26 15:31:31 +00:00
|
|
|
font-size: 11px; color: #666}
|
2012-09-08 10:15:54 +00:00
|
|
|
.dim-custom .control-group{margin: 0px; height: 30px; text-align: left}
|
2012-09-10 12:48:37 +00:00
|
|
|
.dim-custom .controls{width: 75px}
|
|
|
|
|
2012-09-13 12:18:39 +00:00
|
|
|
|
Fixed : Mass Recreation of photos
Fixed : Uploading/Making/Changing user avatar will also update collection cover to current one
Fixed : $crop variable to $cropping in generate_photos. In resizer.class.php we are using $cropping
Added : New cropping case, 10. Read it's example to understand what it does
Added : Documentation for few function in functions_photos.php
Added : new function called display_user_custom_background in functions_users.php
Added : Custom Dimensions for photos in startup.php. Now these will also be produced, 75x75,100x100,150x150,240,320,500,640,800,1024
Updated : default.css
Added : new display_method in blocks/video.html
Added : Change background form
Fixed : photo embed code
2012-09-26 12:35:05 +00:00
|
|
|
|
2012-09-12 10:00:57 +00:00
|
|
|
.playlist-menu{width: 300px; padding: 10px}
|
|
|
|
|
|
|
|
.playlist-list-container .playlist-thumb{margin-right: 5px; vertical-align: top}
|
|
|
|
.playlist-list-container{color: #333}
|
|
|
|
.playlist-list-container .playlist-item{border-bottom: 1px solid #eee;
|
2012-12-26 15:31:31 +00:00
|
|
|
padding-bottom: 5px; margin-bottom: 5px ;font-weight: bold; font-size: 12px; position: relative; cursor: pointer}
|
2012-09-12 10:00:57 +00:00
|
|
|
.playlist-list-container .playlist-item .item-thumb{margin-right: 5px; vertical-align: top;}
|
2012-09-13 12:18:39 +00:00
|
|
|
.item-active{color:#06c} .item-active h6{font-size: 7px}
|
2012-09-21 18:01:46 +00:00
|
|
|
|
Fixed : Mass Recreation of photos
Fixed : Uploading/Making/Changing user avatar will also update collection cover to current one
Fixed : $crop variable to $cropping in generate_photos. In resizer.class.php we are using $cropping
Added : New cropping case, 10. Read it's example to understand what it does
Added : Documentation for few function in functions_photos.php
Added : new function called display_user_custom_background in functions_users.php
Added : Custom Dimensions for photos in startup.php. Now these will also be produced, 75x75,100x100,150x150,240,320,500,640,800,1024
Updated : default.css
Added : new display_method in blocks/video.html
Added : Change background form
Fixed : photo embed code
2012-09-26 12:35:05 +00:00
|
|
|
.user-custom-background { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; }
|
2012-09-21 18:01:46 +00:00
|
|
|
|
2012-09-26 11:28:20 +00:00
|
|
|
.selectable-radio{
|
|
|
|
cursor: pointer;
|
|
|
|
border-radius: 3px; -moz-border-radius: 2px; -webkit-border-radius: 3px;
|
|
|
|
display: inline-block; padding: 2px; margin: 3px; border: 2px solid transparent}
|
Updated : upgrade_3.0.sql
Updated : edit_account.php, Now when avatar is set it redirects to user profile
Updated : EXIF Data url
Updated : queryString function regex. Old one was removing complete query string
Updated : display_manager_links(), now all variables except omo are removed from url
Added : Make profile link for photos @startup.php
Added : return_object_order in template_functions.php, This returns the order of provided omo value
Updated : Order checking @manage_collections.php and @manage_photos.php. Now only return_object_order is used
Updated : Updating of photo when it is uploaded
Updated : photo.html, single_feed.html, single_feed_comment.html, photo_form.html, user.html, video.html, /view_channel/feed.html, manage_photos.html, view_channel.html
Added : user_contacts.html, user_photos.html and user_videos.html
Added : autoComplete parameter for photo tagging
Updated : default.css, feeds.css and view_channel.css
Updated : user_contacts.php
Added : Next and Previous photos links @view_item.php
Fixed : Avatar Delete
Fixed : getProfileItem method of $userquery
2012-12-04 13:27:13 +00:00
|
|
|
.selectable-radio.active, .selectable-radio:hover{border:2px solid #006699}
|
|
|
|
|
|
|
|
.popover-inner {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.popover-title {
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis
|
|
|
|
}
|
|
|
|
|
|
|
|
.popover-content {
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.popover-footer {
|
|
|
|
background: #F7F7F7;
|
|
|
|
border-top: 1px solid #EBEBEB;
|
|
|
|
border-radius: 0px 0px 5px 5px;
|
|
|
|
-webkit-border-radius: 0px 0px 5px 5px;
|
|
|
|
-moz-border-radius: 0px 0px 5px 5px;
|
|
|
|
padding: 5px 8px 4px;
|
|
|
|
margin: 9px -14px -9px;
|
|
|
|
box-shadow: inset 0px 1px 0px 0px white;
|
|
|
|
font-size: 11px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.popover-footer::before, .popover-footer::after {
|
|
|
|
display: table;
|
|
|
|
line-height: 0px;
|
|
|
|
content: "";
|
|
|
|
}
|
|
|
|
|
|
|
|
.popover-footer::after {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
|
|
|
.duration {
|
|
|
|
position: absolute;
|
|
|
|
display: block;
|
|
|
|
bottom: 2px;
|
|
|
|
right: 2px;
|
|
|
|
font-size: 11px;
|
|
|
|
background: rgba(0,0,0,0.6);
|
|
|
|
padding: 2px 5px;
|
|
|
|
color: white;
|
|
|
|
line-height: 14px;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.duration.left {
|
|
|
|
right: auto;
|
|
|
|
left: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.duration.top {
|
|
|
|
bottom: auto;
|
|
|
|
top: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.duration.right {
|
|
|
|
right: 2px;
|
|
|
|
left: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.duration.bottom {
|
|
|
|
top: auto;
|
|
|
|
bottom: 2px;
|
2012-12-23 19:54:30 +00:00
|
|
|
}
|