Merge pull request #596 from rudzik8/ovkmodernupd

This commit is contained in:
Ilya Prokopenko 2022-06-17 09:51:51 +00:00 committed by GitHub
commit 63871b762c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 23 additions and 11 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

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

View file

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