Added interactive-jobs.md and linux/macos/windows client recipes
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user