mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 02:34:38 -05:00
cool stuff
This commit is contained in:
parent
1462834ad2
commit
8228907bfe
1 changed files with 19 additions and 10 deletions
|
@ -167,11 +167,9 @@ border-radius: 10px;
|
||||||
width: 0%;
|
width: 0%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-image: linear-gradient(to right,
|
background-image: linear-gradient(to right,
|
||||||
#55CDFC,
|
#ff0045,
|
||||||
#F7A8B8,
|
#ff0e55,
|
||||||
#FFFFFF,
|
#ff1d79
|
||||||
#F7A8B8,
|
|
||||||
#55CDFC
|
|
||||||
);
|
);
|
||||||
transition: width 0.5s ease-in-out;
|
transition: width 0.5s ease-in-out;
|
||||||
}
|
}
|
||||||
|
@ -407,11 +405,22 @@ a[data-onclick="jump_to_time"] {
|
||||||
<style>
|
<style>
|
||||||
.vjs-play-progress {
|
.vjs-play-progress {
|
||||||
background-image: linear-gradient(to right,
|
background-image: linear-gradient(to right,
|
||||||
#FF0000,
|
#ff0045,
|
||||||
#FF69B4,
|
#ff0e55,
|
||||||
#FFC0CB
|
#ff1d79
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
.vjs-control-bar {
|
||||||
|
background-color: #0007 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vjs-remaining-time,
|
||||||
|
.vjs-fullscreen-control {
|
||||||
|
background-color: transparent !important;
|
||||||
|
color: white;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
<!-- en_us -->
|
<!-- en_us -->
|
||||||
<script src="/static/player-base.js?v=21&lang=en_us&set=player_ias.vflset"> </script>
|
<script src="/static/player-base.js?v=21&lang=en_us&set=player_ias.vflset"> </script>
|
||||||
|
|
Loading…
Reference in a new issue