mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
OpenVK Modern: add HD logo buttons (for regular header)
This commit is contained in:
parent
308f3dbda6
commit
1bf4a662e8
4 changed files with 8 additions and 6 deletions
Binary file not shown.
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 62 KiB |
Binary file not shown.
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 206 KiB |
|
@ -1,7 +1,8 @@
|
||||||
.home_button {
|
.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-position-y: 0px;
|
background-size: 80%;
|
||||||
background-position-x: 1px;
|
background-position-y: 6px;
|
||||||
|
background-position-x: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.home_button_custom {
|
.home_button_custom {
|
||||||
|
|
|
@ -10,9 +10,10 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.home_button {
|
.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-position-y: 0px;
|
background-size: 80%;
|
||||||
background-position-x: 1px;
|
background-position-y: 6px;
|
||||||
|
background-position-x: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.home_button_custom {
|
.home_button_custom {
|
||||||
|
|
Loading…
Reference in a new issue