2019-03-20 15:21:36 +01:00
|
|
|
body {
|
2019-03-20 16:34:19 +01:00
|
|
|
font-family: "Source Serif Pro", serif;
|
2019-03-20 15:21:36 +01:00
|
|
|
}
|
|
|
|
|
p {
|
|
|
|
|
text-align: justify;
|
|
|
|
|
line-height: 1.25em;
|
|
|
|
|
}
|
|
|
|
|
code {
|
2019-03-20 16:34:19 +01:00
|
|
|
font-family: "Source Code Pro", monospace;
|
|
|
|
|
padding: 0 0 1pt 0 !important;
|
2019-03-20 15:21:36 +01:00
|
|
|
}
|
|
|
|
|
pre {
|
|
|
|
|
margin-left: 2em;
|
|
|
|
|
}
|
|
|
|
|
pre pre {
|
|
|
|
|
margin-left: 0;
|
|
|
|
|
}
|
|
|
|
|
pre.playpen > div.buttons {
|
|
|
|
|
float: right;
|
|
|
|
|
height: 0;
|
|
|
|
|
}
|
|
|
|
|
em {
|
|
|
|
|
font-style: italic;
|
|
|
|
|
}
|
|
|
|
|
h3::before {
|
|
|
|
|
content: "¶";
|
|
|
|
|
width: 1em;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
margin-left: -1em;
|
|
|
|
|
}
|
|
|
|
|
h4::before {
|
|
|
|
|
content: "§";
|
|
|
|
|
width: 1em;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
margin-left: -1em;
|
|
|
|
|
}
|
|
|
|
|
#menu-bar-sticky-container {
|
|
|
|
|
background-color: rgba(255, 255, 255, 0.8) !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media print {
|
|
|
|
|
.bottons {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
body {
|
|
|
|
|
font-size: 11pt;
|
|
|
|
|
}
|
|
|
|
|
}
|