diff --git a/themepacks/openvk_modern/res/2.png b/themepacks/openvk_modern/res/2.png index c1cae68b..74460619 100644 Binary files a/themepacks/openvk_modern/res/2.png and b/themepacks/openvk_modern/res/2.png differ diff --git a/themepacks/openvk_modern/res/3.png b/themepacks/openvk_modern/res/3.png index 8ceca67e..05f84b23 100644 Binary files a/themepacks/openvk_modern/res/3.png and b/themepacks/openvk_modern/res/3.png differ 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 bf68b3f7..ab23b582 100644 --- a/themepacks/openvk_modern/res/xmas.css +++ b/themepacks/openvk_modern/res/xmas.css @@ -1,12 +1,14 @@ .home_button { - background: url("/themepack/openvk_modern/0.0.1.0/resource/3.png") no-repeat; + background: #3C3C3C url("/themepack/openvk_modern/0.0.1.0/resource/3.png") no-repeat; + background-size: 80%; background-position-y: 0px; - background-position-x: 1px; + 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 20963901..120c6b4e 100644 --- a/themepacks/openvk_modern/stylesheet.css +++ b/themepacks/openvk_modern/stylesheet.css @@ -10,15 +10,17 @@ body { } .home_button { - background: url("/themepack/openvk_modern/0.0.1.0/resource/2.png") no-repeat; + background: #3C3C3C url("/themepack/openvk_modern/0.0.1.0/resource/2.png") no-repeat; + background-size: 80%; background-position-y: 0px; - background-position-x: 1px; + 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; } @@ -137,7 +139,7 @@ body { } .container_gray .content { - border: #fff solid 1px; + border: #E5E5E5 solid 1px; } .accent-box { @@ -193,6 +195,14 @@ input[type~="search"], textarea, select { border: 5px solid #F3F3F3; } -#votesBalance { - border-bottom: 1.5px solid #f6f6f6; +.ovk-diag { + border: none; +} + +.ovk-diag-head { + border-bottom: 1px solid #757575; +} + +#votesBalance { + border-bottom: none; }