Skip to content

Instantly share code, notes, and snippets.

@CodeLenny
Last active January 29, 2019 01:11
Show Gist options
  • Save CodeLenny/a65ffcaaf167d84cd28ee01961ab690c to your computer and use it in GitHub Desktop.
Save CodeLenny/a65ffcaaf167d84cd28ee01961ab690c to your computer and use it in GitHub Desktop.
bike-workout-dsl stylesheet
all: stylesheet.css
upstream.scss: upstream.url
curl "`cat upstream.url`" > upstream.scss
node_modules/.bin/sass:
npm install sass
stylesheet.css: upstream.scss stylesheet.scss
node_modules/.bin/sass stylesheet.scss > stylesheet.css
init: upstream.scss node_modules/.bin/sass
@charset "UTF-8";
#documentation article, #documentation aside, #documentation details, #documentation figcaption, #documentation figure, #documentation footer, #documentation header, #documentation hgroup, #documentation main, #documentation nav, #documentation section, #documentation summary {
display: block;
}
#documentation audio, #documentation canvas, #documentation video {
display: inline-block;
}
#documentation audio:not([controls]) {
display: none;
height: 0;
}
#documentation [hidden], #documentation template {
display: none;
}
#documentation script {
display: none !important;
}
#documentation html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
#documentation body {
margin: 0;
}
#documentation a {
background: 0 0;
}
#documentation a:focus {
outline: thin dotted;
}
#documentation a:active, #documentation a:hover {
outline: 0;
}
#documentation h1 {
font-size: 2em;
margin: 0.67em 0;
}
#documentation abbr[title] {
border-bottom: 1px dotted;
}
#documentation b, #documentation strong {
font-weight: 700;
}
#documentation dfn {
font-style: italic;
}
#documentation hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
#documentation mark {
background: #ff0;
color: #000;
}
#documentation code, #documentation kbd, #documentation pre, #documentation samp {
font-family: monospace;
font-size: 1em;
}
#documentation pre {
white-space: pre-wrap;
}
#documentation q {
quotes: "“" "”" "‘" "’";
}
#documentation small {
font-size: 80%;
}
#documentation sub, #documentation sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
#documentation sup {
top: -0.5em;
}
#documentation sub {
bottom: -0.25em;
}
#documentation img {
border: 0;
}
#documentation svg:not(:root) {
overflow: hidden;
}
#documentation figure {
margin: 0;
}
#documentation fieldset {
border: 1px solid silver;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
#documentation legend {
border: 0;
padding: 0;
}
#documentation button, #documentation input, #documentation select, #documentation textarea {
font-family: inherit;
font-size: 100%;
margin: 0;
}
#documentation button, #documentation input {
line-height: normal;
}
#documentation button, #documentation select {
text-transform: none;
}
#documentation button, #documentation html input[type=button], #documentation input[type=reset], #documentation input[type=submit] {
-webkit-appearance: button;
cursor: pointer;
}
#documentation button[disabled], #documentation html input[disabled] {
cursor: default;
}
#documentation input[type=checkbox], #documentation input[type=radio] {
box-sizing: border-box;
padding: 0;
}
#documentation input[type=search] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
#documentation input[type=search]::-webkit-search-cancel-button, #documentation input[type=search]::-webkit-search-decoration {
-webkit-appearance: none;
}
#documentation button::-moz-focus-inner, #documentation input::-moz-focus-inner {
border: 0;
padding: 0;
}
#documentation textarea {
overflow: auto;
vertical-align: top;
}
#documentation table {
border-collapse: collapse;
border-spacing: 0;
}
#documentation *, #documentation *:before, #documentation *:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
#documentation html, #documentation body {
font-size: 100%;
}
#documentation body {
background: #fff;
color: rgba(0, 0, 0, 0.8);
padding: 0;
margin: 0;
font-family: "noto serif", "dejavu serif", serif;
font-weight: 400;
font-style: normal;
line-height: 1;
position: relative;
cursor: auto;
}
#documentation a:hover {
cursor: pointer;
}
#documentation img, #documentation object, #documentation embed {
max-width: 100%;
height: auto;
}
#documentation object, #documentation embed {
height: 100%;
}
#documentation img {
-ms-interpolation-mode: bicubic;
}
#documentation .left {
float: left !important;
}
#documentation .right {
float: right !important;
}
#documentation .text-left {
text-align: left !important;
}
#documentation .text-right {
text-align: right !important;
}
#documentation .text-center {
text-align: center !important;
}
#documentation .text-justify {
text-align: justify !important;
}
#documentation .hide {
display: none;
}
#documentation body {
-webkit-font-smoothing: antialiased;
}
#documentation img, #documentation object, #documentation svg {
display: inline-block;
vertical-align: middle;
}
#documentation textarea {
height: auto;
min-height: 50px;
}
#documentation select {
width: 100%;
}
#documentation .center {
margin-left: auto;
margin-right: auto;
}
#documentation .spread {
width: 100%;
}
#documentation p.lead, #documentation .paragraph.lead > p, #documentation #preamble > .sectionbody > .paragraph:first-of-type p {
font-size: 1.21875em;
line-height: 1.6;
}
#documentation .subheader, #documentation .admonitionblock td.content > .title, #documentation .audioblock > .title, #documentation .exampleblock > .title, #documentation .imageblock > .title, #documentation .listingblock > .title, #documentation .literalblock > .title, #documentation .stemblock > .title, #documentation .openblock > .title, #documentation .paragraph > .title, #documentation .quoteblock > .title, #documentation table.tableblock > .title, #documentation .verseblock > .title, #documentation .videoblock > .title, #documentation .dlist > .title, #documentation .olist > .title, #documentation .ulist > .title, #documentation .qlist > .title, #documentation .hdlist > .title {
line-height: 1.45;
color: #7a2518;
font-weight: 400;
margin-top: 0;
margin-bottom: 0.25em;
}
#documentation div, #documentation dl, #documentation dt, #documentation dd, #documentation ul, #documentation ol, #documentation li, #documentation h1, #documentation h2, #documentation h3, #documentation #toctitle, #documentation .sidebarblock > .content > .title, #documentation h4, #documentation h5, #documentation h6, #documentation pre, #documentation form, #documentation p, #documentation blockquote, #documentation th, #documentation td {
margin: 0;
padding: 0;
direction: ltr;
}
#documentation a {
color: #2156a5;
text-decoration: underline;
line-height: inherit;
}
#documentation a:hover, #documentation a:focus {
color: #1d4b8f;
}
#documentation a img {
border: none;
}
#documentation p {
font-family: inherit;
font-weight: 400;
font-size: 1em;
line-height: 1.6;
margin-bottom: 1.25em;
text-rendering: optimizeLegibility;
}
#documentation p aside {
font-size: 0.875em;
line-height: 1.35;
font-style: italic;
}
#documentation h1, #documentation h2, #documentation h3, #documentation #toctitle, #documentation .sidebarblock > .content > .title, #documentation h4, #documentation h5, #documentation h6 {
font-family: open sans, dejavu sans, sans-serif;
font-weight: 300;
font-style: normal;
color: #ba3925;
text-rendering: optimizeLegibility;
margin-top: 1em;
margin-bottom: 0.5em;
line-height: 1.0125em;
}
#documentation h1 small, #documentation h2 small, #documentation h3 small, #documentation #toctitle small, #documentation .sidebarblock > .content > .title small, #documentation h4 small, #documentation h5 small, #documentation h6 small {
font-size: 60%;
color: #e99b8f;
line-height: 0;
}
#documentation h1 {
font-size: 2.125em;
}
#documentation h2 {
font-size: 1.6875em;
}
#documentation h3, #documentation #toctitle, #documentation .sidebarblock > .content > .title {
font-size: 1.375em;
}
#documentation h4, #documentation h5 {
font-size: 1.125em;
}
#documentation h6 {
font-size: 1em;
}
#documentation hr {
border: solid #ddddd8;
border-width: 1px 0 0;
clear: both;
margin: 1.25em 0 1.1875em;
height: 0;
}
#documentation em, #documentation i {
font-style: italic;
line-height: inherit;
}
#documentation strong, #documentation b {
font-weight: 700;
line-height: inherit;
}
#documentation small {
font-size: 60%;
line-height: inherit;
}
#documentation code {
font-family: droid sans mono, dejavu sans mono, monospace;
font-weight: 400;
color: rgba(0, 0, 0, 0.9);
}
#documentation ul, #documentation ol, #documentation dl {
font-size: 1em;
line-height: 1.6;
margin-bottom: 1.25em;
list-style-position: outside;
font-family: inherit;
}
#documentation ul, #documentation ol, #documentation ul.no-bullet, #documentation ol.no-bullet {
margin-left: 1.5em;
}
#documentation ul li ul, #documentation ul li ol {
margin-left: 1.25em;
margin-bottom: 0;
font-size: 1em;
}
#documentation ul.square li ul, #documentation ul.circle li ul, #documentation ul.disc li ul {
list-style: inherit;
}
#documentation ul.square {
list-style-type: square;
}
#documentation ul.circle {
list-style-type: circle;
}
#documentation ul.disc {
list-style-type: disc;
}
#documentation ul.no-bullet {
list-style: none;
}
#documentation ol li ul, #documentation ol li ol {
margin-left: 1.25em;
margin-bottom: 0;
}
#documentation dl dt {
margin-bottom: 0.3125em;
font-weight: 700;
}
#documentation dl dd {
margin-bottom: 1.25em;
}
#documentation abbr, #documentation acronym {
text-transform: uppercase;
font-size: 90%;
color: rgba(0, 0, 0, 0.8);
border-bottom: 1px dotted #ddd;
cursor: help;
}
#documentation abbr {
text-transform: none;
}
#documentation blockquote {
margin: 0 0 1.25em;
padding: 0.5625em 1.25em 0 1.1875em;
border-left: 1px solid #ddd;
}
#documentation blockquote cite {
display: block;
font-size: 0.9375em;
color: rgba(0, 0, 0, 0.6);
}
#documentation blockquote cite:before {
content: "— ";
}
#documentation blockquote cite a, #documentation blockquote cite a:visited {
color: rgba(0, 0, 0, 0.6);
}
#documentation blockquote, #documentation blockquote p {
line-height: 1.6;
color: rgba(0, 0, 0, 0.85);
}
@media only screen and (min-width: 768px) {
#documentation h1, #documentation h2, #documentation h3, #documentation #toctitle, #documentation .sidebarblock > .content > .title, #documentation h4, #documentation h5, #documentation h6 {
line-height: 1.2;
}
#documentation h1 {
font-size: 2.75em;
}
#documentation h2 {
font-size: 2.3125em;
}
#documentation h3, #documentation #toctitle, #documentation .sidebarblock > .content > .title {
font-size: 1.6875em;
}
#documentation h4 {
font-size: 1.4375em;
}
}
#documentation table {
background: #fff;
margin-bottom: 1.25em;
border: solid 1px #dedede;
}
#documentation table thead, #documentation table tfoot {
background: #f7f8f7;
font-weight: 700;
}
#documentation table thead tr th, #documentation table thead tr td, #documentation table tfoot tr th, #documentation table tfoot tr td {
padding: 0.5em 0.625em 0.625em;
font-size: inherit;
color: rgba(0, 0, 0, 0.8);
text-align: left;
}
#documentation table tr th, #documentation table tr td {
padding: 0.5625em 0.625em;
font-size: inherit;
color: rgba(0, 0, 0, 0.8);
}
#documentation table tr.even, #documentation table tr.alt, #documentation table tr:nth-of-type(even) {
background: #f8f8f7;
}
#documentation table thead tr th, #documentation table tfoot tr th, #documentation table tbody tr td, #documentation table tr td, #documentation table tfoot tr td {
display: table-cell;
line-height: 1.6;
}
#documentation body {
tab-size: 4;
}
#documentation h1, #documentation h2, #documentation h3, #documentation #toctitle, #documentation .sidebarblock > .content > .title, #documentation h4, #documentation h5, #documentation h6 {
line-height: 1.2;
word-spacing: -0.05em;
}
#documentation h1 strong, #documentation h2 strong, #documentation h3 strong, #documentation #toctitle strong, #documentation .sidebarblock > .content > .title strong, #documentation h4 strong, #documentation h5 strong, #documentation h6 strong {
font-weight: 400;
}
#documentation .clearfix:before, #documentation .clearfix:after, #documentation .float-group:before, #documentation .float-group:after {
content: " ";
display: table;
}
#documentation .clearfix:after, #documentation .float-group:after {
clear: both;
}
#documentation *:not(pre) > code {
font-size: 0.9375em;
font-style: normal !important;
letter-spacing: 0;
padding: 0.1em 0.5ex;
word-spacing: -0.15em;
background-color: #f7f7f8;
-webkit-border-radius: 4px;
border-radius: 4px;
line-height: 1.45;
text-rendering: optimizeSpeed;
}
#documentation pre, #documentation pre > code {
line-height: 1.45;
color: rgba(0, 0, 0, 0.9);
font-family: droid sans mono, dejavu sans mono, monospace;
font-weight: 400;
text-rendering: optimizeSpeed;
}
#documentation .keyseq {
color: rgba(51, 51, 51, 0.8);
}
#documentation kbd {
font-family: droid sans mono, dejavu sans mono, monospace;
display: inline-block;
color: rgba(0, 0, 0, 0.8);
font-size: 0.65em;
line-height: 1.45;
background-color: #f7f7f7;
border: 1px solid #ccc;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 0.1em #fff inset;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 0.1em #fff inset;
margin: 0 0.15em;
padding: 0.2em 0.5em;
vertical-align: middle;
position: relative;
top: -0.1em;
white-space: nowrap;
}
#documentation .keyseq kbd:first-child {
margin-left: 0;
}
#documentation .keyseq kbd:last-child {
margin-right: 0;
}
#documentation .menuseq, #documentation .menu {
color: rgba(0, 0, 0, 0.8);
}
#documentation b.button:before, #documentation b.button:after {
position: relative;
top: -1px;
font-weight: 400;
}
#documentation b.button:before {
content: "[";
padding: 0 3px 0 2px;
}
#documentation b.button:after {
content: "]";
padding: 0 2px 0 3px;
}
#documentation p a > code:hover {
color: rgba(0, 0, 0, 0.9);
}
#documentation #header, #documentation #content, #documentation #footnotes, #documentation #footer {
width: 100%;
margin-left: auto;
margin-right: auto;
margin-top: 0;
margin-bottom: 0;
max-width: 62.5em;
*zoom: 1;
position: relative;
padding-left: 0.9375em;
padding-right: 0.9375em;
}
#documentation #header:before, #documentation #header:after, #documentation #content:before, #documentation #content:after, #documentation #footnotes:before, #documentation #footnotes:after, #documentation #footer:before, #documentation #footer:after {
content: " ";
display: table;
}
#documentation #header:after, #documentation #content:after, #documentation #footnotes:after, #documentation #footer:after {
clear: both;
}
#documentation #content {
margin-top: 1.25em;
}
#documentation #content:before {
content: none;
}
#documentation #header > h1:first-child {
color: rgba(0, 0, 0, 0.85);
margin-top: 2.25rem;
margin-bottom: 0;
}
#documentation #header > h1:first-child + #toc {
margin-top: 8px;
border-top: 1px solid #ddddd8;
}
#documentation #header > h1:only-child, #documentation body.toc2 #header > h1:nth-last-child(2) {
border-bottom: 1px solid #ddddd8;
padding-bottom: 8px;
}
#documentation #header .details {
border-bottom: 1px solid #ddddd8;
line-height: 1.45;
padding-top: 0.25em;
padding-bottom: 0.25em;
padding-left: 0.25em;
color: rgba(0, 0, 0, 0.6);
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-flow: row wrap;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
}
#documentation #header .details span:first-child {
margin-left: -0.125em;
}
#documentation #header .details span.email a {
color: rgba(0, 0, 0, 0.85);
}
#documentation #header .details br {
display: none;
}
#documentation #header .details br + span:before {
content: " – ";
}
#documentation #header .details br + span.author:before {
content: " ⋅ ";
color: rgba(0, 0, 0, 0.85);
}
#documentation #header .details br + span#revremark:before {
content: " | ";
}
#documentation #header #revnumber {
text-transform: capitalize;
}
#documentation #header #revnumber:after {
content: " ";
}
#documentation #content > h1:first-child:not([class]) {
color: rgba(0, 0, 0, 0.85);
border-bottom: 1px solid #ddddd8;
padding-bottom: 8px;
margin-top: 0;
padding-top: 1rem;
margin-bottom: 1.25rem;
}
#documentation #toc {
border-bottom: 1px solid #efefed;
padding-bottom: 0.5em;
}
#documentation #toc > ul {
margin-left: 0.125em;
}
#documentation #toc ul.sectlevel0 > li > a {
font-style: italic;
}
#documentation #toc ul.sectlevel0 ul.sectlevel1 {
margin: 0.5em 0;
}
#documentation #toc ul {
font-family: open sans, dejavu sans, sans-serif;
list-style-type: none;
}
#documentation #toc li {
line-height: 1.3334;
margin-top: 0.3334em;
}
#documentation #toc a {
text-decoration: none;
}
#documentation #toc a:active {
text-decoration: underline;
}
#documentation #toctitle {
color: #7a2518;
font-size: 1.2em;
}
@media only screen and (min-width: 768px) {
#documentation #toctitle {
font-size: 1.375em;
}
#documentation body.toc2 {
padding-left: 15em;
padding-right: 0;
}
#documentation #toc.toc2 {
margin-top: 0 !important;
background-color: #f8f8f7;
position: fixed;
width: 15em;
left: 0;
top: 0;
border-right: 1px solid #efefed;
border-top-width: 0 !important;
border-bottom-width: 0 !important;
z-index: 1000;
padding: 1.25em 1em;
height: 100%;
overflow: auto;
}
#documentation #toc.toc2 #toctitle {
margin-top: 0;
margin-bottom: 0.8rem;
font-size: 1.2em;
}
#documentation #toc.toc2 > ul {
font-size: 0.9em;
margin-bottom: 0;
}
#documentation #toc.toc2 ul ul {
margin-left: 0;
padding-left: 1em;
}
#documentation #toc.toc2 ul.sectlevel0 ul.sectlevel1 {
padding-left: 0;
margin-top: 0.5em;
margin-bottom: 0.5em;
}
#documentation body.toc2.toc-right {
padding-left: 0;
padding-right: 15em;
}
#documentation body.toc2.toc-right #toc.toc2 {
border-right-width: 0;
border-left: 1px solid #efefed;
left: auto;
right: 0;
}
}
@media only screen and (min-width: 1280px) {
#documentation body.toc2 {
padding-left: 20em;
padding-right: 0;
}
#documentation #toc.toc2 {
width: 20em;
}
#documentation #toc.toc2 #toctitle {
font-size: 1.375em;
}
#documentation #toc.toc2 > ul {
font-size: 0.95em;
}
#documentation #toc.toc2 ul ul {
padding-left: 1.25em;
}
#documentation body.toc2.toc-right {
padding-left: 0;
padding-right: 20em;
}
}
#documentation #content #toc {
border-style: solid;
border-width: 1px;
border-color: #e0e0dc;
margin-bottom: 1.25em;
padding: 1.25em;
background: #f8f8f7;
-webkit-border-radius: 4px;
border-radius: 4px;
}
#documentation #content #toc > :first-child {
margin-top: 0;
}
#documentation #content #toc > :last-child {
margin-bottom: 0;
}
#documentation #footer {
max-width: 100%;
background-color: rgba(0, 0, 0, 0.8);
padding: 1.25em;
}
#documentation #footer-text {
color: rgba(255, 255, 255, 0.8);
line-height: 1.44;
}
#documentation .sect1 {
padding-bottom: 0.625em;
}
@media only screen and (min-width: 768px) {
#documentation .sect1 {
padding-bottom: 1.25em;
}
}
#documentation .sect1 + .sect1 {
border-top: 1px solid #efefed;
}
#documentation #content h1 > a.anchor, #documentation h2 > a.anchor, #documentation h3 > a.anchor, #documentation #toctitle > a.anchor, #documentation .sidebarblock > .content > .title > a.anchor, #documentation h4 > a.anchor, #documentation h5 > a.anchor, #documentation h6 > a.anchor {
position: absolute;
z-index: 1001;
width: 1.5ex;
margin-left: -1.5ex;
display: block;
text-decoration: none !important;
visibility: hidden;
text-align: center;
font-weight: 400;
}
#documentation #content h1 > a.anchor:before, #documentation h2 > a.anchor:before, #documentation h3 > a.anchor:before, #documentation #toctitle > a.anchor:before, #documentation .sidebarblock > .content > .title > a.anchor:before, #documentation h4 > a.anchor:before, #documentation h5 > a.anchor:before, #documentation h6 > a.anchor:before {
content: "§";
font-size: 0.85em;
display: block;
padding-top: 0.1em;
}
#documentation #content h1:hover > a.anchor, #documentation #content h1 > a.anchor:hover, #documentation h2:hover > a.anchor, #documentation h2 > a.anchor:hover, #documentation h3:hover > a.anchor, #documentation #toctitle:hover > a.anchor, #documentation .sidebarblock > .content > .title:hover > a.anchor, #documentation h3 > a.anchor:hover, #documentation #toctitle > a.anchor:hover, #documentation .sidebarblock > .content > .title > a.anchor:hover, #documentation h4:hover > a.anchor, #documentation h4 > a.anchor:hover, #documentation h5:hover > a.anchor, #documentation h5 > a.anchor:hover, #documentation h6:hover > a.anchor, #documentation h6 > a.anchor:hover {
visibility: visible;
}
#documentation #content h1 > a.link, #documentation h2 > a.link, #documentation h3 > a.link, #documentation #toctitle > a.link, #documentation .sidebarblock > .content > .title > a.link, #documentation h4 > a.link, #documentation h5 > a.link, #documentation h6 > a.link {
color: #ba3925;
text-decoration: none;
}
#documentation #content h1 > a.link:hover, #documentation h2 > a.link:hover, #documentation h3 > a.link:hover, #documentation #toctitle > a.link:hover, #documentation .sidebarblock > .content > .title > a.link:hover, #documentation h4 > a.link:hover, #documentation h5 > a.link:hover, #documentation h6 > a.link:hover {
color: #a53221;
}
#documentation .audioblock, #documentation .imageblock, #documentation .literalblock, #documentation .listingblock, #documentation .stemblock, #documentation .videoblock {
margin-bottom: 1.25em;
}
#documentation .admonitionblock td.content > .title, #documentation .audioblock > .title, #documentation .exampleblock > .title, #documentation .imageblock > .title, #documentation .listingblock > .title, #documentation .literalblock > .title, #documentation .stemblock > .title, #documentation .openblock > .title, #documentation .paragraph > .title, #documentation .quoteblock > .title, #documentation table.tableblock > .title, #documentation .verseblock > .title, #documentation .videoblock > .title, #documentation .dlist > .title, #documentation .olist > .title, #documentation .ulist > .title, #documentation .qlist > .title, #documentation .hdlist > .title {
text-rendering: optimizeLegibility;
text-align: left;
font-family: "noto serif", "dejavu serif", serif;
font-size: 1rem;
font-style: italic;
}
#documentation table.tableblock > caption.title {
white-space: nowrap;
overflow: visible;
max-width: 0;
}
#documentation .paragraph.lead > p, #documentation #preamble > .sectionbody > .paragraph:first-of-type p {
color: rgba(0, 0, 0, 0.85);
}
#documentation table.tableblock #preamble > .sectionbody > .paragraph:first-of-type p {
font-size: inherit;
}
#documentation .admonitionblock > table {
border-collapse: separate;
border: 0;
background: 0 0;
width: 100%;
}
#documentation .admonitionblock > table td.icon {
text-align: center;
width: 80px;
}
#documentation .admonitionblock > table td.icon img {
max-width: none;
}
#documentation .admonitionblock > table td.icon .title {
font-weight: 700;
font-family: open sans, dejavu sans, sans-serif;
text-transform: uppercase;
}
#documentation .admonitionblock > table td.content {
padding-left: 1.125em;
padding-right: 1.25em;
border-left: 1px solid #ddddd8;
color: rgba(0, 0, 0, 0.6);
}
#documentation .admonitionblock > table td.content > :last-child > :last-child {
margin-bottom: 0;
}
#documentation .exampleblock > .content {
border-style: solid;
border-width: 1px;
border-color: #e6e6e6;
margin-bottom: 1.25em;
padding: 1.25em;
background: #fff;
-webkit-border-radius: 4px;
border-radius: 4px;
}
#documentation .exampleblock > .content > :first-child {
margin-top: 0;
}
#documentation .exampleblock > .content > :last-child {
margin-bottom: 0;
}
#documentation .sidebarblock {
border-style: solid;
border-width: 1px;
border-color: #e0e0dc;
margin-bottom: 1.25em;
padding: 1.25em;
background: #f8f8f7;
-webkit-border-radius: 4px;
border-radius: 4px;
}
#documentation .sidebarblock > :first-child {
margin-top: 0;
}
#documentation .sidebarblock > :last-child {
margin-bottom: 0;
}
#documentation .sidebarblock > .content > .title {
color: #7a2518;
margin-top: 0;
text-align: center;
}
#documentation .exampleblock > .content > :last-child > :last-child, #documentation .exampleblock > .content .olist > ol > li:last-child > :last-child, #documentation .exampleblock > .content .ulist > ul > li:last-child > :last-child, #documentation .exampleblock > .content .qlist > ol > li:last-child > :last-child, #documentation .sidebarblock > .content > :last-child > :last-child, #documentation .sidebarblock > .content .olist > ol > li:last-child > :last-child, #documentation .sidebarblock > .content .ulist > ul > li:last-child > :last-child, #documentation .sidebarblock > .content .qlist > ol > li:last-child > :last-child {
margin-bottom: 0;
}
#documentation .literalblock pre, #documentation .listingblock pre:not(.highlight), #documentation .listingblock pre[class=highlight], #documentation .listingblock pre[class^="highlight "], #documentation .listingblock pre.CodeRay, #documentation .listingblock pre.prettyprint {
background: #f7f7f8;
}
#documentation .sidebarblock .literalblock pre, #documentation .sidebarblock .listingblock pre:not(.highlight), #documentation .sidebarblock .listingblock pre[class=highlight], #documentation .sidebarblock .listingblock pre[class^="highlight "], #documentation .sidebarblock .listingblock pre.CodeRay, #documentation .sidebarblock .listingblock pre.prettyprint {
background: #f2f1f1;
}
#documentation .literalblock pre, #documentation .literalblock pre[class], #documentation .listingblock pre, #documentation .listingblock pre[class] {
-webkit-border-radius: 4px;
border-radius: 4px;
word-wrap: break-word;
padding: 1em;
font-size: 0.8125em;
}
#documentation .literalblock pre.nowrap, #documentation .literalblock pre[class].nowrap, #documentation .listingblock pre.nowrap, #documentation .listingblock pre[class].nowrap {
overflow-x: auto;
white-space: pre;
word-wrap: normal;
}
@media only screen and (min-width: 768px) {
#documentation .literalblock pre, #documentation .literalblock pre[class], #documentation .listingblock pre, #documentation .listingblock pre[class] {
font-size: 0.90625em;
}
}
@media only screen and (min-width: 1280px) {
#documentation .literalblock pre, #documentation .literalblock pre[class], #documentation .listingblock pre, #documentation .listingblock pre[class] {
font-size: 1em;
}
}
#documentation .literalblock.output pre {
color: #f7f7f8;
background-color: rgba(0, 0, 0, 0.9);
}
#documentation .listingblock pre.highlightjs {
padding: 0;
}
#documentation .listingblock pre.highlightjs > code {
padding: 1em;
-webkit-border-radius: 4px;
border-radius: 4px;
}
#documentation .listingblock pre.prettyprint {
border-width: 0;
}
#documentation .listingblock > .content {
position: relative;
}
#documentation .listingblock code[data-lang]:before {
display: none;
content: attr(data-lang);
position: absolute;
font-size: 0.75em;
top: 0.425rem;
right: 0.5rem;
line-height: 1;
text-transform: uppercase;
color: #999;
}
#documentation .listingblock:hover code[data-lang]:before {
display: block;
}
#documentation .listingblock.terminal pre .command:before {
content: attr(data-prompt);
padding-right: 0.5em;
color: #999;
}
#documentation .listingblock.terminal pre .command:not([data-prompt]):before {
content: "$";
}
#documentation table.pyhltable {
border-collapse: separate;
border: 0;
margin-bottom: 0;
background: 0 0;
}
#documentation table.pyhltable td {
vertical-align: top;
padding-top: 0;
padding-bottom: 0;
line-height: 1.45;
}
#documentation table.pyhltable td.code {
padding-left: 0.75em;
padding-right: 0;
}
#documentation pre.pygments .lineno, #documentation table.pyhltable td:not(.code) {
color: #999;
padding-left: 0;
padding-right: 0.5em;
border-right: 1px solid #ddddd8;
}
#documentation pre.pygments .lineno {
display: inline-block;
margin-right: 0.25em;
}
#documentation table.pyhltable .linenodiv {
background: 0 0 !important;
padding-right: 0 !important;
}
#documentation .quoteblock {
margin: 0 1em 1.25em 1.5em;
display: table;
}
#documentation .quoteblock > .title {
margin-left: -1.5em;
margin-bottom: 0.75em;
}
#documentation .quoteblock blockquote, #documentation .quoteblock blockquote p {
color: rgba(0, 0, 0, 0.85);
font-size: 1.15rem;
line-height: 1.75;
word-spacing: 0.1em;
letter-spacing: 0;
font-style: italic;
text-align: justify;
}
#documentation .quoteblock blockquote {
margin: 0;
padding: 0;
border: 0;
}
#documentation .quoteblock blockquote:before {
content: "“";
float: left;
font-size: 2.75em;
font-weight: 700;
line-height: 0.6em;
margin-left: -0.6em;
color: #7a2518;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
#documentation .quoteblock blockquote > .paragraph:last-child p {
margin-bottom: 0;
}
#documentation .quoteblock .attribution {
margin-top: 0.5em;
margin-right: 0.5ex;
text-align: right;
}
#documentation .quoteblock .quoteblock {
margin-left: 0;
margin-right: 0;
padding: 0.5em 0;
border-left: 3px solid rgba(0, 0, 0, 0.6);
}
#documentation .quoteblock .quoteblock blockquote {
padding: 0 0 0 0.75em;
}
#documentation .quoteblock .quoteblock blockquote:before {
display: none;
}
#documentation .verseblock {
margin: 0 1em 1.25em;
}
#documentation .verseblock pre {
font-family: open sans, dejavu sans, sans;
font-size: 1.15rem;
color: rgba(0, 0, 0, 0.85);
font-weight: 300;
text-rendering: optimizeLegibility;
}
#documentation .verseblock pre strong {
font-weight: 400;
}
#documentation .verseblock .attribution {
margin-top: 1.25rem;
margin-left: 0.5ex;
}
#documentation .quoteblock .attribution, #documentation .verseblock .attribution {
font-size: 0.9375em;
line-height: 1.45;
font-style: italic;
}
#documentation .quoteblock .attribution br, #documentation .verseblock .attribution br {
display: none;
}
#documentation .quoteblock .attribution cite, #documentation .verseblock .attribution cite {
display: block;
letter-spacing: -0.025em;
color: rgba(0, 0, 0, 0.6);
}
#documentation .quoteblock.abstract {
margin: 0 0 1.25em;
display: block;
}
#documentation .quoteblock.abstract blockquote, #documentation .quoteblock.abstract blockquote p {
text-align: left;
word-spacing: 0;
}
#documentation .quoteblock.abstract blockquote:before, #documentation .quoteblock.abstract blockquote p:first-of-type:before {
display: none;
}
#documentation table.tableblock {
max-width: 100%;
border-collapse: separate;
}
#documentation table.tableblock td > .paragraph:last-child p > p:last-child, #documentation table.tableblock th > p:last-child, #documentation table.tableblock td > p:last-child {
margin-bottom: 0;
}
#documentation table.tableblock, #documentation th.tableblock, #documentation td.tableblock {
border: 0 solid #dedede;
}
#documentation table.grid-all th.tableblock, #documentation table.grid-all td.tableblock {
border-width: 0 1px 1px 0;
}
#documentation table.grid-all tfoot > tr > th.tableblock, #documentation table.grid-all tfoot > tr > td.tableblock {
border-width: 1px 1px 0 0;
}
#documentation table.grid-cols th.tableblock, #documentation table.grid-cols td.tableblock {
border-width: 0 1px 0 0;
}
#documentation table.grid-all * > tr > .tableblock:last-child, #documentation table.grid-cols * > tr > .tableblock:last-child {
border-right-width: 0;
}
#documentation table.grid-rows th.tableblock, #documentation table.grid-rows td.tableblock {
border-width: 0 0 1px;
}
#documentation table.grid-all tbody > tr:last-child > th.tableblock, #documentation table.grid-all tbody > tr:last-child > td.tableblock, #documentation table.grid-all thead:last-child > tr > th.tableblock, #documentation table.grid-rows tbody > tr:last-child > th.tableblock, #documentation table.grid-rows tbody > tr:last-child > td.tableblock, #documentation table.grid-rows thead:last-child > tr > th.tableblock {
border-bottom-width: 0;
}
#documentation table.grid-rows tfoot > tr > th.tableblock, #documentation table.grid-rows tfoot > tr > td.tableblock {
border-width: 1px 0 0;
}
#documentation table.frame-all {
border-width: 1px;
}
#documentation table.frame-sides {
border-width: 0 1px;
}
#documentation table.frame-topbot {
border-width: 1px 0;
}
#documentation th.halign-left, #documentation td.halign-left {
text-align: left;
}
#documentation th.halign-right, #documentation td.halign-right {
text-align: right;
}
#documentation th.halign-center, #documentation td.halign-center {
text-align: center;
}
#documentation th.valign-top, #documentation td.valign-top {
vertical-align: top;
}
#documentation th.valign-bottom, #documentation td.valign-bottom {
vertical-align: bottom;
}
#documentation th.valign-middle, #documentation td.valign-middle {
vertical-align: middle;
}
#documentation table thead th, #documentation table tfoot th {
font-weight: 700;
}
#documentation tbody tr th {
display: table-cell;
line-height: 1.6;
background: #f7f8f7;
}
#documentation tbody tr th, #documentation tbody tr th p, #documentation tfoot tr th, #documentation tfoot tr th p {
color: rgba(0, 0, 0, 0.8);
font-weight: 700;
}
#documentation p.tableblock > code:only-child {
background: 0 0;
padding: 0;
}
#documentation p.tableblock {
font-size: 1em;
}
#documentation td > div.verse {
white-space: pre;
}
#documentation ol {
margin-left: 1.75em;
}
#documentation ul li ol {
margin-left: 1.5em;
}
#documentation dl dd {
margin-left: 1.125em;
}
#documentation dl dd:last-child, #documentation dl dd:last-child > :last-child {
margin-bottom: 0;
}
#documentation ol > li p, #documentation ul > li p, #documentation ul dd, #documentation ol dd, #documentation .olist .olist, #documentation .ulist .ulist, #documentation .ulist .olist, #documentation .olist .ulist {
margin-bottom: 0.625em;
}
#documentation ul.unstyled, #documentation ol.unnumbered, #documentation ul.checklist, #documentation ul.none {
list-style-type: none;
}
#documentation ul.unstyled, #documentation ol.unnumbered, #documentation ul.checklist {
margin-left: 0.625em;
}
#documentation ul.checklist li > p:first-child > .fa-square-o:first-child, #documentation ul.checklist li > p:first-child > .fa-check-square-o:first-child {
width: 1em;
font-size: 0.85em;
}
#documentation ul.checklist li > p:first-child > input[type=checkbox]:first-child {
width: 1em;
position: relative;
top: 1px;
}
#documentation ul.inline {
margin: 0 auto 0.625em;
margin-left: -1.375em;
margin-right: 0;
padding: 0;
list-style: none;
overflow: hidden;
}
#documentation ul.inline > li {
list-style: none;
float: left;
margin-left: 1.375em;
display: block;
}
#documentation ul.inline > li > * {
display: block;
}
#documentation .unstyled dl dt {
font-weight: 400;
font-style: normal;
}
#documentation ol.arabic {
list-style-type: decimal;
}
#documentation ol.decimal {
list-style-type: decimal-leading-zero;
}
#documentation ol.loweralpha {
list-style-type: lower-alpha;
}
#documentation ol.upperalpha {
list-style-type: upper-alpha;
}
#documentation ol.lowerroman {
list-style-type: lower-roman;
}
#documentation ol.upperroman {
list-style-type: upper-roman;
}
#documentation ol.lowergreek {
list-style-type: lower-greek;
}
#documentation .hdlist > table, #documentation .colist > table {
border: 0;
background: 0 0;
}
#documentation .hdlist > table > tbody > tr, #documentation .colist > table > tbody > tr {
background: 0 0;
}
#documentation td.hdlist1, #documentation td.hdlist2 {
vertical-align: top;
padding: 0 0.625em;
}
#documentation td.hdlist1 {
font-weight: 700;
padding-bottom: 1.25em;
}
#documentation .literalblock + .colist, #documentation .listingblock + .colist {
margin-top: -0.5em;
}
#documentation .colist > table tr > td:first-of-type {
padding: 0 0.75em;
line-height: 1;
}
#documentation .colist > table tr > td:last-of-type {
padding: 0.25em 0;
}
#documentation .thumb, #documentation .th {
line-height: 0;
display: inline-block;
border: solid 4px #fff;
-webkit-box-shadow: 0 0 0 1px #ddd;
box-shadow: 0 0 0 1px #ddd;
}
#documentation .imageblock.left, #documentation .imageblock[style*="float: left"] {
margin: 0.25em 0.625em 1.25em 0;
}
#documentation .imageblock.right, #documentation .imageblock[style*="float: right"] {
margin: 0.25em 0 1.25em 0.625em;
}
#documentation .imageblock > .title {
margin-bottom: 0;
}
#documentation .imageblock.thumb, #documentation .imageblock.th {
border-width: 6px;
}
#documentation .imageblock.thumb > .title, #documentation .imageblock.th > .title {
padding: 0 0.125em;
}
#documentation .image.left, #documentation .image.right {
margin-top: 0.25em;
margin-bottom: 0.25em;
display: inline-block;
line-height: 0;
}
#documentation .image.left {
margin-right: 0.625em;
}
#documentation .image.right {
margin-left: 0.625em;
}
#documentation a.image {
text-decoration: none;
display: inline-block;
}
#documentation a.image object {
pointer-events: none;
}
#documentation sup.footnote, #documentation sup.footnoteref {
font-size: 0.875em;
position: static;
vertical-align: super;
}
#documentation sup.footnote a, #documentation sup.footnoteref a {
text-decoration: none;
}
#documentation sup.footnote a:active, #documentation sup.footnoteref a:active {
text-decoration: underline;
}
#documentation #footnotes {
padding-top: 0.75em;
padding-bottom: 0.75em;
margin-bottom: 0.625em;
}
#documentation #footnotes hr {
width: 20%;
min-width: 6.25em;
margin: -0.25em 0 0.75em;
border-width: 1px 0 0;
}
#documentation #footnotes .footnote {
padding: 0 0.375em 0 0.225em;
line-height: 1.3334;
font-size: 0.875em;
margin-left: 1.2em;
text-indent: -1.05em;
margin-bottom: 0.2em;
}
#documentation #footnotes .footnote a:first-of-type {
font-weight: 700;
text-decoration: none;
}
#documentation #footnotes .footnote:last-of-type {
margin-bottom: 0;
}
#documentation #content #footnotes {
margin-top: -0.625em;
margin-bottom: 0;
padding: 0.75em 0;
}
#documentation .gist .file-data > table {
border: 0;
background: #fff;
width: 100%;
margin-bottom: 0;
}
#documentation .gist .file-data > table td.line-data {
width: 99%;
}
#documentation div.unbreakable {
page-break-inside: avoid;
}
#documentation .big {
font-size: larger;
}
#documentation .small {
font-size: smaller;
}
#documentation .underline {
text-decoration: underline;
}
#documentation .overline {
text-decoration: overline;
}
#documentation .line-through {
text-decoration: line-through;
}
#documentation .aqua {
color: #00bfbf;
}
#documentation .aqua-background {
background-color: #00fafa;
}
#documentation .black {
color: #000;
}
#documentation .black-background {
background-color: #000;
}
#documentation .blue {
color: #0000bf;
}
#documentation .blue-background {
background-color: #0000fa;
}
#documentation .fuchsia {
color: #bf00bf;
}
#documentation .fuchsia-background {
background-color: #fa00fa;
}
#documentation .gray {
color: #606060;
}
#documentation .gray-background {
background-color: #7d7d7d;
}
#documentation .green {
color: #006000;
}
#documentation .green-background {
background-color: #007d00;
}
#documentation .lime {
color: #00bf00;
}
#documentation .lime-background {
background-color: #00fa00;
}
#documentation .maroon {
color: #600000;
}
#documentation .maroon-background {
background-color: #7d0000;
}
#documentation .navy {
color: #000060;
}
#documentation .navy-background {
background-color: #00007d;
}
#documentation .olive {
color: #606000;
}
#documentation .olive-background {
background-color: #7d7d00;
}
#documentation .purple {
color: #600060;
}
#documentation .purple-background {
background-color: #7d007d;
}
#documentation .red {
color: #bf0000;
}
#documentation .red-background {
background-color: #fa0000;
}
#documentation .silver {
color: #909090;
}
#documentation .silver-background {
background-color: #bcbcbc;
}
#documentation .teal {
color: #006060;
}
#documentation .teal-background {
background-color: #007d7d;
}
#documentation .white {
color: #bfbfbf;
}
#documentation .white-background {
background-color: #fafafa;
}
#documentation .yellow {
color: #bfbf00;
}
#documentation .yellow-background {
background-color: #fafa00;
}
#documentation span.icon > .fa {
cursor: default;
}
#documentation .admonitionblock td.icon [class^="fa icon-"] {
font-size: 2.5em;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
cursor: default;
}
#documentation .admonitionblock td.icon .icon-note:before {
content: "";
color: #19407c;
}
#documentation .admonitionblock td.icon .icon-tip:before {
content: "";
text-shadow: 1px 1px 2px rgba(155, 155, 0, 0.8);
color: #111;
}
#documentation .admonitionblock td.icon .icon-warning:before {
content: "";
color: #bf6900;
}
#documentation .admonitionblock td.icon .icon-caution:before {
content: "";
color: #bf3400;
}
#documentation .admonitionblock td.icon .icon-important:before {
content: "";
color: #bf0000;
}
#documentation .conum[data-value] {
display: inline-block;
color: #fff !important;
background-color: rgba(0, 0, 0, 0.8);
-webkit-border-radius: 100px;
border-radius: 100px;
text-align: center;
font-size: 0.75em;
width: 1.67em;
height: 1.67em;
line-height: 1.67em;
font-family: open sans, dejavu sans, sans-serif;
font-style: normal;
font-weight: 700;
}
#documentation .conum[data-value] * {
color: #fff !important;
}
#documentation .conum[data-value] + b {
display: none;
}
#documentation .conum[data-value]:after {
content: attr(data-value);
}
#documentation pre .conum[data-value] {
position: relative;
top: -0.125em;
}
#documentation b.conum * {
color: inherit !important;
}
#documentation .conum:not([data-value]):empty {
display: none;
}
#documentation dt, #documentation th.tableblock, #documentation td.content, #documentation div.footnote {
text-rendering: optimizeLegibility;
}
#documentation h1, #documentation h2, #documentation p, #documentation td.content, #documentation span.alt {
letter-spacing: -0.01em;
}
#documentation p strong, #documentation td.content strong, #documentation div.footnote strong {
letter-spacing: -0.005em;
}
#documentation p, #documentation blockquote, #documentation dt, #documentation td.content, #documentation span.alt {
font-size: 1.0625rem;
}
#documentation p {
margin-bottom: 1.25rem;
}
#documentation .sidebarblock p, #documentation .sidebarblock dt, #documentation .sidebarblock td.content, #documentation p.tableblock {
font-size: 1em;
}
#documentation .exampleblock > .content {
background-color: #fffef7;
border-color: #e0e0dc;
-webkit-box-shadow: 0 1px 4px #e0e0dc;
box-shadow: 0 1px 4px #e0e0dc;
}
#documentation .print-only {
display: none !important;
}
@media print {
@page {
#documentation {
margin: 1.25cm 0.75cm;
}
}
#documentation * {
-webkit-box-shadow: none !important;
box-shadow: none !important;
text-shadow: none !important;
}
#documentation a {
color: inherit !important;
text-decoration: underline !important;
}
#documentation a.bare, #documentation a[href^="#"], #documentation a[href^="mailto:"] {
text-decoration: none !important;
}
#documentation a[href^="http:"]:not(.bare):after, #documentation a[href^="https:"]:not(.bare):after {
content: "(" attr(href) ")";
display: inline-block;
font-size: 0.875em;
padding-left: 0.25em;
}
#documentation abbr[title]:after {
content: " (" attr(title) ")";
}
#documentation pre, #documentation blockquote, #documentation tr, #documentation img, #documentation object, #documentation svg {
page-break-inside: avoid;
}
#documentation thead {
display: table-header-group;
}
#documentation svg {
max-width: 100%;
}
#documentation p, #documentation blockquote, #documentation dt, #documentation td.content {
font-size: 1em;
orphans: 3;
widows: 3;
}
#documentation h2, #documentation h3, #documentation #toctitle, #documentation .sidebarblock > .content > .title {
page-break-after: avoid;
}
#documentation #toc, #documentation .sidebarblock, #documentation .exampleblock > .content {
background: 0 0 !important;
}
#documentation #toc {
border-bottom: 1px solid #ddddd8 !important;
padding-bottom: 0 !important;
}
#documentation .sect1 {
padding-bottom: 0 !important;
}
#documentation .sect1 + .sect1 {
border: 0 !important;
}
#documentation #header > h1:first-child {
margin-top: 1.25rem;
}
#documentation body.book #header {
text-align: center;
}
#documentation body.book #header > h1:first-child {
border: 0 !important;
margin: 2.5em 0 1em;
}
#documentation body.book #header .details {
border: 0 !important;
display: block;
padding: 0 !important;
}
#documentation body.book #header .details span:first-child {
margin-left: 0 !important;
}
#documentation body.book #header .details br {
display: block;
}
#documentation body.book #header .details br + span:before {
content: none !important;
}
#documentation body.book #toc {
border: 0 !important;
text-align: left !important;
padding: 0 !important;
margin: 0 !important;
}
#documentation body.book #toc, #documentation body.book #preamble, #documentation body.book h1.sect0, #documentation body.book .sect1 > h2 {
page-break-before: always;
}
#documentation .listingblock code[data-lang]:before {
display: block;
}
#documentation #footer {
background: 0 0 !important;
padding: 0 0.9375em;
}
#documentation #footer-text {
color: rgba(0, 0, 0, 0.6) !important;
font-size: 0.9em;
}
#documentation .hide-on-print {
display: none !important;
}
#documentation .print-only {
display: block !important;
}
#documentation .hide-for-print {
display: none !important;
}
#documentation .show-for-print {
display: inherit !important;
}
}
#documentation {
@import "./upstream.scss";
}
https://rawcdn.githack.com/darshandsoni/asciidoctor-skins/7d769d10f11c82216df7ae3230a368f8b4a89397/css/asciidoctor.css
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment