Added interactive-jobs.md and linux/macos/windows client recipes

This commit is contained in:
2019-10-23 12:08:18 +02:00
parent 126d6a79b6
commit 3b8e2fc9d1
17 changed files with 408 additions and 14 deletions

View File

@ -2,6 +2,38 @@ body {
font-size:15px;
}
/* HPCE Custom CSS styles - BEGIN */
pre.terminal {
background-color: black;
color: white;
font-size: 75%;
font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
width: 100%;
display: inline-block;
}
details {
border: 1px solid #347DBE;
border-radius: 4px;
padding: .5em .5em 0;
color: #347DBE
}
summary {
font-weight: bold;
margin: -.5em -.5em 0;
padding: .5em;
}
details[open] {
padding: .5em;
}
details[open] summary {
border-bottom: 1px solid #347DBE;
margin-bottom: .5em;
}
/* HPCE Custom CSS styles - END */
.bs-callout {
padding: 20px;
margin: 20px 0;