From 5ec5fcfbf53bb2eab8702578a57ca7d8790a4ada Mon Sep 17 00:00:00 2001 From: x Date: Fri, 24 Jan 2025 07:28:58 +0100 Subject: [PATCH] h --- public/s/css/f0ck.css | 55 +++++++++++++++++++++++++++++++++++-------- 1 file changed, 45 insertions(+), 10 deletions(-) diff --git a/public/s/css/f0ck.css b/public/s/css/f0ck.css index 6987fd0..ece3ddd 100644 --- a/public/s/css/f0ck.css +++ b/public/s/css/f0ck.css @@ -3102,16 +3102,51 @@ input#s_avatar { grid-template-columns: auto; } - button[data-skip="-10"] { - display: none; - } + button[data-skip="-10"] { + display: none; + } - button[data-skip="10"] { - display: none; - } + button[data-skip="10"] { + display: none; + } - .v0ck_player_button { - font-family: monospace; - font-size: 12px; -} + .v0ck_player_button { + font-family: monospace; + font-size: 12px; + } + + tr { + display: grid; + grid-template-columns: auto auto auto auto; + grid-template-rows: auto; + } + + tbody td { + box-shadow: none; + } + + table tr td:nth-child(4) { + color: yellow; + font-size: xx-large; + font-family: 'VCR'; + justify-content: center; + align-items: center; + align-self: center; + } + + td:nth-child(1) { + grid-column: 6; + } + + td:nth-child(2) { + grid-column: 1; + } + + td:nth-child(3) { + grid-column: 2; + } + + td:nth-child(4) { + grid-column: 3; + } } \ No newline at end of file