From 0c0403ebe239dcf6781565a61d1e62e4c81e5db1 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 1 Oct 2023 12:50:03 +0200 Subject: port the old jsplayer --- web/js-player.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'web/js-player.css') diff --git a/web/js-player.css b/web/js-player.css index 79dffa0..b6133f9 100644 --- a/web/js-player.css +++ b/web/js-player.css @@ -4,11 +4,11 @@ Copyright (C) 2023 metamuffin */ -.js-player { +.jsp { --csize: 50px; } -.js-player .controls { +.jsp .jsp-controls { position: absolute; bottom: 0px; left: 0px; @@ -21,7 +21,7 @@ flex-direction: row; } -.js-player .controls button { +.jsp .jsp-controls button { padding: 0px; width: var(--csize); height: 100%; @@ -29,7 +29,7 @@ background-color: #ffffff10; } -.js-player .controls p.status { +.jsp .jsp-controls p.jsp-status { display: inline-block; width: 6em; text-align: right; @@ -38,7 +38,7 @@ margin: 0.4em; } -.pri { +.jsp .jsp-pri { flex-grow: 1; padding: 0px; display: inline-block; @@ -46,7 +46,7 @@ width: calc(100% - var(--csize) * 2 - 2px); height: var(--csize); } -.pri-current { +.jsp .jsp-pri-current { height: var(--csize); background-color: #ffffff20; } -- cgit v1.2.3-70-g09d2