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 {
|
|
|
|
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 {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
img.thumbnail {
|
|
|
|
width: 100%;
|
|
|
|
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 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-20 09:36:59 +05:30
|
|
|
font-family: sans-serif;
|
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;
|
|
|
|
}
|
|
|
|
|
2018-07-31 05:08:55 +05:30
|
|
|
.navbar > .searchbar .pure-form input[type="search"] {
|
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;
|
|
|
|
|
|
|
|
transition: 0.1s border-bottom;
|
|
|
|
}
|
|
|
|
|
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 {
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
@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%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* 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-02-22 05:22:03 +05:30
|
|
|
@media screen and (max-width: 480px) {
|
|
|
|
.video-js .vjs-control-bar,
|
|
|
|
.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
|
|
|
|
overflow: -webkit-paged-x;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
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);
|
|
|
|
}
|
|
|
|
|
|
|
|
.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
|
|
|
}
|
|
|
|
|
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
|
|
|
|
|
|
|
#player {
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
2019-02-22 05:47:02 +05:30
|
|
|
.player-dimensions.vjs-fluid {
|
|
|
|
padding-top: 46.86%;
|
|
|
|
}
|
|
|
|
|
2018-09-15 22:45:39 +05:30
|
|
|
#player-container {
|
|
|
|
position: relative;
|
2019-02-22 05:47:02 +05:30
|
|
|
padding-bottom: 46.86%;
|
|
|
|
margin-left: 1em;
|
|
|
|
margin-right: 1em;
|
2018-09-15 22:45:39 +05:30
|
|
|
height: 0;
|
|
|
|
}
|
2019-01-24 06:35:24 +05:30
|
|
|
|
|
|
|
#progress-container {
|
|
|
|
width: 100%;
|
|
|
|
border-radius: 2px;
|
2019-01-28 08:50:52 +05:30
|
|
|
background-color: #a0a0a0;
|
|
|
|
color: rgba(35, 35, 35, 1);
|
2019-01-24 06:35:24 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
#download-progress {
|
|
|
|
width: 0%;
|
|
|
|
border-radius: 2px;
|
|
|
|
height: 10px;
|
2019-01-28 08:50:52 +05:30
|
|
|
background-color: rgba(0, 182, 240, 1);
|
|
|
|
color: #fff;
|
2019-01-24 06:35:24 +05:30
|
|
|
margin-top: 0.5em;
|
|
|
|
margin-bottom: 0.5em;
|
|
|
|
}
|