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