You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
1.1 KiB
37 lines
1.1 KiB
6 years ago
|
/**
|
||
|
* @file
|
||
|
* Visual styles for Magazine+'s slider revolution video gallery.
|
||
|
*/
|
||
|
/* Video player reset border */
|
||
|
.slider-revolution embed,
|
||
|
.slider-revolution iframe,
|
||
|
.slider-revolution video {
|
||
|
border: 0;
|
||
|
}
|
||
|
|
||
|
/* Video thumbs z-index fix */
|
||
|
.field--name-field-mt-video-gallery-slides .tp-thumbs {
|
||
|
z-index: 480;
|
||
|
background: rgba(255, 255, 255, 0.8) none repeat scroll 0% 0%!important;
|
||
|
}
|
||
|
.field--name-field-mt-video-gallery-slides .tp-thumb-image {
|
||
|
max-width: none;
|
||
|
}
|
||
|
.field--name-field-mt-video-gallery-slides {
|
||
|
background-color: #232323;
|
||
|
}
|
||
|
|
||
|
/* Thumbnails styling */
|
||
|
.field--name-field-mt-video-gallery-slides .erinyen .tp-thumb-title {
|
||
|
font-family: inherit;
|
||
|
}
|
||
|
.field--name-field-mt-video-gallery-slides .erinyen .tp-thumb.selected .tp-thumb-over,
|
||
|
.field--name-field-mt-video-gallery-slides .erinyen .tp-thumb:hover .tp-thumb-over {
|
||
|
background: rgba(0,0,0,0.65);
|
||
|
}
|
||
|
.field--name-field-mt-video-gallery-slides .erinyen .tp-thumb.selected .tp-thumb-more,
|
||
|
.field--name-field-mt-video-gallery-slides .erinyen .tp-thumb.selected .tp-thumb-title,
|
||
|
.field--name-field-mt-video-gallery-slides .erinyen .tp-thumb:hover .tp-thumb-title {
|
||
|
color: #fff;
|
||
|
}
|