mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
OpenVK Midnight: A xmas hat is back!
This commit is contained in:
parent
7d6a52a7e0
commit
7e4df2971c
3 changed files with 14 additions and 14 deletions
|
@ -1,7 +1,7 @@
|
|||
.page_header {
|
||||
background-image: url('/themepack/midnight/0.0.1.0/resource/xheader.png');
|
||||
background-image: url('/themepack/midnight/0.0.2.3/resource/xheader.png');
|
||||
}
|
||||
|
||||
.page_custom_header {
|
||||
background-image: url('/themepack/midnight/0.0.1.0/resource/xheader_custom.png');
|
||||
background-image: url('/themepack/midnight/0.0.2.3/resource/xheader_custom.png');
|
||||
}
|
|
@ -128,11 +128,11 @@ h4, .content_title_expanded, .summaryBar .summary, .content_title_unexpanded {
|
|||
}
|
||||
|
||||
.content_title_expanded {
|
||||
background-image: url("/themepack/midnight/0.0.2.2/resource/flex_arrow_open.png") !important;
|
||||
background-image: url("/themepack/midnight/0.0.2.3/resource/flex_arrow_open.png") !important;
|
||||
}
|
||||
|
||||
.content_title_unexpanded {
|
||||
background-image: url("/themepack/midnight/0.0.2.2/resource/flex_arrow_shut.gif") !important;
|
||||
background-image: url("/themepack/midnight/0.0.2.3/resource/flex_arrow_shut.gif") !important;
|
||||
}
|
||||
|
||||
.ovk-video > .preview, .video-preview {
|
||||
|
@ -154,17 +154,17 @@ h4, .content_title_expanded, .summaryBar .summary, .content_title_unexpanded {
|
|||
|
||||
.page_yellowheader {
|
||||
color: #c6d2e8;
|
||||
background-image: url("/themepack/midnight/0.0.2.2/resource/header_purple.png") !important;
|
||||
background-image: url("/themepack/midnight/0.0.2.3/resource/header_purple.png") !important;
|
||||
background-color: #231f34;
|
||||
border-color: #231f34;
|
||||
}
|
||||
|
||||
.page_header {
|
||||
background-image: url("/themepack/midnight/0.0.2.2/resource/header.png") !important;
|
||||
background-image: url("/themepack/midnight/0.0.2.3/resource/header.png") !important;
|
||||
}
|
||||
|
||||
.page_custom_header {
|
||||
background-image: url("/themepack/midnight/0.0.2.2/resource/header_custom.png") !important;
|
||||
background-image: url("/themepack/midnight/0.0.2.3/resource/header_custom.png") !important;
|
||||
}
|
||||
|
||||
.page_yellowheader span, .page_yellowheader a {
|
||||
|
@ -184,11 +184,11 @@ form[action="/search"] > input, .header_search_input, textarea, input[type="text
|
|||
}
|
||||
|
||||
input[type="checkbox"] {
|
||||
background-image: url("/themepack/midnight/0.0.2.2/resource/checkbox.png") !important;
|
||||
background-image: url("/themepack/midnight/0.0.2.3/resource/checkbox.png") !important;
|
||||
}
|
||||
|
||||
input[type="radio"] {
|
||||
background-image: url("/themepack/midnight/0.0.2.2/resource/radio.png") !important;
|
||||
background-image: url("/themepack/midnight/0.0.2.3/resource/radio.png") !important;
|
||||
}
|
||||
|
||||
.header_navigation .link {
|
||||
|
@ -196,19 +196,19 @@ input[type="radio"] {
|
|||
}
|
||||
|
||||
.heart {
|
||||
background-image: url("/themepack/midnight/0.0.2.2/resource/like.gif") !important;
|
||||
background-image: url("/themepack/midnight/0.0.2.3/resource/like.gif") !important;
|
||||
}
|
||||
|
||||
.pinned-mark, .post-author .pin {
|
||||
background-image: url("/themepack/midnight/0.0.2.2/resource/pin.png") !important;
|
||||
background-image: url("/themepack/midnight/0.0.2.3/resource/pin.png") !important;
|
||||
}
|
||||
|
||||
.repost-icon {
|
||||
background-image: url("/themepack/midnight/0.0.2.2/resource/published.gif") !important;
|
||||
background-image: url("/themepack/midnight/0.0.2.3/resource/published.gif") !important;
|
||||
}
|
||||
|
||||
.post-author .delete {
|
||||
background-image: url("/themepack/midnight/0.0.2.2/resource/input_clear.gif") !important;
|
||||
background-image: url("/themepack/midnight/0.0.2.3/resource/input_clear.gif") !important;
|
||||
}
|
||||
|
||||
.user-alert {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
id: midnight
|
||||
version: "0.0.2.2"
|
||||
version: "0.0.2.3"
|
||||
openvk_version: 0
|
||||
enabled: 1
|
||||
metadata:
|
||||
|
|
Loading…
Reference in a new issue