diff --git a/themepacks/openvk_modern/res/4.png b/themepacks/openvk_modern/res/4.png index 2ff920c0..90492504 100644 Binary files a/themepacks/openvk_modern/res/4.png and b/themepacks/openvk_modern/res/4.png differ diff --git a/themepacks/openvk_modern/res/5.png b/themepacks/openvk_modern/res/5.png index 84208ba2..830a2d0e 100644 Binary files a/themepacks/openvk_modern/res/5.png and b/themepacks/openvk_modern/res/5.png differ diff --git a/themepacks/openvk_modern/res/xmas.css b/themepacks/openvk_modern/res/xmas.css index f2b09263..ab23b582 100644 --- a/themepacks/openvk_modern/res/xmas.css +++ b/themepacks/openvk_modern/res/xmas.css @@ -1,13 +1,14 @@ .home_button { background: #3C3C3C url("/themepack/openvk_modern/0.0.1.0/resource/3.png") no-repeat; - background-size: 80%; - background-position-y: 6px; - background-position-x: 10px; + background-size: 80%; + background-position-y: 0px; + background-position-x: 2px; } .home_button_custom { - background: url("/themepack/openvk_modern/0.0.1.0/resource/5.png") no-repeat; + background: #3C3C3C url("/themepack/openvk_modern/0.0.1.0/resource/5.png") no-repeat; + background-size: 80%; background-position-y: 0px; - background-position-x: 1px; + background-position-x: 2px; text-shadow: none; } \ No newline at end of file diff --git a/themepacks/openvk_modern/stylesheet.css b/themepacks/openvk_modern/stylesheet.css index 987424fe..120c6b4e 100644 --- a/themepacks/openvk_modern/stylesheet.css +++ b/themepacks/openvk_modern/stylesheet.css @@ -11,15 +11,16 @@ body { .home_button { background: #3C3C3C url("/themepack/openvk_modern/0.0.1.0/resource/2.png") no-repeat; - background-size: 80%; - background-position-y: 6px; - background-position-x: 10px; + background-size: 80%; + background-position-y: 0px; + background-position-x: 2px; } .home_button_custom { - background: url("/themepack/openvk_modern/0.0.1.0/resource/4.png") no-repeat; + background: #3C3C3C url("/themepack/openvk_modern/0.0.1.0/resource/4.png") no-repeat; + background-size: 80%; background-position-y: 0px; - background-position-x: 1px; + background-position-x: 2px; text-shadow: none; } @@ -203,5 +204,5 @@ input[type~="search"], textarea, select { } #votesBalance { - border-bottom: 1.5px solid #f6f6f6; + border-bottom: none; }