2019-08-16 22:59:05 +02:00
|
|
|
html,
|
|
|
|
body {
|
2019-08-17 03:06:21 +02:00
|
|
|
font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen,
|
|
|
|
Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica,
|
|
|
|
Arial, sans-serif;
|
2019-08-16 22:59:05 +02:00
|
|
|
}
|
|
|
|
|
2019-03-06 16:54:56 +01:00
|
|
|
.deleted {
|
|
|
|
background-color: rgb(255, 0, 0, 0.5);
|
|
|
|
}
|
|
|
|
|
2019-06-29 03:48:24 +02:00
|
|
|
.channel-profile > * {
|
|
|
|
font-size: 1.17em;
|
|
|
|
font-weight: bold;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
.channel-profile > img {
|
2019-07-01 19:08:29 +02:00
|
|
|
width: 48px;
|
|
|
|
height: auto;
|
2019-06-29 03:48:24 +02:00
|
|
|
}
|
|
|
|
|
2019-01-31 12:21:26 +01:00
|
|
|
.channel-owner {
|
2019-02-22 00:43:49 +01:00
|
|
|
background-color: #008bec;
|
2019-02-03 00:13:40 +01:00
|
|
|
color: #fff;
|
2019-01-31 12:21:26 +01:00
|
|
|
border-radius: 9px;
|
|
|
|
padding: 1px 6px;
|
|
|
|
}
|
|
|
|
|
2019-02-01 13:09:10 +01:00
|
|
|
.creator-heart-container {
|
2019-02-22 00:43:49 +01:00
|
|
|
display: inline-block;
|
|
|
|
padding: 0px 7px 6px 0px;
|
|
|
|
margin: 0px -7px -4px 0px;
|
2019-02-01 13:09:10 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.creator-heart {
|
2019-02-22 00:43:49 +01:00
|
|
|
position: relative;
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
border: 2px none;
|
2019-02-01 13:09:10 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.creator-heart-background-hearted {
|
2019-02-22 00:43:49 +01:00
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
padding: 0px;
|
|
|
|
position: relative;
|
2019-02-01 13:09:10 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.creator-heart-small-hearted {
|
2019-02-22 00:43:49 +01:00
|
|
|
position: absolute;
|
|
|
|
right: -7px;
|
|
|
|
bottom: -4px;
|
2019-02-01 13:09:10 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.creator-heart-small-container {
|
2019-02-22 00:43:49 +01:00
|
|
|
position: relative;
|
|
|
|
width: 13px;
|
|
|
|
height: 13px;
|
|
|
|
color: rgb(255, 0, 0);
|
2019-02-01 13:09:10 +01:00
|
|
|
}
|
|
|
|
|
2018-03-13 00:37:01 +01:00
|
|
|
.h-box {
|
|
|
|
padding-left: 1em;
|
|
|
|
padding-right: 1em;
|
2018-03-11 18:05:56 +01:00
|
|
|
}
|
2018-03-13 00:37:01 +01:00
|
|
|
|
|
|
|
.v-box {
|
|
|
|
padding-top: 1em;
|
|
|
|
padding-bottom: 1em;
|
2018-04-14 04:32:14 +02:00
|
|
|
}
|
2018-04-17 22:53:12 +02:00
|
|
|
|
|
|
|
div {
|
|
|
|
overflow-wrap: break-word;
|
|
|
|
word-wrap: break-word;
|
|
|
|
}
|
2018-07-20 21:36:23 +02:00
|
|
|
|
|
|
|
.loading {
|
2019-03-20 15:20:31 +01:00
|
|
|
display: inline-block;
|
2018-07-20 21:36:23 +02:00
|
|
|
animation: spin 2s linear infinite;
|
|
|
|
}
|
|
|
|
|
2018-10-08 04:11:33 +02:00
|
|
|
.playlist-restricted {
|
|
|
|
height: 20em;
|
|
|
|
padding-right: 10px;
|
|
|
|
}
|
|
|
|
|
2019-01-28 04:20:52 +01:00
|
|
|
button.pure-button-primary,
|
2019-02-22 00:43:49 +01:00
|
|
|
a.pure-button-primary,
|
|
|
|
.channel-owner:hover {
|
2018-10-20 20:47:20 +02:00
|
|
|
background-color: #a0a0a0;
|
|
|
|
color: rgba(35, 35, 35, 1);
|
|
|
|
}
|
|
|
|
|
2019-01-28 04:20:52 +01:00
|
|
|
button.pure-button-primary:hover,
|
2018-10-20 20:47:20 +02:00
|
|
|
a.pure-button-primary:hover {
|
|
|
|
background-color: rgba(0, 182, 240, 1);
|
|
|
|
color: #fff;
|
2018-10-13 04:17:37 +02:00
|
|
|
}
|
|
|
|
|
2018-10-21 03:37:55 +02:00
|
|
|
div.thumbnail {
|
2019-03-23 16:24:52 +01:00
|
|
|
padding: 28.125%;
|
2018-10-21 03:37:55 +02:00
|
|
|
position: relative;
|
2019-03-23 16:24:52 +01:00
|
|
|
box-sizing: border-box;
|
2018-10-21 03:37:55 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
img.thumbnail {
|
2019-03-23 16:24:52 +01:00
|
|
|
position: absolute;
|
2018-10-21 03:37:55 +02:00
|
|
|
width: 100%;
|
2019-03-23 18:56:52 +01:00
|
|
|
height: 100%;
|
2018-10-21 03:37:55 +02:00
|
|
|
left: 0;
|
|
|
|
top: 0;
|
2019-08-17 03:06:21 +02:00
|
|
|
object-fit: cover;
|
2018-10-21 03:37:55 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.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 05:51:06 +02:00
|
|
|
right: 0.25em;
|
|
|
|
bottom: -0.75em;
|
2018-10-21 03:37:55 +02:00
|
|
|
}
|
|
|
|
|
2018-11-20 05:06:59 +01:00
|
|
|
.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 05:57:51 +01:00
|
|
|
font-size: 16px;
|
2018-11-26 02:01:19 +01:00
|
|
|
left: 0.2em;
|
|
|
|
top: -0.7em;
|
2018-11-20 05:06:59 +01:00
|
|
|
}
|
|
|
|
|
2018-07-26 16:46:43 +02:00
|
|
|
/*
|
|
|
|
* 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 01:38:55 +02:00
|
|
|
.navbar > div {
|
2018-07-26 16:46:43 +02:00
|
|
|
flex: 1;
|
|
|
|
}
|
|
|
|
|
2018-07-31 01:38:55 +02:00
|
|
|
.navbar > .searchbar {
|
2018-07-26 16:46:43 +02:00
|
|
|
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 14:05:58 +02:00
|
|
|
display: inline;
|
2018-07-26 16:46:43 +02:00
|
|
|
}
|
|
|
|
|
2018-07-31 01:38:55 +02:00
|
|
|
.navbar > .searchbar .pure-form input[type="search"] {
|
2019-08-01 09:35:57 +02:00
|
|
|
margin-bottom: 1px;
|
|
|
|
|
2018-07-26 16:46:43 +02:00
|
|
|
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 19:21:19 +01:00
|
|
|
-webkit-appearance: none;
|
2018-07-26 16:46:43 +02:00
|
|
|
}
|
|
|
|
|
2019-03-26 23:45:39 +01:00
|
|
|
/* 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 01:38:55 +02:00
|
|
|
.navbar > .searchbar .pure-form fieldset {
|
2018-07-26 16:46:43 +02:00
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* attract focus to the searchbar by adding a subtle transition */
|
2018-07-31 01:38:55 +02:00
|
|
|
.navbar > .searchbar .pure-form input[type="search"]:focus {
|
2019-08-01 09:35:57 +02:00
|
|
|
margin-bottom: 0px;
|
2018-07-26 16:46:43 +02:00
|
|
|
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 16:12:47 +01:00
|
|
|
@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 16:46:43 +02:00
|
|
|
@media screen and (max-width: 767px) {
|
|
|
|
.navbar {
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
2018-07-31 01:38:55 +02:00
|
|
|
.navbar > div {
|
2018-07-26 16:46:43 +02:00
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
2018-07-31 01:38:55 +02:00
|
|
|
}
|
2018-07-26 16:46:43 +02:00
|
|
|
|
2018-07-31 01:38:55 +02:00
|
|
|
.navbar > div:not(:last-child) {
|
2018-07-26 16:46:43 +02:00
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
|
|
|
|
2018-07-31 01:38:55 +02:00
|
|
|
.navbar > .searchbar > form {
|
2018-07-26 16:46:43 +02:00
|
|
|
width: 60%;
|
|
|
|
}
|
2019-05-28 17:04:04 +02:00
|
|
|
|
|
|
|
h1 {
|
|
|
|
font-size: 1.25em;
|
|
|
|
margin: 0.42em 0;
|
|
|
|
}
|
2018-07-26 16:46:43 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-width: 320px) {
|
2018-07-31 01:38:55 +02:00
|
|
|
.navbar > .searchbar > form {
|
2018-07-26 16:46:43 +02:00
|
|
|
width: 100%;
|
|
|
|
margin: 0 1em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-03-26 23:45:39 +01:00
|
|
|
/*
|
2018-07-26 16:46:43 +02:00
|
|
|
* Footer
|
|
|
|
*/
|
|
|
|
|
|
|
|
.footer {
|
|
|
|
color: #666666;
|
|
|
|
margin: 2em 0;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer a {
|
|
|
|
color: inherit;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* keyframes */
|
|
|
|
|
2018-07-20 21:36:23 +02:00
|
|
|
@keyframes spin {
|
|
|
|
0% {
|
|
|
|
transform: rotate(0deg);
|
|
|
|
}
|
|
|
|
100% {
|
|
|
|
transform: rotate(360deg);
|
|
|
|
}
|
|
|
|
}
|
2018-08-04 01:26:12 +02:00
|
|
|
|
2018-08-04 01:17:19 +02:00
|
|
|
/* Control Bar */
|
2019-09-23 19:08:48 +02:00
|
|
|
@media screen and (max-width: 640px) {
|
2019-02-22 00:52:03 +01:00
|
|
|
.video-js .vjs-control-bar,
|
|
|
|
.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
|
2019-09-23 19:08:48 +02:00
|
|
|
overflow-x: scroll;
|
2019-02-22 00:52:03 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-10-04 18:23:51 +02:00
|
|
|
ul.vjs-menu-content::-webkit-scrollbar {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2019-06-29 03:55:23 +02:00
|
|
|
.vjs-user-inactive {
|
|
|
|
cursor: none;
|
|
|
|
}
|
|
|
|
|
2019-06-30 20:32:33 +02:00
|
|
|
.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 17:09:31 +01:00
|
|
|
.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-23 19:31:07 +01:00
|
|
|
.vjs-quality-selector,
|
|
|
|
.video-js .vjs-http-source-selector {
|
2019-03-23 17:09:31 +01:00
|
|
|
order: 3;
|
|
|
|
}
|
|
|
|
|
|
|
|
.vjs-playback-rate {
|
|
|
|
order: 4;
|
|
|
|
}
|
|
|
|
|
|
|
|
.vjs-share-control {
|
|
|
|
order: 5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.vjs-fullscreen-control {
|
|
|
|
order: 6;
|
|
|
|
}
|
|
|
|
|
2019-07-14 17:08:46 +02:00
|
|
|
.vjs-playback-rate > .vjs-menu {
|
|
|
|
width: 50px;
|
|
|
|
}
|
|
|
|
|
2019-03-23 17:09:31 +01:00
|
|
|
.vjs-control-bar {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
}
|
|
|
|
|
2019-03-23 19:31:07 +01:00
|
|
|
.video-js .vjs-icon-cog {
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
|
|
|
|
2018-08-04 01:17:19 +02:00
|
|
|
.video-js .vjs-control-bar,
|
|
|
|
.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
|
2018-08-04 01:26:12 +02:00
|
|
|
background-color: rgba(35, 35, 35, 0.75);
|
2018-08-04 01:17:19 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.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 18:09:45 +02:00
|
|
|
fieldset > select,
|
|
|
|
span > select {
|
|
|
|
color: rgba(49, 49, 51, 1);
|
|
|
|
}
|
|
|
|
|
2018-08-04 01:17:19 +02:00
|
|
|
.video-js .vjs-load-progress,
|
|
|
|
.video-js .vjs-load-progress div {
|
2018-08-07 02:23:49 +02:00
|
|
|
background: rgba(87, 87, 88, 1);
|
2018-08-04 01:17:19 +02:00
|
|
|
}
|
|
|
|
|
2018-08-04 01:26:12 +02:00
|
|
|
.video-js .vjs-slider:hover,
|
|
|
|
.video-js button:hover {
|
|
|
|
color: rgba(0, 182, 240, 1);
|
|
|
|
}
|
|
|
|
|
2018-08-04 01:17:19 +02:00
|
|
|
.video-js .vjs-play-progress {
|
2018-08-07 01:54:39 +02:00
|
|
|
background-color: rgba(0, 182, 240, 1);
|
2018-08-04 01:17:19 +02:00
|
|
|
}
|
|
|
|
|
2019-06-08 17:52:47 +02:00
|
|
|
/* Overlay */
|
|
|
|
.video-js .vjs-overlay {
|
2019-06-16 16:41:33 +02:00
|
|
|
background-color: rgba(35, 35, 35, 0.75);
|
2019-06-08 17:52:47 +02:00
|
|
|
color: rgba(255, 255, 255, 1);
|
|
|
|
}
|
|
|
|
|
2018-08-31 15:49:02 +02:00
|
|
|
/* ProgressBar marker */
|
|
|
|
.vjs-marker {
|
2018-09-15 04:24:28 +02:00
|
|
|
background-color: rgba(255, 255, 255, 1);
|
2019-10-04 18:23:51 +02:00
|
|
|
z-index: 0;
|
2018-08-31 15:49:02 +02:00
|
|
|
}
|
|
|
|
|
2018-08-04 01:17:19 +02:00
|
|
|
/* Big "Play" Button */
|
|
|
|
.video-js .vjs-big-play-button {
|
2018-08-04 01:26:12 +02:00
|
|
|
background-color: rgba(35, 35, 35, 0.5);
|
2018-08-04 01:17:19 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.video-js:hover .vjs-big-play-button {
|
2018-08-04 01:26:12 +02:00
|
|
|
background-color: rgba(35, 35, 35, 0.75);
|
2018-08-04 01:17:19 +02:00
|
|
|
}
|
2018-08-05 15:58:03 +02:00
|
|
|
|
|
|
|
.video-js .vjs-current-time,
|
|
|
|
.video-js .vjs-time-divider,
|
|
|
|
.video-js .vjs-duration {
|
|
|
|
display: block;
|
|
|
|
}
|
2018-08-07 15:04:23 +02:00
|
|
|
|
|
|
|
.video-js .vjs-time-divider {
|
|
|
|
min-width: 0px;
|
|
|
|
padding-left: 0px;
|
|
|
|
padding-right: 0px;
|
|
|
|
}
|
2018-09-15 04:24:28 +02:00
|
|
|
|
2018-09-15 05:38:53 +02:00
|
|
|
.video-js .vjs-poster {
|
|
|
|
background-size: cover;
|
2018-09-15 04:24:28 +02:00
|
|
|
object-fit: cover;
|
|
|
|
}
|
2018-09-15 19:15:39 +02:00
|
|
|
|
2019-02-22 01:17:02 +01:00
|
|
|
.player-dimensions.vjs-fluid {
|
2019-03-12 16:01:36 +01:00
|
|
|
padding-top: 82vh;
|
2019-02-22 01:17:02 +01:00
|
|
|
}
|
|
|
|
|
2019-03-20 02:10:12 +01:00
|
|
|
video.video-js {
|
|
|
|
position: absolute;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
2018-09-15 19:15:39 +02:00
|
|
|
#player-container {
|
|
|
|
position: relative;
|
2019-03-12 16:01:36 +01:00
|
|
|
padding-bottom: 82vh;
|
2018-09-15 19:15:39 +02:00
|
|
|
height: 0;
|
|
|
|
}
|
2019-01-24 02:05:24 +01:00
|
|
|
|
2019-03-04 21:14:24 +01:00
|
|
|
.pure-control-group label {
|
|
|
|
word-wrap: normal;
|
|
|
|
}
|
2019-08-09 02:00:22 +02:00
|
|
|
|
|
|
|
.video-js.player-style-invidious {
|
|
|
|
/* This is already the default */
|
|
|
|
}
|
|
|
|
|
|
|
|
.video-js.player-style-youtube .vjs-control-bar {
|
2019-08-17 03:06:21 +02:00
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
2019-08-09 02:00:22 +02:00
|
|
|
}
|
|
|
|
.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 03:06:21 +02:00
|
|
|
margin-top: -0.81666em;
|
2019-08-09 02:00:22 +02:00
|
|
|
margin-left: -1.5em;
|
|
|
|
}
|