just clean & white
cleanwhite | vk.com by quaritexa

Details
Authorquaritexa
LicenseNO-REDISTRIBUTION
Categoryuserstyles
Created
Updated
Code size786 B
Code checksum89b72490
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name cleanwhite | vk.com
@namespace USO Archive
@author quaritexa
@description `just clean&white`
@version 2025.03.27
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
@-moz-document domain("vk.com") {
/* remove frames */
* {--thin-border: 0px !important;}
/* text */
.bp_text,
.pi_text,
.wall_reply_text,
.vkuiDiv *,
.vkuiDiv__host *,
_ {
font-family: Georgia;
font-size: 1.4rem !important;
line-height: 1.4 !important;
}
/* reply comment */
[dir="ltr"] .post_field_user_link {
visibility: hidden;
}
/* external link preview caption */
[dir] .media_link__label {
border: none;
padding-left: 0;
}
/* quote */
[dir="ltr"] .wall_module .copy_quote {
border-left-width: 1px;
}
}