OpenVK Modern: add xmas custom header and remove custom written icon (#594)

This commit is contained in:
Mikita Wiśniewski 2022-06-15 21:57:21 +07:00 committed by GitHub
parent fbc91b7e1c
commit c8cd8e7dd8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 183 B

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View file

@ -3,3 +3,10 @@
background-position-y: 0px; background-position-y: 0px;
background-position-x: 1px; background-position-x: 1px;
} }
.home_button_custom {
background: url("/themepack/openvk_modern/0.0.1.0/resource/5.png") no-repeat;
background-position-y: 0px;
background-position-x: 1px;
text-shadow: none;
}

View file

@ -16,7 +16,7 @@ body {
} }
.home_button_custom { .home_button_custom {
background: url("/themepack/openvk_modern/0.0.1.0/resource/5.png") no-repeat; background: url("/themepack/openvk_modern/0.0.1.0/resource/4.png") no-repeat;
background-position-y: 0px; background-position-y: 0px;
background-position-x: 1px; background-position-x: 1px;
text-shadow: none; text-shadow: none;
@ -193,10 +193,6 @@ input[type~="search"], textarea, select {
border: 5px solid #F3F3F3; border: 5px solid #F3F3F3;
} }
.written {
background: url("/themepack/openvk_modern/0.0.1.0/resource/4.png") no-repeat 0px 1px;
}
#votesBalance { #votesBalance {
border-bottom: 1.5px solid #f6f6f6; border-bottom: 1.5px solid #f6f6f6;
} }