aktueller Stand lol
This commit is contained in:
@ -65,6 +65,9 @@ html[theme='p1nk'] {
|
||||
--pagination-background-hover: #333;
|
||||
--pagination-border-color: rgba(0,0,0,.8) rgba(0,0,0,.65) rgba(0,0,0,.5);
|
||||
--badge-bg: #171717;
|
||||
--badge-sfw: #68a728;
|
||||
--badge-nsfw: #a72828;
|
||||
--badge-tag: #6c6c6c;
|
||||
--metadata-bg: #0d0d0d;
|
||||
--posts-meta-bg: #000000b8;
|
||||
--scrollbar-color: #2b2b2b;
|
||||
@ -779,11 +782,11 @@ span.placeholder {
|
||||
}
|
||||
|
||||
#prev::before {
|
||||
content: "»";
|
||||
content: "\00BB";
|
||||
}
|
||||
|
||||
#next::before {
|
||||
content: "«";
|
||||
content: "\00AB";
|
||||
}
|
||||
|
||||
#next {
|
||||
|
@ -15,7 +15,7 @@ const tpl_player = svg => `<div class="v0ck_player_controls">
|
||||
<use id="v0ck_svg_volume_mute" class="v0ck_hidden" href="${svg}#volume_mute"></use>
|
||||
</svg>
|
||||
</button>
|
||||
<input type="range" name="volume" min="0" max="1" step="0.05" value="1" />
|
||||
<input type="range" name="volume" min="0" max="1" step="0.01" value="1" />
|
||||
<button class="v0ck_player_button v0ck_playtime">00:00 / 00:00</button>
|
||||
<span style="flex: 30"></span>
|
||||
<button data-skip="-10" class="v0ck_player_button">
|
||||
|
Reference in New Issue
Block a user