OpenVK Modern: add HD logo buttons for custom header

and do some small cosmetic fixes as well
This commit is contained in:
rudzik8 2022-06-16 15:33:49 +07:00
parent 1bf4a662e8
commit dec863acba
4 changed files with 13 additions and 11 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 175 KiB

View file

@ -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;
}

View file

@ -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;
}