Skip to content

Commit

Permalink
fix(theme-midnight): "Show more" and "Feed settings"
Browse files Browse the repository at this point in the history
  • Loading branch information
Lumaeris committed Nov 24, 2024
1 parent 74e998a commit 4dd9088
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 22 deletions.
4 changes: 2 additions & 2 deletions themepacks/midnight/res/xmas.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.page_header {
background-image: url('/themepack/midnight/0.0.3.1/resource/xheader.png') !important;
background-image: url('/themepack/midnight/0.0.3.2/resource/xheader.png') !important;
}

.page_custom_header {
background-image: url('/themepack/midnight/0.0.3.1/resource/xheader_custom.png') !important;
background-image: url('/themepack/midnight/0.0.3.2/resource/xheader_custom.png') !important;
}
40 changes: 21 additions & 19 deletions themepacks/midnight/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ th,
.ovk-photo-view,
.page_wrap_content_main .def_row_content,
.topGrayBlock,
.bigPlayer {
.bigPlayer,
input[type="number"] {
border-color: #2c2640 !important;
}

Expand Down Expand Up @@ -187,10 +188,8 @@ hr {
.ovk-diag-action,
.minilink .counter,
.topGrayBlock,
.showMore,
.showMoreAudiosPlaylist,
#showMorePhotos,
#showMoreVideos {
#show_more,
.information {
background-color: #2c2640 !important;
}

Expand Down Expand Up @@ -232,7 +231,8 @@ a,
.paginator a:hover,
.post-share-button:hover,
.post-like-button:hover,
#search_box_button:active {
#search_box_button:active,
.mb_tab:hover {
background-color: #272138 !important;
}

Expand Down Expand Up @@ -288,7 +288,8 @@ td.e,
tr.e,
.playlistListView:hover,
.playlistListView .playlistCover,
.photosInsert > div {
.photosInsert > div,
.attachment_selector #attachment_insert #attachment_insert_count {
background-color: #231e33 !important;
}

Expand Down Expand Up @@ -317,11 +318,11 @@ tr.v,
}

.content_title_expanded {
background-image: url("/themepack/midnight/0.0.3.1/resource/flex_arrow_open.png") !important;
background-image: url("/themepack/midnight/0.0.3.2/resource/flex_arrow_open.png") !important;
}

.content_title_unexpanded {
background-image: url("/themepack/midnight/0.0.3.1/resource/flex_arrow_shut.gif") !important;
background-image: url("/themepack/midnight/0.0.3.2/resource/flex_arrow_shut.gif") !important;
}

.ovk-video>.preview,
Expand All @@ -348,17 +349,17 @@ tr.h {

.page_yellowheader {
color: #c6d2e8;
background-image: url("/themepack/midnight/0.0.3.1/resource/header_purple.png") !important;
background-image: url("/themepack/midnight/0.0.3.2/resource/header_purple.png") !important;
background-color: #231f34;
border-color: #231f34;
}

.page_header {
background-image: url("/themepack/midnight/0.0.3.1/resource/header.png") !important;
background-image: url("/themepack/midnight/0.0.3.2/resource/header.png") !important;
}

.page_custom_header {
background-image: url("/themepack/midnight/0.0.3.1/resource/header_custom.png") !important;
background-image: url("/themepack/midnight/0.0.3.2/resource/header_custom.png") !important;
}

.page_yellowheader span,
Expand Down Expand Up @@ -390,38 +391,39 @@ input[type~="phone"],
input[type="search"],
input[type~="search"],
input[type~="date"],
input[type="number"],
select,
.crp-entry--message.unread {
background-color: #181826 !important;
}

input[type="checkbox"] {
background-image: url("/themepack/midnight/0.0.3.1/resource/checkbox.png") !important;
background-image: url("/themepack/midnight/0.0.3.2/resource/checkbox.png") !important;
}

input[type="radio"] {
background-image: url("/themepack/midnight/0.0.3.1/resource/radio.png") !important;
background-image: url("/themepack/midnight/0.0.3.2/resource/radio.png") !important;
}

.header_navigation .link, .header_navigation .header_divider_stick {
background: unset;
}

.heart {
background-image: url("/themepack/midnight/0.0.3.1/resource/like.gif") !important;
background-image: url("/themepack/midnight/0.0.3.2/resource/like.gif") !important;
}

.pinned-mark,
.post-author .pin {
background-image: url("/themepack/midnight/0.0.3.1/resource/pin.png") !important;
background-image: url("/themepack/midnight/0.0.3.2/resource/pin.png") !important;
}

.repost-icon {
background-image: url("/themepack/midnight/0.0.3.1/resource/published.gif") !important;
background-image: url("/themepack/midnight/0.0.3.2/resource/published.gif") !important;
}

.post-author .delete {
background-image: url("/themepack/midnight/0.0.3.1/resource/input_clear.gif") !important;
background-image: url("/themepack/midnight/0.0.3.2/resource/input_clear.gif") !important;
}

.user-alert {
Expand Down Expand Up @@ -454,7 +456,7 @@ input[type="radio"] {
}

#backdropEditor {
background-image: url("/themepack/midnight/0.0.3.1/resource/backdrop-editor.gif") !important;
background-image: url("/themepack/midnight/0.0.3.2/resource/backdrop-editor.gif") !important;
border-color: #473e66 !important;
}

Expand Down
2 changes: 1 addition & 1 deletion themepacks/midnight/theme.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: midnight
version: "0.0.3.1"
version: "0.0.3.2"
openvk_version: 0
enabled: 1
metadata:
Expand Down

0 comments on commit 4dd9088

Please sign in to comment.