clipbucket/upload/styles/cbv3/theme/view_channel.css
Fawaz d5f43443bb 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

918 lines
No EOL
25 KiB
CSS

body.view_channel {
background: #eee;
overflow-x: hidden;
}
body.view_channel .view-channel-container header {
background: white;
position: relative;
padding-bottom: 1px;
margin-bottom: 25px;
}
body.view_channel .popover {
width: 250px;
}
body.view_channel .view-channel-container header:before, body.view_channel .view-channel-container header:after {
content: '';
position: absolute;
background: inherit;
bottom: 0px;
width: 100%;
border: inherit;
height: 100%;
}
body.view_channel .view-channel-container header:before { right: 100%; } body.view_channel .view-channel-container header:after { left: 100%; }
.view-channel-container {
background: #eee;
}
.view-channel-container .global-navigation-column { width: 320px; }
.view-channel-container #global-navgiation-full-height { width: 320px; box-shadow: 15px 0px 0px 0px black; }
.view-channel-container .global-sidebar-column { width: 230px; padding: 0px 10px; background: #dadada; margin-left: 0px; }
.view-channel-container .global-content-column { width: 530px; background: #eeeeee; padding: 0px;}
.view-channel-container #global-content-full-height { width: 530px; left: 320px; }
.view-channel-container #global-sidebar-full-height { width: 250px; height: 100%; background: #dadada; right: 0px; top: 0px; position: absolute; z-index: -1; }
.view-channel-container .global-navigation-column .cb-widget { padding: 14px 20px; line-height: 18px; background: transparent; border: 0px; border-bottom: 1px solid black; box-shadow: 0px 1px 0px 0px #4a4a4a; color: #999999; font-size: 12px; }
.view-channel-container .global-navigation-column .cb-widget-title { font-size: 16px; margin: 0px 0px; }
/* UL, LI, A - global-navigation-column */
.view-channel-container .global-navigation-column ul {
margin: 0px;
padding: 0px;
list-style: none;
}
.view-channel-container .global-navigation-column ul li, .view-channel-container .global-navigation-column ul li a {
display: block;
}
.view-channel-container .global-navigation-column ul li {
margin-bottom: 6px;
}
.view-channel-container .global-navigation-column ul li:last-child {
margin-bottom: 0px;
}
.view-channel-container .global-navigation-column ul li a {
color: #ccc;
}
.view-channel-container .global-navigation-column ul li a .muted {
color: #666;
}
.view-channel-container .global-navigation-column ul li a:hover {
text-decoration: none; background: #121212;
}
/* UL, LI, A - global-sidebar-column */
.view-channel-container .global-sidebar-column ul {
margin: 0px;
padding: 0px;
list-style: none;
}
.view-channel-container .global-sidebar-column ul li, .view-channel-container .global-sidebar-column ul li a {
display: block;
}
.view-channel-container .global-sidebar-column ul li a {
color: #ccc;
}
.view-channel-container .global-sidebar-column ul li a .muted {
color: #999; font-weight: normal; font-size: 11px;
}
.view-channel-container .global-navigation-column ul li a:hover {
text-decoration: none; background: #121212;
}
.view-channel-container .global-navigation-column dl, .view-channel-container .global-sidebar-column dl {
margin: 0px; font-size: 12px;
}
.view-channel-container .global-navigation-column dl.dl-horizontal dt, .view-channel-container .global-sidebar-column dl.dl-horizontal dt {
text-align: left; width: 57%; padding-right: 5px; margin-bottom: 2px;
}
.view-channel-container .global-navigation-column dl.dl-horizontal dd, .view-channel-container .global-sidebar-column dl.dl-horizontal dd {
margin-left: 0px; margin-bottom: 2px; text-align: right;
}
.view-channel-user-bar {
background: #222222;
background: -moz-linear-gradient(top, #222222 0%, #111111 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#111111));
background: -webkit-linear-gradient(top, #222222 0%,#111111 100%);
background: -o-linear-gradient(top, #222222 0%,#111111 100%);
background: -ms-linear-gradient(top, #222222 0%,#111111 100%);
background: linear-gradient(to bottom, #222222 0%,#111111 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#111111',GradientType=0 );
border-left: 1px solid black; height: 85px; position: relative;
}
.view-channel-user-bar .view-channel-user-bar-details-toggler {
height: 100%; position: absolute; top: 0px; right: 0px;
border-left: 1px solid #060606; width: 40px; box-shadow: inset 1px 0px 0px 0px #323232;
background: #151515;
background: -moz-linear-gradient(top, #151515 0%, #040404 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#151515), color-stop(100%,#040404));
background: -webkit-linear-gradient(top, #151515 0%,#040404 100%);
background: -o-linear-gradient(top, #151515 0%,#040404 100%);
background: -ms-linear-gradient(top, #151515 0%,#040404 100%);
background: linear-gradient(to bottom, #151515 0%,#040404 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#151515', endColorstr='#040404',GradientType=0 );
}
.view-channel-user-bar .view-channel-user-bar-details-toggler .bar {
height: 2px; background: white; width: 18px; margin: 3px 0px 0px; box-shadow: 0px 5px 0px 0px white, 0px 10px 0px 0px white;
position: absolute; top: 50%; left: 50%; margin-left: -8px; margin-top: -8px;
}
.view-channel-user-bar .view-channel-user-bar-details-toggler.open {
box-shadow: inset 0px 5px 8px 4px rgba( 0, 0 ,0, 0.8 );
}
.view-channel-user-bar .view-channel-user-bar-details-toggler > a {
position: relative; width: 100%; height: 100%; display: block;
}
.user-thumb-container, .view-channel-container .global-navigation-column ul li a { padding: 5px; background: #090909; box-shadow: 0px 1px 0px rgba(255,255,255,0.2), inset 0px 1px 2px rgba(0,0,0,1); border-radius: 3px; }
.user-thumb-container span.username { position: absolute; color: white; font-size: 24px; text-shadow: 1px 2px black; top: 50%; left: 125%; margin-top: -9px; }
.view-channel-user-bar .user-thumb-container { margin: 15px 15px 0px; }
.view-channel-user-bar .view-channel-user-bar-details { margin-right: 60px; float: right; text-align: center; }
.view-channel-user-bar .view-channel-user-bar-details h4 { color: #999; font-size: 12px; font-weight: normal; margin-bottom: 15px; }
.view-channel-user-bar .view-channel-user-bar-details .details { color:#464646; text-shadow: 0px -1px rgba(0,0,0,0.75); font-size: 36px;}
.view-channel-container .global-content-column .content-box {
box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
}
.view-channel-container .global-content-column .content-box:last-child {
border-bottom: none; box-shadow: none;
}
.view-channel-container .global-content-column .content-box h2 {
font-size: 18px;
line-height: 28px;
color: #464646;
padding: 14px;
margin: 0px;
font-weight: normal;
border-bottom: 1px solid #ccc;
}
.user-feed-hover-indicator {
width: 0;
height: 0;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
border-right:8px solid white;
position: absolute;
top: 35px; left:-7px;
visibility: hidden;
}
.user-feed-block {
border: solid #dadada; border-width: 1px 0px;
position: relative; margin-top: -1px;
background: whitesmoke; height: 155px;
}
.user-feed-block:first-child {
margin-top:0px;
}
.user-feed-block .user-feed-left {
float: left;
height: 100%;
width: 100px;
text-align: center;
position: relative;
}
.user-feed-left .user-feed-thumb {
padding: 3px;
background: #dadada;
border: 1px solid #ccc;
border-radius: 1px;
display: inline-block;
margin-top: 19px;
box-shadow: inset 0px 1px 0px 0px rgba(0,0,0,0.05);
margin-bottom: 5px;
}
.user-feed-left [class^="icon-"], [class*=" icon-"] {
opacity: 0;
-webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out;
}
.user-feed-actions {
position: absolute;
right: 22px; top:20px;
}
.user-feed-actions .user-feed-action-menu {
width: 12px; height: 12px;
border: 1px solid #999; border-radius: 15px;
opacity: 0; text-align: center;
-webkit-transition: opacity .2s ease-in-out; -moz-transition: opacity .2s ease-in-out;
}
.user-feed-actions .user-feed-action-menu .caret {
margin-top: 5px;
border-width: 3px 3px 0px;
border-top-color: inherit;
}
.user-feed-actions .user-feed-action-menu:hover {
cursor: pointer;
border-color: #08C;
}
.user-feed-actions.open .user-feed-action-menu {
border-color: #08C;
background: #08C;
}
.user-feed-actions.open .user-feed-action-menu .caret {
border-top-color: white;
}
.user-feed-actions .dropdown-menu {
font-size: 12px;
}
.user-feed-block .user-feed-right {
position: relative;
float: right;
width: 430px;
height: 100%;
}
.user-feed-right .user-feed-content {
padding: 20px 22px;
color: #999;
}
.user-feed-right .user-feed-content h4.user-feed-title {
margin: 0px; font-size: 13px; font-weight: normal; margin-bottom: 10px;
}
.user-feed-right .user-feed-content a {
color : #333;
}
.user-feed-block:hover {
z-index: 10;
}
.user-feed-block:hover .user-feed-right .user-feed-content a {
color : #08C;
}
.user-feed-block:hover .user-feed-left {
background : #e2e2e2;
}
.user-feed-block:hover .user-feed-hover-indicator {
visibility: visible;
}
.user-feed-block:hover .user-feed-left [class^="icon-"], [class*=" icon-"], .user-feed-block:hover .user-feed-actions .user-feed-action-menu {
opacity: 1;
}
.user-feed-block:hover .user-feed-right {
background: #ffffff; /* Old browsers */
box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.05);
}
.user-feed-content .user-feed-object-thumb {
width: 120px;
height: 90px;
overflow: hidden;
float: left;
margin-right: 10px;
}
.user-feed-content .user-feed-object-thumb img {
max-width: none;
width: auto;
min-height: 100%;
}
.user-feed-content .user-feed-object-title {
font-size: 12px; font-weight: normal;
white-space: nowrap; overflow: hidden;
text-overflow: ellipsis; margin-bottom: 0px;
}
.user-feed-content .user-feed-object-content {
font-size: 11px; line-height: 17px; display: block;
height: 71px; overflow: hidden; text-overflow: ellipsis;
}
.view-channel-container .global-sidebar-column .cb-widget {
border-bottom: 1px solid white;
padding-bottom: 20px;
margin-bottom: 5px;
}
.view-channel-container .global-sidebar-column .cb-widget-title {
font-size: 14px; color: black;
margin: 0px; padding: 0px;
border: 0px none; box-shadow: none;
}
.view-channel-container .global-sidebar-column ul li {
display: block;
margin-bottom: 6px;
font-size: 12px;
font-weight: bold;
position: relative;
}
.view-channel-container .global-sidebar-column ul li:last-child {
margin-bottom: 0px;
}
.view-channel-container .global-sidebar-column ul li a {
display: block;
color: #666;
border: 1px solid #aaaaaa;
border-radius: 4px;
box-shadow: 0px 1px 0px 0px #aaa;
padding: 6px;
background: #f2f2f2; /* Old browsers */
background: -moz-linear-gradient(top, #f2f2f2 1%, #dddddd 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f2f2f2), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f2f2f2 1%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f2f2f2 1%,#dddddd 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f2f2f2 1%,#dddddd 100%); /* IE10+ */
background: linear-gradient(to bottom, #f2f2f2 1%,#dddddd 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
}
.view-channel-container .global-sidebar-column ul li a:hover {
background: white;
box-shadow: inset 0px 2px 0px -1px rgba( 0, 0, 0, 0.1 ), 0px 1px 0px 0px #AAA;
text-decoration: none;
color : #08c;
}
a.playlist {
position: relative;
}
a.playlist .inlineblock-fix {
letter-spacing: -3px;
}
a.playlist .playlist-items-thumb {
width: 100%; background: white; overflow: hidden;
margin-bottom: 5px;
}
a.playlist .playlist-items-thumb .item-thumb {
display: inline-block;
}
a.playlist .playlist-name {
width: 50%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
a.playlist .playlist-count {
position: absolute;
bottom: 6px;
right: 10px;
font-weight: normal;
font-size: 11px;
color: #999;
}
/* 1 video */
a.playlist .playlist-items-thumb.playlist-1-items, a.playlist .playlist-items-thumb {
height: 60px;
}
a.playlist .playlist-items-thumb.playlist-1-items .item-thumb, a.playlist .playlist-items-thumb .item-thumb {
height: 60px;
overflow: hidden;
display: block;
}
a.playlist .playlist-items-thumb.playlist-1-items .item-thumb img, a.playlist .playlist-items-thumb .item-thumb img {
max-width: none;
width: 100%;
margin-top: -20px;
}
/* 2 videos */
a.playlist .playlist-items-thumb.playlist-2-items {
height: 60px;
}
a.playlist .playlist-items-thumb.playlist-2-items .item-thumb {
width: 50%;
height: 60px;
float: left;
overflow: hidden;
}
a.playlist .playlist-items-thumb.playlist-2-items .item-thumb img {
margin-top: 0px;
}
/* 3 videos */
a.playlist .playlist-items-thumb.playlist-3-items {
height: 60px;
}
a.playlist .playlist-items-thumb.playlist-3-items .item-thumb:first-child {
width: 50%;
height: 60px;
float: left;
}
a.playlist .playlist-items-thumb.playlist-3-items .item-thumb {
width: 50%;
height: 30px;
vertical-align: top;
overflow: hidden;
}
a.playlist .playlist-items-thumb.playlist-3-items .item-thumb img {
margin-top: -10px;
}
a.playlist .playlist-items-thumb.playlist-3-items .item-thumb:first-child img {
margin-top: 0px;
}
/* 4 videos */
a.playlist .playlist-items-thumb.playlist-4-items {
height: 37px;
}
a.playlist .playlist-items-thumb.playlist-4-items .item-thumb {
width: 25%; height: 37px; display: inline-block; vertical-align: middle;
}
a.playlist .playlist-items-thumb.playlist-4-items .item-thumb img {
margin-top: 0px;
min-height: 100%;
}
.view-channel-container .global-navigation-column .user-collections {
position: relative; height: 39px; overflow: hidden;
}
.view-channel-container .global-navigation-column .user-collections .user-collection-title {
white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 95%;
}
.user-collections .user-collection-thumb {
width: 50px; height: 50px; position: absolute;
background: black; top: 0px; left: 0px;
overflow: hidden;
}
.user-collections .user-collection-thumb img {
height: 100%;
max-width: none;
width: auto;
margin-left: -3px;
}
.user-collections .user-collection-details {
margin-left: 53px;
}
.user-collections .user-collection-views {
position: absolute; top: 0px; left: 0px;
width: 100%; height: 52px; z-index: 5;
text-align: center; background: rgba( 0, 0, 0, 0.6 );
line-height: 52px; font-size: 18px; color: white;
text-shadow: 0px -1px black; display: none;
}
.user-collections:hover .user-collection-views {
display: block;
}
.user-feed-icon {
position: absolute;
bottom: 8px;
right: 8px;
opacity: 0.8;
}
.user-feed-icon img {
max-width: 40px;
}
.item-block.user-videos {
width: 241px;
float: left;
margin: 12px 0px 0px 16px;
color: #005580;
font-size:12px
}
.item-block.user-videos:last-child {
margin-bottom: 12px;
}
.item-block.user-videos:hover {
text-decoration: none;
color: #333;
background: white;
}
.item-block.user-videos:hover .muted {
color: #999;
}
.user-videos .user-video-thumb {
height: 150px; background: whitesmoke;
overflow: hidden; position: relative;
}
.user-videos .user-video-thumb img {
min-width: 100%;
}
.user-videos .user-video-details {
padding: 10px;
}
.user-videos .user-video-details h4 {
white-space: nowrap; font-weight: normal;
overflow: hidden; text-overflow:ellipsis;
font-size:14px; margin: 0px; margin-bottom: 5px;
}
.user-videos .user-video-details .muted {
color : #666;
}
.view-channel-column-left {
width: 500px;
float: left;
}
.view-channel-column-right {
width: 580px;
float: right;
}
.view-channel-box {
background: white;
border: 1px solid #ccc;
box-shadow: 0px 1px 0px 0px rgba( 170, 170, 170, 0.18);
padding: 10px 12px;
border-radius: 3px;
margin-bottom: 10px;
}
.view-channel-box .view-channel-box-header {
position: relative;
margin-bottom: 10px;
}
.view-channel-box .view-channel-box-footer {
background: #e1ebf3;
border-top: 1px solid #CDE3F6;
box-shadow: inset 0px 1px 0px whitesmoke;
padding: 10px;
border-radius: 0px 0px 2px 2px;
-moz-border-radius: 0px 0px 2px 2px;
-webkit-border-radius: 0px 0px 2px 2px;
-o-border-radius: 0px 0px 2px 2px;
margin: 10px -11px -9px;
}
.view-channel-box .view-channel-box-header .view-channel-box-header-right {
position: absolute;
right: 0px;
bottom: 1px;
font-size: 11px;
text-transform: uppercase;
}
.view-channel-box .view-channel-box-header .view-channel-box-header-right a:hover {
text-decoration: none;
}
.view-channel-box .view-channel-box-header h4 {
color: #464646;
margin: 0px;
font-size:16px;
}
.view-channel-box .view-channel-box-header h4 small {
font-size:14px;
position: relative;
top: -1px;
color: #999;
}
.view-channel-box .new_post_box {
margin: 0px;
}
.view-channel-box .new_post_container, .view-channel-box .new_post_box .post_btns {
margin: 0px;
}
.view-channel-box .new_post_box .post_btns {
margin-bottom: -1px;
}
.user-feed-header {
display: block;
padding-bottom: 8px;
margin-bottom: 10px;
border-bottom: 1px solid #ccc;
}
.user-feed-header .username {
font-size: 13px;
line-height: 0px;
}
.user-feed-header .user-feed-time {
font-size: 11px;
color: #666666;
}
.user-feed-avatar {
float: left;
margin-right: 8px;
}
.user-feed-box .user-feed-action-links {
font-size: 12px;
margin: 5px 0px;
color: #999;
}
.user-feed-box .user-feed-box-row {
background: #efefef;
padding: 5px;
margin-bottom: 1px;
font-size: 12px;
}
.user-feed-box .user-feed-box-row .user-feed-comment {
float: right;
width: 90%;
}
.user-feed-box .user-feed-box-row .user-feed-comment textarea {
font-size: 12px;
width: 100%;
resize: none;
box-sizing: border-box;
margin: 0px;
}
.user-feed-box .user-feed-box-row .user-feed-comment .comment {
margin-top: 0px;
margin-bottom: 5px;
}
.user-feed-box .user-feed-box-row .user-feed-comment .user-feed-comment-time {
font-size: 11px;
color: #999;
}
.user-feed-box-row.user-feed-likes {
padding: 2px 5px;
color: #666;
}
.user-feed-box .user-feed-box-row .user-avatar {
height: 100%;
float: left;
}
.view-channel-top-row-items {
list-style: none;
margin: 0px;
padding: 0px;
}
.view-channel-top-row-items li, .view-channel-top-row-items .view-channel-top-row-item {
float: left;
margin-right: 10px;
}
.view-channel-top-row-items li > a {
display: block;
}
.view-channel-top-row-items li > a > span, .view-channel-top-row-items .view-channel-top-row-item > a > span {
font-size: 14px;
color: #999 !important;
}
.view-channel-top-row-items li > a:hover > span, .view-channel-top-row-items .view-channel-top-row-item > a:hover > span {
color: #333 !important;
}
.view-channel-top-row-items li > a:hover, .view-channel-top-row-items .view-channel-top-row-item > a:hover {
text-decoration: none;
}
.view-channel-top-row-items .view-channel-top-row-item-block {
width: 150px;
height: 100px;
background-color: whitesmoke;
border-radius: 4px;
border: 1px solid #ccc;
overflow: hidden;
margin-bottom: 4px;
}
.view-channel-top-row-items li > a:hover .view-channel-top-row-item-block,
.view-channel-top-row-items .view-channel-top-row-item > a:hover .view-channel-top-row-item-block {
border-color: #aaa;
}
.view-channel-top-row-items .view-channel-top-row-item-block strong.user-subscribers {
display: block;
text-align: center;
background-color: inherit;
background-image: url('../images/icons/rss.png');
background-position: -6px 14px;
background-repeat: no-repeat;
height: 100px;
font-size: 42px;
line-height: 100px;
color: #232323;
}
.view-channel-top-row-item-block .top-row-content-block img {
max-width: none;
width: 100%;
}
.view-channel-top-row-item-block.six-blocks .top-row-content-block {
width: 50px; height: 50px; float: left;
}
.view-channel-box.user-info-box {
background-color: #f8f8f8;
box-shadow: 0px 1px 0px 0px rgba( 170, 170, 170, 0.18), inset 0px 1px 1px 0px rgba(0,0,0,0.065);
overflow: hidden;
/* background-image: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, .008) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .008) 50%, rgba(0, 0, 0, .008) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(-45deg, rgba(0, 0, 0, .008) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .008) 50%, rgba(0, 0, 0, .008) 75%, transparent 75%, transparent);
background-image: -ms-linear-gradient(-45deg, rgba(0, 0, 0, .008) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .008) 50%, rgba(0, 0, 0, .008) 75%, transparent 75%, transparent);
background-size: 10px 10px;*/
}
.user-info-box .user-details {
width: 54%;
float: left;
margin: -10px 0px -10px -12px;
padding: 8px;
}
.user-info-box .user-details dl.dl-horizontal dt {
text-align: left;
width: 140px;
}
.user-info-box .user-details dl.dl-horizontal dd {
margin-left: 150px;
}
.user-info-box .user-details .user-details-top {
padding: 4px;
background: white;
border: 1px solid #ccc;
border-radius: 3px;
}
.user-info-box .user-details .user-details-top h4.username {
margin: 0px;
font-size: 16px;
margin-bottom: 10px;
}
.user-info-box .user-profile-item {
float:right;
width: 480px;
height: 280px;
background: white;
margin: -11px -13px -11px 0px;
border: 1px solid #ccc;
padding: 5px;
border-radius: 0px 4px 4px 0px;
box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.065);
}
.user-video-block, .user-photo-block {
width: 174px;
height: 100px;
position: relative;
float: left;
margin-bottom: 15px;
}
.user-video-block .user-video-details, .user-photo-block .user-photo-details {
position: absolute;
width: 260px;
height: 180px;
background: white;
border: 1px solid #aaa;
top: 50%;
left: 50%;
margin-left: -130px;
margin-top: -90px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
padding: 8px;
visibility: hidden;
border-radius: 3px;
overflow: hidden;
z-index: -1;
}
.user-video-details h5.title, .user-photo-details h5.title {
margin: 0px; white-space: nowrap; overflow: hidden;
text-overflow: ellipsis; margin-bottom: 5px;
}
.user-video-details p.description, .user-photo-details p.description {
font-size: 11px;
color: #666;
max-height: 100px;
}
.user-video-details .info, .user-photo-details .info {
position: absolute;
background: #eee;
bottom: 2px;
width: 244px;
padding: 3px 5px;
left: 2px;
font-size: 11px;
}
.user-video-block:hover .user-video-details, .user-photo-block:hover .user-photo-details {
visibility: visible;
z-index: 500;
}
.view-channel-box.user-videos-block .view-channel-box-content, .view-channel-box.user-photos-block .view-channel-box-content {
margin-bottom: -10px;
}
.view-channel-box-content .user-video-block:nth-child(3n+2), .view-channel-box-content .user-photo-block:nth-child(3n+2) {
margin-left: 15px;
margin-right: 15px;
}
.user-video-block .user-video-thumb, .user-photo-block .user-photo-thumb {
overflow: hidden;
height: 100px;
}
.user-video-block .user-video-thumb img, .user-photo-block .user-photo-thumb img {
max-width: none;
width: 100%;
}
ul.user-contacts {
margin: 0px; padding: 0px;
list-style: none;
}
ul.user-contacts li {
width: 48%;
display: inline-block;
border-bottom: 1px solid #ccc;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
padding: 12px;
font-weight: bold;
}
ul.user-contacts li:nth-child(odd) {
margin-right: 38px;
}
ul.user-contacts li img {
margin-right: 10px;
}