/
al.anatolyev
/
web4stud
Обзор
Документация
Войти
/
al.anatolyev
/
web4stud
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
preprint.css
58 строк
1 KB
aag
%1
19 май 2026, 12:36
19 май 2026, 12:36
1775bad
Код
Авторство
О чём код?
/*media === PRINT*/ html { font-family: serif; font-size: 16pt; /* 1rem; : */ line-height: 130%; } main{ margin: 0 auto; } pre, code { font-family: sans-serif; font-size: 90%; /* 1rem; : */ } section {page-break-after: always;} h1, h2, h3, h4 {font-weight: normal;} h1 {text-transform: uppercase; font-size: 120%;} h2 {font-size: 120%;} h3 {font-size: 110%;} h4 {font-size: 100%;} p { text-align: justify; hyphens: auto; } a {text-decoration: none; border-bottom: solid 1px black;} figure {text-align: center;} figure img {width: 80%;} /* Оптимизируем таблицы */ table { page-break-inside: auto; } tr { page-break-inside: avoid; page-break-after: auto; } header, footer { display: none !important; } #outline * {font-size: small; padding: 0;} #outline .heading_H2 {margin: 5px 0; } #outline .heading_H3 {margin: 5px 25px; } #outline .heading_H4 {margin: 5px 50px; } @page { size: A4; margin: 1.5cm 1cm 1.5cm 2.5cm; @bottom-center { /* content: "Page " counter(page) " of " counter(pages); */ content: counter(page); } }