mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 00:14:39 -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%;
|
||||
height: 100%;
|
||||
background-image: linear-gradient(to right,
|
||||
#55CDFC,
|
||||
#F7A8B8,
|
||||
#FFFFFF,
|
||||
#F7A8B8,
|
||||
#55CDFC
|
||||
#ff0045,
|
||||
#ff0e55,
|
||||
#ff1d79
|
||||
);
|
||||
transition: width 0.5s ease-in-out;
|
||||
}
|
||||
|
@ -407,11 +405,22 @@ a[data-onclick="jump_to_time"] {
|
|||
<style>
|
||||
.vjs-play-progress {
|
||||
background-image: linear-gradient(to right,
|
||||
#FF0000,
|
||||
#FF69B4,
|
||||
#FFC0CB
|
||||
#ff0045,
|
||||
#ff0e55,
|
||||
#ff1d79
|
||||
);
|
||||
}
|
||||
.vjs-control-bar {
|
||||
background-color: #0007 !important;
|
||||
}
|
||||
|
||||
.vjs-remaining-time,
|
||||
.vjs-fullscreen-control {
|
||||
background-color: transparent !important;
|
||||
color: white;
|
||||
|
||||
}
|
||||
|
||||
</style>
|
||||
<!-- en_us -->
|
||||
<script src="/static/player-base.js?v=21&lang=en_us&set=player_ias.vflset"> </script>
|
||||
|
|
Loading…
Reference in a new issue