v razrabotke
OpenVK style by Loroteber
Details
AuthorLoroteber
LicenseNo License
Categoryvk
Created
Updated
Size953 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name vk.com - дек. 2023 г.
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("vk.com") {
/* башка */
.page_header_wrap {
background: url('https://i.imgur.com/4C5cLFK.png') repeat-x, #707070;
}
a.TopHomeLink svg {
background: url(https://i.imgur.com/3LY6M98.png) no-repeat;
width: 113px;
height: 26px
}
.HeaderNav__item.HeaderNav__item--logo path {
display: none;
}
.top_audio_player_title {
width: 0px;
}
.page_header_wrap svg {
color: white
}
.vkuiSearch__field {
background-color: white;
border-radius: 0px
}
.vkuiInternalSearch svg {
color: black
}
/* тело */
body svg {
color: #707070;
}
}