mirror of
https://github.com/openvk/openvk
synced 2024-11-13 10:39:24 +03:00
Merge pull request #591 from rudzik8/ovkmodernfix
This commit is contained in:
commit
596d581238
3 changed files with 19 additions and 8 deletions
Binary file not shown.
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.1 KiB |
|
@ -6,7 +6,7 @@ body {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
height: 42px;
|
height: 42px;
|
||||||
background: #3C3C3C;
|
background: #3C3C3C;
|
||||||
z-index: 1000;
|
z-index: 199;
|
||||||
}
|
}
|
||||||
|
|
||||||
.home_button {
|
.home_button {
|
||||||
|
@ -26,6 +26,10 @@ body {
|
||||||
background: unset;
|
background: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.header_navigation .link a:hover {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
.sidebar {
|
.sidebar {
|
||||||
margin-top: 47px;
|
margin-top: 47px;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
@ -103,7 +107,7 @@ body {
|
||||||
border-bottom: solid 1px #EEE5B8;
|
border-bottom: solid 1px #EEE5B8;
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-wrap {
|
.page_wrap {
|
||||||
border-bottom: solid 1px #fff;
|
border-bottom: solid 1px #fff;
|
||||||
border-left: solid 1px #fff;
|
border-left: solid 1px #fff;
|
||||||
border-right: solid 1px #fff;
|
border-right: solid 1px #fff;
|
||||||
|
@ -114,11 +118,6 @@ body {
|
||||||
border-left: solid 1px #EEE5B8;
|
border-left: solid 1px #EEE5B8;
|
||||||
}
|
}
|
||||||
|
|
||||||
#wrapH {
|
|
||||||
border-right: solid 1px #fff;
|
|
||||||
border-left: solid 1px #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.menu_divider {
|
.menu_divider {
|
||||||
background: #E5E5E5;
|
background: #E5E5E5;
|
||||||
}
|
}
|
||||||
|
@ -146,6 +145,14 @@ input[type~="search"], textarea, select {
|
||||||
border: 1px solid #E5E5E5;
|
border: 1px solid #E5E5E5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mb_tab#active div {
|
||||||
|
border: 2px solid #898989;
|
||||||
|
}
|
||||||
|
|
||||||
|
.summaryBar {
|
||||||
|
border-bottom: #fff solid 1px;
|
||||||
|
}
|
||||||
|
|
||||||
.page_footer .link:hover {
|
.page_footer .link:hover {
|
||||||
border-top: 0px;
|
border-top: 0px;
|
||||||
}
|
}
|
||||||
|
@ -183,3 +190,7 @@ input[type~="search"], textarea, select {
|
||||||
.written {
|
.written {
|
||||||
background: url("/themepack/openvk_modern/0.0.1.0/resource/4.png") no-repeat 0px 1px;
|
background: url("/themepack/openvk_modern/0.0.1.0/resource/4.png") no-repeat 0px 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#votesBalance {
|
||||||
|
border-bottom: 1.5px solid #f6f6f6;
|
||||||
|
}
|
||||||
|
|
|
@ -7,5 +7,5 @@ metadata:
|
||||||
_: "OpenVK Modern"
|
_: "OpenVK Modern"
|
||||||
en: "OpenVK Modern"
|
en: "OpenVK Modern"
|
||||||
ru: "OpenVK Modern"
|
ru: "OpenVK Modern"
|
||||||
author: "Mikitko Wiśniewski (rudzik8)"
|
author: "Mikita Wiśniewski (rudzik8)"
|
||||||
description: "OpenVK theme in modern style"
|
description: "OpenVK theme in modern style"
|
||||||
|
|
Loading…
Reference in a new issue