Skip to content

Instantly share code, notes, and snippets.

@chrisjsewell
Created August 24, 2020 21:29
Show Gist options
  • Save chrisjsewell/0f414e6c13e714f9cf70c36f20efaafa to your computer and use it in GitHub Desktop.
Save chrisjsewell/0f414e6c13e714f9cf70c36f20efaafa to your computer and use it in GitHub Desktop.
SCSS Examples
/*!
* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
@font-face {
font-family: 'FontAwesome';
src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
font-weight: normal;
font-style: normal;
}
@-webkit-keyframes "fa-spin" {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes "fa-spin" {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@font-face {
font-family: "Inconsolata";
font-style: normal;
font-weight: 400;
src: local("Inconsolata"), local("Inconsolata-Regular"), url(../fonts/Inconsolata-Regular.ttf) format("truetype");
}
@font-face {
font-family: "Inconsolata";
font-style: normal;
font-weight: 700;
src: local("Inconsolata Bold"), local("Inconsolata-Bold"), url(../fonts/Inconsolata-Bold.ttf) format("truetype");
}
@font-face {
font-family: "Lato";
font-style: normal;
font-weight: 400;
src: local("Lato Regular"), local("Lato-Regular"), url(../fonts/Lato-Regular.ttf) format("truetype");
}
@font-face {
font-family: "Lato";
font-style: normal;
font-weight: 700;
src: local("Lato Bold"), local("Lato-Bold"), url(../fonts/Lato-Bold.ttf) format("truetype");
}
@font-face {
font-family: "Lato";
font-style: italic;
font-weight: 400;
src: local("Lato Italic"), local("Lato-Italic"), url(../fonts/Lato-Italic.ttf) format("truetype");
}
@font-face {
font-family: "Lato";
font-style: italic;
font-weight: 700;
src: local("Lato Bold Italic"), local("Lato-BoldItalic"), url(../fonts/Lato-BoldItalic.ttf) format("truetype");
}
@font-face {
font-family: "Roboto Slab";
font-style: normal;
font-weight: 400;
src: local("Roboto Slab Regular"), local("RobotoSlab-Regular"), url(../fonts/RobotoSlab-Regular.ttf) format("truetype");
}
@font-face {
font-family: "Roboto Slab";
font-style: normal;
font-weight: 700;
src: local("Roboto Slab Bold"), local("RobotoSlab-Bold"), url(../fonts/RobotoSlab-Bold.ttf) format("truetype");
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
article {
display: block;
ul {
list-style: disc;
line-height: 24px;
margin-bottom: 24px;
li {
list-style: disc;
margin-left: 24px;
p {
&:last-child {
margin-bottom: 0;
}
}
ul {
margin-bottom: 0;
}
li {
list-style: circle;
li {
list-style: square;
}
}
ol {
li {
list-style: decimal;
}
}
}
}
ol {
list-style: decimal;
line-height: 24px;
margin-bottom: 24px;
li {
list-style: decimal;
margin-left: 24px;
p {
&:last-child {
margin-bottom: 0;
}
}
ul {
margin-bottom: 0;
li {
list-style: disc;
}
}
}
}
}
aside {
display: block;
}
details {
display: block;
}
figcaption {
display: block;
}
figure {
display: block;
margin: 0;
}
footer {
display: block;
color: gray;
p {
margin-bottom: 12px;
}
span.commit {
code {
padding: 0px;
font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
font-size: 1em;
background: none;
border: none;
color: gray;
}
.rst-content {
tt {
padding: 0px;
font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
font-size: 1em;
background: none;
border: none;
color: gray;
}
}
}
}
header {
display: block;
}
hgroup {
display: block;
}
nav {
display: block;
}
section {
display: block;
}
audio {
display: inline-block;
*display: inline;
*zoom: 1;
&:not([controls]) {
display: none;
}
}
canvas {
display: inline-block;
*display: inline;
*zoom: 1;
}
video {
display: inline-block;
*display: inline;
*zoom: 1;
}
[hidden] {
display: none;
}
html {
font-size: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
height: 100%;
overflow-x: hidden;
}
body {
margin: 0;
font-family: "Lato", "proxima-nova", "Helvetica Neue", Arial, sans-serif;
font-weight: normal;
color: #404040;
min-height: 100%;
overflow-x: hidden;
background: #edf0f2;
}
a {
&:hover {
outline: 0;
color: #3091d1;
}
&:active {
outline: 0;
}
.fa {
display: inline-block;
text-decoration: inherit;
}
.wy-menu-vertical {
li {
span.toctree-expand {
display: inline-block;
text-decoration: inherit;
}
}
}
.rst-content {
.admonition-title {
display: inline-block;
text-decoration: inherit;
}
h1 {
.headerlink {
display: inline-block;
text-decoration: inherit;
}
}
h2 {
.headerlink {
display: inline-block;
text-decoration: inherit;
}
}
h3 {
.headerlink {
display: inline-block;
text-decoration: inherit;
}
}
h4 {
.headerlink {
display: inline-block;
text-decoration: inherit;
}
}
h5 {
.headerlink {
display: inline-block;
text-decoration: inherit;
}
}
h6 {
.headerlink {
display: inline-block;
text-decoration: inherit;
}
}
dl {
dt {
.headerlink {
display: inline-block;
text-decoration: inherit;
}
}
}
p.caption {
.headerlink {
display: inline-block;
text-decoration: inherit;
}
}
table {
>caption {
.headerlink {
display: inline-block;
text-decoration: inherit;
}
}
}
tt.download {
span {
&:first-child {
display: inline-block;
text-decoration: inherit;
}
}
}
code.download {
span {
&:first-child {
display: inline-block;
text-decoration: inherit;
}
}
}
tt {
font-weight: bold;
font-weight: bold;
color: #404040;
color: #404040;
}
code {
font-weight: bold;
color: #404040;
}
}
.icon {
display: inline-block;
text-decoration: inherit;
}
color: #2980B9;
text-decoration: none;
cursor: pointer;
&:visited {
color: #9B59B6;
}
}
abbr[title] {
border-bottom: 1px dotted;
}
b {
font-weight: bold;
}
strong {
font-weight: bold;
}
blockquote {
margin: 0;
}
dfn {
font-style: italic;
}
ins {
background: #ff9;
color: #000;
text-decoration: none;
}
mark {
background: #ff0;
color: #000;
font-style: italic;
font-weight: bold;
}
pre {
font-family: monospace, serif;
_font-family: "courier new", monospace;
font-size: 1em;
white-space: pre;
}
code {
font-family: monospace, serif;
_font-family: "courier new", monospace;
font-size: 1em;
white-space: nowrap;
max-width: 100%;
background: #fff;
border: solid 1px #e1e4e5;
font-size: 75%;
padding: 0 5px;
font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
color: #E74C3C;
overflow-x: auto;
}
.rst-content {
tt {
font-family: monospace, serif;
_font-family: "courier new", monospace;
font-size: 1em;
white-space: nowrap;
max-width: 100%;
background: #fff;
border: solid 1px #e1e4e5;
font-size: 75%;
padding: 0 5px;
font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
color: #E74C3C;
overflow-x: auto;
color: #000;
color: #000;
padding: 2px 5px;
padding: 2px 5px;
big {
font-size: 100% !important;
font-size: 100% !important;
line-height: normal;
line-height: normal;
}
em {
font-size: 100% !important;
font-size: 100% !important;
line-height: normal;
line-height: normal;
}
}
code {
font-family: monospace, serif;
_font-family: "courier new", monospace;
font-size: 1em;
white-space: nowrap;
max-width: 100%;
background: #fff;
border: solid 1px #e1e4e5;
font-size: 75%;
padding: 0 5px;
font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
color: #E74C3C;
overflow-x: auto;
color: #000;
padding: 2px 5px;
big {
font-size: 100% !important;
line-height: normal;
}
em {
font-size: 100% !important;
line-height: normal;
}
}
.admonition-title {
&:before {
-webkit-font-smoothing: antialiased;
content: "";
font-family: "FontAwesome";
display: inline-block;
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
margin-right: 4px;
}
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: inherit;
color: #fff;
font-weight: bold;
display: block;
color: #fff;
background: #6ab0de;
margin: -12px;
padding: 6px 12px;
margin-bottom: 12px;
}
h1 {
.headerlink {
&:before {
-webkit-font-smoothing: antialiased;
font-family: "FontAwesome";
display: inline-block;
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
}
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: inherit;
visibility: hidden;
font-size: 14px;
&:after {
content: "";
font-family: FontAwesome;
}
}
.fa-pull-left.headerlink {
margin-right: .3em;
}
.fa-pull-right.headerlink {
margin-left: .3em;
}
.pull-left.headerlink {
margin-right: .3em;
}
.pull-right.headerlink {
margin-left: .3em;
}
a {
.headerlink {
display: inline-block;
text-decoration: inherit;
}
}
.btn {
.headerlink {
display: inline;
}
.fa-large.headerlink {
line-height: .9em;
}
.fa-spin.headerlink {
display: inline-block;
}
}
.nav {
.headerlink {
display: inline;
}
.fa-large.headerlink {
line-height: .9em;
}
.fa-spin.headerlink {
display: inline-block;
}
}
.btn.headerlink {
&:before {
opacity: .5;
-webkit-transition: opacity .05s ease-in;
-moz-transition: opacity .05s ease-in;
transition: opacity .05s ease-in;
}
&:hover {
&:before {
opacity: 1;
}
}
}
.btn-mini {
.headerlink {
&:before {
font-size: 14px;
vertical-align: -15%;
}
}
}
.rst-versions {
.rst-current-version {
.headerlink {
color: #fcfcfc;
}
}
}
&:hover {
.headerlink {
&:after {
visibility: visible;
}
}
}
}
h2 {
.headerlink {
&:before {
-webkit-font-smoothing: antialiased;
font-family: "FontAwesome";
display: inline-block;
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
}
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: inherit;
visibility: hidden;
font-size: 14px;
&:after {
content: "";
font-family: FontAwesome;
}
}
.fa-pull-left.headerlink {
margin-right: .3em;
}
.fa-pull-right.headerlink {
margin-left: .3em;
}
.pull-left.headerlink {
margin-right: .3em;
}
.pull-right.headerlink {
margin-left: .3em;
}
a {
.headerlink {
display: inline-block;
text-decoration: inherit;
}
}
.btn {
.headerlink {
display: inline;
}
.fa-large.headerlink {
line-height: .9em;
}
.fa-spin.headerlink {
display: inline-block;
}
}
.nav {
.headerlink {
display: inline;
}
.fa-large.headerlink {
line-height: .9em;
}
.fa-spin.headerlink {
display: inline-block;
}
}
.btn.headerlink {
&:before {
opacity: .5;
-webkit-transition: opacity .05s ease-in;
-moz-transition: opacity .05s ease-in;
transition: opacity .05s ease-in;
}
&:hover {
&:before {
opacity: 1;
}
}
}
.btn-mini {
.headerlink {
&:before {
font-size: 14px;
vertical-align: -15%;
}
}
}
.rst-versions {
.rst-current-version {
.headerlink {
color: #fcfcfc;
}
}
}
&:hover {
.headerlink {
&:after {
visibility: visible;
}
}
}
}
h3 {
.headerlink {
&:before {
-webkit-font-smoothing: antialiased;
font-family: "FontAwesome";
display: inline-block;
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
}
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: inherit;
visibility: hidden;
font-size: 14px;
&:after {
content: "";
font-family: FontAwesome;
}
}
.fa-pull-left.headerlink {
margin-right: .3em;
}
.fa-pull-right.headerlink {
margin-left: .3em;
}
.pull-left.headerlink {
margin-right: .3em;
}
.pull-right.headerlink {
margin-left: .3em;
}
a {
.headerlink {
display: inline-block;
text-decoration: inherit;
}
}
.btn {
.headerlink {
display: inline;
}
.fa-large.headerlink {
line-height: .9em;
}
.fa-spin.headerlink {
display: inline-block;
}
}
.nav {
.headerlink {
display: inline;
}
.fa-large.headerlink {
line-height: .9em;
}
.fa-spin.headerlink {
display: inline-block;
}
}
.btn.headerlink {
&:before {
opacity: .5;
-webkit-transition: opacity .05s ease-in;
-moz-transition: opacity .05s ease-in;
transition: opacity .05s ease-in;
}
&:hover {
&:before {
opacity: 1;
}
}
}
.btn-mini {
.headerlink {
&:before {
font-size: 14px;
vertical-align: -15%;
}
}
}
.rst-versions {
.rst-current-version {
.headerlink {
color: #fcfcfc;
}
}
}
&:hover {
.headerlink {
&:after {
visibility: visible;
}
}
}
}
h4 {
.headerlink {
&:before {
-webkit-font-smoothing: antialiased;
font-family: "FontAwesome";
display: inline-block;
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
}
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: inherit;
visibility: hidden;
font-size: 14px;
&:after {
content: "";
font-family: FontAwesome;
}
}
.fa-pull-left.headerlink {
margin-right: .3em;
}
.fa-pull-right.headerlink {
margin-left: .3em;
}
.pull-left.headerlink {
margin-right: .3em;
}
.pull-right.headerlink {
margin-left: .3em;
}
a {
.headerlink {
display: inline-block;
text-decoration: inherit;
}
}
.btn {
.headerlink {
display: inline;
}
.fa-large.headerlink {
line-height: .9em;
}
.fa-spin.headerlink {
display: inline-block;
}
}
.nav {
.headerlink {
display: inline;
}
.fa-large.headerlink {
line-height: .9em;
}
.fa-spin.headerlink {
display: inline-block;
}
}
.btn.headerlink {
&:before {
opacity: .5;
-webkit-transition: opacity .05s ease-in;
-moz-transition: opacity .05s ease-in;
transition: opacity .05s ease-in;
}
&:hover {
&:before {
opacity: 1;
}
}
}
.btn-mini {
.headerlink {
&:before {
font-size: 14px;
vertical-align: -15%;
}
}
}
.rst-versions {
.rst-current-version {
.headerlink {
color: #fcfcfc;
}
}
}
&:hover {
.headerlink {
&:after {
visibility: visible;
}
}
}
}
h5 {
.headerlink {
&:before {
-webkit-font-smoothing: antialiased;
font-family: "FontAwesome";
display: inline-block;
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
}
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: inherit;
visibility: hidden;
font-size: 14px;
&:after {
content: "";
font-family: FontAwesome;
}
}
.fa-pull-left.headerlink {
margin-right: .3em;
}
.fa-pull-right.headerlink {
margin-left: .3em;
}
.pull-left.headerlink {
margin-right: .3em;
}
.pull-right.headerlink {
margin-left: .3em;
}
a {
.headerlink {
display: inline-block;
text-decoration: inherit;
}
}
.btn {
.headerlink {
display: inline;
}
.fa-large.headerlink {
line-height: .9em;
}
.fa-spin.headerlink {
display: inline-block;
}
}
.nav {
.headerlink {
display: inline;
}
.fa-large.headerlink {
line-height: .9em;
}
.fa-spin.headerlink {
display: inline-block;
}
}
.btn.headerlink {
&:before {
opacity: .5;
-webkit-transition: opacity .05s ease-in;
-moz-transition: opacity .05s ease-in;
transition: opacity .05s ease-in;
}
&:hover {
&:before {
opacity: 1;
}
}
}
.btn-mini {
.headerlink {
&:before {
font-size: 14px;
vertical-align: -15%;
}
}
}
.rst-versions {
.rst-current-version {
.headerlink {
color: #fcfcfc;
}
}
}
&:hover {
.headerlink {
&:after {
visibility: visible;
}
}
}
}
h6 {
.headerlink {
&:before {
-webkit-font-smoothing: antialiased;
font-family: "FontAwesome";
display: inline-block;
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
}
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: inherit;
visibility: hidden;
font-size: 14px;
&:after {
content: "";
font-family: FontAwesome;
}
}
.fa-pull-left.headerlink {
margin-right: .3em;
}
.fa-pull-right.headerlink {
margin-left: .3em;
}
.pull-left.headerlink {
margin-right: .3em;
}
.pull-right.headerlink {
margin-left: .3em;
}
a {
.headerlink {
display: inline-block;
text-decoration: inherit;
}
}
.btn {
.headerlink {
display: inline;
}
.fa-large.headerlink {
line-height: .9em;
}
.fa-spin.headerlink {
display: inline-block;
}
}
.nav {
.headerlink {
display: inline;
}
.fa-large.headerlink {
line-height: .9em;
}
.fa-spin.headerlink {
display: inline-block;
}
}
.btn.headerlink {
&:before {
opacity: .5;
-webkit-transition: opacity .05s ease-in;
-moz-transition: opacity .05s ease-in;
transition: opacity .05s ease-in;
}
&:hover {
&:before {
opacity: 1;
}
}
}
.btn-mini {
.headerlink {
&:before {
font-size: 14px;
vertical-align: -15%;
}
}
}
.rst-versions {
.rst-current-version {
.headerlink {
color: #fcfcfc;
}
}
}
&:hover {
.headerlink {
&:after {
visibility: visible;
}
}
}
}
dl {
dt {
.headerlink {
&:before {
-webkit-font-smoothing: antialiased;
font-family: "FontAwesome";
display: inline-block;
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
}
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: inherit;
visibility: hidden;
font-size: 14px;
&:after {
content: "";
font-family: FontAwesome;
}
}
.fa-pull-left.headerlink {
margin-right: .3em;
}
.fa-pull-right.headerlink {
margin-left: .3em;
}
.pull-left.headerlink {
margin-right: .3em;
}
.pull-right.headerlink {
margin-left: .3em;
}
a {
.headerlink {
display: inline-block;
text-decoration: inherit;
}
}
.btn {
.headerlink {
display: inline;
}
.fa-large.headerlink {
line-height: .9em;
}
.fa-spin.headerlink {
display: inline-block;
}
}
.nav {
.headerlink {
display: inline;
}
.fa-large.headerlink {
line-height: .9em;
}
.fa-spin.headerlink {
display: inline-block;
}
}
.btn.headerlink {
&:before {
opacity: .5;
-webkit-transition: opacity .05s ease-in;
-moz-transition: opacity .05s ease-in;
transition: opacity .05s ease-in;
}
&:hover {
&:before {
opacity: 1;
}
}
}
.btn-mini {
.headerlink {
&:before {
font-size: 14px;
vertical-align: -15%;
}
}
}
.rst-versions {
.rst-current-version {
.headerlink {
color: #fcfcfc;
}
}
}
&:hover {
.headerlink {
&:after {
visibility: visible;
}
}
}
font-weight: bold;
}
margin-bottom: 24px;
p {
margin-bottom: 12px !important;
}
table {
margin-bottom: 12px !important;
}
ul {
margin-bottom: 12px !important;
}
ol {
margin-bottom: 12px !important;
}
dd {
margin: 0 0 12px 24px;
}
&:not(.docutils) {
margin-bottom: 24px;
dt {
display: table;
margin: 6px 0;
font-size: 90%;
line-height: normal;
background: #e7f2fa;
color: #2980B9;
border-top: solid 3px #6ab0de;
padding: 6px;
position: relative;
&:before {
color: #6ab0de;
}
.headerlink {
color: #404040;
font-size: 100% !important;
}
&:first-child {
margin-top: 0;
}
}
dl {
dt {
margin-bottom: 6px;
border: none;
border-left: solid 3px #ccc;
background: #f0f0f0;
color: #555;
.headerlink {
color: #404040;
font-size: 100% !important;
}
}
}
tt {
font-weight: bold;
font-weight: bold;
}
code {
font-weight: bold;
}
tt.descname {
background-color: transparent;
background-color: transparent;
border: none;
border: none;
padding: 0;
padding: 0;
font-size: 100% !important;
font-size: 100% !important;
font-weight: bold;
font-weight: bold;
}
tt.descclassname {
background-color: transparent;
background-color: transparent;
border: none;
border: none;
padding: 0;
padding: 0;
font-size: 100% !important;
font-size: 100% !important;
}
code.descname {
background-color: transparent;
border: none;
padding: 0;
font-size: 100% !important;
font-weight: bold;
}
code.descclassname {
background-color: transparent;
border: none;
padding: 0;
font-size: 100% !important;
}
.optional {
display: inline-block;
padding: 0 4px;
color: #000;
font-weight: bold;
}
.property {
display: inline-block;
padding-right: 8px;
}
}
}
p.caption {
.headerlink {
&:before {
-webkit-font-smoothing: antialiased;
font-family: "FontAwesome";
display: inline-block;
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
}
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: inherit;
visibility: hidden;
font-size: 14px;
&:after {
content: "";
font-family: FontAwesome;
}
}
.fa-pull-left.headerlink {
margin-right: .3em;
}
.fa-pull-right.headerlink {
margin-left: .3em;
}
.pull-left.headerlink {
margin-right: .3em;
}
.pull-right.headerlink {
margin-left: .3em;
}
a {
.headerlink {
display: inline-block;
text-decoration: inherit;
}
}
.btn {
.headerlink {
display: inline;
}
.fa-large.headerlink {
line-height: .9em;
}
.fa-spin.headerlink {
display: inline-block;
}
}
.nav {
.headerlink {
display: inline;
}
.fa-large.headerlink {
line-height: .9em;
}
.fa-spin.headerlink {
display: inline-block;
}
}
.btn.headerlink {
&:before {
opacity: .5;
-webkit-transition: opacity .05s ease-in;
-moz-transition: opacity .05s ease-in;
transition: opacity .05s ease-in;
}
&:hover {
&:before {
opacity: 1;
}
}
}
.btn-mini {
.headerlink {
&:before {
font-size: 14px;
vertical-align: -15%;
}
}
}
.rst-versions {
.rst-current-version {
.headerlink {
color: #fcfcfc;
}
}
}
&:hover {
.headerlink {
&:after {
visibility: visible;
}
}
}
}
table {
>caption {
.headerlink {
&:before {
-webkit-font-smoothing: antialiased;
font-family: "FontAwesome";
display: inline-block;
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
}
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: inherit;
visibility: hidden;
font-size: 14px;
&:after {
content: "";
font-family: FontAwesome;
font-size: 12px;
}
}
.fa-pull-left.headerlink {
margin-right: .3em;
}
.fa-pull-right.headerlink {
margin-left: .3em;
}
.pull-left.headerlink {
margin-right: .3em;
}
.pull-right.headerlink {
margin-left: .3em;
}
a {
.headerlink {
display: inline-block;
text-decoration: inherit;
}
}
.btn {
.headerlink {
display: inline;
}
.fa-large.headerlink {
line-height: .9em;
}
.fa-spin.headerlink {
display: inline-block;
}
}
.nav {
.headerlink {
display: inline;
}
.fa-large.headerlink {
line-height: .9em;
}
.fa-spin.headerlink {
display: inline-block;
}
}
.btn.headerlink {
&:before {
opacity: .5;
-webkit-transition: opacity .05s ease-in;
-moz-transition: opacity .05s ease-in;
transition: opacity .05s ease-in;
}
&:hover {
&:before {
opacity: 1;
}
}
}
.btn-mini {
.headerlink {
&:before {
font-size: 14px;
vertical-align: -15%;
}
}
}
.rst-versions {
.rst-current-version {
.headerlink {
color: #fcfcfc;
}
}
}
&:hover {
.headerlink {
&:after {
visibility: visible;
}
}
}
}
}
tt.download {
span {
&:first-child {
&:before {
-webkit-font-smoothing: antialiased;
content: "";
font-family: "FontAwesome";
display: inline-block;
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
margin-right: 4px;
}
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: inherit;
-webkit-font-smoothing: subpixel-antialiased;
}
}
span.fa-pull-left {
&:first-child {
margin-right: .3em;
}
}
span.fa-pull-right {
&:first-child {
margin-left: .3em;
}
}
span.pull-left {
&:first-child {
margin-right: .3em;
}
}
span.pull-right {
&:first-child {
margin-left: .3em;
}
}
a {
span {
&:first-child {
display: inline-block;
text-decoration: inherit;
}
}
}
.btn {
span {
&:first-child {
display: inline;
}
}
span.fa-large {
&:first-child {
line-height: .9em;
}
}
span.fa-spin {
&:first-child {
display: inline-block;
}
}
}
.nav {
span {
&:first-child {
display: inline;
}
}
span.fa-large {
&:first-child {
line-height: .9em;
}
}
span.fa-spin {
&:first-child {
display: inline-block;
}
}
}
span.btn {
&:first-child {
&:before {
opacity: .5;
-webkit-transition: opacity .05s ease-in;
-moz-transition: opacity .05s ease-in;
transition: opacity .05s ease-in;
}
&:hover {
&:before {
opacity: 1;
}
}
}
}
.btn-mini {
span {
&:first-child {
&:before {
font-size: 14px;
vertical-align: -15%;
}
}
}
}
.rst-versions {
.rst-current-version {
span {
&:first-child {
color: #fcfcfc;
}
}
}
}
background: inherit;
padding: inherit;
font-weight: normal;
font-family: inherit;
font-size: inherit;
color: inherit;
border: inherit;
white-space: inherit;
}
code.download {
span {
&:first-child {
&:before {
-webkit-font-smoothing: antialiased;
content: "";
font-family: "FontAwesome";
display: inline-block;
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
margin-right: 4px;
}
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: inherit;
-webkit-font-smoothing: subpixel-antialiased;
}
}
span.fa-pull-left {
&:first-child {
margin-right: .3em;
}
}
span.fa-pull-right {
&:first-child {
margin-left: .3em;
}
}
span.pull-left {
&:first-child {
margin-right: .3em;
}
}
span.pull-right {
&:first-child {
margin-left: .3em;
}
}
a {
span {
&:first-child {
display: inline-block;
text-decoration: inherit;
}
}
}
.btn {
span {
&:first-child {
display: inline;
}
}
span.fa-large {
&:first-child {
line-height: .9em;
}
}
span.fa-spin {
&:first-child {
display: inline-block;
}
}
}
.nav {
span {
&:first-child {
display: inline;
}
}
span.fa-large {
&:first-child {
line-height: .9em;
}
}
span.fa-spin {
&:first-child {
display: inline-block;
}
}
}
span.btn {
&:first-child {
&:before {
opacity: .5;
-webkit-transition: opacity .05s ease-in;
-moz-transition: opacity .05s ease-in;
transition: opacity .05s ease-in;
}
&:hover {
&:before {
opacity: 1;
}
}
}
}
.btn-mini {
span {
&:first-child {
&:before {
font-size: 14px;
vertical-align: -15%;
}
}
}
}
.rst-versions {
.rst-current-version {
span {
&:first-child {
color: #fcfcfc;
}
}
}
}
background: inherit;
padding: inherit;
font-weight: normal;
font-family: inherit;
font-size: inherit;
color: inherit;
border: inherit;
white-space: inherit;
}
.note {
-webkit-font-smoothing: antialiased;
padding: 12px;
line-height: 24px;
margin-bottom: 24px;
background: #e7f2fa;
background: #e7f2fa;
.wy-alert-title {
background: #6ab0de;
}
.admonition-title {
background: #6ab0de;
}
p {
&:last-child {
margin-bottom: 0;
}
}
.last {
margin-bottom: 0;
}
}
.attention {
-webkit-font-smoothing: antialiased;
padding: 12px;
line-height: 24px;
margin-bottom: 24px;
background: #e7f2fa;
background: #ffedcc;
.wy-alert-title {
background: #f0b37e;
}
.admonition-title {
background: #f0b37e;
}
p {
&:last-child {
margin-bottom: 0;
}
}
.last {
margin-bottom: 0;
}
}
.caution {
-webkit-font-smoothing: antialiased;
padding: 12px;
line-height: 24px;
margin-bottom: 24px;
background: #e7f2fa;
background: #ffedcc;
.wy-alert-title {
background: #f0b37e;
}
.admonition-title {
background: #f0b37e;
}
p {
&:last-child {
margin-bottom: 0;
}
}
.last {
margin-bottom: 0;
}
}
.danger {
-webkit-font-smoothing: antialiased;
padding: 12px;
line-height: 24px;
margin-bottom: 24px;
background: #e7f2fa;
background: #fdf3f2;
.wy-alert-title {
background: #f29f97;
}
.admonition-title {
background: #f29f97;
}
p {
&:last-child {
margin-bottom: 0;
}
}
.last {
margin-bottom: 0;
}
}
.error {
-webkit-font-smoothing: antialiased;
padding: 12px;
line-height: 24px;
margin-bottom: 24px;
background: #e7f2fa;
background: #fdf3f2;
.wy-alert-title {
background: #f29f97;
}
.admonition-title {
background: #f29f97;
}
p {
&:last-child {
margin-bottom: 0;
}
}
.last {
margin-bottom: 0;
}
}
.hint {
-webkit-font-smoothing: antialiased;
padding: 12px;
line-height: 24px;
margin-bottom: 24px;
background: #e7f2fa;
background: #dbfaf4;
.wy-alert-title {
background: #1abc9c;
}
.admonition-title {
background: #1abc9c;
}
p {
&:last-child {
margin-bottom: 0;
}
}
.last {
margin-bottom: 0;
}
}
.important {
-webkit-font-smoothing: antialiased;
padding: 12px;
line-height: 24px;
margin-bottom: 24px;
background: #e7f2fa;
background: #dbfaf4;
.wy-alert-title {
background: #1abc9c;
}
.admonition-title {
background: #1abc9c;
}
p {
&:last-child {
margin-bottom: 0;
}
}
.last {
margin-bottom: 0;
}
}
.tip {
-webkit-font-smoothing: antialiased;
padding: 12px;
line-height: 24px;
margin-bottom: 24px;
background: #e7f2fa;
background: #dbfaf4;
.wy-alert-title {
background: #1abc9c;
}
.admonition-title {
background: #1abc9c;
}
p {
&:last-child {
margin-bottom: 0;
}
}
.last {
margin-bottom: 0;
}
}
.warning {
-webkit-font-smoothing: antialiased;
padding: 12px;
line-height: 24px;
margin-bottom: 24px;
background: #e7f2fa;
background: #ffedcc;
.wy-alert-title {
background: #f0b37e;
}
.admonition-title {
background: #f0b37e;
}
p {
&:last-child {
margin-bottom: 0;
}
}
.last {
margin-bottom: 0;
}
}
.seealso {
-webkit-font-smoothing: antialiased;
padding: 12px;
line-height: 24px;
margin-bottom: 24px;
background: #e7f2fa;
background: #e7f2fa;
.wy-alert-title {
background: #6ab0de;
}
.admonition-title {
background: #6ab0de;
}
p {
&:last-child {
margin-bottom: 0;
}
}
.last {
margin-bottom: 0;
}
}
.admonition-todo {
-webkit-font-smoothing: antialiased;
padding: 12px;
line-height: 24px;
margin-bottom: 24px;
background: #e7f2fa;
background: #ffedcc;
.wy-alert-title {
background: #f0b37e;
}
.admonition-title {
background: #f0b37e;
}
p {
&:last-child {
margin-bottom: 0;
}
}
.last {
margin-bottom: 0;
}
}
.admonition {
-webkit-font-smoothing: antialiased;
padding: 12px;
line-height: 24px;
margin-bottom: 24px;
background: #e7f2fa;
p {
&:last-child {
margin-bottom: 0;
}
}
.last {
margin-bottom: 0;
}
table {
border-color: rgba(0, 0, 0, 0.1);
td {
background: transparent !important;
border-color: rgba(0, 0, 0, 0.1) !important;
}
th {
background: transparent !important;
border-color: rgba(0, 0, 0, 0.1) !important;
}
}
}
.fa-pull-left.admonition-title {
margin-right: .3em;
}
.fa-pull-right.admonition-title {
margin-left: .3em;
}
.pull-left.admonition-title {
margin-right: .3em;
}
.pull-right.admonition-title {
margin-left: .3em;
}
a {
.admonition-title {
display: inline-block;
text-decoration: inherit;
}
tt {
color: #2980B9;
color: #2980B9;
}
code {
color: #2980B9;
}
}
.btn {
.admonition-title {
display: inline;
}
.fa-large.admonition-title {
line-height: .9em;
}
.fa-spin.admonition-title {
display: inline-block;
}
}
.nav {
.admonition-title {
display: inline;
}
.fa-large.admonition-title {
line-height: .9em;
}
.fa-spin.admonition-title {
display: inline-block;
}
}
.btn.admonition-title {
&:before {
opacity: .5;
-webkit-transition: opacity .05s ease-in;
-moz-transition: opacity .05s ease-in;
transition: opacity .05s ease-in;
}
&:hover {
&:before {
opacity: 1;
}
}
}
.btn-mini {
.admonition-title {
&:before {
font-size: 14px;
vertical-align: -15%;
}
}
}
.wy-alert-danger.note {
background: #fdf3f2;
.wy-alert-title {
background: #f29f97;
}
.admonition-title {
background: #f29f97;
}
}
.wy-alert-danger.attention {
background: #fdf3f2;
.wy-alert-title {
background: #f29f97;
}
.admonition-title {
background: #f29f97;
}
}
.wy-alert-danger.caution {
background: #fdf3f2;
.wy-alert-title {
background: #f29f97;
}
.admonition-title {
background: #f29f97;
}
}
.wy-alert-danger.hint {
background: #fdf3f2;
.wy-alert-title {
background: #f29f97;
}
.admonition-title {
background: #f29f97;
}
}
.wy-alert-danger.important {
background: #fdf3f2;
.wy-alert-title {
background: #f29f97;
}
.admonition-title {
background: #f29f97;
}
}
.wy-alert-danger.tip {
background: #fdf3f2;
.wy-alert-title {
background: #f29f97;
}
.admonition-title {
background: #f29f97;
}
}
.wy-alert-danger.warning {
background: #fdf3f2;
.wy-alert-title {
background: #f29f97;
}
.admonition-title {
background: #f29f97;
}
}
.wy-alert-danger.seealso {
background: #fdf3f2;
.wy-alert-title {
background: #f29f97;
}
.admonition-title {
background: #f29f97;
}
}
.wy-alert-danger.admonition-todo {
background: #fdf3f2;
.wy-alert-title {
background: #f29f97;
}
.admonition-title {
background: #f29f97;
}
}
.wy-alert-danger.admonition {
background: #fdf3f2;
.wy-alert-title {
background: #f29f97;
}
.admonition-title {
background: #f29f97;
}
}
.wy-alert.wy-alert-danger {
.admonition-title {
background: #f29f97;
}
}
.wy-alert-warning.note {
background: #ffedcc;
.wy-alert-title {
background: #f0b37e;
}
.admonition-title {
background: #f0b37e;
}
}
.wy-alert-warning.danger {
background: #ffedcc;
.wy-alert-title {
background: #f0b37e;
}
.admonition-title {
background: #f0b37e;
}
}
.wy-alert-warning.error {
background: #ffedcc;
.wy-alert-title {
background: #f0b37e;
}
.admonition-title {
background: #f0b37e;
}
}
.wy-alert-warning.hint {
background: #ffedcc;
.wy-alert-title {
background: #f0b37e;
}
.admonition-title {
background: #f0b37e;
}
}
.wy-alert-warning.important {
background: #ffedcc;
.wy-alert-title {
background: #f0b37e;
}
.admonition-title {
background: #f0b37e;
}
}
.wy-alert-warning.tip {
background: #ffedcc;
.wy-alert-title {
background: #f0b37e;
}
.admonition-title {
background: #f0b37e;
}
}
.wy-alert-warning.seealso {
background: #ffedcc;
.wy-alert-title {
background: #f0b37e;
}
.admonition-title {
background: #f0b37e;
}
}
.wy-alert-warning.admonition {
background: #ffedcc;
.wy-alert-title {
background: #f0b37e;
}
.admonition-title {
background: #f0b37e;
}
}
.wy-alert.wy-alert-warning {
.admonition-title {
background: #f0b37e;
}
}
.wy-alert-info.attention {
background: #e7f2fa;
.wy-alert-title {
background: #6ab0de;
}
.admonition-title {
background: #6ab0de;
}
}
.wy-alert-info.caution {
background: #e7f2fa;
.wy-alert-title {
background: #6ab0de;
}
.admonition-title {
background: #6ab0de;
}
}
.wy-alert-info.danger {
background: #e7f2fa;
.wy-alert-title {
background: #6ab0de;
}
.admonition-title {
background: #6ab0de;
}
}
.wy-alert-info.error {
background: #e7f2fa;
.wy-alert-title {
background: #6ab0de;
}
.admonition-title {
background: #6ab0de;
}
}
.wy-alert-info.hint {
background: #e7f2fa;
.wy-alert-title {
background: #6ab0de;
}
.admonition-title {
background: #6ab0de;
}
}
.wy-alert-info.important {
background: #e7f2fa;
.wy-alert-title {
background: #6ab0de;
}
.admonition-title {
background: #6ab0de;
}
}
.wy-alert-info.tip {
background: #e7f2fa;
.wy-alert-title {
background: #6ab0de;
}
.admonition-title {
background: #6ab0de;
}
}
.wy-alert-info.warning {
background: #e7f2fa;
.wy-alert-title {
background: #6ab0de;
}
.admonition-title {
background: #6ab0de;
}
}
.wy-alert-info.admonition-todo {
background: #e7f2fa;
.wy-alert-title {
background: #6ab0de;
}
.admonition-title {
background: #6ab0de;
}
}
.wy-alert-info.admonition {
background: #e7f2fa;
.wy-alert-title {
background: #6ab0de;
}
.admonition-title {
background: #6ab0de;
}
}
.wy-alert.wy-alert-info {
.admonition-title {
background: #6ab0de;
}
}
.wy-alert-success.note {
background: #dbfaf4;
.wy-alert-title {
background: #1abc9c;
}
.admonition-title {
background: #1abc9c;
}
}
.wy-alert-success.attention {
background: #dbfaf4;
.wy-alert-title {
background: #1abc9c;
}
.admonition-title {
background: #1abc9c;
}
}
.wy-alert-success.caution {
background: #dbfaf4;
.wy-alert-title {
background: #1abc9c;
}
.admonition-title {
background: #1abc9c;
}
}
.wy-alert-success.danger {
background: #dbfaf4;
.wy-alert-title {
background: #1abc9c;
}
.admonition-title {
background: #1abc9c;
}
}
.wy-alert-success.error {
background: #dbfaf4;
.wy-alert-title {
background: #1abc9c;
}
.admonition-title {
background: #1abc9c;
}
}
.wy-alert-success.warning {
background: #dbfaf4;
.wy-alert-title {
background: #1abc9c;
}
.admonition-title {
background: #1abc9c;
}
}
.wy-alert-success.seealso {
background: #dbfaf4;
.wy-alert-title {
background: #1abc9c;
}
.admonition-title {
background: #1abc9c;
}
}
.wy-alert-success.admonition-todo {
background: #dbfaf4;
.wy-alert-title {
background: #1abc9c;
}
.admonition-title {
background: #1abc9c;
}
}
.wy-alert-success.admonition {
background: #dbfaf4;
.wy-alert-title {
background: #1abc9c;
}
.admonition-title {
background: #1abc9c;
}
}
.wy-alert.wy-alert-success {
.admonition-title {
background: #1abc9c;
}
}
.wy-alert-neutral.note {
background: #f3f6f6;
.wy-alert-title {
color: #404040;
background: #e1e4e5;
}
.admonition-title {
color: #404040;
background: #e1e4e5;
}
a {
color: #2980B9;
}
}
.wy-alert-neutral.attention {
background: #f3f6f6;
.wy-alert-title {
color: #404040;
background: #e1e4e5;
}
.admonition-title {
color: #404040;
background: #e1e4e5;
}
a {
color: #2980B9;
}
}
.wy-alert-neutral.caution {
background: #f3f6f6;
.wy-alert-title {
color: #404040;
background: #e1e4e5;
}
.admonition-title {
color: #404040;
background: #e1e4e5;
}
a {
color: #2980B9;
}
}
.wy-alert-neutral.danger {
background: #f3f6f6;
.wy-alert-title {
color: #404040;
background: #e1e4e5;
}
.admonition-title {
color: #404040;
background: #e1e4e5;
}
a {
color: #2980B9;
}
}
.wy-alert-neutral.error {
background: #f3f6f6;
.wy-alert-title {
color: #404040;
background: #e1e4e5;
}
.admonition-title {
color: #404040;
background: #e1e4e5;
}
a {
color: #2980B9;
}
}
.wy-alert-neutral.hint {
background: #f3f6f6;
.wy-alert-title {
color: #404040;
background: #e1e4e5;
}
.admonition-title {
color: #404040;
background: #e1e4e5;
}
a {
color: #2980B9;
}
}
.wy-alert-neutral.important {
background: #f3f6f6;
.wy-alert-title {
color: #404040;
background: #e1e4e5;
}
.admonition-title {
color: #404040;
background: #e1e4e5;
}
a {
color: #2980B9;
}
}
.wy-alert-neutral.tip {
background: #f3f6f6;
.wy-alert-title {
color: #404040;
background: #e1e4e5;
}
.admonition-title {
color: #404040;
background: #e1e4e5;
}
a {
color: #2980B9;
}
}
.wy-alert-neutral.warning {
background: #f3f6f6;
.wy-alert-title {
color: #404040;
background: #e1e4e5;
}
.admonition-title {
color: #404040;
background: #e1e4e5;
}
a {
color: #2980B9;
}
}
.wy-alert-neutral.seealso {
background: #f3f6f6;
.wy-alert-title {
color: #404040;
background: #e1e4e5;
}
.admonition-title {
color: #404040;
background: #e1e4e5;
}
a {
color: #2980B9;
}
}
.wy-alert-neutral.admonition-todo {
background: #f3f6f6;
.wy-alert-title {
color: #404040;
background: #e1e4e5;
}
.admonition-title {
color: #404040;
background: #e1e4e5;
}
a {
color: #2980B9;
}
}
.wy-alert-neutral.admonition {
background: #f3f6f6;
.wy-alert-title {
color: #404040;
background: #e1e4e5;
}
.admonition-title {
color: #404040;
background: #e1e4e5;
}
a {
color: #2980B9;
}
}
.wy-alert.wy-alert-neutral {
.admonition-title {
color: #404040;
background: #e1e4e5;
}
}
table.docutils {
border-collapse: collapse;
border-spacing: 0;
empty-cells: show;
margin-bottom: 24px;
border: 1px solid #e1e4e5;
caption {
color: #000;
font: italic 85%/1 arial, sans-serif;
padding: 1em 0;
text-align: center;
}
td {
font-size: 90%;
margin: 0;
overflow: visible;
padding: 8px 16px;
background-color: transparent;
vertical-align: middle;
border-bottom: 1px solid #e1e4e5;
border-left: 1px solid #e1e4e5;
&:first-child {
border-left-width: 0;
}
p {
line-height: 18px;
&:last-child {
margin-bottom: 0;
}
}
}
th {
font-size: 90%;
margin: 0;
overflow: visible;
padding: 8px 16px;
border-color: #e1e4e5;
&:first-child {
border-left-width: 0;
}
}
thead {
color: #000;
text-align: left;
vertical-align: bottom;
white-space: nowrap;
th {
font-weight: bold;
border-bottom: solid 2px #e1e4e5;
}
}
.wy-table-cell-min {
width: 1%;
padding-right: 0;
input[type=checkbox] {
margin: 0;
margin: 0;
}
}
&:not(.field-list) {
tr {
&:nth-child(2n-1) {
td {
background-color: #f3f6f6;
}
}
}
}
tbody {
>tr {
&:last-child {
td {
border-bottom-width: 0;
}
}
}
}
}
table.field-list {
border-collapse: collapse;
border-spacing: 0;
empty-cells: show;
margin-bottom: 24px;
border: none;
caption {
color: #000;
font: italic 85%/1 arial, sans-serif;
padding: 1em 0;
text-align: center;
}
td {
font-size: 90%;
margin: 0;
overflow: visible;
padding: 8px 16px;
background-color: transparent;
vertical-align: middle;
border: none;
&:first-child {
border-left-width: 0;
}
p {
line-height: 18px;
&:last-child {
margin-bottom: 0;
}
}
>strong {
display: inline-block;
}
}
th {
font-size: 90%;
margin: 0;
overflow: visible;
padding: 8px 16px;
&:first-child {
border-left-width: 0;
}
}
thead {
color: #000;
text-align: left;
vertical-align: bottom;
white-space: nowrap;
th {
font-weight: bold;
border-bottom: solid 2px #e1e4e5;
}
}
.wy-table-cell-min {
width: 1%;
padding-right: 0;
input[type=checkbox] {
margin: 0;
margin: 0;
}
}
.field-name {
padding-right: 10px;
text-align: left;
white-space: nowrap;
}
.field-body {
text-align: left;
}
}
.toctree-wrapper {
p.caption {
margin-top: 0;
font-weight: 700;
font-family: "Roboto Slab", "ff-tisa-web-pro", "Georgia", Arial, sans-serif;
font-size: 150%;
.headerlink {
visibility: hidden;
font-size: 14px;
&:after {
content: "";
font-family: FontAwesome;
}
}
&:hover {
.headerlink {
&:after {
visibility: visible;
}
}
}
}
ul {
list-style: disc;
line-height: 24px;
margin-bottom: 24px;
li {
list-style: disc;
margin-left: 24px;
p {
&:last-child {
margin-bottom: 0;
}
}
ul {
margin-bottom: 0;
}
li {
list-style: circle;
li {
list-style: square;
}
}
ol {
li {
list-style: decimal;
}
}
}
}
}
tt.code-large {
font-size: 90%;
}
.section {
ul {
list-style: disc;
line-height: 24px;
margin-bottom: 24px;
li {
list-style: disc;
margin-left: 24px;
p {
&:last-child {
margin-bottom: 0;
}
}
ul {
margin-bottom: 0;
}
li {
list-style: circle;
li {
list-style: square;
}
}
ol {
li {
list-style: decimal;
}
}
}
p {
margin-bottom: 12px;
&:last-child {
margin-bottom: 24px;
}
}
}
ol {
list-style: decimal;
line-height: 24px;
margin-bottom: 24px;
li {
list-style: decimal;
margin-left: 24px;
p {
&:last-child {
margin-bottom: 0;
}
}
ul {
margin-bottom: 0;
li {
list-style: disc;
}
}
}
p {
margin-bottom: 12px;
&:last-child {
margin-bottom: 24px;
}
}
}
>img {
margin-bottom: 24px;
}
>a {
>img {
margin-bottom: 24px;
}
}
ol.loweralpha {
list-style: lower-alpha;
li {
list-style: lower-alpha;
}
}
ol.upperalpha {
list-style: upper-alpha;
li {
list-style: upper-alpha;
}
}
}
ol.arabic {
list-style: decimal;
line-height: 24px;
margin-bottom: 24px;
li {
list-style: decimal;
margin-left: 24px;
p {
&:last-child {
margin-bottom: 0;
}
}
ul {
margin-bottom: 0;
li {
list-style: disc;
}
}
}
}
.wy-breadcrumbs {
li {
tt {
padding: 5px;
border: none;
background: none;
}
tt.literal {
color: #404040;
}
}
}
.wy-menu-vertical {
li {
tt {
border: none;
background: inherit;
color: inherit;
padding-left: 0;
padding-right: 0;
}
}
}
footer {
span.commit {
tt {
padding: 0px;
font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
font-size: 1em;
background: none;
border: none;
color: gray;
}
}
}
.rst-versions {
.rst-current-version {
.admonition-title {
color: #fcfcfc;
}
}
}
img {
max-width: 100%;
height: auto;
}
div.figure {
margin-bottom: 24px;
p.caption {
font-style: italic;
}
p {
&:last-child.caption {
margin-bottom: 0px;
}
}
}
div.figure.align-center {
text-align: center;
}
abbr[title] {
text-decoration: none;
}
blockquote {
margin-left: 24px;
line-height: 24px;
margin-bottom: 24px;
}
pre.literal-block {
border: 1px solid #e1e4e5;
padding: 0px;
overflow-x: auto;
margin: 1px 0 24px 0;
font-size: 12px;
line-height: normal;
div[class^='highlight'] {
border: none;
margin: 0;
}
}
div[class^='highlight'] {
border: 1px solid #e1e4e5;
padding: 0px;
overflow-x: auto;
margin: 1px 0 24px 0;
div[class^='highlight'] {
border: none;
margin: 0;
}
td.code {
width: 100%;
}
pre {
white-space: pre;
margin: 0;
padding: 12px 12px;
font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
display: block;
overflow: auto;
font-size: 12px;
line-height: normal;
.hll {
display: block;
margin: 0 -12px;
padding: 0 12px;
}
}
}
.linenodiv {
pre {
border-right: solid 1px #e6e9ea;
margin: 0;
padding: 12px 12px;
font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
user-select: none;
pointer-events: none;
font-size: 12px;
line-height: normal;
}
}
.line-block {
margin-left: 0px;
margin-bottom: 24px;
.line-block {
margin-left: 24px;
margin-bottom: 0px;
}
}
.topic-title {
font-weight: bold;
margin-bottom: 12px;
}
.toc-backref {
color: #404040;
}
.align-right {
float: right;
margin: 0px 0px 24px 24px;
}
.align-left {
float: left;
margin: 0px 24px 24px 0px;
}
.align-center {
margin: auto;
&:not(table) {
display: block;
}
}
.centered {
text-align: center;
}
.sidebar {
float: right;
width: 40%;
display: block;
margin: 0 0 24px 24px;
padding: 24px;
background: #f3f6f6;
border: solid 1px #e1e4e5;
p {
font-size: 90%;
}
ul {
font-size: 90%;
}
dl {
font-size: 90%;
}
.last {
margin-bottom: 0;
}
.sidebar-title {
display: block;
font-family: "Roboto Slab", "ff-tisa-web-pro", "Georgia", Arial, sans-serif;
font-weight: bold;
background: #e1e4e5;
padding: 6px 12px;
margin: -24px;
margin-bottom: 24px;
font-size: 100%;
}
}
.highlighted {
background: #F1C40F;
display: inline-block;
font-weight: bold;
padding: 0 6px;
}
.footnote-reference {
vertical-align: baseline;
position: relative;
top: -0.4em;
line-height: 0;
font-size: 90%;
}
.citation-reference {
vertical-align: baseline;
position: relative;
top: -0.4em;
line-height: 0;
font-size: 90%;
}
table.docutils.citation {
background: none;
border: none;
color: gray;
td {
border: none;
background-color: transparent !important;
white-space: normal;
}
tr {
border: none;
background-color: transparent !important;
white-space: normal;
}
td.label {
padding-left: 0;
padding-right: 0;
vertical-align: top;
}
tt {
color: #555;
}
code {
color: #555;
}
}
table.docutils.footnote {
background: none;
border: none;
color: gray;
td {
border: none;
background-color: transparent !important;
white-space: normal;
}
tr {
border: none;
background-color: transparent !important;
white-space: normal;
}
td.label {
padding-left: 0;
padding-right: 0;
vertical-align: top;
}
tt {
color: #555;
}
code {
color: #555;
}
}
.wy-table-responsive.citation {
margin-bottom: 0;
&:last-child {
margin-bottom: 24px;
}
}
.wy-table-responsive.footnote {
margin-bottom: 0;
&:last-child {
margin-bottom: 24px;
}
}
.wy-table-responsive.citation+ {
&:not(.citation) {
margin-top: 24px;
}
}
.wy-table-responsive.footnote+ {
&:not(.footnote) {
margin-top: 24px;
}
}
tt.literal {
color: #E74C3C;
color: #E74C3C;
}
code.literal {
color: #E74C3C;
}
tt.xref {
font-weight: bold;
font-weight: bold;
color: #404040;
color: #404040;
}
code.xref {
font-weight: bold;
color: #404040;
}
.viewcode-link {
display: inline-block;
color: #27AE60;
font-size: 80%;
padding-left: 24px;
}
.viewcode-back {
display: inline-block;
color: #27AE60;
font-size: 80%;
padding-left: 24px;
display: block;
float: right;
}
p.rubric {
margin-bottom: 12px;
font-weight: bold;
}
.guilabel {
border: 1px solid #7fbbe3;
background: #e7f2fa;
font-size: 80%;
font-weight: 700;
border-radius: 4px;
padding: 2.4px 6px;
margin: auto 2px;
}
.versionmodified {
font-style: italic;
}
}
kbd {
font-family: monospace, serif;
_font-family: "courier new", monospace;
font-size: 1em;
}
samp {
font-family: monospace, serif;
_font-family: "courier new", monospace;
font-size: 1em;
}
q {
quotes: none;
&:before {
content: "";
content: none;
}
&:after {
content: "";
content: none;
}
}
small {
font-size: 85%;
font-size: 100%;
font-size: 80%;
}
sub {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
bottom: -0.25em;
}
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
top: -0.5em;
}
ul {
margin: 0;
padding: 0;
list-style: none;
list-style-image: none;
}
ol {
margin: 0;
padding: 0;
list-style: none;
list-style-image: none;
}
dl {
margin: 0;
padding: 0;
list-style: none;
list-style-image: none;
}
li {
list-style: none;
}
dd {
margin: 0;
}
img {
border: 0;
-ms-interpolation-mode: bicubic;
vertical-align: middle;
max-width: 100%;
}
svg {
&:not(:root) {
overflow: hidden;
}
}
form {
margin: 0;
}
fieldset {
border: 0;
margin: 0;
padding: 0;
border: 0;
margin: 0;
padding: 0;
}
label {
cursor: pointer;
display: block;
margin: 0 0 .3125em 0;
color: #333;
font-size: 90%;
}
legend {
border: 0;
*margin-left: -7px;
padding: 0;
white-space: normal;
display: block;
width: 100%;
border: 0;
padding: 0;
white-space: normal;
margin-bottom: 24px;
font-size: 150%;
*margin-left: -7px;
margin-top: 0;
font-weight: 700;
font-family: "Roboto Slab", "ff-tisa-web-pro", "Georgia", Arial, sans-serif;
}
button {
font-size: 100%;
margin: 0;
vertical-align: baseline;
*vertical-align: middle;
line-height: normal;
cursor: pointer;
-webkit-appearance: button;
*overflow: visible;
font-size: 100%;
margin: 0;
vertical-align: baseline;
*vertical-align: middle;
cursor: pointer;
line-height: normal;
-webkit-appearance: button;
*overflow: visible;
&::-moz-focus-inner {
border: 0;
padding: 0;
border: 0;
padding: 0;
}
}
input {
font-size: 100%;
margin: 0;
vertical-align: baseline;
*vertical-align: middle;
line-height: normal;
font-size: 100%;
margin: 0;
vertical-align: baseline;
*vertical-align: middle;
line-height: normal;
&::-moz-focus-inner {
border: 0;
padding: 0;
border: 0;
padding: 0;
}
&:focus {
&:invalid {
color: #E74C3C;
border: 1px solid #E74C3C;
&:focus {
border-color: #E74C3C;
}
}
}
}
select {
font-size: 100%;
margin: 0;
vertical-align: baseline;
*vertical-align: middle;
-webkit-font-smoothing: antialiased;
font-size: 100%;
margin: 0;
vertical-align: baseline;
*vertical-align: middle;
padding: .5em .625em;
display: inline-block;
border: 1px solid #ccc;
font-size: 80%;
box-shadow: inset 0 1px 3px #ddd;
-webkit-transition: border .3s linear;
-moz-transition: border .3s linear;
transition: border .3s linear;
border: 1px solid #ccc;
background-color: #fff;
&:focus {
&:invalid {
color: #E74C3C;
border: 1px solid #E74C3C;
&:focus {
border-color: #E74C3C;
}
}
outline: 0;
}
}
textarea {
font-size: 100%;
margin: 0;
vertical-align: baseline;
*vertical-align: middle;
overflow: auto;
vertical-align: top;
resize: vertical;
-webkit-font-smoothing: antialiased;
font-size: 100%;
margin: 0;
vertical-align: baseline;
*vertical-align: middle;
overflow: auto;
vertical-align: top;
width: 100%;
font-family: "Lato", "proxima-nova", "Helvetica Neue", Arial, sans-serif;
padding: .5em .625em;
display: inline-block;
border: 1px solid #ccc;
font-size: 80%;
box-shadow: inset 0 1px 3px #ddd;
-webkit-transition: border .3s linear;
-moz-transition: border .3s linear;
transition: border .3s linear;
&:focus {
&:invalid {
color: #E74C3C;
border: 1px solid #E74C3C;
&:focus {
border-color: #E74C3C;
}
}
outline: 0;
}
}
input[type="button"] {
cursor: pointer;
-webkit-appearance: button;
*overflow: visible;
-webkit-appearance: button;
cursor: pointer;
font-family: "Lato", "proxima-nova", "Helvetica Neue", Arial, sans-serif;
*overflow: visible;
}
input[type="reset"] {
cursor: pointer;
-webkit-appearance: button;
*overflow: visible;
-webkit-appearance: button;
cursor: pointer;
font-family: "Lato", "proxima-nova", "Helvetica Neue", Arial, sans-serif;
*overflow: visible;
}
input[type="submit"] {
cursor: pointer;
-webkit-appearance: button;
*overflow: visible;
-webkit-appearance: button;
cursor: pointer;
font-family: "Lato", "proxima-nova", "Helvetica Neue", Arial, sans-serif;
*overflow: visible;
}
button[disabled] {
cursor: default;
cursor: default;
}
input[disabled] {
cursor: default;
cursor: default;
}
input[type="checkbox"] {
box-sizing: border-box;
padding: 0;
*width: 13px;
*height: 13px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
margin-right: .3125em;
*height: 13px;
*width: 13px;
&:focus {
outline: thin dotted #333;
outline: 1px auto #129FEA;
&:invalid {
&:focus {
outline-color: #E74C3C;
}
}
}
}
input[type="radio"] {
box-sizing: border-box;
padding: 0;
*width: 13px;
*height: 13px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
margin-right: .3125em;
*height: 13px;
*width: 13px;
&:focus {
outline: thin dotted #333;
outline: 1px auto #129FEA;
&:invalid {
&:focus {
outline-color: #E74C3C;
}
}
}
}
input[type="search"] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
-webkit-font-smoothing: antialiased;
-webkit-appearance: none;
padding: 6px;
display: inline-block;
border: 1px solid #ccc;
font-size: 80%;
font-family: "Lato", "proxima-nova", "Helvetica Neue", Arial, sans-serif;
box-shadow: inset 0 1px 3px #ddd;
border-radius: 0;
-webkit-transition: border .3s linear;
-moz-transition: border .3s linear;
transition: border .3s linear;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
&::-webkit-search-decoration {
-webkit-appearance: none;
-webkit-appearance: none;
}
&::-webkit-search-cancel-button {
-webkit-appearance: none;
-webkit-appearance: none;
}
&:focus {
outline: 0;
outline: thin dotted \9;
border-color: #333;
}
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td {
vertical-align: top;
}
.chromeframe {
margin: .2em 0;
background: #ccc;
color: #000;
padding: .2em 0;
}
.ir {
display: block;
border: 0;
text-indent: -999em;
overflow: hidden;
background-color: transparent;
background-repeat: no-repeat;
text-align: left;
direction: ltr;
*line-height: 0;
br {
display: none;
}
}
.hidden {
display: none !important;
visibility: hidden;
}
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.visuallyhidden.focusable {
&:active {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
}
&:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
}
}
.invisible {
visibility: hidden;
}
.relative {
position: relative;
}
big {
font-size: 100%;
}
.fa {
&:before {
-webkit-font-smoothing: antialiased;
font-family: "FontAwesome";
display: inline-block;
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
}
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: inherit;
}
.wy-menu-vertical {
li {
span.toctree-expand {
&:before {
-webkit-font-smoothing: antialiased;
content: "";
font-family: "FontAwesome";
display: inline-block;
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
}
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: inherit;
display: block;
float: left;
margin-left: -1.2em;
font-size: .8em;
line-height: 1.6em;
color: #4d4d4d;
}
span.fa-pull-left.toctree-expand {
margin-right: .3em;
}
span.fa-pull-right.toctree-expand {
margin-left: .3em;
}
span.pull-left.toctree-expand {
margin-right: .3em;
}
span.pull-right.toctree-expand {
margin-left: .3em;
}
a {
span.toctree-expand {
display: inline-block;
text-decoration: inherit;
}
}
.btn {
span.toctree-expand {
display: inline;
}
span.fa-large.toctree-expand {
line-height: .9em;
}
span.fa-spin.toctree-expand {
display: inline-block;
}
}
.nav {
span.toctree-expand {
display: inline;
}
span.fa-large.toctree-expand {
line-height: .9em;
}
span.fa-spin.toctree-expand {
display: inline-block;
}
}
span.btn.toctree-expand {
&:before {
opacity: .5;
-webkit-transition: opacity .05s ease-in;
-moz-transition: opacity .05s ease-in;
transition: opacity .05s ease-in;
}
&:hover {
&:before {
opacity: 1;
}
}
}
.btn-mini {
span.toctree-expand {
&:before {
font-size: 14px;
vertical-align: -15%;
}
}
}
code {
border: none;
background: inherit;
color: inherit;
padding-left: 0;
padding-right: 0;
}
.rst-content {
tt {
border: none;
background: inherit;
color: inherit;
padding-left: 0;
padding-right: 0;
}
}
ul {
margin-bottom: 0;
display: none;
li {
a {
margin-bottom: 0;
color: #b3b3b3;
font-weight: normal;
}
}
}
.rst-versions {
.rst-current-version {
span.toctree-expand {
color: #fcfcfc;
}
}
}
}
li.on {
a {
span.toctree-expand {
&:before {
-webkit-font-smoothing: antialiased;
content: "";
font-family: "FontAwesome";
display: inline-block;
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
}
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: inherit;
display: inline-block;
text-decoration: inherit;
display: block;
font-size: .8em;
line-height: 1.6em;
color: #333;
}
-webkit-font-smoothing: antialiased;
color: #404040;
padding: .4045em 1.618em;
font-weight: bold;
position: relative;
background: #fcfcfc;
border: none;
padding-left: 1.618em -4px;
span.fa-pull-left.toctree-expand {
margin-right: .3em;
}
span.fa-pull-right.toctree-expand {
margin-left: .3em;
}
span.pull-left.toctree-expand {
margin-right: .3em;
}
span.pull-right.toctree-expand {
margin-left: .3em;
}
.btn {
span.toctree-expand {
display: inline;
}
}
.nav {
span.toctree-expand {
display: inline;
}
}
&:hover {
background: #fcfcfc;
span.toctree-expand {
color: gray;
}
}
}
}
li.current {
>a {
span.toctree-expand {
&:before {
-webkit-font-smoothing: antialiased;
content: "";
font-family: "FontAwesome";
display: inline-block;
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
}
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: inherit;
display: inline-block;
text-decoration: inherit;
display: block;
font-size: .8em;
line-height: 1.6em;
color: #333;
}
-webkit-font-smoothing: antialiased;
color: #404040;
padding: .4045em 1.618em;
font-weight: bold;
position: relative;
background: #fcfcfc;
border: none;
padding-left: 1.618em -4px;
span.fa-pull-left.toctree-expand {
margin-right: .3em;
}
span.fa-pull-right.toctree-expand {
margin-left: .3em;
}
span.pull-left.toctree-expand {
margin-right: .3em;
}
span.pull-right.toctree-expand {
margin-left: .3em;
}
.btn {
span.toctree-expand {
display: inline;
}
}
.nav {
span.toctree-expand {
display: inline;
}
}
&:hover {
background: #fcfcfc;
span.toctree-expand {
color: gray;
}
}
}
background: #e3e3e3;
a {
color: gray;
border-right: solid 1px #c9c9c9;
padding: .4045em 2.427em;
&:hover {
background: #d6d6d6;
}
}
ul {
display: block;
}
}
width: 300px;
header {
height: 32px;
display: inline-block;
line-height: 32px;
padding: 0 1.618em;
margin-bottom: 0;
display: block;
font-weight: bold;
text-transform: uppercase;
font-size: 80%;
color: #6f6f6f;
white-space: nowrap;
}
p.caption {
height: 32px;
display: inline-block;
line-height: 32px;
padding: 0 1.618em;
margin-bottom: 0;
display: block;
font-weight: bold;
text-transform: uppercase;
font-size: 80%;
color: #6f6f6f;
white-space: nowrap;
}
ul {
margin-bottom: 0;
}
li.divide-top {
border-top: solid 1px #404040;
}
li.divide-bottom {
border-bottom: solid 1px #404040;
}
li.toctree-l1.current {
>a {
border-bottom: solid 1px #c9c9c9;
border-top: solid 1px #c9c9c9;
}
li.toctree-l2 {
>ul {
display: none;
}
}
li.toctree-l2.current {
>ul {
display: block;
}
}
}
li.toctree-l2.current {
li.toctree-l3 {
>ul {
display: none;
}
>a {
display: block;
background: #c9c9c9;
padding: .4045em 4.045em;
}
}
li.toctree-l3.current {
>ul {
display: block;
}
}
>a {
background: #c9c9c9;
padding: .4045em 2.427em;
}
}
li.toctree-l2 {
a {
&:hover {
span.toctree-expand {
color: gray;
}
}
}
span.toctree-expand {
color: #a3a3a3;
}
}
li.toctree-l3 {
font-size: .9em;
a {
&:hover {
span.toctree-expand {
color: gray;
}
}
}
span.toctree-expand {
color: #969696;
}
}
li.toctree-l3.current {
>a {
background: #bdbdbd;
padding: .4045em 4.045em;
}
li.toctree-l4 {
>a {
display: block;
background: #bdbdbd;
padding: .4045em 5.663em;
}
}
}
li.toctree-l4 {
font-size: .9em;
}
a {
display: inline-block;
line-height: 18px;
padding: .4045em 1.618em;
display: block;
position: relative;
font-size: 90%;
color: #b3b3b3;
&:hover {
background-color: #4e4a4a;
cursor: pointer;
span.toctree-expand {
color: #b3b3b3;
}
}
&:active {
background-color: #2980B9;
cursor: pointer;
color: #fff;
span.toctree-expand {
color: #fff;
}
}
}
}
.icon {
&:before {
-webkit-font-smoothing: antialiased;
font-family: "FontAwesome";
display: inline-block;
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
}
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: inherit;
}
.wy-dropdown {
.caret {
&:before {
-webkit-font-smoothing: antialiased;
content: "";
font-family: "FontAwesome";
display: inline-block;
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
}
font-family: inherit;
}
position: relative;
display: inline-block;
}
.wy-inline-validate.wy-inline-validate-success {
.wy-input-context {
&:before {
-webkit-font-smoothing: antialiased;
content: "";
font-family: "FontAwesome";
display: inline-block;
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
}
font-family: inherit;
color: #27AE60;
}
}
.wy-inline-validate.wy-inline-validate-danger {
.wy-input-context {
&:before {
-webkit-font-smoothing: antialiased;
content: "";
font-family: "FontAwesome";
display: inline-block;
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
}
font-family: inherit;
color: #E74C3C;
}
}
.wy-inline-validate.wy-inline-validate-warning {
.wy-input-context {
&:before {
-webkit-font-smoothing: antialiased;
content: "";
font-family: "FontAwesome";
display: inline-block;
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
}
font-family: inherit;
color: #E67E22;
}
}
.wy-inline-validate.wy-inline-validate-info {
.wy-input-context {
&:before {
-webkit-font-smoothing: antialiased;
content: "";
font-family: "FontAwesome";
display: inline-block;
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
}
font-family: inherit;
color: #2980B9;
}
}
.wy-alert {
-webkit-font-smoothing: antialiased;
padding: 12px;
line-height: 24px;
margin-bottom: 24px;
background: #e7f2fa;
p {
&:last-child {
margin-bottom: 0;
}
}
}
.btn {
-webkit-font-smoothing: antialiased;
display: inline-block;
border-radius: 2px;
line-height: normal;
white-space: nowrap;
text-align: center;
cursor: pointer;
font-size: 100%;
padding: 6px 12px 8px 12px;
color: #fff;
border: 1px solid rgba(0, 0, 0, 0.1);
background-color: #27AE60;
text-decoration: none;
font-weight: normal;
font-family: "Lato", "proxima-nova", "Helvetica Neue", Arial, sans-serif;
box-shadow: 0px 1px 2px -1px rgba(255, 255, 255, 0.5) inset, 0px -2px 0px 0px rgba(0, 0, 0, 0.1) inset;
outline-none: false;
vertical-align: middle;
*display: inline;
zoom: 1;
-webkit-user-drag: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: all .1s linear;
-moz-transition: all .1s linear;
transition: all .1s linear;
.fa {
display: inline;
}
.wy-menu-vertical {
li {
span.toctree-expand {
display: inline;
}
span.fa-large.toctree-expand {
line-height: .9em;
}
span.fa-spin.toctree-expand {
display: inline-block;
}
}
li.on {
a {
span.toctree-expand {
display: inline;
}
}
}
li.current {
>a {
span.toctree-expand {
display: inline;
}
}
}
}
.rst-content {
.admonition-title {
display: inline;
}
h1 {
.headerlink {
display: inline;
}
.fa-large.headerlink {
line-height: .9em;
}
.fa-spin.headerlink {
display: inline-block;
}
}
h2 {
.headerlink {
display: inline;
}
.fa-large.headerlink {
line-height: .9em;
}
.fa-spin.headerlink {
display: inline-block;
}
}
h3 {
.headerlink {
display: inline;
}
.fa-large.headerlink {
line-height: .9em;
}
.fa-spin.headerlink {
display: inline-block;
}
}
h4 {
.headerlink {
display: inline;
}
.fa-large.headerlink {
line-height: .9em;
}
.fa-spin.headerlink {
display: inline-block;
}
}
h5 {
.headerlink {
display: inline;
}
.fa-large.headerlink {
line-height: .9em;
}
.fa-spin.headerlink {
display: inline-block;
}
}
h6 {
.headerlink {
display: inline;
}
.fa-large.headerlink {
line-height: .9em;
}
.fa-spin.headerlink {
display: inline-block;
}
}
dl {
dt {
.headerlink {
display: inline;
}
.fa-large.headerlink {
line-height: .9em;
}
.fa-spin.headerlink {
display: inline-block;
}
}
}
p.caption {
.headerlink {
display: inline;
}
.fa-large.headerlink {
line-height: .9em;
}
.fa-spin.headerlink {
display: inline-block;
}
}
table {
>caption {
.headerlink {
display: inline;
}
.fa-large.headerlink {
line-height: .9em;
}
.fa-spin.headerlink {
display: inline-block;
}
}
}
tt.download {
span {
&:first-child {
display: inline;
}
}
span.fa-large {
&:first-child {
line-height: .9em;
}
}
span.fa-spin {
&:first-child {
display: inline-block;
}
}
}
code.download {
span {
&:first-child {
display: inline;
}
}
span.fa-large {
&:first-child {
line-height: .9em;
}
}
span.fa-spin {
&:first-child {
display: inline-block;
}
}
}
.fa-large.admonition-title {
line-height: .9em;
}
.fa-spin.admonition-title {
display: inline-block;
}
}
.icon {
display: inline;
}
.fa.fa-large {
line-height: .9em;
}
.fa-large.icon {
line-height: .9em;
}
.fa.fa-spin {
display: inline-block;
}
.fa-spin.icon {
display: inline-block;
}
&:hover {
background: #2cc36b;
color: #fff;
}
&:focus {
background: #2cc36b;
outline: 0;
}
&:active {
box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.05) inset, 0px 2px 0px 0px rgba(0, 0, 0, 0.1) inset;
padding: 8px 12px 6px 12px;
}
&:visited {
color: #fff;
}
&:disabled {
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
filter: alpha(opacity=40);
opacity: .4;
cursor: not-allowed;
box-shadow: none;
}
&::-moz-focus-inner {
padding: 0;
border: 0;
}
}
input[type="text"] {
-webkit-font-smoothing: antialiased;
-webkit-appearance: none;
padding: 6px;
display: inline-block;
border: 1px solid #ccc;
font-size: 80%;
font-family: "Lato", "proxima-nova", "Helvetica Neue", Arial, sans-serif;
box-shadow: inset 0 1px 3px #ddd;
border-radius: 0;
-webkit-transition: border .3s linear;
-moz-transition: border .3s linear;
transition: border .3s linear;
&:focus {
outline: 0;
outline: thin dotted \9;
border-color: #333;
}
}
input[type="password"] {
-webkit-font-smoothing: antialiased;
-webkit-appearance: none;
padding: 6px;
display: inline-block;
border: 1px solid #ccc;
font-size: 80%;
font-family: "Lato", "proxima-nova", "Helvetica Neue", Arial, sans-serif;
box-shadow: inset 0 1px 3px #ddd;
border-radius: 0;
-webkit-transition: border .3s linear;
-moz-transition: border .3s linear;
transition: border .3s linear;
&:focus {
outline: 0;
outline: thin dotted \9;
border-color: #333;
}
}
input[type="email"] {
-webkit-font-smoothing: antialiased;
-webkit-appearance: none;
padding: 6px;
display: inline-block;
border: 1px solid #ccc;
font-size: 80%;
font-family: "Lato", "proxima-nova", "Helvetica Neue", Arial, sans-serif;
box-shadow: inset 0 1px 3px #ddd;
border-radius: 0;
-webkit-transition: border .3s linear;
-moz-transition: border .3s linear;
transition: border .3s linear;
&:focus {
outline: 0;
outline: thin dotted \9;
border-color: #333;
}
}
input[type="url"] {
-webkit-font-smoothing: antialiased;
-webkit-appearance: none;
padding: 6px;
display: inline-block;
border: 1px solid #ccc;
font-size: 80%;
font-family: "Lato", "proxima-nova", "Helvetica Neue", Arial, sans-serif;
box-shadow: inset 0 1px 3px #ddd;
border-radius: 0;
-webkit-transition: border .3s linear;
-moz-transition: border .3s linear;
transition: border .3s linear;
&:focus {
outline: 0;
outline: thin dotted \9;
border-color: #333;
}
}
input[type="date"] {
-webkit-font-smoothing: antialiased;
-webkit-appearance: none;
padding: 6px;
display: inline-block;
border: 1px solid #ccc;
font-size: 80%;
font-family: "Lato", "proxima-nova", "Helvetica Neue", Arial, sans-serif;
box-shadow: inset 0 1px 3px #ddd;
border-radius: 0;
-webkit-transition: border .3s linear;
-moz-transition: border .3s linear;
transition: border .3s linear;
&:focus {
outline: 0;
outline: thin dotted \9;
border-color: #333;
}
}
input[type="month"] {
-webkit-font-smoothing: antialiased;
-webkit-appearance: none;
padding: 6px;
display: inline-block;
border: 1px solid #ccc;
font-size: 80%;
font-family: "Lato", "proxima-nova", "Helvetica Neue", Arial, sans-serif;
box-shadow: inset 0 1px 3px #ddd;
border-radius: 0;
-webkit-transition: border .3s linear;
-moz-transition: border .3s linear;
transition: border .3s linear;
&:focus {
outline: 0;
outline: thin dotted \9;
border-color: #333;
}
}
input[type="time"] {
-webkit-font-smoothing: antialiased;
-webkit-appearance: none;
padding: 6px;
display: inline-block;
border: 1px solid #ccc;
font-size: 80%;
font-family: "Lato", "proxima-nova", "Helvetica Neue", Arial, sans-serif;
box-shadow: inset 0 1px 3px #ddd;
border-radius: 0;
-webkit-transition: border .3s linear;
-moz-transition: border .3s linear;
transition: border .3s linear;
&:focus {
outline: 0;
outline: thin dotted \9;
border-color: #333;
}
}
input[type="datetime"] {
-webkit-font-smoothing: antialiased;
-webkit-appearance: none;
padding: 6px;
display: inline-block;
border: 1px solid #ccc;
font-size: 80%;
font-family: "Lato", "proxima-nova", "Helvetica Neue", Arial, sans-serif;
box-shadow: inset 0 1px 3px #ddd;
border-radius: 0;
-webkit-transition: border .3s linear;
-moz-transition: border .3s linear;
transition: border .3s linear;
&:focus {
outline: 0;
outline: thin dotted \9;
border-color: #333;
}
}
input[type="datetime-local"] {
-webkit-font-smoothing: antialiased;
-webkit-appearance: none;
padding: 6px;
display: inline-block;
border: 1px solid #ccc;
font-size: 80%;
font-family: "Lato", "proxima-nova", "Helvetica Neue", Arial, sans-serif;
box-shadow: inset 0 1px 3px #ddd;
border-radius: 0;
-webkit-transition: border .3s linear;
-moz-transition: border .3s linear;
transition: border .3s linear;
padding: .34375em .625em;
&:focus {
outline: 0;
outline: thin dotted \9;
border-color: #333;
}
}
input[type="week"] {
-webkit-font-smoothing: antialiased;
-webkit-appearance: none;
padding: 6px;
display: inline-block;
border: 1px solid #ccc;
font-size: 80%;
font-family: "Lato", "proxima-nova", "Helvetica Neue", Arial, sans-serif;
box-shadow: inset 0 1px 3px #ddd;
border-radius: 0;
-webkit-transition: border .3s linear;
-moz-transition: border .3s linear;
transition: border .3s linear;
&:focus {
outline: 0;
outline: thin dotted \9;
border-color: #333;
}
}
input[type="number"] {
-webkit-font-smoothing: antialiased;
-webkit-appearance: none;
padding: 6px;
display: inline-block;
border: 1px solid #ccc;
font-size: 80%;
font-family: "Lato", "proxima-nova", "Helvetica Neue", Arial, sans-serif;
box-shadow: inset 0 1px 3px #ddd;
border-radius: 0;
-webkit-transition: border .3s linear;
-moz-transition: border .3s linear;
transition: border .3s linear;
&:focus {
outline: 0;
outline: thin dotted \9;
border-color: #333;
}
}
input[type="tel"] {
-webkit-font-smoothing: antialiased;
-webkit-appearance: none;
padding: 6px;
display: inline-block;
border: 1px solid #ccc;
font-size: 80%;
font-family: "Lato", "proxima-nova", "Helvetica Neue", Arial, sans-serif;
box-shadow: inset 0 1px 3px #ddd;
border-radius: 0;
-webkit-transition: border .3s linear;
-moz-transition: border .3s linear;
transition: border .3s linear;
&:focus {
outline: 0;
outline: thin dotted \9;
border-color: #333;
}
}
input[type="color"] {
-webkit-font-smoothing: antialiased;
-webkit-appearance: none;
padding: 6px;
display: inline-block;
border: 1px solid #ccc;
font-size: 80%;
font-family: "Lato", "proxima-nova", "Helvetica Neue", Arial, sans-serif;
box-shadow: inset 0 1px 3px #ddd;
border-radius: 0;
-webkit-transition: border .3s linear;
-moz-transition: border .3s linear;
transition: border .3s linear;
&:focus {
outline: 0;
outline: thin dotted \9;
border-color: #333;
}
}
.wy-side-nav-search {
>a {
-webkit-font-smoothing: antialiased;
color: #fcfcfc;
font-size: 100%;
font-weight: bold;
display: inline-block;
padding: 4px 6px;
margin-bottom: .809em;
&:hover {
background: rgba(255, 255, 255, 0.1);
}
img.logo {
display: block;
margin: 0 auto;
height: auto;
width: auto;
border-radius: 0;
max-width: 100%;
background: transparent;
}
}
.wy-dropdown {
>a {
-webkit-font-smoothing: antialiased;
color: #fcfcfc;
font-size: 100%;
font-weight: bold;
display: inline-block;
padding: 4px 6px;
margin-bottom: .809em;
&:hover {
background: rgba(255, 255, 255, 0.1);
}
img.logo {
display: block;
margin: 0 auto;
height: auto;
width: auto;
border-radius: 0;
max-width: 100%;
background: transparent;
}
}
>a.icon {
img.logo {
margin-top: .85em;
}
}
}
display: block;
width: 300px;
padding: .809em;
margin-bottom: .809em;
z-index: 200;
background-color: #2980B9;
text-align: center;
padding: .809em;
display: block;
color: #fcfcfc;
margin-bottom: .809em;
input[type=text] {
width: 100%;
border-radius: 50px;
padding: 6px 12px;
border-color: #2472a4;
}
img {
display: block;
margin: auto auto .809em auto;
height: 45px;
width: 45px;
background-color: #2980B9;
padding: 5px;
border-radius: 100%;
}
>a.icon {
img.logo {
margin-top: .85em;
}
}
>div.version {
margin-top: -.4045em;
margin-bottom: .809em;
font-weight: normal;
color: rgba(255, 255, 255, 0.3);
}
}
.wy-nav-top {
a {
-webkit-font-smoothing: antialiased;
color: #fff;
font-weight: bold;
}
display: none;
background: #2980B9;
color: #fff;
padding: .4045em .809em;
position: relative;
line-height: 50px;
text-align: center;
font-size: 100%;
*zoom: 1;
&:before {
display: table;
content: "";
}
&:after {
display: table;
content: "";
clear: both;
}
img {
margin-right: 12px;
height: 45px;
width: 45px;
background-color: #2980B9;
padding: 5px;
border-radius: 100%;
}
i {
font-size: 30px;
float: left;
cursor: pointer;
padding-top: inherit;
}
}
.clearfix {
*zoom: 1;
&:before {
display: table;
content: "";
}
&:after {
display: table;
content: "";
clear: both;
}
}
.fa-lg {
font-size: 1.3333333333em;
line-height: .75em;
vertical-align: -15%;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-fw {
width: 1.2857142857em;
text-align: center;
}
.fa-ul {
padding-left: 0;
margin-left: 2.1428571429em;
list-style-type: none;
>li {
position: relative;
}
}
.fa-li {
position: absolute;
left: -2.1428571429em;
width: 2.1428571429em;
top: .1428571429em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.8571428571em;
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eee;
border-radius: .1em;
}
.fa-pull-left {
float: left;
}
.fa-pull-right {
float: right;
}
.fa.fa-pull-left {
margin-right: .3em;
}
.fa-pull-left.icon {
margin-right: .3em;
}
.fa.fa-pull-right {
margin-left: .3em;
}
.fa-pull-right.icon {
margin-left: .3em;
}
.pull-right {
float: right;
}
.pull-left {
float: left;
}
.fa.pull-left {
margin-right: .3em;
}
.pull-left.icon {
margin-right: .3em;
}
.fa.pull-right {
margin-left: .3em;
}
.pull-right.icon {
margin-left: .3em;
}
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
&:root {
.fa-rotate-90 {
filter: none;
}
.fa-rotate-180 {
filter: none;
}
.fa-rotate-270 {
filter: none;
}
.fa-flip-horizontal {
filter: none;
}
.fa-flip-vertical {
filter: none;
}
}
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.fa-stack-1x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
line-height: inherit;
}
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
font-size: 2em;
}
.fa-inverse {
color: #fff;
}
.fa-glass {
&:before {
content: "";
}
}
.fa-music {
&:before {
content: "";
}
}
.fa-search {
&:before {
content: "";
}
}
.icon-search {
&:before {
content: "";
}
}
.fa-envelope-o {
&:before {
content: "";
}
}
.fa-heart {
&:before {
content: "";
}
}
.fa-star {
&:before {
content: "";
}
}
.fa-star-o {
&:before {
content: "";
}
}
.fa-user {
&:before {
content: "";
}
}
.fa-film {
&:before {
content: "";
}
}
.fa-th-large {
&:before {
content: "";
}
}
.fa-th {
&:before {
content: "";
}
}
.fa-th-list {
&:before {
content: "";
}
}
.fa-check {
&:before {
content: "";
}
}
.fa-remove {
&:before {
content: "";
}
}
.fa-close {
&:before {
content: "";
}
}
.fa-times {
&:before {
content: "";
}
}
.fa-search-plus {
&:before {
content: "";
}
}
.fa-search-minus {
&:before {
content: "";
}
}
.fa-power-off {
&:before {
content: "";
}
}
.fa-signal {
&:before {
content: "";
}
}
.fa-gear {
&:before {
content: "";
}
}
.fa-cog {
&:before {
content: "";
}
}
.fa-trash-o {
&:before {
content: "";
}
}
.fa-home {
&:before {
content: "";
}
}
.icon-home {
&:before {
content: "";
}
}
.fa-file-o {
&:before {
content: "";
}
}
.fa-clock-o {
&:before {
content: "";
}
}
.fa-road {
&:before {
content: "";
}
}
.fa-download {
&:before {
content: "";
}
}
.fa-arrow-circle-o-down {
&:before {
content: "";
}
}
.fa-arrow-circle-o-up {
&:before {
content: "";
}
}
.fa-inbox {
&:before {
content: "";
}
}
.fa-play-circle-o {
&:before {
content: "";
}
}
.fa-rotate-right {
&:before {
content: "";
}
}
.fa-repeat {
&:before {
content: "";
}
}
.fa-refresh {
&:before {
content: "";
}
}
.fa-list-alt {
&:before {
content: "";
}
}
.fa-lock {
&:before {
content: "";
}
}
.fa-flag {
&:before {
content: "";
}
}
.fa-headphones {
&:before {
content: "";
}
}
.fa-volume-off {
&:before {
content: "";
}
}
.fa-volume-down {
&:before {
content: "";
}
}
.fa-volume-up {
&:before {
content: "";
}
}
.fa-qrcode {
&:before {
content: "";
}
}
.fa-barcode {
&:before {
content: "";
}
}
.fa-tag {
&:before {
content: "";
}
}
.fa-tags {
&:before {
content: "";
}
}
.fa-book {
&:before {
content: "";
}
}
.icon-book {
&:before {
content: "";
}
}
.fa-bookmark {
&:before {
content: "";
}
}
.fa-print {
&:before {
content: "";
}
}
.fa-camera {
&:before {
content: "";
}
}
.fa-font {
&:before {
content: "";
}
}
.fa-bold {
&:before {
content: "";
}
}
.fa-italic {
&:before {
content: "";
}
}
.fa-text-height {
&:before {
content: "";
}
}
.fa-text-width {
&:before {
content: "";
}
}
.fa-align-left {
&:before {
content: "";
}
}
.fa-align-center {
&:before {
content: "";
}
}
.fa-align-right {
&:before {
content: "";
}
}
.fa-align-justify {
&:before {
content: "";
}
}
.fa-list {
&:before {
content: "";
}
}
.fa-dedent {
&:before {
content: "";
}
}
.fa-outdent {
&:before {
content: "";
}
}
.fa-indent {
&:before {
content: "";
}
}
.fa-video-camera {
&:before {
content: "";
}
}
.fa-photo {
&:before {
content: "";
}
}
.fa-image {
&:before {
content: "";
}
}
.fa-picture-o {
&:before {
content: "";
}
}
.fa-pencil {
&:before {
content: "";
}
}
.fa-map-marker {
&:before {
content: "";
}
}
.fa-adjust {
&:before {
content: "";
}
}
.fa-tint {
&:before {
content: "";
}
}
.fa-edit {
&:before {
content: "";
}
}
.fa-pencil-square-o {
&:before {
content: "";
}
}
.fa-share-square-o {
&:before {
content: "";
}
}
.fa-check-square-o {
&:before {
content: "";
}
}
.fa-arrows {
&:before {
content: "";
}
}
.fa-step-backward {
&:before {
content: "";
}
}
.fa-fast-backward {
&:before {
content: "";
}
}
.fa-backward {
&:before {
content: "";
}
}
.fa-play {
&:before {
content: "";
}
}
.fa-pause {
&:before {
content: "";
}
}
.fa-stop {
&:before {
content: "";
}
}
.fa-forward {
&:before {
content: "";
}
}
.fa-fast-forward {
&:before {
content: "";
}
}
.fa-step-forward {
&:before {
content: "";
}
}
.fa-eject {
&:before {
content: "";
}
}
.fa-chevron-left {
&:before {
content: "";
}
}
.fa-chevron-right {
&:before {
content: "";
}
}
.fa-plus-circle {
&:before {
content: "";
}
}
.fa-minus-circle {
&:before {
content: "";
}
}
.fa-times-circle {
&:before {
content: "";
}
}
.fa-check-circle {
&:before {
content: "";
}
}
.fa-question-circle {
&:before {
content: "";
}
}
.fa-info-circle {
&:before {
content: "";
}
}
.fa-crosshairs {
&:before {
content: "";
}
}
.fa-times-circle-o {
&:before {
content: "";
}
}
.fa-check-circle-o {
&:before {
content: "";
}
}
.fa-ban {
&:before {
content: "";
}
}
.fa-arrow-left {
&:before {
content: "";
}
}
.fa-arrow-right {
&:before {
content: "";
}
}
.fa-arrow-up {
&:before {
content: "";
}
}
.fa-arrow-down {
&:before {
content: "";
}
}
.fa-mail-forward {
&:before {
content: "";
}
}
.fa-share {
&:before {
content: "";
}
}
.fa-expand {
&:before {
content: "";
}
}
.fa-compress {
&:before {
content: "";
}
}
.fa-plus {
&:before {
content: "";
}
}
.fa-minus {
&:before {
content: "";
}
}
.fa-asterisk {
&:before {
content: "";
}
}
.fa-exclamation-circle {
&:before {
content: "";
}
}
.fa-gift {
&:before {
content: "";
}
}
.fa-leaf {
&:before {
content: "";
}
}
.fa-fire {
&:before {
content: "";
}
}
.icon-fire {
&:before {
content: "";
}
}
.fa-eye {
&:before {
content: "";
}
}
.fa-eye-slash {
&:before {
content: "";
}
}
.fa-warning {
&:before {
content: "";
}
}
.fa-exclamation-triangle {
&:before {
content: "";
}
}
.fa-plane {
&:before {
content: "";
}
}
.fa-calendar {
&:before {
content: "";
}
}
.fa-random {
&:before {
content: "";
}
}
.fa-comment {
&:before {
content: "";
}
}
.fa-magnet {
&:before {
content: "";
}
}
.fa-chevron-up {
&:before {
content: "";
}
}
.fa-chevron-down {
&:before {
content: "";
}
}
.fa-retweet {
&:before {
content: "";
}
}
.fa-shopping-cart {
&:before {
content: "";
}
}
.fa-folder {
&:before {
content: "";
}
}
.fa-folder-open {
&:before {
content: "";
}
}
.fa-arrows-v {
&:before {
content: "";
}
}
.fa-arrows-h {
&:before {
content: "";
}
}
.fa-bar-chart-o {
&:before {
content: "";
}
}
.fa-bar-chart {
&:before {
content: "";
}
}
.fa-twitter-square {
&:before {
content: "";
}
}
.fa-facebook-square {
&:before {
content: "";
}
}
.fa-camera-retro {
&:before {
content: "";
}
}
.fa-key {
&:before {
content: "";
}
}
.fa-gears {
&:before {
content: "";
}
}
.fa-cogs {
&:before {
content: "";
}
}
.fa-comments {
&:before {
content: "";
}
}
.fa-thumbs-o-up {
&:before {
content: "";
}
}
.fa-thumbs-o-down {
&:before {
content: "";
}
}
.fa-star-half {
&:before {
content: "";
}
}
.fa-heart-o {
&:before {
content: "";
}
}
.fa-sign-out {
&:before {
content: "";
}
}
.fa-linkedin-square {
&:before {
content: "";
}
}
.fa-thumb-tack {
&:before {
content: "";
}
}
.fa-external-link {
&:before {
content: "";
}
}
.fa-sign-in {
&:before {
content: "";
}
}
.fa-trophy {
&:before {
content: "";
}
}
.fa-github-square {
&:before {
content: "";
}
}
.fa-upload {
&:before {
content: "";
}
}
.fa-lemon-o {
&:before {
content: "";
}
}
.fa-phone {
&:before {
content: "";
}
}
.fa-square-o {
&:before {
content: "";
}
}
.fa-bookmark-o {
&:before {
content: "";
}
}
.fa-phone-square {
&:before {
content: "";
}
}
.fa-twitter {
&:before {
content: "";
}
}
.fa-facebook-f {
&:before {
content: "";
}
}
.fa-facebook {
&:before {
content: "";
}
}
.fa-github {
&:before {
content: "";
}
}
.icon-github {
&:before {
content: "";
}
}
.fa-unlock {
&:before {
content: "";
}
}
.fa-credit-card {
&:before {
content: "";
}
}
.fa-feed {
&:before {
content: "";
}
}
.fa-rss {
&:before {
content: "";
}
}
.fa-hdd-o {
&:before {
content: "";
}
}
.fa-bullhorn {
&:before {
content: "";
}
}
.fa-bell {
&:before {
content: "";
}
}
.fa-certificate {
&:before {
content: "";
}
}
.fa-hand-o-right {
&:before {
content: "";
}
}
.fa-hand-o-left {
&:before {
content: "";
}
}
.fa-hand-o-up {
&:before {
content: "";
}
}
.fa-hand-o-down {
&:before {
content: "";
}
}
.fa-arrow-circle-left {
&:before {
content: "";
}
}
.icon-circle-arrow-left {
&:before {
content: "";
}
}
.fa-arrow-circle-right {
&:before {
content: "";
}
}
.icon-circle-arrow-right {
&:before {
content: "";
}
}
.fa-arrow-circle-up {
&:before {
content: "";
}
}
.fa-arrow-circle-down {
&:before {
content: "";
}
}
.fa-globe {
&:before {
content: "";
}
}
.fa-wrench {
&:before {
content: "";
}
}
.fa-tasks {
&:before {
content: "";
}
}
.fa-filter {
&:before {
content: "";
}
}
.fa-briefcase {
&:before {
content: "";
}
}
.fa-arrows-alt {
&:before {
content: "";
}
}
.fa-group {
&:before {
content: "";
}
}
.fa-users {
&:before {
content: "";
}
}
.fa-chain {
&:before {
content: "";
}
}
.fa-link {
&:before {
content: "";
}
}
.icon-link {
&:before {
content: "";
}
}
.fa-cloud {
&:before {
content: "";
}
}
.fa-flask {
&:before {
content: "";
}
}
.fa-cut {
&:before {
content: "";
}
}
.fa-scissors {
&:before {
content: "";
}
}
.fa-copy {
&:before {
content: "";
}
}
.fa-files-o {
&:before {
content: "";
}
}
.fa-paperclip {
&:before {
content: "";
}
}
.fa-save {
&:before {
content: "";
}
}
.fa-floppy-o {
&:before {
content: "";
}
}
.fa-square {
&:before {
content: "";
}
}
.fa-navicon {
&:before {
content: "";
}
}
.fa-reorder {
&:before {
content: "";
}
}
.fa-bars {
&:before {
content: "";
}
}
.fa-list-ul {
&:before {
content: "";
}
}
.fa-list-ol {
&:before {
content: "";
}
}
.fa-strikethrough {
&:before {
content: "";
}
}
.fa-underline {
&:before {
content: "";
}
}
.fa-table {
&:before {
content: "";
}
}
.fa-magic {
&:before {
content: "";
}
}
.fa-truck {
&:before {
content: "";
}
}
.fa-pinterest {
&:before {
content: "";
}
}
.fa-pinterest-square {
&:before {
content: "";
}
}
.fa-google-plus-square {
&:before {
content: "";
}
}
.fa-google-plus {
&:before {
content: "";
}
}
.fa-money {
&:before {
content: "";
}
}
.fa-caret-down {
&:before {
content: "";
}
}
.icon-caret-down {
&:before {
content: "";
}
}
.fa-caret-up {
&:before {
content: "";
}
}
.fa-caret-left {
&:before {
content: "";
}
}
.fa-caret-right {
&:before {
content: "";
}
}
.fa-columns {
&:before {
content: "";
}
}
.fa-unsorted {
&:before {
content: "";
}
}
.fa-sort {
&:before {
content: "";
}
}
.fa-sort-down {
&:before {
content: "";
}
}
.fa-sort-desc {
&:before {
content: "";
}
}
.fa-sort-up {
&:before {
content: "";
}
}
.fa-sort-asc {
&:before {
content: "";
}
}
.fa-envelope {
&:before {
content: "";
}
}
.fa-linkedin {
&:before {
content: "";
}
}
.fa-rotate-left {
&:before {
content: "";
}
}
.fa-undo {
&:before {
content: "";
}
}
.fa-legal {
&:before {
content: "";
}
}
.fa-gavel {
&:before {
content: "";
}
}
.fa-dashboard {
&:before {
content: "";
}
}
.fa-tachometer {
&:before {
content: "";
}
}
.fa-comment-o {
&:before {
content: "";
}
}
.fa-comments-o {
&:before {
content: "";
}
}
.fa-flash {
&:before {
content: "";
}
}
.fa-bolt {
&:before {
content: "";
}
}
.fa-sitemap {
&:before {
content: "";
}
}
.fa-umbrella {
&:before {
content: "";
}
}
.fa-paste {
&:before {
content: "";
}
}
.fa-clipboard {
&:before {
content: "";
}
}
.fa-lightbulb-o {
&:before {
content: "";
}
}
.fa-exchange {
&:before {
content: "";
}
}
.fa-cloud-download {
&:before {
content: "";
}
}
.fa-cloud-upload {
&:before {
content: "";
}
}
.fa-user-md {
&:before {
content: "";
}
}
.fa-stethoscope {
&:before {
content: "";
}
}
.fa-suitcase {
&:before {
content: "";
}
}
.fa-bell-o {
&:before {
content: "";
}
}
.fa-coffee {
&:before {
content: "";
}
}
.fa-cutlery {
&:before {
content: "";
}
}
.fa-file-text-o {
&:before {
content: "";
}
}
.fa-building-o {
&:before {
content: "";
}
}
.fa-hospital-o {
&:before {
content: "";
}
}
.fa-ambulance {
&:before {
content: "";
}
}
.fa-medkit {
&:before {
content: "";
}
}
.fa-fighter-jet {
&:before {
content: "";
}
}
.fa-beer {
&:before {
content: "";
}
}
.fa-h-square {
&:before {
content: "";
}
}
.fa-plus-square {
&:before {
content: "";
}
}
.fa-angle-double-left {
&:before {
content: "";
}
}
.fa-angle-double-right {
&:before {
content: "";
}
}
.fa-angle-double-up {
&:before {
content: "";
}
}
.fa-angle-double-down {
&:before {
content: "";
}
}
.fa-angle-left {
&:before {
content: "";
}
}
.fa-angle-right {
&:before {
content: "";
}
}
.fa-angle-up {
&:before {
content: "";
}
}
.fa-angle-down {
&:before {
content: "";
}
}
.fa-desktop {
&:before {
content: "";
}
}
.fa-laptop {
&:before {
content: "";
}
}
.fa-tablet {
&:before {
content: "";
}
}
.fa-mobile-phone {
&:before {
content: "";
}
}
.fa-mobile {
&:before {
content: "";
}
}
.fa-circle-o {
&:before {
content: "";
}
}
.fa-quote-left {
&:before {
content: "";
}
}
.fa-quote-right {
&:before {
content: "";
}
}
.fa-spinner {
&:before {
content: "";
}
}
.fa-circle {
&:before {
content: "";
}
}
.fa-mail-reply {
&:before {
content: "";
}
}
.fa-reply {
&:before {
content: "";
}
}
.fa-github-alt {
&:before {
content: "";
}
}
.fa-folder-o {
&:before {
content: "";
}
}
.fa-folder-open-o {
&:before {
content: "";
}
}
.fa-smile-o {
&:before {
content: "";
}
}
.fa-frown-o {
&:before {
content: "";
}
}
.fa-meh-o {
&:before {
content: "";
}
}
.fa-gamepad {
&:before {
content: "";
}
}
.fa-keyboard-o {
&:before {
content: "";
}
}
.fa-flag-o {
&:before {
content: "";
}
}
.fa-flag-checkered {
&:before {
content: "";
}
}
.fa-terminal {
&:before {
content: "";
}
}
.fa-code {
&:before {
content: "";
}
}
.fa-mail-reply-all {
&:before {
content: "";
}
}
.fa-reply-all {
&:before {
content: "";
}
}
.fa-star-half-empty {
&:before {
content: "";
}
}
.fa-star-half-full {
&:before {
content: "";
}
}
.fa-star-half-o {
&:before {
content: "";
}
}
.fa-location-arrow {
&:before {
content: "";
}
}
.fa-crop {
&:before {
content: "";
}
}
.fa-code-fork {
&:before {
content: "";
}
}
.fa-unlink {
&:before {
content: "";
}
}
.fa-chain-broken {
&:before {
content: "";
}
}
.fa-question {
&:before {
content: "";
}
}
.fa-info {
&:before {
content: "";
}
}
.fa-exclamation {
&:before {
content: "";
}
}
.fa-superscript {
&:before {
content: "";
}
}
.fa-subscript {
&:before {
content: "";
}
}
.fa-eraser {
&:before {
content: "";
}
}
.fa-puzzle-piece {
&:before {
content: "";
}
}
.fa-microphone {
&:before {
content: "";
}
}
.fa-microphone-slash {
&:before {
content: "";
}
}
.fa-shield {
&:before {
content: "";
}
}
.fa-calendar-o {
&:before {
content: "";
}
}
.fa-fire-extinguisher {
&:before {
content: "";
}
}
.fa-rocket {
&:before {
content: "";
}
}
.fa-maxcdn {
&:before {
content: "";
}
}
.fa-chevron-circle-left {
&:before {
content: "";
}
}
.fa-chevron-circle-right {
&:before {
content: "";
}
}
.fa-chevron-circle-up {
&:before {
content: "";
}
}
.fa-chevron-circle-down {
&:before {
content: "";
}
}
.fa-html5 {
&:before {
content: "";
}
}
.fa-css3 {
&:before {
content: "";
}
}
.fa-anchor {
&:before {
content: "";
}
}
.fa-unlock-alt {
&:before {
content: "";
}
}
.fa-bullseye {
&:before {
content: "";
}
}
.fa-ellipsis-h {
&:before {
content: "";
}
}
.fa-ellipsis-v {
&:before {
content: "";
}
}
.fa-rss-square {
&:before {
content: "";
}
}
.fa-play-circle {
&:before {
content: "";
}
}
.fa-ticket {
&:before {
content: "";
}
}
.fa-minus-square {
&:before {
content: "";
}
}
.fa-minus-square-o {
&:before {
content: "";
}
}
.fa-level-up {
&:before {
content: "";
}
}
.fa-level-down {
&:before {
content: "";
}
}
.fa-check-square {
&:before {
content: "";
}
}
.fa-pencil-square {
&:before {
content: "";
}
}
.fa-external-link-square {
&:before {
content: "";
}
}
.fa-share-square {
&:before {
content: "";
}
}
.fa-compass {
&:before {
content: "";
}
}
.fa-toggle-down {
&:before {
content: "";
}
}
.fa-caret-square-o-down {
&:before {
content: "";
}
}
.fa-toggle-up {
&:before {
content: "";
}
}
.fa-caret-square-o-up {
&:before {
content: "";
}
}
.fa-toggle-right {
&:before {
content: "";
}
}
.fa-caret-square-o-right {
&:before {
content: "";
}
}
.fa-euro {
&:before {
content: "";
}
}
.fa-eur {
&:before {
content: "";
}
}
.fa-gbp {
&:before {
content: "";
}
}
.fa-dollar {
&:before {
content: "";
}
}
.fa-usd {
&:before {
content: "";
}
}
.fa-rupee {
&:before {
content: "";
}
}
.fa-inr {
&:before {
content: "";
}
}
.fa-cny {
&:before {
content: "";
}
}
.fa-rmb {
&:before {
content: "";
}
}
.fa-yen {
&:before {
content: "";
}
}
.fa-jpy {
&:before {
content: "";
}
}
.fa-ruble {
&:before {
content: "";
}
}
.fa-rouble {
&:before {
content: "";
}
}
.fa-rub {
&:before {
content: "";
}
}
.fa-won {
&:before {
content: "";
}
}
.fa-krw {
&:before {
content: "";
}
}
.fa-bitcoin {
&:before {
content: "";
}
}
.fa-btc {
&:before {
content: "";
}
}
.fa-file {
&:before {
content: "";
}
}
.fa-file-text {
&:before {
content: "";
}
}
.fa-sort-alpha-asc {
&:before {
content: "";
}
}
.fa-sort-alpha-desc {
&:before {
content: "";
}
}
.fa-sort-amount-asc {
&:before {
content: "";
}
}
.fa-sort-amount-desc {
&:before {
content: "";
}
}
.fa-sort-numeric-asc {
&:before {
content: "";
}
}
.fa-sort-numeric-desc {
&:before {
content: "";
}
}
.fa-thumbs-up {
&:before {
content: "";
}
}
.fa-thumbs-down {
&:before {
content: "";
}
}
.fa-youtube-square {
&:before {
content: "";
}
}
.fa-youtube {
&:before {
content: "";
}
}
.fa-xing {
&:before {
content: "";
}
}
.fa-xing-square {
&:before {
content: "";
}
}
.fa-youtube-play {
&:before {
content: "";
}
}
.fa-dropbox {
&:before {
content: "";
}
}
.fa-stack-overflow {
&:before {
content: "";
}
}
.fa-instagram {
&:before {
content: "";
}
}
.fa-flickr {
&:before {
content: "";
}
}
.fa-adn {
&:before {
content: "";
}
}
.fa-bitbucket {
&:before {
content: "";
}
}
.icon-bitbucket {
&:before {
content: "";
}
}
.fa-bitbucket-square {
&:before {
content: "";
}
}
.fa-tumblr {
&:before {
content: "";
}
}
.fa-tumblr-square {
&:before {
content: "";
}
}
.fa-long-arrow-down {
&:before {
content: "";
}
}
.fa-long-arrow-up {
&:before {
content: "";
}
}
.fa-long-arrow-left {
&:before {
content: "";
}
}
.fa-long-arrow-right {
&:before {
content: "";
}
}
.fa-apple {
&:before {
content: "";
}
}
.fa-windows {
&:before {
content: "";
}
}
.fa-android {
&:before {
content: "";
}
}
.fa-linux {
&:before {
content: "";
}
}
.fa-dribbble {
&:before {
content: "";
}
}
.fa-skype {
&:before {
content: "";
}
}
.fa-foursquare {
&:before {
content: "";
}
}
.fa-trello {
&:before {
content: "";
}
}
.fa-female {
&:before {
content: "";
}
}
.fa-male {
&:before {
content: "";
}
}
.fa-gittip {
&:before {
content: "";
}
}
.fa-gratipay {
&:before {
content: "";
}
}
.fa-sun-o {
&:before {
content: "";
}
}
.fa-moon-o {
&:before {
content: "";
}
}
.fa-archive {
&:before {
content: "";
}
}
.fa-bug {
&:before {
content: "";
}
}
.fa-vk {
&:before {
content: "";
}
}
.fa-weibo {
&:before {
content: "";
}
}
.fa-renren {
&:before {
content: "";
}
}
.fa-pagelines {
&:before {
content: "";
}
}
.fa-stack-exchange {
&:before {
content: "";
}
}
.fa-arrow-circle-o-right {
&:before {
content: "";
}
}
.fa-arrow-circle-o-left {
&:before {
content: "";
}
}
.fa-toggle-left {
&:before {
content: "";
}
}
.fa-caret-square-o-left {
&:before {
content: "";
}
}
.fa-dot-circle-o {
&:before {
content: "";
}
}
.fa-wheelchair {
&:before {
content: "";
}
}
.fa-vimeo-square {
&:before {
content: "";
}
}
.fa-turkish-lira {
&:before {
content: "";
}
}
.fa-try {
&:before {
content: "";
}
}
.fa-plus-square-o {
&:before {
content: "";
}
}
.fa-space-shuttle {
&:before {
content: "";
}
}
.fa-slack {
&:before {
content: "";
}
}
.fa-envelope-square {
&:before {
content: "";
}
}
.fa-wordpress {
&:before {
content: "";
}
}
.fa-openid {
&:before {
content: "";
}
}
.fa-institution {
&:before {
content: "";
}
}
.fa-bank {
&:before {
content: "";
}
}
.fa-university {
&:before {
content: "";
}
}
.fa-mortar-board {
&:before {
content: "";
}
}
.fa-graduation-cap {
&:before {
content: "";
}
}
.fa-yahoo {
&:before {
content: "";
}
}
.fa-google {
&:before {
content: "";
}
}
.fa-reddit {
&:before {
content: "";
}
}
.fa-reddit-square {
&:before {
content: "";
}
}
.fa-stumbleupon-circle {
&:before {
content: "";
}
}
.fa-stumbleupon {
&:before {
content: "";
}
}
.fa-delicious {
&:before {
content: "";
}
}
.fa-digg {
&:before {
content: "";
}
}
.fa-pied-piper-pp {
&:before {
content: "";
}
}
.fa-pied-piper-alt {
&:before {
content: "";
}
}
.fa-drupal {
&:before {
content: "";
}
}
.fa-joomla {
&:before {
content: "";
}
}
.fa-language {
&:before {
content: "";
}
}
.fa-fax {
&:before {
content: "";
}
}
.fa-building {
&:before {
content: "";
}
}
.fa-child {
&:before {
content: "";
}
}
.fa-paw {
&:before {
content: "";
}
}
.fa-spoon {
&:before {
content: "";
}
}
.fa-cube {
&:before {
content: "";
}
}
.fa-cubes {
&:before {
content: "";
}
}
.fa-behance {
&:before {
content: "";
}
}
.fa-behance-square {
&:before {
content: "";
}
}
.fa-steam {
&:before {
content: "";
}
}
.fa-steam-square {
&:before {
content: "";
}
}
.fa-recycle {
&:before {
content: "";
}
}
.fa-automobile {
&:before {
content: "";
}
}
.fa-car {
&:before {
content: "";
}
}
.fa-cab {
&:before {
content: "";
}
}
.fa-taxi {
&:before {
content: "";
}
}
.fa-tree {
&:before {
content: "";
}
}
.fa-spotify {
&:before {
content: "";
}
}
.fa-deviantart {
&:before {
content: "";
}
}
.fa-soundcloud {
&:before {
content: "";
}
}
.fa-database {
&:before {
content: "";
}
}
.fa-file-pdf-o {
&:before {
content: "";
}
}
.fa-file-word-o {
&:before {
content: "";
}
}
.fa-file-excel-o {
&:before {
content: "";
}
}
.fa-file-powerpoint-o {
&:before {
content: "";
}
}
.fa-file-photo-o {
&:before {
content: "";
}
}
.fa-file-picture-o {
&:before {
content: "";
}
}
.fa-file-image-o {
&:before {
content: "";
}
}
.fa-file-zip-o {
&:before {
content: "";
}
}
.fa-file-archive-o {
&:before {
content: "";
}
}
.fa-file-sound-o {
&:before {
content: "";
}
}
.fa-file-audio-o {
&:before {
content: "";
}
}
.fa-file-movie-o {
&:before {
content: "";
}
}
.fa-file-video-o {
&:before {
content: "";
}
}
.fa-file-code-o {
&:before {
content: "";
}
}
.fa-vine {
&:before {
content: "";
}
}
.fa-codepen {
&:before {
content: "";
}
}
.fa-jsfiddle {
&:before {
content: "";
}
}
.fa-life-bouy {
&:before {
content: "";
}
}
.fa-life-buoy {
&:before {
content: "";
}
}
.fa-life-saver {
&:before {
content: "";
}
}
.fa-support {
&:before {
content: "";
}
}
.fa-life-ring {
&:before {
content: "";
}
}
.fa-circle-o-notch {
&:before {
content: "";
}
}
.fa-ra {
&:before {
content: "";
}
}
.fa-resistance {
&:before {
content: "";
}
}
.fa-rebel {
&:before {
content: "";
}
}
.fa-ge {
&:before {
content: "";
}
}
.fa-empire {
&:before {
content: "";
}
}
.fa-git-square {
&:before {
content: "";
}
}
.fa-git {
&:before {
content: "";
}
}
.fa-y-combinator-square {
&:before {
content: "";
}
}
.fa-yc-square {
&:before {
content: "";
}
}
.fa-hacker-news {
&:before {
content: "";
}
}
.fa-tencent-weibo {
&:before {
content: "";
}
}
.fa-qq {
&:before {
content: "";
}
}
.fa-wechat {
&:before {
content: "";
}
}
.fa-weixin {
&:before {
content: "";
}
}
.fa-send {
&:before {
content: "";
}
}
.fa-paper-plane {
&:before {
content: "";
}
}
.fa-send-o {
&:before {
content: "";
}
}
.fa-paper-plane-o {
&:before {
content: "";
}
}
.fa-history {
&:before {
content: "";
}
}
.fa-circle-thin {
&:before {
content: "";
}
}
.fa-header {
&:before {
content: "";
}
}
.fa-paragraph {
&:before {
content: "";
}
}
.fa-sliders {
&:before {
content: "";
}
}
.fa-share-alt {
&:before {
content: "";
}
}
.fa-share-alt-square {
&:before {
content: "";
}
}
.fa-bomb {
&:before {
content: "";
}
}
.fa-soccer-ball-o {
&:before {
content: "";
}
}
.fa-futbol-o {
&:before {
content: "";
}
}
.fa-tty {
&:before {
content: "";
}
}
.fa-binoculars {
&:before {
content: "";
}
}
.fa-plug {
&:before {
content: "";
}
}
.fa-slideshare {
&:before {
content: "";
}
}
.fa-twitch {
&:before {
content: "";
}
}
.fa-yelp {
&:before {
content: "";
}
}
.fa-newspaper-o {
&:before {
content: "";
}
}
.fa-wifi {
&:before {
content: "";
}
}
.fa-calculator {
&:before {
content: "";
}
}
.fa-paypal {
&:before {
content: "";
}
}
.fa-google-wallet {
&:before {
content: "";
}
}
.fa-cc-visa {
&:before {
content: "";
}
}
.fa-cc-mastercard {
&:before {
content: "";
}
}
.fa-cc-discover {
&:before {
content: "";
}
}
.fa-cc-amex {
&:before {
content: "";
}
}
.fa-cc-paypal {
&:before {
content: "";
}
}
.fa-cc-stripe {
&:before {
content: "";
}
}
.fa-bell-slash {
&:before {
content: "";
}
}
.fa-bell-slash-o {
&:before {
content: "";
}
}
.fa-trash {
&:before {
content: "";
}
}
.fa-copyright {
&:before {
content: "";
}
}
.fa-at {
&:before {
content: "";
}
}
.fa-eyedropper {
&:before {
content: "";
}
}
.fa-paint-brush {
&:before {
content: "";
}
}
.fa-birthday-cake {
&:before {
content: "";
}
}
.fa-area-chart {
&:before {
content: "";
}
}
.fa-pie-chart {
&:before {
content: "";
}
}
.fa-line-chart {
&:before {
content: "";
}
}
.fa-lastfm {
&:before {
content: "";
}
}
.fa-lastfm-square {
&:before {
content: "";
}
}
.fa-toggle-off {
&:before {
content: "";
}
}
.fa-toggle-on {
&:before {
content: "";
}
}
.fa-bicycle {
&:before {
content: "";
}
}
.fa-bus {
&:before {
content: "";
}
}
.fa-ioxhost {
&:before {
content: "";
}
}
.fa-angellist {
&:before {
content: "";
}
}
.fa-cc {
&:before {
content: "";
}
}
.fa-shekel {
&:before {
content: "";
}
}
.fa-sheqel {
&:before {
content: "";
}
}
.fa-ils {
&:before {
content: "";
}
}
.fa-meanpath {
&:before {
content: "";
}
}
.fa-buysellads {
&:before {
content: "";
}
}
.fa-connectdevelop {
&:before {
content: "";
}
}
.fa-dashcube {
&:before {
content: "";
}
}
.fa-forumbee {
&:before {
content: "";
}
}
.fa-leanpub {
&:before {
content: "";
}
}
.fa-sellsy {
&:before {
content: "";
}
}
.fa-shirtsinbulk {
&:before {
content: "";
}
}
.fa-simplybuilt {
&:before {
content: "";
}
}
.fa-skyatlas {
&:before {
content: "";
}
}
.fa-cart-plus {
&:before {
content: "";
}
}
.fa-cart-arrow-down {
&:before {
content: "";
}
}
.fa-diamond {
&:before {
content: "";
}
}
.fa-ship {
&:before {
content: "";
}
}
.fa-user-secret {
&:before {
content: "";
}
}
.fa-motorcycle {
&:before {
content: "";
}
}
.fa-street-view {
&:before {
content: "";
}
}
.fa-heartbeat {
&:before {
content: "";
}
}
.fa-venus {
&:before {
content: "";
}
}
.fa-mars {
&:before {
content: "";
}
}
.fa-mercury {
&:before {
content: "";
}
}
.fa-intersex {
&:before {
content: "";
}
}
.fa-transgender {
&:before {
content: "";
}
}
.fa-transgender-alt {
&:before {
content: "";
}
}
.fa-venus-double {
&:before {
content: "";
}
}
.fa-mars-double {
&:before {
content: "";
}
}
.fa-venus-mars {
&:before {
content: "";
}
}
.fa-mars-stroke {
&:before {
content: "";
}
}
.fa-mars-stroke-v {
&:before {
content: "";
}
}
.fa-mars-stroke-h {
&:before {
content: "";
}
}
.fa-neuter {
&:before {
content: "";
}
}
.fa-genderless {
&:before {
content: "";
}
}
.fa-facebook-official {
&:before {
content: "";
}
}
.fa-pinterest-p {
&:before {
content: "";
}
}
.fa-whatsapp {
&:before {
content: "";
}
}
.fa-server {
&:before {
content: "";
}
}
.fa-user-plus {
&:before {
content: "";
}
}
.fa-user-times {
&:before {
content: "";
}
}
.fa-hotel {
&:before {
content: "";
}
}
.fa-bed {
&:before {
content: "";
}
}
.fa-viacoin {
&:before {
content: "";
}
}
.fa-train {
&:before {
content: "";
}
}
.fa-subway {
&:before {
content: "";
}
}
.fa-medium {
&:before {
content: "";
}
}
.fa-yc {
&:before {
content: "";
}
}
.fa-y-combinator {
&:before {
content: "";
}
}
.fa-optin-monster {
&:before {
content: "";
}
}
.fa-opencart {
&:before {
content: "";
}
}
.fa-expeditedssl {
&:before {
content: "";
}
}
.fa-battery-4 {
&:before {
content: "";
}
}
.fa-battery {
&:before {
content: "";
}
}
.fa-battery-full {
&:before {
content: "";
}
}
.fa-battery-3 {
&:before {
content: "";
}
}
.fa-battery-three-quarters {
&:before {
content: "";
}
}
.fa-battery-2 {
&:before {
content: "";
}
}
.fa-battery-half {
&:before {
content: "";
}
}
.fa-battery-1 {
&:before {
content: "";
}
}
.fa-battery-quarter {
&:before {
content: "";
}
}
.fa-battery-0 {
&:before {
content: "";
}
}
.fa-battery-empty {
&:before {
content: "";
}
}
.fa-mouse-pointer {
&:before {
content: "";
}
}
.fa-i-cursor {
&:before {
content: "";
}
}
.fa-object-group {
&:before {
content: "";
}
}
.fa-object-ungroup {
&:before {
content: "";
}
}
.fa-sticky-note {
&:before {
content: "";
}
}
.fa-sticky-note-o {
&:before {
content: "";
}
}
.fa-cc-jcb {
&:before {
content: "";
}
}
.fa-cc-diners-club {
&:before {
content: "";
}
}
.fa-clone {
&:before {
content: "";
}
}
.fa-balance-scale {
&:before {
content: "";
}
}
.fa-hourglass-o {
&:before {
content: "";
}
}
.fa-hourglass-1 {
&:before {
content: "";
}
}
.fa-hourglass-start {
&:before {
content: "";
}
}
.fa-hourglass-2 {
&:before {
content: "";
}
}
.fa-hourglass-half {
&:before {
content: "";
}
}
.fa-hourglass-3 {
&:before {
content: "";
}
}
.fa-hourglass-end {
&:before {
content: "";
}
}
.fa-hourglass {
&:before {
content: "";
}
}
.fa-hand-grab-o {
&:before {
content: "";
}
}
.fa-hand-rock-o {
&:before {
content: "";
}
}
.fa-hand-stop-o {
&:before {
content: "";
}
}
.fa-hand-paper-o {
&:before {
content: "";
}
}
.fa-hand-scissors-o {
&:before {
content: "";
}
}
.fa-hand-lizard-o {
&:before {
content: "";
}
}
.fa-hand-spock-o {
&:before {
content: "";
}
}
.fa-hand-pointer-o {
&:before {
content: "";
}
}
.fa-hand-peace-o {
&:before {
content: "";
}
}
.fa-trademark {
&:before {
content: "";
}
}
.fa-registered {
&:before {
content: "";
}
}
.fa-creative-commons {
&:before {
content: "";
}
}
.fa-gg {
&:before {
content: "";
}
}
.fa-gg-circle {
&:before {
content: "";
}
}
.fa-tripadvisor {
&:before {
content: "";
}
}
.fa-odnoklassniki {
&:before {
content: "";
}
}
.fa-odnoklassniki-square {
&:before {
content: "";
}
}
.fa-get-pocket {
&:before {
content: "";
}
}
.fa-wikipedia-w {
&:before {
content: "";
}
}
.fa-safari {
&:before {
content: "";
}
}
.fa-chrome {
&:before {
content: "";
}
}
.fa-firefox {
&:before {
content: "";
}
}
.fa-opera {
&:before {
content: "";
}
}
.fa-internet-explorer {
&:before {
content: "";
}
}
.fa-tv {
&:before {
content: "";
}
}
.fa-television {
&:before {
content: "";
}
}
.fa-contao {
&:before {
content: "";
}
}
.fa-500px {
&:before {
content: "";
}
}
.fa-amazon {
&:before {
content: "";
}
}
.fa-calendar-plus-o {
&:before {
content: "";
}
}
.fa-calendar-minus-o {
&:before {
content: "";
}
}
.fa-calendar-times-o {
&:before {
content: "";
}
}
.fa-calendar-check-o {
&:before {
content: "";
}
}
.fa-industry {
&:before {
content: "";
}
}
.fa-map-pin {
&:before {
content: "";
}
}
.fa-map-signs {
&:before {
content: "";
}
}
.fa-map-o {
&:before {
content: "";
}
}
.fa-map {
&:before {
content: "";
}
}
.fa-commenting {
&:before {
content: "";
}
}
.fa-commenting-o {
&:before {
content: "";
}
}
.fa-houzz {
&:before {
content: "";
}
}
.fa-vimeo {
&:before {
content: "";
}
}
.fa-black-tie {
&:before {
content: "";
}
}
.fa-fonticons {
&:before {
content: "";
}
}
.fa-reddit-alien {
&:before {
content: "";
}
}
.fa-edge {
&:before {
content: "";
}
}
.fa-credit-card-alt {
&:before {
content: "";
}
}
.fa-codiepie {
&:before {
content: "";
}
}
.fa-modx {
&:before {
content: "";
}
}
.fa-fort-awesome {
&:before {
content: "";
}
}
.fa-usb {
&:before {
content: "";
}
}
.fa-product-hunt {
&:before {
content: "";
}
}
.fa-mixcloud {
&:before {
content: "";
}
}
.fa-scribd {
&:before {
content: "";
}
}
.fa-pause-circle {
&:before {
content: "";
}
}
.fa-pause-circle-o {
&:before {
content: "";
}
}
.fa-stop-circle {
&:before {
content: "";
}
}
.fa-stop-circle-o {
&:before {
content: "";
}
}
.fa-shopping-bag {
&:before {
content: "";
}
}
.fa-shopping-basket {
&:before {
content: "";
}
}
.fa-hashtag {
&:before {
content: "";
}
}
.fa-bluetooth {
&:before {
content: "";
}
}
.fa-bluetooth-b {
&:before {
content: "";
}
}
.fa-percent {
&:before {
content: "";
}
}
.fa-gitlab {
&:before {
content: "";
}
}
.icon-gitlab {
&:before {
content: "";
}
}
.fa-wpbeginner {
&:before {
content: "";
}
}
.fa-wpforms {
&:before {
content: "";
}
}
.fa-envira {
&:before {
content: "";
}
}
.fa-universal-access {
&:before {
content: "";
}
}
.fa-wheelchair-alt {
&:before {
content: "";
}
}
.fa-question-circle-o {
&:before {
content: "";
}
}
.fa-blind {
&:before {
content: "";
}
}
.fa-audio-description {
&:before {
content: "";
}
}
.fa-volume-control-phone {
&:before {
content: "";
}
}
.fa-braille {
&:before {
content: "";
}
}
.fa-assistive-listening-systems {
&:before {
content: "";
}
}
.fa-asl-interpreting {
&:before {
content: "";
}
}
.fa-american-sign-language-interpreting {
&:before {
content: "";
}
}
.fa-deafness {
&:before {
content: "";
}
}
.fa-hard-of-hearing {
&:before {
content: "";
}
}
.fa-deaf {
&:before {
content: "";
}
}
.fa-glide {
&:before {
content: "";
}
}
.fa-glide-g {
&:before {
content: "";
}
}
.fa-signing {
&:before {
content: "";
}
}
.fa-sign-language {
&:before {
content: "";
}
}
.fa-low-vision {
&:before {
content: "";
}
}
.fa-viadeo {
&:before {
content: "";
}
}
.fa-viadeo-square {
&:before {
content: "";
}
}
.fa-snapchat {
&:before {
content: "";
}
}
.fa-snapchat-ghost {
&:before {
content: "";
}
}
.fa-snapchat-square {
&:before {
content: "";
}
}
.fa-pied-piper {
&:before {
content: "";
}
}
.fa-first-order {
&:before {
content: "";
}
}
.fa-yoast {
&:before {
content: "";
}
}
.fa-themeisle {
&:before {
content: "";
}
}
.fa-google-plus-circle {
&:before {
content: "";
}
}
.fa-google-plus-official {
&:before {
content: "";
}
}
.fa-fa {
&:before {
content: "";
}
}
.fa-font-awesome {
&:before {
content: "";
}
}
.fa-handshake-o {
&:before {
content: "";
}
}
.fa-envelope-open {
&:before {
content: "";
}
}
.fa-envelope-open-o {
&:before {
content: "";
}
}
.fa-linode {
&:before {
content: "";
}
}
.fa-address-book {
&:before {
content: "";
}
}
.fa-address-book-o {
&:before {
content: "";
}
}
.fa-vcard {
&:before {
content: "";
}
}
.fa-address-card {
&:before {
content: "";
}
}
.fa-vcard-o {
&:before {
content: "";
}
}
.fa-address-card-o {
&:before {
content: "";
}
}
.fa-user-circle {
&:before {
content: "";
}
}
.fa-user-circle-o {
&:before {
content: "";
}
}
.fa-user-o {
&:before {
content: "";
}
}
.fa-id-badge {
&:before {
content: "";
}
}
.fa-drivers-license {
&:before {
content: "";
}
}
.fa-id-card {
&:before {
content: "";
}
}
.fa-drivers-license-o {
&:before {
content: "";
}
}
.fa-id-card-o {
&:before {
content: "";
}
}
.fa-quora {
&:before {
content: "";
}
}
.fa-free-code-camp {
&:before {
content: "";
}
}
.fa-telegram {
&:before {
content: "";
}
}
.fa-thermometer-4 {
&:before {
content: "";
}
}
.fa-thermometer {
&:before {
content: "";
}
}
.fa-thermometer-full {
&:before {
content: "";
}
}
.fa-thermometer-3 {
&:before {
content: "";
}
}
.fa-thermometer-three-quarters {
&:before {
content: "";
}
}
.fa-thermometer-2 {
&:before {
content: "";
}
}
.fa-thermometer-half {
&:before {
content: "";
}
}
.fa-thermometer-1 {
&:before {
content: "";
}
}
.fa-thermometer-quarter {
&:before {
content: "";
}
}
.fa-thermometer-0 {
&:before {
content: "";
}
}
.fa-thermometer-empty {
&:before {
content: "";
}
}
.fa-shower {
&:before {
content: "";
}
}
.fa-bathtub {
&:before {
content: "";
}
}
.fa-s15 {
&:before {
content: "";
}
}
.fa-bath {
&:before {
content: "";
}
}
.fa-podcast {
&:before {
content: "";
}
}
.fa-window-maximize {
&:before {
content: "";
}
}
.fa-window-minimize {
&:before {
content: "";
}
}
.fa-window-restore {
&:before {
content: "";
}
}
.fa-times-rectangle {
&:before {
content: "";
}
}
.fa-window-close {
&:before {
content: "";
}
}
.fa-times-rectangle-o {
&:before {
content: "";
}
}
.fa-window-close-o {
&:before {
content: "";
}
}
.fa-bandcamp {
&:before {
content: "";
}
}
.fa-grav {
&:before {
content: "";
}
}
.fa-etsy {
&:before {
content: "";
}
}
.fa-imdb {
&:before {
content: "";
}
}
.fa-ravelry {
&:before {
content: "";
}
}
.fa-eercast {
&:before {
content: "";
}
}
.fa-microchip {
&:before {
content: "";
}
}
.fa-snowflake-o {
&:before {
content: "";
}
}
.fa-superpowers {
&:before {
content: "";
}
}
.fa-wpexplorer {
&:before {
content: "";
}
}
.fa-meetup {
&:before {
content: "";
}
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable {
&:active {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
&:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
}
.nav {
.fa {
display: inline;
}
.wy-menu-vertical {
li {
span.toctree-expand {
display: inline;
}
span.fa-large.toctree-expand {
line-height: .9em;
}
span.fa-spin.toctree-expand {
display: inline-block;
}
}
li.on {
a {
span.toctree-expand {
display: inline;
}
}
}
li.current {
>a {
span.toctree-expand {
display: inline;
}
}
}
}
.rst-content {
.admonition-title {
display: inline;
}
h1 {
.headerlink {
display: inline;
}
.fa-large.headerlink {
line-height: .9em;
}
.fa-spin.headerlink {
display: inline-block;
}
}
h2 {
.headerlink {
display: inline;
}
.fa-large.headerlink {
line-height: .9em;
}
.fa-spin.headerlink {
display: inline-block;
}
}
h3 {
.headerlink {
display: inline;
}
.fa-large.headerlink {
line-height: .9em;
}
.fa-spin.headerlink {
display: inline-block;
}
}
h4 {
.headerlink {
display: inline;
}
.fa-large.headerlink {
line-height: .9em;
}
.fa-spin.headerlink {
display: inline-block;
}
}
h5 {
.headerlink {
display: inline;
}
.fa-large.headerlink {
line-height: .9em;
}
.fa-spin.headerlink {
display: inline-block;
}
}
h6 {
.headerlink {
display: inline;
}
.fa-large.headerlink {
line-height: .9em;
}
.fa-spin.headerlink {
display: inline-block;
}
}
dl {
dt {
.headerlink {
display: inline;
}
.fa-large.headerlink {
line-height: .9em;
}
.fa-spin.headerlink {
display: inline-block;
}
}
}
p.caption {
.headerlink {
display: inline;
}
.fa-large.headerlink {
line-height: .9em;
}
.fa-spin.headerlink {
display: inline-block;
}
}
table {
>caption {
.headerlink {
display: inline;
}
.fa-large.headerlink {
line-height: .9em;
}
.fa-spin.headerlink {
display: inline-block;
}
}
}
tt.download {
span {
&:first-child {
display: inline;
}
}
span.fa-large {
&:first-child {
line-height: .9em;
}
}
span.fa-spin {
&:first-child {
display: inline-block;
}
}
}
code.download {
span {
&:first-child {
display: inline;
}
}
span.fa-large {
&:first-child {
line-height: .9em;
}
}
span.fa-spin {
&:first-child {
display: inline-block;
}
}
}
.fa-large.admonition-title {
line-height: .9em;
}
.fa-spin.admonition-title {
display: inline-block;
}
}
.icon {
display: inline;
}
.fa.fa-large {
line-height: .9em;
}
.fa-large.icon {
line-height: .9em;
}
.fa.fa-spin {
display: inline-block;
}
.fa-spin.icon {
display: inline-block;
}
}
.btn.fa {
&:before {
opacity: .5;
-webkit-transition: opacity .05s ease-in;
-moz-transition: opacity .05s ease-in;
transition: opacity .05s ease-in;
}
&:hover {
&:before {
opacity: 1;
}
}
}
.btn.icon {
&:before {
opacity: .5;
-webkit-transition: opacity .05s ease-in;
-moz-transition: opacity .05s ease-in;
transition: opacity .05s ease-in;
}
&:hover {
&:before {
opacity: 1;
}
}
}
.btn-mini {
.fa {
&:before {
font-size: 14px;
vertical-align: -15%;
}
}
.wy-menu-vertical {
li {
span.toctree-expand {
&:before {
font-size: 14px;
vertical-align: -15%;
}
}
}
}
.rst-content {
.admonition-title {
&:before {
font-size: 14px;
vertical-align: -15%;
}
}
h1 {
.headerlink {
&:before {
font-size: 14px;
vertical-align: -15%;
}
}
}
h2 {
.headerlink {
&:before {
font-size: 14px;
vertical-align: -15%;
}
}
}
h3 {
.headerlink {
&:before {
font-size: 14px;
vertical-align: -15%;
}
}
}
h4 {
.headerlink {
&:before {
font-size: 14px;
vertical-align: -15%;
}
}
}
h5 {
.headerlink {
&:before {
font-size: 14px;
vertical-align: -15%;
}
}
}
h6 {
.headerlink {
&:before {
font-size: 14px;
vertical-align: -15%;
}
}
}
dl {
dt {
.headerlink {
&:before {
font-size: 14px;
vertical-align: -15%;
}
}
}
}
p.caption {
.headerlink {
&:before {
font-size: 14px;
vertical-align: -15%;
}
}
}
table {
>caption {
.headerlink {
&:before {
font-size: 14px;
vertical-align: -15%;
}
}
}
}
tt.download {
span {
&:first-child {
&:before {
font-size: 14px;
vertical-align: -15%;
}
}
}
}
code.download {
span {
&:first-child {
&:before {
font-size: 14px;
vertical-align: -15%;
}
}
}
}
}
.icon {
&:before {
font-size: 14px;
vertical-align: -15%;
}
}
}
.wy-alert-title {
color: #fff;
font-weight: bold;
display: block;
color: #fff;
background: #6ab0de;
margin: -12px;
padding: 6px 12px;
margin-bottom: 12px;
}
.wy-alert.wy-alert-danger {
background: #fdf3f2;
.wy-alert-title {
background: #f29f97;
}
.rst-content {
.admonition-title {
background: #f29f97;
}
}
}
.wy-alert.wy-alert-warning {
background: #ffedcc;
.wy-alert-title {
background: #f0b37e;
}
.rst-content {
.admonition-title {
background: #f0b37e;
}
}
}
.wy-alert.wy-alert-info {
background: #e7f2fa;
.wy-alert-title {
background: #6ab0de;
}
.rst-content {
.admonition-title {
background: #6ab0de;
}
}
}
.wy-alert.wy-alert-success {
background: #dbfaf4;
.wy-alert-title {
background: #1abc9c;
}
.rst-content {
.admonition-title {
background: #1abc9c;
}
}
}
.wy-alert.wy-alert-neutral {
background: #f3f6f6;
.wy-alert-title {
color: #404040;
background: #e1e4e5;
}
.rst-content {
.admonition-title {
color: #404040;
background: #e1e4e5;
}
}
a {
color: #2980B9;
}
}
.wy-tray-container {
position: fixed;
bottom: 0px;
left: 0;
z-index: 600;
li {
display: block;
width: 300px;
background: transparent;
color: #fff;
text-align: center;
box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
padding: 0 24px;
min-width: 20%;
opacity: 0;
height: 0;
line-height: 56px;
overflow: hidden;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
transition: all .3s ease-in;
}
li.wy-tray-item-success {
background: #27AE60;
}
li.wy-tray-item-info {
background: #2980B9;
}
li.wy-tray-item-warning {
background: #E67E22;
}
li.wy-tray-item-danger {
background: #E74C3C;
}
li.on {
opacity: 1;
height: 56px;
}
}
.btn-hover {
background: #2e8ece;
color: #fff;
}
.btn-disabled {
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
filter: alpha(opacity=40);
opacity: .4;
cursor: not-allowed;
box-shadow: none;
&:hover {
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
filter: alpha(opacity=40);
opacity: .4;
cursor: not-allowed;
box-shadow: none;
}
&:focus {
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
filter: alpha(opacity=40);
opacity: .4;
cursor: not-allowed;
box-shadow: none;
}
&:active {
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
filter: alpha(opacity=40);
opacity: .4;
cursor: not-allowed;
box-shadow: none;
}
}
.btn-small {
font-size: 80%;
}
.btn-info {
background-color: #2980B9 !important;
&:hover {
background-color: #2e8ece !important;
}
}
.btn-neutral {
background-color: #f3f6f6 !important;
color: #404040 !important;
&:hover {
background-color: #e5ebeb !important;
color: #404040;
}
&:visited {
color: #404040 !important;
}
}
.btn-success {
background-color: #27AE60 !important;
&:hover {
background-color: #295 !important;
}
}
.btn-danger {
background-color: #E74C3C !important;
&:hover {
background-color: #ea6153 !important;
}
}
.btn-warning {
background-color: #E67E22 !important;
&:hover {
background-color: #e98b39 !important;
}
}
.btn-invert {
background-color: #222;
&:hover {
background-color: #2f2f2f !important;
}
}
.btn-link {
background-color: transparent !important;
color: #2980B9;
box-shadow: none;
border-color: transparent !important;
&:hover {
background-color: transparent !important;
color: #409ad5 !important;
box-shadow: none;
}
&:active {
background-color: transparent !important;
color: #409ad5 !important;
box-shadow: none;
}
&:visited {
color: #9B59B6;
}
}
.wy-btn-group {
.btn {
vertical-align: middle;
}
margin-bottom: 24px;
*zoom: 1;
&:before {
display: table;
content: "";
}
&:after {
display: table;
content: "";
clear: both;
}
}
.wy-control {
.btn {
vertical-align: middle;
}
}
.wy-dropdown-active {
.wy-dropdown-menu {
display: block;
}
}
.wy-dropdown-menu {
position: absolute;
left: 0;
display: none;
float: left;
top: 100%;
min-width: 100%;
background: #fcfcfc;
z-index: 100;
border: solid 1px #cfd7dd;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
padding: 12px;
>dd {
>a {
display: block;
clear: both;
color: #404040;
white-space: nowrap;
font-size: 90%;
padding: 0 12px;
cursor: pointer;
&:hover {
background: #2980B9;
color: #fff;
}
}
}
>dd.divider {
border-top: solid 1px #cfd7dd;
margin: 6px 0;
}
>dd.search {
padding-bottom: 12px;
input[type="search"] {
width: 100%;
}
}
>dd.call-to-action {
background: #e3e3e3;
text-transform: uppercase;
font-weight: 500;
font-size: 80%;
&:hover {
background: #e3e3e3;
}
.btn {
color: #fff;
}
}
}
.wy-dropdown.wy-dropdown-up {
.wy-dropdown-menu {
bottom: 100%;
top: auto;
left: auto;
right: 0;
}
}
.wy-dropdown.wy-dropdown-bubble {
.wy-dropdown-menu {
background: #fcfcfc;
margin-top: 2px;
a {
padding: 6px 12px;
&:hover {
background: #2980B9;
color: #fff;
}
}
}
}
.wy-dropdown.wy-dropdown-left {
.wy-dropdown-menu {
right: 0;
left: auto;
text-align: right;
}
}
.wy-dropdown-arrow {
&:before {
content: " ";
border-bottom: 5px solid #f5f5f5;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
position: absolute;
display: block;
top: -4px;
left: 50%;
margin-left: -3px;
}
}
.wy-dropdown-arrow.wy-dropdown-arrow-left {
&:before {
left: 11px;
}
}
.wy-form-stacked {
select {
display: block;
}
}
.wy-form-aligned {
input {
display: inline-block;
*display: inline;
*zoom: 1;
vertical-align: middle;
}
textarea {
display: inline-block;
*display: inline;
*zoom: 1;
vertical-align: middle;
}
select {
display: inline-block;
*display: inline;
*zoom: 1;
vertical-align: middle;
}
.wy-help-inline {
display: inline-block;
*display: inline;
*zoom: 1;
vertical-align: middle;
}
label {
display: inline-block;
*display: inline;
*zoom: 1;
vertical-align: middle;
}
.wy-control-group {
>label {
display: inline-block;
vertical-align: middle;
width: 10em;
margin: 6px 12px 0 0;
float: left;
}
}
.wy-control {
float: left;
label {
display: block;
}
select {
margin-top: 6px;
}
}
}
.wy-control-group {
margin-bottom: 24px;
*zoom: 1;
max-width: 68em;
margin-left: auto;
margin-right: auto;
*zoom: 1;
&:before {
display: table;
content: "";
display: table;
content: "";
}
&:after {
display: table;
content: "";
clear: both;
display: table;
content: "";
clear: both;
}
.wy-form-full {
padding-bottom: 12px;
float: left;
display: block;
margin-right: 2.3576515979%;
width: 100%;
margin-right: 0;
select {
width: 100%;
}
input[type="text"] {
width: 100%;
}
input[type="password"] {
width: 100%;
}
input[type="email"] {
width: 100%;
}
input[type="url"] {
width: 100%;
}
input[type="date"] {
width: 100%;
}
input[type="month"] {
width: 100%;
}
input[type="time"] {
width: 100%;
}
input[type="datetime"] {
width: 100%;
}
input[type="datetime-local"] {
width: 100%;
}
input[type="week"] {
width: 100%;
}
input[type="number"] {
width: 100%;
}
input[type="search"] {
width: 100%;
}
input[type="tel"] {
width: 100%;
}
input[type="color"] {
width: 100%;
}
&:last-child {
margin-right: 0;
}
}
.wy-form-halves {
padding-bottom: 12px;
float: left;
display: block;
margin-right: 2.3576515979%;
width: 48.821174201%;
select {
width: 100%;
}
input[type="text"] {
width: 100%;
}
input[type="password"] {
width: 100%;
}
input[type="email"] {
width: 100%;
}
input[type="url"] {
width: 100%;
}
input[type="date"] {
width: 100%;
}
input[type="month"] {
width: 100%;
}
input[type="time"] {
width: 100%;
}
input[type="datetime"] {
width: 100%;
}
input[type="datetime-local"] {
width: 100%;
}
input[type="week"] {
width: 100%;
}
input[type="number"] {
width: 100%;
}
input[type="search"] {
width: 100%;
}
input[type="tel"] {
width: 100%;
}
input[type="color"] {
width: 100%;
}
&:last-child {
margin-right: 0;
}
&:nth-of-type(2n) {
margin-right: 0;
}
&:nth-of-type(2n+1) {
clear: left;
}
}
.wy-form-thirds {
padding-bottom: 12px;
float: left;
display: block;
margin-right: 2.3576515979%;
width: 31.7615656014%;
select {
width: 100%;
}
input[type="text"] {
width: 100%;
}
input[type="password"] {
width: 100%;
}
input[type="email"] {
width: 100%;
}
input[type="url"] {
width: 100%;
}
input[type="date"] {
width: 100%;
}
input[type="month"] {
width: 100%;
}
input[type="time"] {
width: 100%;
}
input[type="datetime"] {
width: 100%;
}
input[type="datetime-local"] {
width: 100%;
}
input[type="week"] {
width: 100%;
}
input[type="number"] {
width: 100%;
}
input[type="search"] {
width: 100%;
}
input[type="tel"] {
width: 100%;
}
input[type="color"] {
width: 100%;
}
&:last-child {
margin-right: 0;
}
&:nth-of-type(3n) {
margin-right: 0;
}
&:nth-of-type(3n+1) {
clear: left;
}
}
}
.wy-control-group.wy-control-group-required {
>label {
&:after {
content: " *";
color: #E74C3C;
}
}
}
.wy-control-group.wy-control-group-no-input {
.wy-control {
margin: 6px 0 0 0;
font-size: 90%;
}
}
.wy-control-no-input {
display: inline-block;
margin: 6px 0 0 0;
font-size: 90%;
}
.wy-control-group.fluid-input {
input[type="text"] {
width: 100%;
}
input[type="password"] {
width: 100%;
}
input[type="email"] {
width: 100%;
}
input[type="url"] {
width: 100%;
}
input[type="date"] {
width: 100%;
}
input[type="month"] {
width: 100%;
}
input[type="time"] {
width: 100%;
}
input[type="datetime"] {
width: 100%;
}
input[type="datetime-local"] {
width: 100%;
}
input[type="week"] {
width: 100%;
}
input[type="number"] {
width: 100%;
}
input[type="search"] {
width: 100%;
}
input[type="tel"] {
width: 100%;
}
input[type="color"] {
width: 100%;
}
}
.wy-form-message-inline {
display: inline-block;
padding-left: .3em;
color: #666;
vertical-align: middle;
font-size: 90%;
display: inline-block;
*display: inline;
*zoom: 1;
vertical-align: middle;
}
.wy-form-message {
display: block;
color: #999;
font-size: 70%;
margin-top: .3125em;
font-style: italic;
p {
font-size: inherit;
font-style: italic;
margin-bottom: 6px;
&:last-child {
margin-bottom: 0;
}
}
}
input.no-focus {
&:focus {
border-color: #ccc !important;
}
}
input[type="file"] {
&:focus {
outline: thin dotted #333;
outline: 1px auto #129FEA;
&:invalid {
&:focus {
outline-color: #E74C3C;
}
}
}
}
input[type="text"][disabled] {
cursor: not-allowed;
background-color: #fafafa;
}
input[type="password"][disabled] {
cursor: not-allowed;
background-color: #fafafa;
}
input[type="email"][disabled] {
cursor: not-allowed;
background-color: #fafafa;
}
input[type="url"][disabled] {
cursor: not-allowed;
background-color: #fafafa;
}
input[type="date"][disabled] {
cursor: not-allowed;
background-color: #fafafa;
}
input[type="month"][disabled] {
cursor: not-allowed;
background-color: #fafafa;
}
input[type="time"][disabled] {
cursor: not-allowed;
background-color: #fafafa;
}
input[type="datetime"][disabled] {
cursor: not-allowed;
background-color: #fafafa;
}
input[type="datetime-local"][disabled] {
cursor: not-allowed;
background-color: #fafafa;
}
input[type="week"][disabled] {
cursor: not-allowed;
background-color: #fafafa;
}
input[type="number"][disabled] {
cursor: not-allowed;
background-color: #fafafa;
}
input[type="search"][disabled] {
cursor: not-allowed;
background-color: #fafafa;
}
input[type="tel"][disabled] {
cursor: not-allowed;
background-color: #fafafa;
}
input[type="color"][disabled] {
cursor: not-allowed;
background-color: #fafafa;
}
input.wy-input-large {
padding: 12px;
font-size: 100%;
}
select[multiple] {
height: auto;
}
select[disabled] {
cursor: not-allowed;
background-color: #fafafa;
}
textarea[disabled] {
cursor: not-allowed;
background-color: #fafafa;
}
input[readonly] {
cursor: not-allowed;
background-color: #fafafa;
}
select[readonly] {
cursor: not-allowed;
background-color: #fafafa;
}
textarea[readonly] {
cursor: not-allowed;
background-color: #fafafa;
}
input[type="radio"][disabled] {
cursor: not-allowed;
}
input[type="checkbox"][disabled] {
cursor: not-allowed;
}
.wy-checkbox {
margin: 6px 0;
color: #404040;
display: block;
input {
vertical-align: baseline;
}
}
.wy-radio {
margin: 6px 0;
color: #404040;
display: block;
input {
vertical-align: baseline;
}
}
.wy-input-prefix {
white-space: nowrap;
padding: 6px;
.wy-input-context {
line-height: 27px;
padding: 0 8px;
display: inline-block;
font-size: 80%;
background-color: #f3f6f6;
border: solid 1px #ccc;
color: #999;
border-right: 0;
}
}
.wy-input-suffix {
white-space: nowrap;
padding: 6px;
.wy-input-context {
line-height: 27px;
padding: 0 8px;
display: inline-block;
font-size: 80%;
background-color: #f3f6f6;
border: solid 1px #ccc;
color: #999;
border-left: 0;
}
}
.wy-switch {
position: relative;
display: block;
height: 24px;
margin-top: 12px;
cursor: pointer;
&:before {
position: absolute;
content: "";
display: block;
left: 0;
top: 0;
width: 36px;
height: 12px;
border-radius: 4px;
background: #ccc;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
&:after {
position: absolute;
content: "";
display: block;
width: 18px;
height: 18px;
border-radius: 4px;
background: #999;
left: -3px;
top: -3px;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
span {
position: absolute;
left: 48px;
display: block;
font-size: 12px;
color: #ccc;
line-height: 1;
}
}
.wy-switch.active {
&:before {
background: #1e8449;
}
&:after {
left: 24px;
background: #27AE60;
}
}
.wy-switch.disabled {
cursor: not-allowed;
opacity: .8;
}
.wy-control-group.wy-control-group-error {
.wy-form-message {
color: #E74C3C;
}
>label {
color: #E74C3C;
}
input[type="text"] {
border: solid 1px #E74C3C;
}
input[type="password"] {
border: solid 1px #E74C3C;
}
input[type="email"] {
border: solid 1px #E74C3C;
}
input[type="url"] {
border: solid 1px #E74C3C;
}
input[type="date"] {
border: solid 1px #E74C3C;
}
input[type="month"] {
border: solid 1px #E74C3C;
}
input[type="time"] {
border: solid 1px #E74C3C;
}
input[type="datetime"] {
border: solid 1px #E74C3C;
}
input[type="datetime-local"] {
border: solid 1px #E74C3C;
}
input[type="week"] {
border: solid 1px #E74C3C;
}
input[type="number"] {
border: solid 1px #E74C3C;
}
input[type="search"] {
border: solid 1px #E74C3C;
}
input[type="tel"] {
border: solid 1px #E74C3C;
}
input[type="color"] {
border: solid 1px #E74C3C;
}
textarea {
border: solid 1px #E74C3C;
}
}
.wy-inline-validate {
white-space: nowrap;
.wy-input-context {
padding: .5em .625em;
display: inline-block;
font-size: 80%;
}
}
.rotate-90 {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.rotate-180 {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.rotate-270 {
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-ms-transform: rotate(270deg);
-o-transform: rotate(270deg);
transform: rotate(270deg);
}
.mirror {
-webkit-transform: scaleX(-1);
-moz-transform: scaleX(-1);
-ms-transform: scaleX(-1);
-o-transform: scaleX(-1);
transform: scaleX(-1);
}
.mirror.rotate-90 {
-webkit-transform: scaleX(-1) rotate(90deg);
-moz-transform: scaleX(-1) rotate(90deg);
-ms-transform: scaleX(-1) rotate(90deg);
-o-transform: scaleX(-1) rotate(90deg);
transform: scaleX(-1) rotate(90deg);
}
.mirror.rotate-180 {
-webkit-transform: scaleX(-1) rotate(180deg);
-moz-transform: scaleX(-1) rotate(180deg);
-ms-transform: scaleX(-1) rotate(180deg);
-o-transform: scaleX(-1) rotate(180deg);
transform: scaleX(-1) rotate(180deg);
}
.mirror.rotate-270 {
-webkit-transform: scaleX(-1) rotate(270deg);
-moz-transform: scaleX(-1) rotate(270deg);
-ms-transform: scaleX(-1) rotate(270deg);
-o-transform: scaleX(-1) rotate(270deg);
transform: scaleX(-1) rotate(270deg);
}
.float-left {
float: left;
}
.float-right {
float: right;
}
.full-width {
width: 100%;
}
.wy-table {
border-collapse: collapse;
border-spacing: 0;
empty-cells: show;
margin-bottom: 24px;
caption {
color: #000;
font: italic 85%/1 arial, sans-serif;
padding: 1em 0;
text-align: center;
}
td {
font-size: 90%;
margin: 0;
overflow: visible;
padding: 8px 16px;
background-color: transparent;
vertical-align: middle;
&:first-child {
border-left-width: 0;
}
p {
line-height: 18px;
&:last-child {
margin-bottom: 0;
}
}
}
th {
font-size: 90%;
margin: 0;
overflow: visible;
padding: 8px 16px;
&:first-child {
border-left-width: 0;
}
}
thead {
color: #000;
text-align: left;
vertical-align: bottom;
white-space: nowrap;
th {
font-weight: bold;
border-bottom: solid 2px #e1e4e5;
}
}
.wy-table-cell-min {
width: 1%;
padding-right: 0;
input[type=checkbox] {
margin: 0;
margin: 0;
}
}
}
.wy-table-secondary {
color: gray;
font-size: 90%;
}
.wy-table-tertiary {
color: gray;
font-size: 80%;
}
.wy-table-odd {
td {
background-color: #f3f6f6;
}
}
.wy-table-striped {
tr {
&:nth-child(2n-1) {
td {
background-color: #f3f6f6;
}
}
}
}
.wy-table-backed {
background-color: #f3f6f6;
}
.wy-table-bordered-all {
border: 1px solid #e1e4e5;
td {
border-bottom: 1px solid #e1e4e5;
border-left: 1px solid #e1e4e5;
}
tbody {
>tr {
&:last-child {
td {
border-bottom-width: 0;
}
}
}
}
}
.wy-table-bordered {
border: 1px solid #e1e4e5;
}
.wy-table-bordered-rows {
td {
border-bottom: 1px solid #e1e4e5;
}
tbody {
>tr {
&:last-child {
td {
border-bottom-width: 0;
}
}
}
}
}
.wy-table-horizontal {
tbody {
>tr {
&:last-child {
td {
border-bottom-width: 0;
border-bottom-width: 0;
}
}
}
}
td {
border-width: 0 0 1px 0;
border-bottom: 1px solid #e1e4e5;
}
th {
border-width: 0 0 1px 0;
border-bottom: 1px solid #e1e4e5;
}
}
.wy-table-responsive {
margin-bottom: 24px;
max-width: 100%;
overflow: auto;
table {
margin-bottom: 0 !important;
td {
white-space: nowrap;
}
th {
white-space: nowrap;
}
}
}
.wy-text-left {
text-align: left;
}
.wy-text-center {
text-align: center;
}
.wy-text-right {
text-align: right;
}
.wy-text-large {
font-size: 120%;
}
.wy-text-normal {
font-size: 100%;
}
.wy-text-small {
font-size: 80%;
}
.wy-text-strike {
text-decoration: line-through;
}
.wy-text-warning {
color: #E67E22 !important;
}
a.wy-text-warning {
&:hover {
color: #eb9950 !important;
}
}
.wy-text-info {
color: #2980B9 !important;
}
a.wy-text-info {
&:hover {
color: #409ad5 !important;
}
}
.wy-text-success {
color: #27AE60 !important;
}
a.wy-text-success {
&:hover {
color: #36d278 !important;
}
}
.wy-text-danger {
color: #E74C3C !important;
}
a.wy-text-danger {
&:hover {
color: #ed7669 !important;
}
}
.wy-text-neutral {
color: #404040 !important;
}
a.wy-text-neutral {
&:hover {
color: #595959 !important;
}
}
h1 {
margin-top: 0;
font-weight: 700;
font-family: "Roboto Slab", "ff-tisa-web-pro", "Georgia", Arial, sans-serif;
font-size: 175%;
}
h2 {
margin-top: 0;
font-weight: 700;
font-family: "Roboto Slab", "ff-tisa-web-pro", "Georgia", Arial, sans-serif;
font-size: 150%;
}
h3 {
margin-top: 0;
font-weight: 700;
font-family: "Roboto Slab", "ff-tisa-web-pro", "Georgia", Arial, sans-serif;
font-size: 125%;
}
h4 {
margin-top: 0;
font-weight: 700;
font-family: "Roboto Slab", "ff-tisa-web-pro", "Georgia", Arial, sans-serif;
font-size: 115%;
}
h5 {
margin-top: 0;
font-weight: 700;
font-family: "Roboto Slab", "ff-tisa-web-pro", "Georgia", Arial, sans-serif;
font-size: 110%;
}
h6 {
margin-top: 0;
font-weight: 700;
font-family: "Roboto Slab", "ff-tisa-web-pro", "Georgia", Arial, sans-serif;
font-size: 100%;
}
p {
line-height: 24px;
margin: 0;
font-size: 16px;
margin-bottom: 24px;
}
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #e1e4e5;
margin: 24px 0;
padding: 0;
}
code.code-large {
font-size: 90%;
}
.wy-plain-list-disc {
list-style: disc;
line-height: 24px;
margin-bottom: 24px;
li {
list-style: disc;
margin-left: 24px;
p {
&:last-child {
margin-bottom: 0;
}
}
ul {
margin-bottom: 0;
}
li {
list-style: circle;
li {
list-style: square;
}
}
ol {
li {
list-style: decimal;
}
}
}
}
.wy-plain-list-decimal {
list-style: decimal;
line-height: 24px;
margin-bottom: 24px;
li {
list-style: decimal;
margin-left: 24px;
p {
&:last-child {
margin-bottom: 0;
}
}
ul {
margin-bottom: 0;
li {
list-style: disc;
}
}
}
}
.wy-breadcrumbs {
*zoom: 1;
&:before {
display: table;
content: "";
}
&:after {
display: table;
content: "";
clear: both;
}
li {
display: inline-block;
a {
display: inline-block;
padding: 5px;
&:first-child {
padding-left: 0;
}
}
code {
padding: 5px;
border: none;
background: none;
}
.rst-content {
tt {
padding: 5px;
border: none;
background: none;
}
tt.literal {
color: #404040;
}
}
code.literal {
color: #404040;
}
}
li.wy-breadcrumbs-aside {
float: right;
}
}
.wy-breadcrumbs-extra {
margin-bottom: 0;
color: #b3b3b3;
font-size: 80%;
display: inline-block;
}
.wy-affix {
position: fixed;
top: 1.618em;
}
.wy-menu {
a {
&:hover {
text-decoration: none;
}
}
}
.wy-menu-horiz {
*zoom: 1;
&:before {
display: table;
content: "";
}
&:after {
display: table;
content: "";
clear: both;
}
ul {
display: inline-block;
}
li {
display: inline-block;
&:hover {
background: rgba(255, 255, 255, 0.1);
}
}
li.divide-left {
border-left: solid 1px #404040;
}
li.divide-right {
border-right: solid 1px #404040;
}
a {
height: 32px;
display: inline-block;
line-height: 32px;
padding: 0 16px;
}
}
.wy-nav {
.wy-menu-vertical {
header {
color: #2980B9;
}
a {
color: #b3b3b3;
&:hover {
background-color: #2980B9;
color: #fff;
}
}
}
}
[data-menu-wrap] {
-webkit-transition: all .2s ease-in;
-moz-transition: all .2s ease-in;
transition: all .2s ease-in;
position: absolute;
opacity: 1;
width: 100%;
opacity: 0;
}
[data-menu-wrap].move-center {
left: 0;
right: auto;
opacity: 1;
}
[data-menu-wrap].move-left {
right: auto;
left: -100%;
opacity: 0;
}
[data-menu-wrap].move-right {
right: -100%;
left: auto;
opacity: 0;
}
.wy-body-for-nav {
background: #fcfcfc;
}
.wy-grid-for-nav {
position: absolute;
width: 100%;
height: 100%;
}
.wy-nav-side {
position: fixed;
top: 0;
bottom: 0;
left: 0;
padding-bottom: 2em;
width: 300px;
overflow-x: hidden;
overflow-y: hidden;
min-height: 100%;
background: #343131;
z-index: 200;
}
.wy-side-scroll {
width: 320px;
position: relative;
overflow-x: hidden;
overflow-y: scroll;
height: 100%;
}
.wy-nav-content-wrap {
margin-left: 300px;
background: #fcfcfc;
min-height: 100%;
}
.wy-nav-content {
padding: 1.618em 3.236em;
height: 100%;
max-width: 800px;
margin: auto;
}
.wy-body-mask {
position: fixed;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.2);
display: none;
z-index: 499;
}
.wy-body-mask.on {
display: block;
}
.rst-footer-buttons {
*zoom: 1;
&:before {
width: 100%;
display: table;
content: "";
}
&:after {
width: 100%;
display: table;
content: "";
clear: both;
}
}
.rst-breadcrumbs-buttons {
margin-top: 12px;
*zoom: 1;
&:before {
display: table;
content: "";
}
&:after {
display: table;
content: "";
clear: both;
}
}
#search-results {
.search {
li {
margin-bottom: 24px;
border-bottom: solid 1px #e1e4e5;
padding-bottom: 24px;
&:first-child {
border-top: solid 1px #e1e4e5;
padding-top: 24px;
}
a {
font-size: 120%;
margin-bottom: 12px;
display: inline-block;
}
}
}
.context {
color: gray;
font-size: 90%;
}
}
.rst-versions {
position: fixed;
bottom: 0;
left: 0;
width: 300px;
color: #fcfcfc;
background: #1f1d1d;
font-family: "Lato", "proxima-nova", "Helvetica Neue", Arial, sans-serif;
z-index: 400;
a {
color: #2980B9;
text-decoration: none;
}
.rst-badge-small {
display: none;
}
.rst-current-version {
padding: 12px;
background-color: #272525;
display: block;
text-align: right;
font-size: 90%;
cursor: pointer;
color: #27AE60;
*zoom: 1;
&:before {
display: table;
content: "";
}
&:after {
display: table;
content: "";
clear: both;
}
.fa {
color: #fcfcfc;
}
.wy-menu-vertical {
li {
span.toctree-expand {
color: #fcfcfc;
}
}
}
.rst-content {
.admonition-title {
color: #fcfcfc;
}
h1 {
.headerlink {
color: #fcfcfc;
}
}
h2 {
.headerlink {
color: #fcfcfc;
}
}
h3 {
.headerlink {
color: #fcfcfc;
}
}
h4 {
.headerlink {
color: #fcfcfc;
}
}
h5 {
.headerlink {
color: #fcfcfc;
}
}
h6 {
.headerlink {
color: #fcfcfc;
}
}
dl {
dt {
.headerlink {
color: #fcfcfc;
}
}
}
p.caption {
.headerlink {
color: #fcfcfc;
}
}
table {
>caption {
.headerlink {
color: #fcfcfc;
}
}
}
tt.download {
span {
&:first-child {
color: #fcfcfc;
}
}
}
code.download {
span {
&:first-child {
color: #fcfcfc;
}
}
}
}
.icon {
color: #fcfcfc;
}
.fa-book {
float: left;
}
.icon-book {
float: left;
float: left;
}
}
.rst-current-version.rst-out-of-date {
background-color: #E74C3C;
color: #fff;
}
.rst-current-version.rst-active-old-version {
background-color: #F1C40F;
color: #000;
}
.rst-other-versions {
font-size: 90%;
padding: 12px;
color: gray;
display: none;
hr {
display: block;
height: 1px;
border: 0;
margin: 20px 0;
padding: 0;
border-top: solid 1px #413d3d;
}
dd {
display: inline-block;
margin: 0;
a {
display: inline-block;
padding: 6px;
color: #fcfcfc;
}
}
}
}
.rst-versions.shift-up {
height: auto;
max-height: 100%;
.rst-other-versions {
display: block;
}
}
.rst-versions.rst-badge {
width: auto;
bottom: 20px;
right: 20px;
left: auto;
border: none;
max-width: 300px;
.icon-book {
float: none;
float: none;
}
.fa-book {
float: none;
}
.rst-current-version {
width: auto;
height: 30px;
line-height: 30px;
padding: 0 6px;
display: block;
text-align: center;
}
}
.rst-versions.rst-badge.shift-up {
.rst-current-version {
text-align: right;
.fa-book {
float: left;
}
.icon-book {
float: left;
float: left;
}
}
}
.rst-content.style-external-links {
a.reference.external {
&:after {
font-family: FontAwesome;
content: "";
color: #b3b3b3;
vertical-align: super;
font-size: 60%;
margin: 0 .2em;
}
}
}
span[id*='MathJax-Span'] {
color: #404040;
}
.math {
text-align: center;
}
@media print {
html {
background: none !important;
}
body {
background: none !important;
}
section {
background: none !important;
}
* {
box-shadow: none !important;
text-shadow: none !important;
filter: none !important;
-ms-filter: none !important;
}
a {
text-decoration: underline;
&:visited {
text-decoration: underline;
}
}
.ir {
a {
&:after {
content: "";
}
}
}
a[href^="javascript:"] {
&:after {
content: "";
}
}
a[href^="#"] {
&:after {
content: "";
}
}
pre {
page-break-inside: avoid;
}
blockquote {
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr {
page-break-inside: avoid;
}
img {
page-break-inside: avoid;
max-width: 100% !important;
}
@page {
margin: .5cm;
}
p {
orphans: 3;
widows: 3;
}
h2 {
orphans: 3;
widows: 3;
page-break-after: avoid;
}
.rst-content {
.toctree-wrapper {
p.caption {
orphans: 3;
widows: 3;
page-break-after: avoid;
}
}
.codeblock {
white-space: pre-wrap;
}
div[class^='highlight'] {
white-space: pre-wrap;
pre {
white-space: pre-wrap;
}
}
}
h3 {
orphans: 3;
widows: 3;
page-break-after: avoid;
}
.wy-breadcrumbs {
li.wy-breadcrumbs-aside {
display: none;
}
}
.rst-versions {
display: none;
}
footer {
display: none;
}
.wy-nav-side {
display: none;
}
.wy-nav-content-wrap {
margin-left: 0;
}
}
@media screen and (max-width: 768px) {
.wy-tray-container {
bottom: auto;
top: 0;
width: 100%;
li {
width: 100%;
}
}
.tablet-hide {
display: none;
}
.wy-body-for-nav {
background: #fcfcfc;
}
.wy-nav-top {
display: block;
}
.wy-nav-side {
left: -300px;
}
.wy-nav-side.shift {
width: 85%;
left: 0;
}
.wy-side-scroll {
width: auto;
}
.wy-side-nav-search {
width: auto;
}
.wy-menu.wy-menu-vertical {
width: auto;
}
.wy-nav-content-wrap {
margin-left: 0;
.wy-nav-content {
padding: 1.618em;
}
}
.wy-nav-content-wrap.shift {
position: fixed;
min-width: 100%;
left: 85%;
top: 0;
height: 100%;
overflow: hidden;
}
.rst-versions {
width: 85%;
display: none;
}
.rst-versions.shift {
display: block;
}
}
@media only screen and (max-width: 480px) {
.wy-form {
button[type="submit"] {
margin: .7em 0 0;
}
input[type="text"] {
margin-bottom: .3em;
display: block;
}
input[type="password"] {
margin-bottom: .3em;
display: block;
margin-bottom: 0;
}
input[type="email"] {
margin-bottom: .3em;
display: block;
margin-bottom: 0;
}
input[type="url"] {
margin-bottom: .3em;
display: block;
margin-bottom: 0;
}
input[type="date"] {
margin-bottom: .3em;
display: block;
margin-bottom: 0;
}
input[type="month"] {
margin-bottom: .3em;
display: block;
margin-bottom: 0;
}
input[type="time"] {
margin-bottom: .3em;
display: block;
margin-bottom: 0;
}
input[type="datetime"] {
margin-bottom: .3em;
display: block;
margin-bottom: 0;
}
input[type="datetime-local"] {
margin-bottom: .3em;
display: block;
margin-bottom: 0;
}
input[type="week"] {
margin-bottom: .3em;
display: block;
margin-bottom: 0;
}
input[type="number"] {
margin-bottom: .3em;
display: block;
margin-bottom: 0;
}
input[type="search"] {
margin-bottom: .3em;
display: block;
margin-bottom: 0;
}
input[type="tel"] {
margin-bottom: .3em;
display: block;
margin-bottom: 0;
}
input[type="color"] {
margin-bottom: .3em;
display: block;
margin-bottom: 0;
}
label {
margin-bottom: .3em;
display: block;
}
.wy-help-inline {
display: block;
font-size: 80%;
padding: 6px 0;
}
}
.wy-form-aligned {
.wy-control-group {
label {
margin-bottom: .3em;
text-align: left;
display: block;
width: 100%;
}
}
.wy-control {
margin: 1.5em 0 0 0;
}
}
.wy-form-message-inline {
display: block;
font-size: 80%;
padding: 6px 0;
}
.wy-form-message {
display: block;
font-size: 80%;
padding: 6px 0;
}
}
@media screen and (max-width: 480px) {
.mobile-hide {
display: none;
}
.wy-breadcrumbs-extra {
display: none;
}
.wy-breadcrumbs {
li.wy-breadcrumbs-aside {
display: none;
}
}
.rst-content {
.sidebar {
width: 100%;
}
}
}
@media screen and (min-width: 1100px) {
.wy-nav-content-wrap {
background: rgba(0, 0, 0, 0.05);
}
.wy-nav-content {
margin: 0;
background: #fcfcfc;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment