1
#user-video-gallery-header {
3
margin: 15px 0px 3px 3px;
15
#user-video-gallery-main {
19
#user-video-gallery-spinner {
20
background: url("../../resources/images/ajax-loader-videos.gif");
26
#user-video-gallery-next, #user-video-gallery-prev {
29
display: inline-block;
32
#user-video-gallery a {
35
text-decoration: none;
38
#user-video-gallery img {
45
#user-video-gallery img:hover {
46
-moz-box-shadow: 0px 0px 1px 1px yellow;
47
-webkit-box-shadow: 0px 0px 1px 1px yellow;
48
box-shadow: 0px 0px 2px 1px yellow;
52
#user-video-gallery img:hover {
53
-moz-animation-duration: 3s;
54
-moz-animation-name: glow;
55
-moz-animation-iteration-count: infinite;
56
-moz-animation-direction: alternate;
57
-webkit-animation-duration: 3s;
58
-webkit-animation-name: glow;
59
-webkit-animation-iteration-count: infinite;
60
-webkit-animation-direction: alternate;
63
@-moz-keyframes glow {
65
-moz-box-shadow: 0 0 5px #8fcccc;
68
-moz-box-shadow: 0 0 15px #7ccc66;
71
-moz-box-shadow: 0 0 5px #8fcccc;
75
@-webkit-keyframes glow {
77
-webkit-box-shadow: 0 0 5px #8fcccc;
80
-webkit-box-shadow: 0 0 15px #99ff99;
83
-webkit-box-shadow: 0 0 5px #8fcccc;
88
text-decoration: none;
92
.user-video-thumbnail-container {
97
#user-video-thumbnail-container{
98
box-shadow: 0 0 10px #8fcccc;
99
-webkit-box-shadow: 0 0 10px #8fcccc;
100
-moz-box-shadow: 0 0 10px #8fcccc;