just clean & dark
cleandark | pikabu.ru by quaritexa
Details
Authorquaritexa
LicenseNo License
Categoryuserstyles
Created
Updated
Code size1.3 kB
Code checksumff413208
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name cleandark | pikabu.ru
@version 20220311.23.44
@namespace userstyles.world/user/quaritexa
@description just clean & dark
@author quaritexa
@license No License
==/UserStyle== */
@-moz-document domain("pikabu.ru") {
.comments,
.comments_show,
.comment-reply,
.comment-reply__controls,
.footer_dark .footer__inner,
.page-story__cedit,
.section_header,
.section_padding_none,
.sidebar-block,
.sidebar-block__header,
.story__footer,
.story__main,
_ {
border: none !important;
background: transparent;
}
.sidebar-block__header {
border-top: 1px solid #fff1 !important;
padding-bottom: 0;
}
.story-block_type_text,
.story-block_type_text p {
font-family: Georgia;
font-size: 1.7rem;
line-height: 1.4;
border: none;
padding: 0;
}
.story-block_type_text p b {
opacity: 0.6;
}
/* comments */
.comment__children {
border-right: none;
background: transparent;
}
.comment__body_highlight_yellow::before {
background: var(--color--bg);
}
.comment__content {
font-family: Georgia;
font-size: 1.6rem;
line-height: 1.3;
}
.comment__controls,
.comment__header > *,
_ {
opacity: .2;
}
.comment__user[data-own-story="true"] {
opacity: 1;
}
.comment__controls:hover,
.comment__header *:hover,
_ {
opacity: 1;
}
.comment__children {
border-left: 1px solid #fff1;
}
}