Created
May 18, 2018 07:29
-
-
Save rosatravels/4632534e55cc8e0d69e4d1ad882cdddd to your computer and use it in GitHub Desktop.
New Format pagestyle sheet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/**/ | |
p { | |
margin-top: 0.75em; | |
text-align: justify; | |
margin-bottom: 0.75em | |
} | |
h1, h2, h3, h4, h5, h6 { | |
text-align: center; | |
/* all headings centered */ | |
clear: both | |
} | |
hr { | |
width: 33%; | |
margin-top: 2em; | |
margin-bottom: 2em; | |
margin-left: auto; | |
margin-right: auto; | |
clear: both | |
} | |
table { | |
margin-left: auto; | |
margin-right: auto | |
} | |
body { | |
margin-left: 10%; | |
margin-right: 10% | |
} | |
.pagenum { | |
/* uncomment the next line for invisible page numbers */ | |
/* visibility: hidden; */ | |
font-size: smaller; | |
text-align: right | |
} | |
/* page numbers */ | |
.blockquot { | |
margin-left: 5%; | |
margin-right: 10% | |
} | |
.sidenote { | |
padding-bottom: 0.5em; | |
padding-top: 0.5em; | |
padding-left: 0.5em; | |
padding-right: 0.5em; | |
margin-left: 1em; | |
clear: right; | |
margin-top: 1em; | |
font-size: smaller; | |
color: black; | |
background: #eee | |
} | |
.center { | |
text-align: center | |
} | |
.smcap { | |
font-variant: small-caps | |
} | |
.caption { | |
font-weight: bold | |
} | |
.figcenter { | |
margin: auto; | |
text-align: center | |
} | |
.figleft { | |
clear: left; | |
margin-left: 0; | |
margin-bottom: 1em; | |
margin-top: 1em; | |
margin-right: 1em; | |
padding: 0; | |
text-align: center | |
} | |
.figright { | |
clear: right; | |
margin-left: 1em; | |
margin-bottom: 1em; | |
margin-top: 1em; | |
margin-right: 0; | |
padding: 0; | |
text-align: center | |
} | |
.poem { | |
margin-left: 10%; | |
margin-right: 10%; | |
text-align: left | |
} | |
.poem br { | |
display: none | |
} | |
.poem .stanza { | |
margin: 1em 0 1em 0 | |
} | |
.poem span.i0 { | |
display: block; | |
margin-left: 0; | |
padding-left: 3em; | |
text-indent: -3em | |
} | |
.poem span.i2 { | |
display: block; | |
margin-left: 1em; | |
padding-left: 3em; | |
text-indent: -3em | |
} | |
.poem span.i4 { | |
display: block; | |
margin-left: 2em; | |
padding-left: 3em; | |
text-indent: -3em | |
} | |
/**/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment