Текст побольше, гарнитура serif, ничего лишнего, только контент
Readable Pikabu.ru by freetz13
Details
Authorfreetz13
LicenseNo License
Categorypikabu.ru
Created
Updated
Size713 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 pikabu.ru readable
@version 20250112.05.07
@namespace ?
==/UserStyle== */
/* ==UserStyle==
@name pikabu.ru - 2023 nov
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("pikabu.ru") {
.story__content {
font-size: large;
font-family: serif;
}
.comment__content,
.story__typography {
line-height: 1.5;
font-size: large;
font-family: serif;
}
.sidebar {
display: none;
}
.main {
width: 100%;
}
.header__inner {
width: 80%;
}
.player {
max-width: 100%;
}
.story-block__title {
font-size: large;
line-height: 1.5;
}
}