Font Size Enlarge for Fantlab.ru
Увеличение размера шрифтов в ряде разделов сайта Fantlab.ru.
Font Size Enlarge for Fantlab.ru by doiteasier
Details
Authordoiteasier
LicenseNo License
Categoryfantlab.ru
Created
Updated
Size1.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
2021-10-17 добавлено увеличение шрифтов в разделе комментариев в авторской колонке.
Source code
/* ==UserStyle==
@name Font Size Enlarge for Fantlab.ru
@namespace fantlab.ru
@version 1.0.1
@description Font Size Enlarge for Fantlab.ru
@author doiteasier
==/UserStyle== */
@-moz-document domain("fantlab.ru") {
.responses-list,
.v9b {
font-size: 16px;
}
/* Об авторе на отдельной странице */
.person-info-bio.text-paragraph p {
font-size: 18px;
margin-bottom: 18px;
}
/* Описание книги */
p.abzac,
#descript,
#notes {
font-size: 17px;
}
/* Для страницы с перечнем авторов */
main.content td {
font-size: 16px;
}
/* Книга */
#work-names-unit,
#work-translations-unit,
.agraylinks,
.ln-text,
.ln-title,
#notes-unit b {
font-size: 16px;
}
div.main-info-block-detail > p {
font-size: 16px;
}
#bookf {
font-size: 15px;
}
.analogs_more {
font-size: 16px;
margin-top: 10px;
}
div.responses-new > div.clearfix,
div.responses-new > div:nth-child(4) {
font-size: 17px;
}
}