VK Fluent Bullshit
VK Fluency by dp0sk
Details
Authordp0sk
LicenseNo License
Categoryvk.com
Created
Updated
Size1.4 kB
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 Fluency
@version 20220209.10.50
@namespace userstyles.world/user/dp0sk
@description VK Fluent Bullshit
@author dp0sk
@license No License
@preprocessor stylus
@var select theme "Theme" ["l:Light", "d:Dark"]
@var select fluent "Fluency" ["y:Enable", "n:Disable"]
==/UserStyle== */
@-moz-document domain("vk.com") {
if fluent==y {
[dir] body {
if theme==d {
--header_background: #19191acc !important;
--search_bar_field_background: #ffffff10!important;
}
if theme==l {
--header_background: #fffc !important;
--search_bar_field_background: #2f222e10!important;
}
}
body.new_header_design #page_header_cont,
.TopSearch__input,
.audio_page_player2.audio_page_player_fixed,
.im-page--chat-header {
backdrop-filter: blur(80px) saturate(1);
}
.audio_page_player2.audio_page_player_fixed {
background-color: var(--header_background);
border-radius: 0 0 12px 12px;
}
.audio_layer_container .page_block {
background-color: var(--header_background) !important;
}
.TopSearch__input {
border: none !important;
backdrop-filter: saturate(4);
}
}
}