2019-08-17 02:29:05 +05:30
|
|
|
html,
|
|
|
|
body {
|
2019-08-17 06:36:21 +05:30
|
|
|
font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen,
|
|
|
|
Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica,
|
|
|
|
Arial, sans-serif;
|
2019-08-17 02:29:05 +05:30
|
|
|
}
|
|
|
|
|
2019-03-06 21:24:56 +05:30
|
|
|
.deleted {
|
|
|
|
background-color: rgb(255, 0, 0, 0.5);
|
|
|
|
}
|
|
|
|
|
2019-06-29 07:18:24 +05:30
|
|
|
.channel-profile > * {
|
|
|
|
font-size: 1.17em;
|
|
|
|
font-weight: bold;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
.channel-profile > img {
|
2019-07-01 22:38:29 +05:30
|
|
|
width: 48px;
|
|
|
|
height: auto;
|
2019-06-29 07:18:24 +05:30
|
|
|
}
|
|
|
|
|
2019-01-31 16:51:26 +05:30
|
|
|
.channel-owner {
|
2019-02-22 05:13:49 +05:30
|
|
|
background-color: #008bec;
|
2019-02-03 04:43:40 +05:30
|
|
|
color: #fff;
|
2019-01-31 16:51:26 +05:30
|
|
|
border-radius: 9px;
|
|
|
|
padding: 1px 6px;
|
|
|
|
}
|
|
|
|
|
2019-02-01 17:39:10 +05:30
|
|
|
.creator-heart-container {
|
2019-02-22 05:13:49 +05:30
|
|
|
display: inline-block;
|
|
|
|
padding: 0px 7px 6px 0px;
|
|
|
|
margin: 0px -7px -4px 0px;
|
2019-02-01 17:39:10 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.creator-heart {
|
2019-02-22 05:13:49 +05:30
|
|
|
position: relative;
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
border: 2px none;
|
2019-02-01 17:39:10 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.creator-heart-background-hearted {
|
2019-02-22 05:13:49 +05:30
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
padding: 0px;
|
|
|
|
position: relative;
|
2019-02-01 17:39:10 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.creator-heart-small-hearted {
|
2019-02-22 05:13:49 +05:30
|
|
|
position: absolute;
|
|
|
|
right: -7px;
|
|
|
|
bottom: -4px;
|
2019-02-01 17:39:10 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.creator-heart-small-container {
|
2019-02-22 05:13:49 +05:30
|
|
|
position: relative;
|
|
|
|
width: 13px;
|
|
|
|
height: 13px;
|
|
|
|
color: rgb(255, 0, 0);
|
2019-02-01 17:39:10 +05:30
|
|
|
}
|
|
|
|
|
2018-03-13 05:07:01 +05:30
|
|
|
.h-box {
|
|
|
|
padding-left: 1em;
|
|
|
|
padding-right: 1em;
|
2018-03-11 22:35:56 +05:30
|
|
|
}
|
2018-03-13 05:07:01 +05:30
|
|
|
|
|
|
|
.v-box {
|
|
|
|
padding-top: 1em;
|
|
|
|
padding-bottom: 1em;
|
2018-04-14 08:02:14 +05:30
|
|
|
}
|
2018-04-18 02:23:12 +05:30
|
|
|
|
|
|
|
div {
|
|
|
|
overflow-wrap: break-word;
|
|
|
|
word-wrap: break-word;
|
|
|
|
}
|
2018-07-21 01:06:23 +05:30
|
|
|
|
|
|
|
.loading {
|
2019-03-20 19:50:31 +05:30
|
|
|
display: inline-block;
|
2018-07-21 01:06:23 +05:30
|
|
|
animation: spin 2s linear infinite;
|
|
|
|
}
|
|
|
|
|
2018-10-08 07:41:33 +05:30
|
|
|
.playlist-restricted {
|
|
|
|
height: 20em;
|
|
|
|
padding-right: 10px;
|
|
|
|
}
|
|
|
|
|
2019-01-28 08:50:52 +05:30
|
|
|
button.pure-button-primary,
|
2019-02-22 05:13:49 +05:30
|
|
|
a.pure-button-primary,
|
|
|
|
.channel-owner:hover {
|
2018-10-21 00:17:20 +05:30
|
|
|
background-color: #a0a0a0;
|
|
|
|
color: rgba(35, 35, 35, 1);
|
|
|
|
}
|
|
|
|
|
2019-01-28 08:50:52 +05:30
|
|
|
button.pure-button-primary:hover,
|
2018-10-21 00:17:20 +05:30
|
|
|
a.pure-button-primary:hover {
|
|
|
|
background-color: rgba(0, 182, 240, 1);
|
|
|
|
color: #fff;
|
2018-10-13 07:47:37 +05:30
|
|
|
}
|
|
|
|
|
2018-10-21 07:07:55 +05:30
|
|
|
div.thumbnail {
|
2019-03-23 20:54:52 +05:30
|
|
|
padding: 28.125%;
|
2018-10-21 07:07:55 +05:30
|
|
|
position: relative;
|
2019-03-23 20:54:52 +05:30
|
|
|
box-sizing: border-box;
|
2018-10-21 07:07:55 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
img.thumbnail {
|
2019-03-23 20:54:52 +05:30
|
|
|
position: absolute;
|
2018-10-21 07:07:55 +05:30
|
|
|
width: 100%;
|
2019-03-23 23:26:52 +05:30
|
|
|
height: 100%;
|
2018-10-21 07:07:55 +05:30
|
|
|
left: 0;
|
|
|
|
top: 0;
|
2019-08-17 06:36:21 +05:30
|
|
|
object-fit: cover;
|
2018-10-21 07:07:55 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.length {
|
|
|
|
z-index: 100;
|
|
|
|
position: absolute;
|
|
|
|
background-color: rgba(35, 35, 35, 0.75);
|
|
|
|
color: #fff;
|
|
|
|
border-radius: 2px;
|
|
|
|
padding: 2px;
|
|
|
|
font-size: 16px;
|
2019-05-04 09:21:06 +05:30
|
|
|
right: 0.25em;
|
|
|
|
bottom: -0.75em;
|
2018-10-21 07:07:55 +05:30
|
|
|
}
|
|
|
|
|
2018-11-20 09:36:59 +05:30
|
|
|
.watched {
|
|
|
|
z-index: 100;
|
|
|
|
position: absolute;
|
|
|
|
background-color: rgba(35, 35, 35, 0.75);
|
|
|
|
color: #fff;
|
|
|
|
border-radius: 2px;
|
|
|
|
padding: 4px 8px 4px 8px;
|
2018-11-21 10:27:51 +05:30
|
|
|
font-size: 16px;
|
2018-11-26 06:31:19 +05:30
|
|
|
left: 0.2em;
|
|
|
|
top: -0.7em;
|
2018-11-20 09:36:59 +05:30
|
|
|
}
|
|
|
|
|
2018-07-26 20:16:43 +05:30
|
|
|
/*
|
|
|
|
* Navbar
|
|
|
|
*/
|
|
|
|
|
|
|
|
.navbar {
|
|
|
|
margin: 1em 0;
|
|
|
|
display: flex; /* this is also defined in framework, but in case of future changes */
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
|
2018-07-31 05:08:55 +05:30
|
|
|
.navbar > div {
|
2018-07-26 20:16:43 +05:30
|
|
|
flex: 1;
|
|
|
|
}
|
|
|
|
|
2018-07-31 05:08:55 +05:30
|
|
|
.navbar > .searchbar {
|
2018-07-26 20:16:43 +05:30
|
|
|
flex-grow: 2; /* take double the space of the other items */
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar a {
|
|
|
|
padding: 0; /* this way it will stay aligned with content under */
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar .index-link {
|
|
|
|
font-weight: bold;
|
2019-10-02 17:35:58 +05:30
|
|
|
display: inline;
|
2018-07-26 20:16:43 +05:30
|
|
|
}
|
|
|
|
|
2018-07-31 05:08:55 +05:30
|
|
|
.navbar > .searchbar .pure-form input[type="search"] {
|
2019-08-01 13:05:57 +05:30
|
|
|
margin-bottom: 1px;
|
|
|
|
|
2018-07-26 20:16:43 +05:30
|
|
|
border-top: 0;
|
|
|
|
border-left: 0;
|
|
|
|
border-right: 0;
|
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
|
border-radius: 0;
|
|
|
|
|
|
|
|
padding: initial 0;
|
|
|
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
2019-02-26 23:51:19 +05:30
|
|
|
-webkit-appearance: none;
|
2018-07-26 20:16:43 +05:30
|
|
|
}
|
|
|
|
|
2019-03-27 04:15:39 +05:30
|
|
|
/* https://stackoverflow.com/a/55170420 */
|
|
|
|
input[type="search"]::-webkit-search-cancel-button {
|
|
|
|
-webkit-appearance: none;
|
|
|
|
height: 14px;
|
|
|
|
width: 14px;
|
|
|
|
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAn0lEQVR42u3UMQrDMBBEUZ9WfQqDmm22EaTyjRMHAlM5K+Y7lb0wnUZPIKHlnutOa+25Z4D++MRBX98MD1V/trSppLKHqj9TTBWKcoUqffbUcbBBEhTjBOV4ja4l4OIAZThEOV6jHO8ARXD+gPPvKMABinGOrnu6gTNUawrcQKNCAQ7QeTxORzle3+sDfjJpPCqhJh7GixZq4rHcc9l5A9qZ+WeBhgEuAAAAAElFTkSuQmCC);
|
|
|
|
background-size: 14px;
|
|
|
|
}
|
|
|
|
|
2018-07-31 05:08:55 +05:30
|
|
|
.navbar > .searchbar .pure-form fieldset {
|
2018-07-26 20:16:43 +05:30
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* attract focus to the searchbar by adding a subtle transition */
|
2018-07-31 05:08:55 +05:30
|
|
|
.navbar > .searchbar .pure-form input[type="search"]:focus {
|
2019-08-01 13:05:57 +05:30
|
|
|
margin-bottom: 0px;
|
2018-07-26 20:16:43 +05:30
|
|
|
border-bottom: 2px solid #aaa;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-field {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: flex-end;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-field div {
|
|
|
|
width: initial;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-field div:not(:last-child) {
|
|
|
|
margin-right: 1em;
|
|
|
|
}
|
|
|
|
|
2019-03-12 20:42:47 +05:30
|
|
|
@media only screen and (max-aspect-ratio: 16/9) {
|
|
|
|
.player-dimensions.vjs-fluid {
|
|
|
|
padding-top: 46.86% !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#player-container {
|
|
|
|
padding-bottom: 46.86% !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-07-26 20:16:43 +05:30
|
|
|
@media screen and (max-width: 767px) {
|
|
|
|
.navbar {
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
2018-07-31 05:08:55 +05:30
|
|
|
.navbar > div {
|
2018-07-26 20:16:43 +05:30
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
2018-07-31 05:08:55 +05:30
|
|
|
}
|
2018-07-26 20:16:43 +05:30
|
|
|
|
2018-07-31 05:08:55 +05:30
|
|
|
.navbar > div:not(:last-child) {
|
2018-07-26 20:16:43 +05:30
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
|
|
|
|
2018-07-31 05:08:55 +05:30
|
|
|
.navbar > .searchbar > form {
|
2018-07-26 20:16:43 +05:30
|
|
|
width: 60%;
|
|
|
|
}
|
2019-05-28 20:34:04 +05:30
|
|
|
|
|
|
|
h1 {
|
|
|
|
font-size: 1.25em;
|
|
|
|
margin: 0.42em 0;
|
|
|
|
}
|
2018-07-26 20:16:43 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-width: 320px) {
|
2018-07-31 05:08:55 +05:30
|
|
|
.navbar > .searchbar > form {
|
2018-07-26 20:16:43 +05:30
|
|
|
width: 100%;
|
|
|
|
margin: 0 1em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-03-27 04:15:39 +05:30
|
|
|
/*
|
2018-07-26 20:16:43 +05:30
|
|
|
* Footer
|
|
|
|
*/
|
|
|
|
|
|
|
|
.footer {
|
|
|
|
color: #666666;
|
|
|
|
margin: 2em 0;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer a {
|
|
|
|
color: inherit;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* keyframes */
|
|
|
|
|
2018-07-21 01:06:23 +05:30
|
|
|
@keyframes spin {
|
|
|
|
0% {
|
|
|
|
transform: rotate(0deg);
|
|
|
|
}
|
|
|
|
100% {
|
|
|
|
transform: rotate(360deg);
|
|
|
|
}
|
|
|
|
}
|
2018-08-04 04:56:12 +05:30
|
|
|
|
2018-08-04 04:47:19 +05:30
|
|
|
/* Control Bar */
|
2019-09-23 22:38:48 +05:30
|
|
|
@media screen and (max-width: 640px) {
|
2019-02-22 05:22:03 +05:30
|
|
|
.video-js .vjs-control-bar,
|
|
|
|
.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
|
2019-09-23 22:38:48 +05:30
|
|
|
overflow-x: scroll;
|
2019-02-22 05:22:03 +05:30
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-06-29 07:25:23 +05:30
|
|
|
.vjs-user-inactive {
|
|
|
|
cursor: none;
|
|
|
|
}
|
|
|
|
|
2019-07-01 00:02:33 +05:30
|
|
|
.video-js .vjs-text-track-display > div > div > div {
|
|
|
|
background-color: rgba(0, 0, 0, 0.75) !important;
|
|
|
|
border-radius: 9px !important;
|
|
|
|
padding: 5px !important;
|
|
|
|
}
|
|
|
|
|
2019-03-23 21:39:31 +05:30
|
|
|
.vjs-play-control,
|
|
|
|
.vjs-volume-panel,
|
|
|
|
.vjs-current-time,
|
|
|
|
.vjs-time-control,
|
|
|
|
.vjs-duration,
|
|
|
|
.vjs-progress-control,
|
|
|
|
.vjs-remaining-time {
|
|
|
|
order: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.vjs-captions-button {
|
|
|
|
order: 2;
|
|
|
|
}
|
|
|
|
|
2019-03-24 00:01:07 +05:30
|
|
|
.vjs-quality-selector,
|
|
|
|
.video-js .vjs-http-source-selector {
|
2019-03-23 21:39:31 +05:30
|
|
|
order: 3;
|
|
|
|
}
|
|
|
|
|
|
|
|
.vjs-playback-rate {
|
|
|
|
order: 4;
|
|
|
|
}
|
|
|
|
|
|
|
|
.vjs-share-control {
|
|
|
|
order: 5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.vjs-fullscreen-control {
|
|
|
|
order: 6;
|
|
|
|
}
|
|
|
|
|
2019-07-14 20:38:46 +05:30
|
|
|
.vjs-playback-rate > .vjs-menu {
|
|
|
|
width: 50px;
|
|
|
|
}
|
|
|
|
|
2019-03-23 21:39:31 +05:30
|
|
|
.vjs-control-bar {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
}
|
|
|
|
|
2019-03-24 00:01:07 +05:30
|
|
|
.video-js .vjs-icon-cog {
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
|
|
|
|
2018-08-04 04:47:19 +05:30
|
|
|
.video-js .vjs-control-bar,
|
|
|
|
.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
|
2018-08-04 04:56:12 +05:30
|
|
|
background-color: rgba(35, 35, 35, 0.75);
|
2018-08-04 04:47:19 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.vjs-menu li.vjs-menu-item:focus,
|
|
|
|
.vjs-menu li.vjs-menu-item:hover {
|
|
|
|
background-color: rgba(255, 255, 255, 0.75);
|
|
|
|
color: rgba(49, 49, 51, 0.75);
|
|
|
|
}
|
|
|
|
|
|
|
|
.vjs-menu li.vjs-selected,
|
|
|
|
.vjs-menu li.vjs-selected:focus,
|
|
|
|
.vjs-menu li.vjs-selected:hover {
|
|
|
|
background-color: rgba(0, 182, 240, 0.75);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Progress Bar */
|
|
|
|
.video-js .vjs-slider {
|
|
|
|
background-color: rgba(15, 15, 15, 0.5);
|
|
|
|
}
|
|
|
|
|
2019-05-11 21:39:45 +05:30
|
|
|
fieldset > select,
|
|
|
|
span > select {
|
|
|
|
color: rgba(49, 49, 51, 1);
|
|
|
|
}
|
|
|
|
|
2018-08-04 04:47:19 +05:30
|
|
|
.video-js .vjs-load-progress,
|
|
|
|
.video-js .vjs-load-progress div {
|
2018-08-07 05:53:49 +05:30
|
|
|
background: rgba(87, 87, 88, 1);
|
2018-08-04 04:47:19 +05:30
|
|
|
}
|
|
|
|
|
2018-08-04 04:56:12 +05:30
|
|
|
.video-js .vjs-slider:hover,
|
|
|
|
.video-js button:hover {
|
|
|
|
color: rgba(0, 182, 240, 1);
|
|
|
|
}
|
|
|
|
|
2018-08-04 04:47:19 +05:30
|
|
|
.video-js .vjs-play-progress {
|
2018-08-07 05:24:39 +05:30
|
|
|
background-color: rgba(0, 182, 240, 1);
|
2018-08-04 04:47:19 +05:30
|
|
|
}
|
|
|
|
|
2019-06-08 21:22:47 +05:30
|
|
|
/* Overlay */
|
|
|
|
.video-js .vjs-overlay {
|
2019-06-16 20:11:33 +05:30
|
|
|
background-color: rgba(35, 35, 35, 0.75);
|
2019-06-08 21:22:47 +05:30
|
|
|
color: rgba(255, 255, 255, 1);
|
|
|
|
}
|
|
|
|
|
2018-08-31 19:19:02 +05:30
|
|
|
/* ProgressBar marker */
|
|
|
|
.vjs-marker {
|
2018-09-15 07:54:28 +05:30
|
|
|
background-color: rgba(255, 255, 255, 1);
|
2018-08-31 19:19:02 +05:30
|
|
|
}
|
|
|
|
|
2018-08-04 04:47:19 +05:30
|
|
|
/* Big "Play" Button */
|
|
|
|
.video-js .vjs-big-play-button {
|
2018-08-04 04:56:12 +05:30
|
|
|
background-color: rgba(35, 35, 35, 0.5);
|
2018-08-04 04:47:19 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.video-js:hover .vjs-big-play-button {
|
2018-08-04 04:56:12 +05:30
|
|
|
background-color: rgba(35, 35, 35, 0.75);
|
2018-08-04 04:47:19 +05:30
|
|
|
}
|
2018-08-05 19:28:03 +05:30
|
|
|
|
|
|
|
.video-js .vjs-current-time,
|
|
|
|
.video-js .vjs-time-divider,
|
|
|
|
.video-js .vjs-duration {
|
|
|
|
display: block;
|
|
|
|
}
|
2018-08-07 18:34:23 +05:30
|
|
|
|
|
|
|
.video-js .vjs-time-divider {
|
|
|
|
min-width: 0px;
|
|
|
|
padding-left: 0px;
|
|
|
|
padding-right: 0px;
|
|
|
|
}
|
2018-09-15 07:54:28 +05:30
|
|
|
|
2018-09-15 09:08:53 +05:30
|
|
|
.video-js .vjs-poster {
|
|
|
|
background-size: cover;
|
2018-09-15 07:54:28 +05:30
|
|
|
object-fit: cover;
|
|
|
|
}
|
2018-09-15 22:45:39 +05:30
|
|
|
|
2019-02-22 05:47:02 +05:30
|
|
|
.player-dimensions.vjs-fluid {
|
2019-03-12 20:31:36 +05:30
|
|
|
padding-top: 82vh;
|
2019-02-22 05:47:02 +05:30
|
|
|
}
|
|
|
|
|
2019-03-20 06:40:12 +05:30
|
|
|
video.video-js {
|
|
|
|
position: absolute;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
2018-09-15 22:45:39 +05:30
|
|
|
#player-container {
|
|
|
|
position: relative;
|
2019-03-12 20:31:36 +05:30
|
|
|
padding-bottom: 82vh;
|
2018-09-15 22:45:39 +05:30
|
|
|
height: 0;
|
|
|
|
}
|
2019-01-24 06:35:24 +05:30
|
|
|
|
2019-03-05 01:44:24 +05:30
|
|
|
.pure-control-group label {
|
|
|
|
word-wrap: normal;
|
|
|
|
}
|
2019-08-09 05:30:22 +05:30
|
|
|
|
|
|
|
.video-js.player-style-invidious {
|
|
|
|
/* This is already the default */
|
|
|
|
}
|
|
|
|
|
|
|
|
.video-js.player-style-youtube .vjs-control-bar {
|
2019-08-17 06:36:21 +05:30
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
2019-08-09 05:30:22 +05:30
|
|
|
}
|
|
|
|
.video-js.player-style-youtube .vjs-big-play-button {
|
|
|
|
/*
|
|
|
|
Styles copied from video-js.min.css, definition of
|
|
|
|
.vjs-big-play-centered .vjs-big-play-button
|
|
|
|
*/
|
|
|
|
top: 50%;
|
|
|
|
left: 50%;
|
2019-08-17 06:36:21 +05:30
|
|
|
margin-top: -0.81666em;
|
2019-08-09 05:30:22 +05:30
|
|
|
margin-left: -1.5em;
|
|
|
|
}
|