Skip to content

Instantly share code, notes, and snippets.

@iissnan
Created April 28, 2014 02:16
Show Gist options
  • Select an option

  • Save iissnan/11360318 to your computer and use it in GitHub Desktop.

Select an option

Save iissnan/11360318 to your computer and use it in GitHub Desktop.
Styles for epub books.
body {
padding: 0;
margin: 0 1%;
line-height: 1.5;
text-align: justify;
}
div {
margin: 0px;
padding: 0px;
}
p {
text-indent: 2em;
}
.cover {
width:100%;
padding:0px;
}
.center {
text-align: center;
margin-left: 0%;
margin-right: 0%;
}
.left {
text-align: center;
margin-left: 0%;
margin-right: 0%;
}
.right {
text-align: right;
margin-left: 0%;
margin-right: 0%;
}
.quote {
margin-top: 0%;
margin-bottom: 0%;
margin-left: 1em;
margin-right: 1em;
text-align: justify;
}
/* Headline */
h1, h2, h3, h4, h5, h6 {
line-height: 1.5;
text-align: center;
font-weight: bold;
margin-bottom: 150px;
}
h1 { font-size: xx-large; }
h2 { font-size: x-large; }
h3 { font-size: large; }
h4 { font-size: medium; }
h5 { font-size: small; }
h6 { font-size: x-small; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment