From 9a9c74f127702445f936452e09a8ac93c5c0118c Mon Sep 17 00:00:00 2001 From: Ilya Prokopenko Date: Sun, 18 Dec 2022 13:23:46 +0700 Subject: [PATCH] OpenVK Midnight: Fix-up tippy box --- themepacks/midnight/stylesheet.css | 24 ++++++++++++------------ themepacks/midnight/theme.yml | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/themepacks/midnight/stylesheet.css b/themepacks/midnight/stylesheet.css index 1f2c3bf6..fdd742a4 100644 --- a/themepacks/midnight/stylesheet.css +++ b/themepacks/midnight/stylesheet.css @@ -15,7 +15,7 @@ body, #backdropDripper { box-shadow: -30px 0px 20px 20px #0e0b1a, -50px 0px 20px 20px hsl(252 41% 7% / 59%), -70px 0px 20px 20px hsl(252 41% 7% / 43%), -90px 0px 20px 20px hsl(252 41% 7% / 35%), -110px 0px 20px 20px hsl(252 41% 7% / 28%), -130px 0px 20px 20px hsl(252 41% 7% / 16%), 30px 0px 20px 20px #0e0b1a, 50px 0px 20px 20px hsl(252 41% 7% / 59%), 70px 0px 20px 20px hsl(252 41% 7% / 43%), 90px 0px 20px 20px hsl(252 41% 7% / 35%), 110px 0px 20px 20px hsl(252 41% 7% / 28%), 130px 0px 20px 20px hsl(252 41% 7% / 16%); } -span, .post-author .date, .crp-entry--message---text, .messenger-app--messages---message .time, .navigation-lang .link_new { +span, .post-author .date, .crp-entry--message---text, .messenger-app--messages---message .time, .navigation-lang .link_new, .tippy-box text { color: #8b9ab5 !important; } @@ -128,11 +128,11 @@ h4, .content_title_expanded, .summaryBar .summary, .content_title_unexpanded { } .content_title_expanded { - background-image: url("/themepack/midnight/0.0.2.1/resource/flex_arrow_open.png") !important; + background-image: url("/themepack/midnight/0.0.2.2/resource/flex_arrow_open.png") !important; } .content_title_unexpanded { - background-image: url("/themepack/midnight/0.0.2.1/resource/flex_arrow_shut.gif") !important; + background-image: url("/themepack/midnight/0.0.2.2/resource/flex_arrow_shut.gif") !important; } .ovk-video > .preview, .video-preview { @@ -154,17 +154,17 @@ h4, .content_title_expanded, .summaryBar .summary, .content_title_unexpanded { .page_yellowheader { color: #c6d2e8; - background-image: url("/themepack/midnight/0.0.2.1/resource/header_purple.png") !important; + background-image: url("/themepack/midnight/0.0.2.2/resource/header_purple.png") !important; background-color: #231f34; border-color: #231f34; } .page_header { - background-image: url("/themepack/midnight/0.0.2.1/resource/header.png") !important; + background-image: url("/themepack/midnight/0.0.2.2/resource/header.png") !important; } .page_custom_header { - background-image: url("/themepack/midnight/0.0.2.1/resource/header_custom.png") !important; + background-image: url("/themepack/midnight/0.0.2.2/resource/header_custom.png") !important; } .page_yellowheader span, .page_yellowheader a { @@ -184,11 +184,11 @@ form[action="/search"] > input, .header_search_input, textarea, input[type="text } input[type="checkbox"] { - background-image: url("/themepack/midnight/0.0.2.1/resource/checkbox.png") !important; + background-image: url("/themepack/midnight/0.0.2.2/resource/checkbox.png") !important; } input[type="radio"] { - background-image: url("/themepack/midnight/0.0.2.1/resource/radio.png") !important; + background-image: url("/themepack/midnight/0.0.2.2/resource/radio.png") !important; } .header_navigation .link { @@ -196,19 +196,19 @@ input[type="radio"] { } .heart { - background-image: url("/themepack/midnight/0.0.2.1/resource/like.gif") !important; + background-image: url("/themepack/midnight/0.0.2.2/resource/like.gif") !important; } .pinned-mark, .post-author .pin { - background-image: url("/themepack/midnight/0.0.2.1/resource/pin.png") !important; + background-image: url("/themepack/midnight/0.0.2.2/resource/pin.png") !important; } .repost-icon { - background-image: url("/themepack/midnight/0.0.2.1/resource/published.gif") !important; + background-image: url("/themepack/midnight/0.0.2.2/resource/published.gif") !important; } .post-author .delete { - background-image: url("/themepack/midnight/0.0.2.1/resource/input_clear.gif") !important; + background-image: url("/themepack/midnight/0.0.2.2/resource/input_clear.gif") !important; } .user-alert { diff --git a/themepacks/midnight/theme.yml b/themepacks/midnight/theme.yml index 21348fbd..d8bc214c 100644 --- a/themepacks/midnight/theme.yml +++ b/themepacks/midnight/theme.yml @@ -1,5 +1,5 @@ id: midnight -version: "0.0.2.1" +version: "0.0.2.2" openvk_version: 0 enabled: 1 metadata: