Файл: media/player/videojs/plugins/videojs-logobrand-master/src/videojs.logobrand.css
Строк: 40
img#vjs-logobrand-image-top-right {
position: absolute;
top:
10px;
right: 10px;
transition: visibility 0.1s ease 0s, opacity 0.1s ease
0s;
visibility: visible;
}
img#vjs-logobrand-image-top-left
{
position: absolute;
top: 10px;
left: 10px;
transition: visibility
0.1s ease 0s, opacity 0.1s ease 0s;
visibility:
visible;
}
img#vjs-logobrand-image-bottom-right {
position:
absolute;
bottom: 40px;
right: 10px;
transition: visibility 0.1s ease
0s, opacity 0.1s ease 0s;
visibility:
visible;
}
img#vjs-logobrand-image-bottom-left {
position:
absolute;
bottom: 40px;
left: 10px;
transition: visibility 0.1s ease 0s,
opacity 0.1s ease 0s;
visibility: visible;
}
.vjs-user-inactive
img#vjs-logobrand-image-top-right,
.vjs-user-inactive
img#vjs-logobrand-image-top-left,
.vjs-user-inactive
img#vjs-logobrand-image-bottom-right,
.vjs-user-inactive
img#vjs-logobrand-image-bottom-left {
visibility:
hidden;
}
.vjs-user-inactive.vjs-paused img#vjs-logobrand-image-top-right,
.vjs-user-inactive.vjs-paused img#vjs-logobrand-image-top-left,
.vjs-user-inactive.vjs-paused img#vjs-logobrand-image-bottom-right,
.vjs-user-inactive.vjs-paused img#vjs-logobrand-image-bottom-left
{
visibility: visible;
}
.vjs-ad-playing a#vjs-logobrand-image-destination
{
display: none;
}