create/update 'config - Calibre Content Server css.md' file

This commit is contained in:
anonymous
2023-12-19 14:09:35 -05:00
parent c4e28b3da4
commit 882ad4687c

View File

@@ -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;
}```
span {display: inline;}
img {max-width: 100%;}
hr {border: 2px solid; border-radius: 2px;}
```