Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
463 changes: 463 additions & 0 deletions _posts/2019-01-10-20-managing-signing-legal-docs-git-markup-code.adoc

Large diffs are not rendered by default.

Binary file added assets/images/contract-code_definition-html.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/contract-code_definition-pdf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/contract-code_table-pdf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/contract-code_toc-pdf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 36 additions & 1 deletion theme/hyde/css/custom.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
pre, h1, h2, h3 {
pre, h1, h2, h3, h4, h5 {
font-family: 'PT Mono', monospace;
}

h3, h4, h5 {
text-decoration: underline;
}

.sect3 h4 {
font-size: 1.1em
}

.sect4 h5 {
font-size: 0.9em
}

h1.page-title {
font-size: 2rem;
margin-left: -2rem;
Expand All @@ -11,6 +23,10 @@ h1.page-title {
display: table;
}

.sect4 h5 {

}

.content {
padding-bottom: 0;
}
Expand Down Expand Up @@ -155,3 +171,22 @@ pre.highlight {
white-space: pre;
padding: 0;
}

.listingblock.codewrap pre.highlight {
white-space: pre-line;
}

.exampleblock .title {
background-color: #bf616acc;
display: inline;
padding: 5px;
font-style: italic;
font-size: .7em;
color: #f9f9f9;
font-weight: normal;
}

.exampleblock .title a {
color: #ffffff;
text-decoration: underline;
}