mirror of
https://github.com/openvk/openvk
synced 2024-11-13 10:39:24 +03:00
OpenVK Modern: add xmas custom header and remove custom written icon (#594)
This commit is contained in:
parent
fbc91b7e1c
commit
c8cd8e7dd8
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 |
|
@ -3,3 +3,10 @@
|
|||
background-position-y: 0px;
|
||||
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;
|
||||
}
|
|
@ -16,7 +16,7 @@ body {
|
|||
}
|
||||
|
||||
.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-x: 1px;
|
||||
text-shadow: none;
|
||||
|
@ -193,10 +193,6 @@ input[type~="search"], textarea, select {
|
|||
border: 5px solid #F3F3F3;
|
||||
}
|
||||
|
||||
.written {
|
||||
background: url("/themepack/openvk_modern/0.0.1.0/resource/4.png") no-repeat 0px 1px;
|
||||
}
|
||||
|
||||
#votesBalance {
|
||||
border-bottom: 1.5px solid #f6f6f6;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue