/
niceSOFT
/
libconfuse
Обзор
Документация
Войти
/
niceSOFT
/
libconfuse
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
doc/codedocs.css
35 строк
1 KB
Joachim Wiberg
doc: align styling and project description
19 июл 2026, 01:42
Не верифицирован
19 июл 2026, 01:42
a7d901a
Код
Авторство
О чём код?
/* * Extra stylesheet layered on top of the Doxygen/CodeDocs theme via * HTML_EXTRA_STYLESHEET. Layout only, no colours: the Doxygen theme owns * the palette so the pages stay readable in both light and dark mode, and * the same file works for the local Doxygen 1.9.8 build and CodeDocs' older * 1.8.13. * * Cap the content column width so pages are readable on wide screens * instead of running edge to edge, similar to GitHub, and align the title * header, navigation bar and breadcrumb path with that same column. */ div.contents, div.header, #titlearea, #main-nav, #nav-path, div.navpath { max-width: 60em; margin-left: auto; margin-right: auto; } /* Title-area logo: cap its size (doxygen doesn't) and centre it vertically * with the project name. */ #titlearea td { vertical-align: middle; } #projectlogo img { height: 60px; width: auto; } #projectname { font-size: 200%; } #projectbrief { font-size: 100%; } /* Drop the "Generated by doxygen" footer. */ hr.footer, address.footer, #nav-path li.footer { display: none; }