092a8bc7ce
- Removed all backup/duplicate files - Removed test files from root - Consolidated documentation to /docs/ - Moved scripts to /scripts/ - Renamed f_* directories (removed prefix) - Organized icons and assets - Removed unused vendor directories - Cleaned up redundant config files
53 lines
1.1 KiB
CSS
53 lines
1.1 KiB
CSS
.vjs-suggested-video-endcap {
|
|
background: rgba(0, 0, 0, .7);
|
|
display: none;
|
|
height: 95%;
|
|
left: 0;
|
|
overflow: hidden;
|
|
padding: 20px;
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
}
|
|
.vjs-suggested-video-endcap.is-active {
|
|
display: block;
|
|
}
|
|
.vjs-suggested-video-endcap-container {
|
|
-webkit-align-content: center;
|
|
align-content: center;
|
|
-webkit-align-items: baseline;
|
|
align-items: baseline;
|
|
display: -webkit-flex;
|
|
display: -ms-flex;
|
|
display: flex;
|
|
-webkit-flex-direction: row;
|
|
-ms-flex-direction: row;
|
|
flex-direction: row;
|
|
-webkit-flex-wrap: wrap;
|
|
-ms-flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
-webkit-justify-content: center;
|
|
justify-content: center;
|
|
}
|
|
.vjs-suggested-video-endcap-header {
|
|
font: 700 16px/1 Arial, sans-serif;
|
|
margin: 0 auto 20px;
|
|
text-align: center;
|
|
}
|
|
.vjs-suggested-video-endcap-link {
|
|
font-size: 14px;
|
|
margin-bottom: 20px;
|
|
margin-right: 20px;
|
|
position: relative;
|
|
width: 23%;
|
|
}
|
|
.vjs-suggested-video-endcap-link:nth-of-type(4n),
|
|
.vjs-suggested-video-endcap-link:last-of-type {
|
|
margin-right: 0;
|
|
}
|
|
.vjs-suggested-video-endcap-img {
|
|
height: auto;
|
|
margin-bottom: 5px;
|
|
width: 100%;
|
|
} |