Merge pull request #591 from rudzik8/ovkmodernfix

This commit is contained in:
Ilya Prokopenko 2022-06-15 16:00:52 +07:00 committed by GitHub
commit 596d581238
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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

View file

@ -6,7 +6,7 @@ body {
position: fixed;
height: 42px;
background: #3C3C3C;
z-index: 1000;
z-index: 199;
}
.home_button {
@ -26,6 +26,10 @@ body {
background: unset;
}
.header_navigation .link a:hover {
text-decoration: none;
}
.sidebar {
margin-top: 47px;
position: fixed;
@ -103,7 +107,7 @@ body {
border-bottom: solid 1px #EEE5B8;
}
.page-wrap {
.page_wrap {
border-bottom: solid 1px #fff;
border-left: solid 1px #fff;
border-right: solid 1px #fff;
@ -114,11 +118,6 @@ body {
border-left: solid 1px #EEE5B8;
}
#wrapH {
border-right: solid 1px #fff;
border-left: solid 1px #fff;
}
.menu_divider {
background: #E5E5E5;
}
@ -146,6 +145,14 @@ input[type~="search"], textarea, select {
border: 1px solid #E5E5E5;
}
.mb_tab#active div {
border: 2px solid #898989;
}
.summaryBar {
border-bottom: #fff solid 1px;
}
.page_footer .link:hover {
border-top: 0px;
}
@ -183,3 +190,7 @@ input[type~="search"], textarea, select {
.written {
background: url("/themepack/openvk_modern/0.0.1.0/resource/4.png") no-repeat 0px 1px;
}
#votesBalance {
border-bottom: 1.5px solid #f6f6f6;
}

View file

@ -7,5 +7,5 @@ metadata:
_: "OpenVK Modern"
en: "OpenVK Modern"
ru: "OpenVK Modern"
author: "Mikitko Wiśniewski (rudzik8)"
author: "Mikita Wiśniewski (rudzik8)"
description: "OpenVK theme in modern style"