mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 02:54:42 -05:00
cool stuff
This commit is contained in:
parent
1462834ad2
commit
8228907bfe
1 changed files with 19 additions and 10 deletions
|
@ -166,12 +166,10 @@ border-radius: 10px;
|
||||||
left: 0;
|
left: 0;
|
||||||
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;
|
||||||
}
|
}
|
||||||
|
@ -405,13 +403,24 @@ a[data-onclick="jump_to_time"] {
|
||||||
<link href="/css/videojs-v8.16.0.css?v=5949545" rel="stylesheet" />
|
<link href="/css/videojs-v8.16.0.css?v=5949545" rel="stylesheet" />
|
||||||
<script src="/static/vjs.min.js?v=45959"></script>
|
<script src="/static/vjs.min.js?v=45959"></script>
|
||||||
<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