Quote:
Originally Posted by antalj
1. [...] where can I check the default style sheet (if I do not add a new one to styles) and modify it?
|
There is no default stylesheet. You'll have to add one yourself to the Styles folder and
link it to the .html file(s).
Quote:
Originally Posted by antalj
2. where could I get a full style css with all of the parameters which are necessary for a html section?
|
You can take it from any book whose layout you like. Just extract the stylesheet, add it to Sigil and link it to the .html file(s). (You'll also need to add
class attributes to the elements that you want to apply the style to.)
Quote:
Originally Posted by antalj
3. how could I insert page breaks inside chapters?
|
Since ebooks are dynamically displayed page breaks are usually not required. However, you can force page breaks by assigning a style that contains the
page-break-before or
page-break-after properties.