You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
855 B
CSS
48 lines
855 B
CSS
/*
|
|
This is the projects style sheet.
|
|
You can control the visual properties of your EPUB here.
|
|
*/
|
|
|
|
body {
|
|
margin: 5%;
|
|
text-align: justify;
|
|
font-size: medium;
|
|
font-family: sans-serif;
|
|
}
|
|
|
|
h1,h2,h3,h4,h5 {
|
|
font-family: sans-serif;
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
}
|
|
|
|
code { font-family: monospace; }
|
|
h1 { text-align: left; }
|
|
h2 { text-align: left; }
|
|
h3 { text-align: left; }
|
|
h4 { text-align: left; }
|
|
h5 { text-align: left; }
|
|
h6 { text-align: left; }
|
|
|
|
a {
|
|
color: black;
|
|
text-decoration: none;
|
|
border-bottom: 1px dotted blue;
|
|
}
|
|
|
|
a.footnoteRef, a.footnote_backlink {
|
|
padding: 2px;
|
|
font-size: 60%;
|
|
border-bottom: 1px dotted blue;
|
|
margin-left: 0.5em;
|
|
margin-right: 0.5em;
|
|
position: relative;
|
|
top: -0.1em;
|
|
color: blue;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
a
|
|
#cover-image img {
|
|
max-width: 100%;
|
|
} |