Merge pull request #596 from rudzik8/ovkmodernupd
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 62 KiB |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 206 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 175 KiB |
|
@ -1,12 +1,14 @@
|
||||||
.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-size: 80%;
|
||||||
background-position-y: 0px;
|
background-position-y: 0px;
|
||||||
background-position-x: 1px;
|
background-position-x: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.home_button_custom {
|
.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-y: 0px;
|
||||||
background-position-x: 1px;
|
background-position-x: 2px;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
}
|
}
|
|
@ -10,15 +10,17 @@ 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-size: 80%;
|
||||||
background-position-y: 0px;
|
background-position-y: 0px;
|
||||||
background-position-x: 1px;
|
background-position-x: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.home_button_custom {
|
.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-y: 0px;
|
||||||
background-position-x: 1px;
|
background-position-x: 2px;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -137,7 +139,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.container_gray .content {
|
.container_gray .content {
|
||||||
border: #fff solid 1px;
|
border: #E5E5E5 solid 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.accent-box {
|
.accent-box {
|
||||||
|
@ -193,6 +195,14 @@ input[type~="search"], textarea, select {
|
||||||
border: 5px solid #F3F3F3;
|
border: 5px solid #F3F3F3;
|
||||||
}
|
}
|
||||||
|
|
||||||
#votesBalance {
|
.ovk-diag {
|
||||||
border-bottom: 1.5px solid #f6f6f6;
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ovk-diag-head {
|
||||||
|
border-bottom: 1px solid #757575;
|
||||||
|
}
|
||||||
|
|
||||||
|
#votesBalance {
|
||||||
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
|