|
@ -43,8 +43,8 @@ body { width: 87.5%; |
|
|
margin-right: auto; |
|
|
margin-right: auto; |
|
|
padding-left: 12.5%; |
|
|
padding-left: 12.5%; |
|
|
font-family: et-book, Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; |
|
|
font-family: et-book, Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; |
|
|
background-color: #fffff8; |
|
|
|
|
|
color: #111; |
|
|
|
|
|
|
|
|
background-color: #f7f7fa; |
|
|
|
|
|
color: #333; |
|
|
max-width: 1400px; |
|
|
max-width: 1400px; |
|
|
counter-reset: sidenote-counter; } |
|
|
counter-reset: sidenote-counter; } |
|
|
|
|
|
|
|
@ -203,7 +203,7 @@ img { max-width: 100%; } |
|
|
.sidenote:before { content: counter(sidenote-counter) " "; |
|
|
.sidenote:before { content: counter(sidenote-counter) " "; |
|
|
top: -0.5rem; } |
|
|
top: -0.5rem; } |
|
|
|
|
|
|
|
|
p, footer, div.table-wrapper-small, div.supertable-wrapper > p, div.booktabs-wrapper { width: 55%; } |
|
|
|
|
|
|
|
|
p, footer, table, div.table-wrapper-small, div.supertable-wrapper > p, div.booktabs-wrapper { width: 55%; } |
|
|
|
|
|
|
|
|
div.fullwidth, table.fullwidth { width: 100%; } |
|
|
div.fullwidth, table.fullwidth { width: 100%; } |
|
|
|
|
|
|
|
|