Стиль текста на титульном листе (на котором находится всего лишь заголовок книги) можно изменить при помощи следующего CSS (находящегося на панели CSS Booktype ONLY CSS):
h1.frontpage{ page-break-after:always; margin-top:70%; font-size: 20pt; text-align: center; page-break-before: avoid; font-weight: normal; }
Дополнительный текст, например, имя автора, можно добавить следующим образом:
h1.frontpage:after { content:"by Joe Smog"; }
There has been error in communication with Booktype server. Not sure right now where is the problem.
You should refresh this page.