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.
42 lines
602 B
CSS
42 lines
602 B
CSS
.fic-title {
|
|
font: bold 1.7em Calibri;
|
|
text-align: center;
|
|
}
|
|
|
|
.fic-author {
|
|
font: 1.4em Calibri;
|
|
text-align: center;
|
|
}
|
|
|
|
.bold {
|
|
font-weight: bold;
|
|
}
|
|
|
|
body {
|
|
text-align: left;
|
|
font: 1em Calibri;
|
|
line-height: 1.05em;
|
|
}
|
|
|
|
.footer {
|
|
width: 100%;
|
|
height: 60px;
|
|
font: 1em Calibri;
|
|
text-align: center;
|
|
}
|
|
|
|
.chap-text {
|
|
text-align: left;
|
|
font: 1em Calibri;
|
|
line-height: 1.05em;
|
|
}
|
|
|
|
.chap-title {
|
|
font: bold 1.2em Calibri;
|
|
text-align: left;
|
|
line-height: 1.25em;
|
|
}
|
|
|
|
a, a:visited {
|
|
color: inherit;
|
|
} |