5e116784bf
new file: images/msdos_linux_partition.webp modified: images/nobody_know_you_are_a_dog.webp modified: libraries.md new file: notes/merkle_patricia_dag.md modified: pandoc_templates/style.css new file: pandoc_templates/vscode.css modified: scale_clients_trust.md modified: setup/contributor_code_of_conduct.md modified: setup/set_up_build_environments.md modified: setup/wireguard.md modified: social_networking.md modified: ../libsodium modified: ../wxWidgets
54 lines
1.0 KiB
CSS
54 lines
1.0 KiB
CSS
body {
|
|
max-width: 30em;
|
|
margin-left: 1em;
|
|
font-family: "Georgia, Times New Roman", Times, serif;
|
|
font-style: normal;
|
|
font-variant: normal;
|
|
font-weight: normal;
|
|
font-stretch: normal;
|
|
font-size: 100%;
|
|
}
|
|
table {
|
|
border-collapse: collapse;
|
|
}
|
|
td, th {
|
|
border: 1px solid #999;
|
|
padding: 0.5rem;
|
|
text-align: left;
|
|
}
|
|
code{white-space: pre-wrap;
|
|
}
|
|
span.smallcaps{font-variant: small-caps;
|
|
}
|
|
span.underline{text-decoration: underline;
|
|
}
|
|
div.column{display: inline-block; vertical-align: top; width: 50%;
|
|
}
|
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;
|
|
}
|
|
ul.task-list{list-style: none;
|
|
}
|
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;
|
|
}
|
|
h1.title{text-align: center; font-size: xxx-large;
|
|
}
|
|
div.center {text-align:center;
|
|
}
|
|
div.centre {text-align:center;
|
|
}
|
|
table {
|
|
border-collapse: collapse;
|
|
}
|
|
td, th {
|
|
border: 1px solid #999;
|
|
padding: 0.5rem;
|
|
text-align: left;
|
|
}
|
|
pre.terminal_image {
|
|
font-family: 'Lucida Console';
|
|
background-color: #000;
|
|
color: #0F0;
|
|
font-size: 75%;
|
|
white-space: no-wrap;
|
|
}
|