некоторые укрупнения элиментов и текста
forum.littleone.ru by f0xss
Details
Authorf0xss
LicenseNo License
Categoryuserstyles
Created
Updated
Size649 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 forum.littleone.ru
@version 20240913.22.11
@namespace https://userstyles.world/user/f0xss
@description некоторые укрупнения элиментов и текста
@author f0xss
@license No License
==/UserStyle== */
@-moz-document domain("forum.littleone.ru") {
.lastpostdate img,
.lastposttitle img {
width: 19px;
}
.title,
.postcontent,
.message {
font-size: 12pt;
}
.threadbit .pagination span a {
font-size: 9pt;
}
.forumtitle_new,
.lastposttitle {
font-size: 11pt;
}
.forumbit_post .forumdescription {
display: block;
clear: both;
padding-right: 8px;
font-size: 9pt;
}
}