48 lines
634 B
CSS
48 lines
634 B
CSS
.title {
|
|
font-family: 'Cormorant Garamond', serif;
|
|
font-size: 650%;
|
|
margin-left: 0.25em;
|
|
}
|
|
|
|
.cor {
|
|
font-family: 'Cormorant Garamond', serif;
|
|
}
|
|
|
|
h1 {
|
|
font-family: 'Cormorant Garamond', serif;
|
|
}
|
|
|
|
term {
|
|
font-family: 'Cormorant Garamond', serif;
|
|
padding-right: 0.5em;
|
|
font-size: 150%;
|
|
}
|
|
|
|
ref {
|
|
font-family: 'Cormorant Garamond', serif;
|
|
padding-right: 0.2em;
|
|
font-size: 120%;
|
|
}
|
|
|
|
.keyword-index {
|
|
text-indent: -2em;
|
|
margin-left: 2em;
|
|
margin-right: 2em;
|
|
}
|
|
|
|
#index {
|
|
margin-left: 2em;
|
|
margin-right: 2em;
|
|
}
|
|
|
|
#footer {
|
|
font-family: Courier;
|
|
text-align: center;
|
|
}
|
|
|
|
#footer br {
|
|
display: block;
|
|
margin: 0.5em 0;
|
|
}
|
|
|