diff --git a/config - Calibre Content Server css.md b/config - Calibre Content Server css.md index cefd4f3..581f962 100644 --- a/config - Calibre Content Server css.md +++ b/config - Calibre Content Server css.md @@ -1,34 +1,39 @@ This is the one I've used the most and I want to try others, so I need to save this one someplace. ```css -@import url(https://fonts.googleapis.com/css?family=Goudy+Bookletter+1911); -html { - font-family: "Goudy Bookletter 1911", serif; - font-size: 1.05em; - color: #92979f; - -webkit-text-size-adjust: 100%; - -ms-text-size-adjust: 100%; -} +@import url(https://fonts.googleapis.com/css?family=Bitter); +@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono); -body { - text-align: justify; - text-indent: 2em; - line-height: 150%; - background-color: #27323c; - margin: 0 auto; - max-width: 23cm; - border: 2pt dashed #27323c; - box-shadow: 0 0 20px #000; - padding: 1em; +body.calibre-viewer-paginated { + font-family: "Bitter", "Ubuntu Mono" !important; + font-size: 100%; + text-indent: 2em !important; + line-height: 150% !important; + padding: 10px; + word-wrap: break-word; + } + +p, p.footnote { + font-family: "Bitter", "Ubuntu Mono" !important; + font-size: 100%; + word-wrap: break-word; + } + +strong, emi, i { + color: #ffffcc; } h1, h2, h3, h4, h5, h6 { - font-family: "Goudy Bookletter 1911", serif; - font-weight: 700; - text-align: center; - color: #d39151; + font-family: "Bitter", serif; + font-weight: 600; + line-height: 150% !important; + text-align: left; + color: #ffcc00; } -a { - color: #fdfd96; -}``` \ No newline at end of file +span {display: inline;} + +img {max-width: 100%;} + +hr {border: 2px solid; border-radius: 2px;} +``` \ No newline at end of file