mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-16 22:14:38 -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;
|
||||
width: 0%;
|
||||
height: 100%;
|
||||
background-image: linear-gradient(to right,
|
||||
#55CDFC,
|
||||
#F7A8B8,
|
||||
#FFFFFF,
|
||||
#F7A8B8,
|
||||
#55CDFC
|
||||
background-image: linear-gradient(to right,
|
||||
#ff0045,
|
||||
#ff0e55,
|
||||
#ff1d79
|
||||
);
|
||||
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" />
|
||||
<script src="/static/vjs.min.js?v=45959"></script>
|
||||
<style>
|
||||
.vjs-play-progress {
|
||||
.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