Skip to main content

Samara CSS

<!-- -->
<!-- PLEASE DON'T EDIT THIS FILE -->
<!-- CONTACT JOACHIM STROH FOR EDITS -->
<!-- -->

body, button, input, select, label, textarea {
font-family: 'Open Sans', sans-serif;
font-size: 1.1em; /* slightly larger for more readability */
}

table { font-size: 0.8em; width: 80% !important; background-color: #f8f8f8; }
table, td, th { border: 0px !important; padding: 10px !important; }
tr:nth-child(even) { background-color: #f2f2f2; }

.content-wrap h1, .content-wrap h2 { font-family: 'Cabin Sketch', cursive; /* use Amatic SC or Cabin Sketch */ }
.content-wrap h1 { font-size: 3.2em; margin-top: 1em !important; }
.content-wrap h2 { font-size: 2.1em; margin-top: 1em !important; }
.content-wrap h3 { font-size: 1.2em; }
.content-wrap h4 { font-size: 1.1em; }
.content-wrap h5 { font-size: 1em; }

.content-wrap a { color: #ff9900; } /* FED83D */

.CodeMirror, pre, #markdown-editor-input, .editor-toolbar, .code-base {
font-family: monospace;
}

@media print {
body, button, input, select, label, textarea { font-size: 0.7em; }

.page-content { column-count: 2; column-gap: 30px; column-rule: 1px solid gray; }
.cover, #bkmrk-page-title, h1 { column-span: all; page-break-after: always !important; break-before: always !important;}

h1 {margin-top: 1em !important;}
iframe { display: none; }
table { font-size: 0.6em; width: 80% !important; background-color: #f8f8f8; }
table, td, th { border: 0px !important; padding: 10px !important; }
tr:nth-child(even) { background-color: #f2f2f2; }
body { margin: 5%;}
h1[id^="chapter-"] { margin-top: 3em; font-size: 6em;}
h1[id^="page-5"] { display: none;}
p.cover img {width: 100%; object-fit: cover; column-span: all; page-break-after: always !important; break-before: always !important;}
}

</style>