1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
|
p.source-link {
margin-bottom: 0
}
p.source-link + hr.docutils {
margin-top: 10px
}
p.sphinx-toolbox-extensions, div.sphinx-toolbox-extensions.highlight-python, div.sphinx-toolbox-extensions.highlight-python div.highlight {
margin-bottom: 10px
}
div.rest-example.docutils.container {
padding-left: 5px;
border-style: dotted;
border-width: 1px;
border-color: darkgray
}
div[id*="installation"] .sphinx-tabs-tab {
color: #2980b9
}
button.sphinx-tabs-tab, div.sphinx-tabs-panel {
outline: None !important
}
.table-wrapper td p img.sphinx_toolbox_shield {
vertical-align: middle
}
span.regex_literal {
color: dimgrey
}
span.regex_at {
color: orangered
}
span.regex_repeat_brace {
color: orangered
}
span.regex_branch {
color: orangered
}
span.regex_subpattern {
color: dodgerblue
}
span.regex_in {
color: darkorange
}
span.regex_category {
color: darkseagreen
}
span.regex_repeat {
color: orangered
}
span.regex_any {
color: orangered
}
code.regex {
font-size: 80%
}
span.regex {
font-weight: bold
}
|