690 lines
10 KiB
CSS
Executable File
690 lines
10 KiB
CSS
Executable File
.rendered_html__tutorial {
|
|
color: #000;
|
|
font-size: 20px;
|
|
line-height: 32px;
|
|
font-family: MailSans;
|
|
/* any extras will just be numbers: */
|
|
}
|
|
|
|
.rendered_html__tutorial em {
|
|
font-style: italic;
|
|
}
|
|
|
|
.rendered_html__tutorial strong {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.rendered_html__tutorial u {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.rendered_html__tutorial h1 {
|
|
font-size: 56px;
|
|
margin: 1.08em 0 0 0;
|
|
font-weight: bold;
|
|
line-height: 65px;
|
|
}
|
|
|
|
.rendered_html__tutorial h2 {
|
|
font-size: 157.1%;
|
|
margin: 1.27em 0 0 0;
|
|
font-weight: bold;
|
|
line-height: 1.0;
|
|
}
|
|
|
|
.rendered_html__tutorial h3 {
|
|
font-size: 28px;
|
|
margin: 1.55em 0 16px 0;
|
|
font-weight: 500;
|
|
line-height: 36px;
|
|
height: 36px;
|
|
}
|
|
|
|
.rendered_html__tutorial h4 {
|
|
font-size: 100%;
|
|
margin: 2em 0 0 0;
|
|
font-weight: bold;
|
|
line-height: 1.0;
|
|
}
|
|
|
|
.rendered_html__tutorial h5 {
|
|
font-size: 100%;
|
|
margin: 2em 0 0 0;
|
|
font-weight: bold;
|
|
line-height: 1.0;
|
|
font-style: italic;
|
|
}
|
|
|
|
.rendered_html__tutorial h6 {
|
|
font-size: 100%;
|
|
margin: 2em 0 0 0;
|
|
font-weight: bold;
|
|
line-height: 1.0;
|
|
font-style: italic;
|
|
}
|
|
|
|
.rendered_html__tutorial h1:first-child {
|
|
margin-top: 0.538em;
|
|
}
|
|
|
|
.rendered_html__tutorial h2:first-child {
|
|
margin-top: 0.636em;
|
|
}
|
|
|
|
.rendered_html__tutorial h3:first-child {
|
|
margin-top: 0.777em;
|
|
}
|
|
|
|
.rendered_html__tutorial h4:first-child {
|
|
margin-top: 1em;
|
|
}
|
|
|
|
.rendered_html__tutorial h5:first-child {
|
|
margin-top: 1em;
|
|
}
|
|
|
|
.rendered_html__tutorial h6:first-child {
|
|
margin-top: 1em;
|
|
}
|
|
|
|
.rendered_html__tutorial ul:not(.list-inline),
|
|
.rendered_html__tutorial ol:not(.list-inline),
|
|
.rendered_html ul:not(.list-inline),
|
|
.rendered_html ol:not(.list-inline){
|
|
padding-left: 0px;
|
|
}
|
|
|
|
.rendered_html__tutorial ul,
|
|
.rendered_html ul {
|
|
list-style: disc;
|
|
}
|
|
|
|
.rendered_html__tutorial ul ul,
|
|
.rendered_html__ ul ul {
|
|
list-style: square;
|
|
margin-top: 0;
|
|
}
|
|
|
|
.rendered_html__tutorial ul ul ul,
|
|
.rendered_html ul ul ul {
|
|
list-style: circle;
|
|
}
|
|
|
|
.rendered_html__tutorial ol,
|
|
.rendered_html ol {
|
|
list-style: decimal;
|
|
}
|
|
|
|
.rendered_html__tutorial ol ol,
|
|
.rendered_html ol ol {
|
|
list-style: upper-alpha;
|
|
margin-top: 0;
|
|
}
|
|
|
|
.rendered_html__tutorial ol ol ol,
|
|
.rendered_html ol ol ol {
|
|
list-style: lower-alpha;
|
|
}
|
|
|
|
.rendered_html__tutorial ol ol ol ol,
|
|
.rendered_html ol ol ol ol {
|
|
list-style: lower-roman;
|
|
}
|
|
|
|
.rendered_html__tutorial ol ol ol ol ol,
|
|
.rendered_html ol ol ol ol ol {
|
|
list-style: decimal;
|
|
}
|
|
|
|
.rendered_html__tutorial * + ul,
|
|
.rendered_html * + ul {
|
|
margin-top: 1em;
|
|
}
|
|
|
|
.rendered_html__tutorial * + ol,
|
|
.rendered_html * + ol {
|
|
margin-top: 1em;
|
|
}
|
|
|
|
.rendered_html__tutorial hr {
|
|
color: black;
|
|
background-color: black;
|
|
}
|
|
|
|
.rendered_html__tutorial mark {
|
|
line-height: 2;
|
|
background-color: #E2EAF3;
|
|
color: #F84FA9;
|
|
font-family: MailSans;
|
|
font-size: 20px;
|
|
font-weight: 500;
|
|
padding: 0 6px;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.doc-botapi_icq .rendered_html__tutorial mark {
|
|
color: #08A03C;
|
|
}
|
|
|
|
.doc-botapi_agent .rendered_html__tutorial mark {
|
|
color: #2D90F5;
|
|
}
|
|
|
|
.rendered_html__tutorial pre {
|
|
padding: 24px;
|
|
background-color: #F1F4F9;
|
|
overflow: hidden;
|
|
white-space: pre-wrap;
|
|
}
|
|
|
|
.rendered_html__tutorial code {
|
|
background-color: #eff0f1;
|
|
}
|
|
|
|
.rendered_html__tutorial p code {
|
|
padding: 1px 5px;
|
|
}
|
|
|
|
.rendered_html__tutorial pre code {
|
|
background-color: #fff;
|
|
}
|
|
|
|
.rendered_html__tutorial pre,
|
|
.rendered_html__tutorial code {
|
|
color: #2C2D2E;
|
|
font-size: 100%;
|
|
border-radius: 4px;
|
|
border: #F1F4F9;
|
|
margin: 16px 0;
|
|
}
|
|
|
|
.rendered_html__tutorial blockquote {
|
|
margin: 1em 2em;
|
|
}
|
|
|
|
.rendered_html__tutorial table {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
border: none;
|
|
border-collapse: collapse;
|
|
border-spacing: 0;
|
|
color: black;
|
|
font-size: 12px;
|
|
table-layout: fixed;
|
|
}
|
|
|
|
.rendered_html__tutorial thead {
|
|
border-bottom: 1px solid black;
|
|
vertical-align: bottom;
|
|
}
|
|
|
|
.rendered_html__tutorial tr,
|
|
.rendered_html__tutorial th,
|
|
.rendered_html__tutorial td {
|
|
text-align: right;
|
|
vertical-align: middle;
|
|
padding: 0.5em 0.5em;
|
|
line-height: normal;
|
|
white-space: normal;
|
|
max-width: none;
|
|
border: none;
|
|
}
|
|
|
|
.rendered_html__tutorial th {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.rendered_html__tutorial tbody tr:nth-child(odd) {
|
|
background: #f5f5f5;
|
|
}
|
|
|
|
.rendered_html__tutorial tbody tr:hover {
|
|
background: rgba(66, 165, 245, 0.2);
|
|
}
|
|
|
|
.rendered_html__tutorial * + table {
|
|
margin-top: 1em;
|
|
}
|
|
|
|
.rendered_html__tutorial p {
|
|
text-align: left;
|
|
}
|
|
|
|
.rendered_html__tutorial * + p {
|
|
margin: 0;
|
|
}
|
|
|
|
.rendered_html__tutorial img {
|
|
display: block;
|
|
margin: 16px auto 16px 0;
|
|
}
|
|
|
|
.rendered_html__tutorial * + img {
|
|
margin-top: 1em;
|
|
}
|
|
|
|
.rendered_html__tutorial img,
|
|
.rendered_html__tutorial svg {
|
|
max-width: 100%;
|
|
height: auto;
|
|
}
|
|
|
|
.rendered_html__tutorial img.unconfined,
|
|
.rendered_html__tutorial svg.unconfined {
|
|
max-width: none;
|
|
}
|
|
|
|
.rendered_html__tutorial .alert {
|
|
margin-bottom: initial;
|
|
}
|
|
|
|
.rendered_html__tutorial * + .alert {
|
|
margin-top: 1em;
|
|
}
|
|
|
|
[dir="rtl"] .rendered_html__tutorial p {
|
|
text-align: right;
|
|
}
|
|
|
|
.rendered_html__tutorial li,
|
|
.rendered_html li {
|
|
list-style: none;
|
|
font-size: 20px;
|
|
}
|
|
|
|
.rendered_html__tutorial li:before,
|
|
.rendered_html li:before {
|
|
content: "•";
|
|
font-size: 50px;
|
|
vertical-align: middle;
|
|
top: -5px;
|
|
left: -3px;
|
|
position: relative;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.highlight .hll {
|
|
background-color: #ffffcc
|
|
}
|
|
|
|
.highlight {
|
|
background: #F1F4F9;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.highlight .c {
|
|
color: #408080;
|
|
font-style: italic
|
|
}
|
|
|
|
/* Comment */
|
|
.highlight .err {
|
|
border: 1px solid #FF0000
|
|
}
|
|
|
|
/* Error */
|
|
.highlight .k {
|
|
color: #F84FA9;
|
|
font-weight: 500
|
|
}
|
|
|
|
/* Keyword */
|
|
.highlight .o {
|
|
color: #666666
|
|
}
|
|
|
|
/* Operator */
|
|
.highlight .ch {
|
|
color: #408080;
|
|
font-style: italic
|
|
}
|
|
|
|
/* Comment.Hashbang */
|
|
.highlight .cm {
|
|
color: #408080;
|
|
font-style: italic
|
|
}
|
|
|
|
/* Comment.Multiline */
|
|
.highlight .cp {
|
|
color: #BC7A00
|
|
}
|
|
|
|
/* Comment.Preproc */
|
|
.highlight .cpf {
|
|
color: #408080;
|
|
font-style: italic
|
|
}
|
|
|
|
/* Comment.PreprocFile */
|
|
.highlight .c1 {
|
|
font-style: italic
|
|
}
|
|
|
|
/* Comment.Single */
|
|
.highlight .cs {
|
|
color: #408080;
|
|
font-style: italic
|
|
}
|
|
|
|
/* Comment.Special */
|
|
.highlight .gd {
|
|
color: #A00000
|
|
}
|
|
|
|
/* Generic.Deleted */
|
|
.highlight .ge {
|
|
font-style: italic
|
|
}
|
|
|
|
/* Generic.Emph */
|
|
.highlight .gr {
|
|
color: #FF0000
|
|
}
|
|
|
|
/* Generic.Error */
|
|
.highlight .gh {
|
|
color: #000080;
|
|
font-weight: bold
|
|
}
|
|
|
|
/* Generic.Heading */
|
|
.highlight .gi {
|
|
color: #00A000
|
|
}
|
|
|
|
/* Generic.Inserted */
|
|
.highlight .go {
|
|
color: #888888
|
|
}
|
|
|
|
/* Generic.Output */
|
|
.highlight .gp {
|
|
color: #000080;
|
|
font-weight: bold
|
|
}
|
|
|
|
/* Generic.Prompt */
|
|
.highlight .gs {
|
|
font-weight: bold
|
|
}
|
|
|
|
/* Generic.Strong */
|
|
.highlight .gu {
|
|
color: #800080;
|
|
font-weight: bold
|
|
}
|
|
|
|
/* Generic.Subheading */
|
|
.highlight .gt {
|
|
color: #0044DD
|
|
}
|
|
|
|
/* Generic.Traceback */
|
|
.highlight .kc {
|
|
color: #008000;
|
|
font-weight: bold
|
|
}
|
|
|
|
/* Keyword.Constant */
|
|
.highlight .kd {
|
|
color: #008000;
|
|
font-weight: bold
|
|
}
|
|
|
|
/* Keyword.Declaration */
|
|
.highlight .kn {
|
|
color: #F84FA9;
|
|
font-weight: 500
|
|
}
|
|
|
|
/* Keyword.Namespace */
|
|
.highlight .kp {
|
|
color: #008000
|
|
}
|
|
|
|
/* Keyword.Pseudo */
|
|
.highlight .kr {
|
|
color: #008000;
|
|
font-weight: bold
|
|
}
|
|
|
|
/* Keyword.Reserved */
|
|
.highlight .kt {
|
|
color: #B00040
|
|
}
|
|
|
|
/* Keyword.Type */
|
|
.highlight .m {
|
|
color: #666666
|
|
}
|
|
|
|
/* Literal.Number */
|
|
.highlight .s {
|
|
color: #BA2121
|
|
}
|
|
|
|
/* Literal.String */
|
|
.highlight .na {
|
|
color: #7D9029
|
|
}
|
|
|
|
/* Name.Attribute */
|
|
.highlight .nb {
|
|
color: #F84FA9;
|
|
font-weight: 500
|
|
}
|
|
|
|
/* Name.Builtin */
|
|
.highlight .nc {
|
|
color: #0000FF;
|
|
font-weight: bold
|
|
}
|
|
|
|
/* Name.Class */
|
|
.highlight .no {
|
|
color: #880000
|
|
}
|
|
|
|
/* Name.Constant */
|
|
.highlight .nd {
|
|
color: #AA22FF
|
|
}
|
|
|
|
/* Name.Decorator */
|
|
.highlight .ni {
|
|
color: #999999;
|
|
font-weight: bold
|
|
}
|
|
|
|
/* Name.Entity */
|
|
.highlight .ne {
|
|
color: #D2413A;
|
|
font-weight: bold
|
|
}
|
|
|
|
.doc-botapi_icq .highlight .nb, .doc-botapi_icq .highlight .nn, .doc-botapi_icq .highlight .nf, .doc-botapi_icq .highlight .ow {
|
|
color: #08A03C;
|
|
}
|
|
|
|
.doc-botapi_agent .highlight .nb, .doc-botapi_agent .highlight .nn, .doc-botapi_agent .highlight .nf, .doc-botapi_agent .highlight .ow {
|
|
color: #2D90F5;
|
|
}
|
|
|
|
|
|
/* Name.Exception */
|
|
.highlight .nf {
|
|
color: #201A75;
|
|
font-weight: 500
|
|
}
|
|
|
|
/* Name.Function */
|
|
.highlight .nl {
|
|
color: #A0A000
|
|
}
|
|
|
|
/* Name.Label */
|
|
.highlight .nn {
|
|
color: #201A75;
|
|
font-weight: 500
|
|
}
|
|
|
|
/* Name.Namespace */
|
|
.highlight .nt {
|
|
color: #008000;
|
|
font-weight: bold
|
|
}
|
|
|
|
/* Name.Tag */
|
|
.highlight .nv {
|
|
color: #19177C
|
|
}
|
|
|
|
/* Name.Variable */
|
|
.highlight .ow {
|
|
color: #201A75;
|
|
font-weight: 500
|
|
}
|
|
|
|
/* Operator.Word */
|
|
.highlight .w {
|
|
color: #bbbbbb
|
|
}
|
|
|
|
/* Text.Whitespace */
|
|
.highlight .mb {
|
|
color: #666666
|
|
}
|
|
|
|
/* Literal.Number.Bin */
|
|
.highlight .mf {
|
|
color: #666666
|
|
}
|
|
|
|
/* Literal.Number.Float */
|
|
.highlight .mh {
|
|
color: #666666
|
|
}
|
|
|
|
/* Literal.Number.Hex */
|
|
.highlight .mi {
|
|
color: #666666
|
|
}
|
|
|
|
/* Literal.Number.Integer */
|
|
.highlight .mo {
|
|
color: #666666
|
|
}
|
|
|
|
/* Literal.Number.Oct */
|
|
.highlight .sa {
|
|
color: #BA2121
|
|
}
|
|
|
|
/* Literal.String.Affix */
|
|
.highlight .sb {
|
|
color: #BA2121
|
|
}
|
|
|
|
/* Literal.String.Backtick */
|
|
.highlight .sc {
|
|
color: #BA2121
|
|
}
|
|
|
|
/* Literal.String.Char */
|
|
.highlight .dl {
|
|
color: #BA2121
|
|
}
|
|
|
|
/* Literal.String.Delimiter */
|
|
.highlight .sd {
|
|
color: #BA2121;
|
|
font-style: italic
|
|
}
|
|
|
|
/* Literal.String.Doc */
|
|
.highlight .se {
|
|
color: #BB6622;
|
|
font-weight: bold
|
|
}
|
|
|
|
/* Literal.String.Escape */
|
|
.highlight .sh {
|
|
color: #BA2121
|
|
}
|
|
|
|
/* Literal.String.Heredoc */
|
|
.highlight .si {
|
|
color: #BB6688;
|
|
font-weight: bold
|
|
}
|
|
|
|
/* Literal.String.Interpol */
|
|
.highlight .sx {
|
|
color: #008000
|
|
}
|
|
|
|
/* Literal.String.Other */
|
|
.highlight .sr {
|
|
color: #BB6688
|
|
}
|
|
|
|
/* Literal.String.Regex */
|
|
.highlight .s1 {
|
|
color: #F84FA9;
|
|
font-weight: 500
|
|
}
|
|
|
|
/* Literal.String.Single */
|
|
.highlight .ss {
|
|
color: #19177C
|
|
}
|
|
|
|
/* Literal.String.Symbol */
|
|
.highlight .bp {
|
|
color: #F84FA9;
|
|
font-weight: 500
|
|
}
|
|
|
|
/* Name.Builtin.Pseudo */
|
|
.highlight .fm {
|
|
color: #0000FF
|
|
}
|
|
|
|
/* Name.Function.Magic */
|
|
.highlight .vc {
|
|
color: #19177C
|
|
}
|
|
|
|
/* Name.Variable.Class */
|
|
.highlight .vg {
|
|
color: #19177C
|
|
}
|
|
|
|
/* Name.Variable.Global */
|
|
.highlight .vi {
|
|
color: #19177C
|
|
}
|
|
|
|
/* Name.Variable.Instance */
|
|
.highlight .vm {
|
|
color: #19177C
|
|
}
|
|
|
|
/* Name.Variable.Magic */
|
|
.highlight .il {
|
|
color: #666666
|
|
}
|
|
|
|
/* Literal.Number.Integer.Long */
|
|
.highlight .s2 {
|
|
color: #F84FA9;
|
|
font-weight: 500;
|
|
}
|
|
|
|
a.anchor-link {
|
|
display: block;
|
|
position: relative;
|
|
top: -25px;
|
|
visibility: hidden;
|
|
} |