From a9a74e9d2aec08009989be4ca81aa47c793d8c08 Mon Sep 17 00:00:00 2001 From: rocket_2019 <74113535+rocket2021@users.noreply.github.com> Date: Mon, 31 Oct 2022 20:42:25 +0100 Subject: [PATCH] Create video-inv.css --- assets/css/video-inv.css | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 assets/css/video-inv.css diff --git a/assets/css/video-inv.css b/assets/css/video-inv.css new file mode 100644 index 00000000..3f997fde --- /dev/null +++ b/assets/css/video-inv.css @@ -0,0 +1,37 @@ +@media (min-width: 1200px) { +.video-title{ + width: 78% + } +.video-infos{ + width:60%; +} +.video-playlist{ + right: 0; + position: absolute; + width: 20%; + top:9vh; + background-color: ; +} +#player-container{ + width: 80%; + left: 0; + position: sticky; + margin: 0; +} +.content { + margin-top: 50px; + margin-left: 45px; + width: 95%; +} + #contents { + width: 100%; + } +footer{ + width: 80%; +} +} + +.dark-theme .video-title{background-color: #444;} +.dark-theme .video-settings{background-color: #28323D;} +.dark-theme .video-infos{ background-color: #333;} +.dark-theme .video-playlist{background-color: #28323D;}