From 8c983599040dbd11fd05922c6252e22d79d7c37e Mon Sep 17 00:00:00 2001 From: Ilya Prokopenko Date: Mon, 22 May 2023 21:38:31 +0700 Subject: [PATCH] OpenVK Midnight: Add changes related to the player --- themepacks/midnight/stylesheet.css | 31 +++++++++++++++++++----------- themepacks/midnight/theme.yml | 4 ++-- 2 files changed, 22 insertions(+), 13 deletions(-) diff --git a/themepacks/midnight/stylesheet.css b/themepacks/midnight/stylesheet.css index c0f0b6ea..53554e8c 100644 --- a/themepacks/midnight/stylesheet.css +++ b/themepacks/midnight/stylesheet.css @@ -65,6 +65,15 @@ hr { background-color: #2c2640; } +.bsdn_contextMenu { + background-color: #1f1a2c; + border-color: #2c2640; +} + +.bsdn_contextMenuElement:hover { + background-color: #29223a; +} + #ovkDraw .literally .lc-picker, .literally .lc-options.horz-toolbar, .mb_tab#active { background-color: #453e5e; } @@ -128,11 +137,11 @@ h4, .content_title_expanded, .summaryBar .summary, .content_title_unexpanded { } .content_title_expanded { - background-image: url("/themepack/midnight/0.0.2.4/resource/flex_arrow_open.png") !important; + background-image: url("/themepack/midnight/0.0.2.5/resource/flex_arrow_open.png") !important; } .content_title_unexpanded { - background-image: url("/themepack/midnight/0.0.2.4/resource/flex_arrow_shut.gif") !important; + background-image: url("/themepack/midnight/0.0.2.5/resource/flex_arrow_shut.gif") !important; } .ovk-video > .preview, .video-preview { @@ -154,17 +163,17 @@ h4, .content_title_expanded, .summaryBar .summary, .content_title_unexpanded { .page_yellowheader { color: #c6d2e8; - background-image: url("/themepack/midnight/0.0.2.4/resource/header_purple.png") !important; + background-image: url("/themepack/midnight/0.0.2.5/resource/header_purple.png") !important; background-color: #231f34; border-color: #231f34; } .page_header { - background-image: url("/themepack/midnight/0.0.2.4/resource/header.png") !important; + background-image: url("/themepack/midnight/0.0.2.5/resource/header.png") !important; } .page_custom_header { - background-image: url("/themepack/midnight/0.0.2.4/resource/header_custom.png") !important; + background-image: url("/themepack/midnight/0.0.2.5/resource/header_custom.png") !important; } .page_yellowheader span, .page_yellowheader a { @@ -184,11 +193,11 @@ form[action="/search"] > input, .header_search_input, textarea, input[type="text } input[type="checkbox"] { - background-image: url("/themepack/midnight/0.0.2.4/resource/checkbox.png") !important; + background-image: url("/themepack/midnight/0.0.2.5/resource/checkbox.png") !important; } input[type="radio"] { - background-image: url("/themepack/midnight/0.0.2.4/resource/radio.png") !important; + background-image: url("/themepack/midnight/0.0.2.5/resource/radio.png") !important; } .header_navigation .link { @@ -196,19 +205,19 @@ input[type="radio"] { } .heart { - background-image: url("/themepack/midnight/0.0.2.4/resource/like.gif") !important; + background-image: url("/themepack/midnight/0.0.2.5/resource/like.gif") !important; } .pinned-mark, .post-author .pin { - background-image: url("/themepack/midnight/0.0.2.4/resource/pin.png") !important; + background-image: url("/themepack/midnight/0.0.2.5/resource/pin.png") !important; } .repost-icon { - background-image: url("/themepack/midnight/0.0.2.4/resource/published.gif") !important; + background-image: url("/themepack/midnight/0.0.2.5/resource/published.gif") !important; } .post-author .delete { - background-image: url("/themepack/midnight/0.0.2.4/resource/input_clear.gif") !important; + background-image: url("/themepack/midnight/0.0.2.5/resource/input_clear.gif") !important; } .user-alert { diff --git a/themepacks/midnight/theme.yml b/themepacks/midnight/theme.yml index 34bb392d..bc10b12e 100644 --- a/themepacks/midnight/theme.yml +++ b/themepacks/midnight/theme.yml @@ -1,5 +1,5 @@ id: midnight -version: "0.0.2.4" +version: "0.0.2.5" openvk_version: 0 enabled: 1 metadata: @@ -8,5 +8,5 @@ metadata: en: "OpenVK Midnight" ru: "OpenVK Midnight" uk: "OpenVK Midnight" - author: "Ilya Prokopenko" + author: "Lumaeris" description: "A dark theme for OpenVK"