Sigil 修改电子书用的 CSS
- sigil ebook book
epub 文件的 Styles
/* Global setting */
body {
font-size: 1em;
text-align: justify;
line-height: 1.618em;
}
h1, h2, h3, h4, h5, h6 {
text-align: center;
}
p {
text-indent: 2em;
}
/* nav setting */
nav#landmarks {
display: none;
}
ol {
list-style-type: none;
}
ol, li {
margin: 0;
padding: 0;
list-style: none;
}