From 4d39aada70fbcbe2c079f2328bbad4450cbdc3fe Mon Sep 17 00:00:00 2001 From: miri Date: Mon, 8 Jul 2024 20:17:59 +0200 Subject: [PATCH 1/2] added loea specific css --- assets/css/default.css | 25 +++++++++++++------------ assets/css/player.css | 2 ++ 2 files changed, 15 insertions(+), 12 deletions(-) diff --git a/assets/css/default.css b/assets/css/default.css index a47762ec..0d2e3e2a 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -121,6 +121,7 @@ body a.channel-owner { display: flex; justify-content: center; flex-wrap: wrap; + margin-bottom: 8px; } .feed-menu-item { @@ -213,7 +214,7 @@ div.watched-overlay { left: 0; right: 0; bottom: 0; - background-color: rgba(255,255,255,.4); + background-color: rgba(255,255,255, 0); } div.watched-indicator { @@ -238,7 +239,7 @@ div.thumbnail > .bottom-right-overlay { .bottom-right-overlay { bottom: 0.6em; right: 0.6em; } .length { - padding: 1px; + padding: 2px; margin: -2px 0; color: #fff; border-radius: 3px; @@ -454,7 +455,7 @@ footer { } .dark-theme footer { - color: #adadad; + color: #75c8d9; } .light-theme footer a { @@ -615,15 +616,15 @@ span > select { body.dark-theme { background-color: rgba(35, 35, 35, 1); - color: #f0f0f0; + color: #c0ffee; } .dark-theme .pure-form legend { - color: #f0f0f0; + color: #c0ffee; } .dark-theme .pure-menu-heading { - color: #f0f0f0; + color: #c0ffee; } .dark-theme input, @@ -633,7 +634,7 @@ body.dark-theme { } .dark-theme .pure-form input[type="file"] { - color: #f0f0f0; + color: #c0ffee; } .dark-theme .searchbar input { @@ -668,16 +669,16 @@ body.dark-theme { } body.no-theme { - background-color: rgba(35, 35, 35, 1); - color: #f0f0f0; + background-color: rgba(0, 0, 0, 1); + color: #daffff; } .no-theme .pure-form legend { - color: #f0f0f0; + color: #c0ffee; } .no-theme .pure-menu-heading { - color: #f0f0f0; + color: #c0ffee; } .no-theme input, @@ -687,7 +688,7 @@ body.dark-theme { } .no-theme .pure-form input[type="file"] { - color: #f0f0f0; + color: #c0ffee; } .no-theme .searchbar input { diff --git a/assets/css/player.css b/assets/css/player.css index 50c7a748..b2fb8ebf 100644 --- a/assets/css/player.css +++ b/assets/css/player.css @@ -234,6 +234,8 @@ video.video-js { margin-right: 1em; padding-bottom: 82vh; height: 0; + border-radius: 5px; + overflow: hidden; } .mobile-operations-bar { From d92e92cba11916b3ff41fd3cc80e2a19ec7c1809 Mon Sep 17 00:00:00 2001 From: miri Date: Fri, 13 Sep 2024 14:37:25 +0000 Subject: [PATCH 2/2] revert 4d39aada70fbcbe2c079f2328bbad4450cbdc3fe revert added loea specific css --- assets/css/default.css | 25 ++++++++++++------------- assets/css/player.css | 2 -- 2 files changed, 12 insertions(+), 15 deletions(-) diff --git a/assets/css/default.css b/assets/css/default.css index 0d2e3e2a..a47762ec 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -121,7 +121,6 @@ body a.channel-owner { display: flex; justify-content: center; flex-wrap: wrap; - margin-bottom: 8px; } .feed-menu-item { @@ -214,7 +213,7 @@ div.watched-overlay { left: 0; right: 0; bottom: 0; - background-color: rgba(255,255,255, 0); + background-color: rgba(255,255,255,.4); } div.watched-indicator { @@ -239,7 +238,7 @@ div.thumbnail > .bottom-right-overlay { .bottom-right-overlay { bottom: 0.6em; right: 0.6em; } .length { - padding: 2px; + padding: 1px; margin: -2px 0; color: #fff; border-radius: 3px; @@ -455,7 +454,7 @@ footer { } .dark-theme footer { - color: #75c8d9; + color: #adadad; } .light-theme footer a { @@ -616,15 +615,15 @@ span > select { body.dark-theme { background-color: rgba(35, 35, 35, 1); - color: #c0ffee; + color: #f0f0f0; } .dark-theme .pure-form legend { - color: #c0ffee; + color: #f0f0f0; } .dark-theme .pure-menu-heading { - color: #c0ffee; + color: #f0f0f0; } .dark-theme input, @@ -634,7 +633,7 @@ body.dark-theme { } .dark-theme .pure-form input[type="file"] { - color: #c0ffee; + color: #f0f0f0; } .dark-theme .searchbar input { @@ -669,16 +668,16 @@ body.dark-theme { } body.no-theme { - background-color: rgba(0, 0, 0, 1); - color: #daffff; + background-color: rgba(35, 35, 35, 1); + color: #f0f0f0; } .no-theme .pure-form legend { - color: #c0ffee; + color: #f0f0f0; } .no-theme .pure-menu-heading { - color: #c0ffee; + color: #f0f0f0; } .no-theme input, @@ -688,7 +687,7 @@ body.dark-theme { } .no-theme .pure-form input[type="file"] { - color: #c0ffee; + color: #f0f0f0; } .no-theme .searchbar input { diff --git a/assets/css/player.css b/assets/css/player.css index b2fb8ebf..50c7a748 100644 --- a/assets/css/player.css +++ b/assets/css/player.css @@ -234,8 +234,6 @@ video.video-js { margin-right: 1em; padding-bottom: 82vh; height: 0; - border-radius: 5px; - overflow: hidden; } .mobile-operations-bar {