This repository has been archived on 2022-06-28. You can view files and clone it, but cannot push or open issues or pull requests.
Yotter/app/static/styles.css

68 lines
979 B
CSS
Raw Permalink Normal View History

2020-08-28 03:26:14 +05:30
.video-js-responsive-container.vjs-hd {
padding-top: 56.25%;
}
.video-js-responsive-container.vjs-sd {
padding-top: 75%;
}
.video-js-responsive-container {
width: 100%;
position: relative;
}
.video-js-responsive-container .video-js {
height: 100% !important;
width: 100% !important;
position: absolute;
top: 0;
left: 0;
}
.para-light-grey{
background-color: rgb(250, 82, 82);
}
.para-green{
background-color: lightgreen;
}
.twitter{
color: rgb(0, 166, 196) !important;
}
.youtube{
color: rgb(224, 32, 32) !important;
}
.video-title{
font-weight: bold;
font-size: 1.15em;
2020-08-26 22:22:20 +05:30
}
.break-word{
word-break: break-word;
2020-08-26 22:43:18 +05:30
}
.overflow-auto{
overflow: auto;
2020-08-31 16:58:57 +05:30
}
.menu{
width: 100% !important;
2020-09-06 13:57:14 +05:30
}
.control-me {
visibility: hidden;
cursor: not-allowed;
}
#toggle:checked ~ .control-me {
visibility: visible;
cursor: pointer;
}
2020-09-14 17:06:45 +05:30
.scroller {
position: fixed;
right: 80px;
bottom: 30px;
}