summaryrefslogtreecommitdiffstats
path: root/_static
diff options
context:
space:
mode:
authorGravatar ChrisLovering <[email protected]>2022-11-05 14:20:05 +0000
committerGravatar ChrisLovering <[email protected]>2022-11-05 14:20:05 +0000
commita04595198ded086fa2f39201ca5f9afa2f696d4a (patch)
tree5992e0ee4d197f9c31d3f4e8ffabbed09c41773a /_static
parentDeploying to docs from @ python-discord/bot-core@6ae78684ee0e61d8a6ad8bb779ea... (diff)
Deploying to docs from @ python-discord/bot-core@3f55e7149a3197b7fa41fcf7dc7df47a3a209cfd 🚀
Diffstat (limited to '_static')
-rw-r--r--_static/basic.css47
-rw-r--r--_static/debug.css2
-rw-r--r--_static/documentation_options.js2
-rw-r--r--_static/pygments.css1
-rw-r--r--_static/skeleton.css44
5 files changed, 49 insertions, 47 deletions
diff --git a/_static/basic.css b/_static/basic.css
index eeb0519a..4e9a9f1f 100644
--- a/_static/basic.css
+++ b/_static/basic.css
@@ -236,16 +236,6 @@ div.body p, div.body dd, div.body li, div.body blockquote {
a.headerlink {
visibility: hidden;
}
-a.brackets:before,
-span.brackets > a:before{
- content: "[";
-}
-
-a.brackets:after,
-span.brackets > a:after {
- content: "]";
-}
-
h1:hover > a.headerlink,
h2:hover > a.headerlink,
@@ -334,11 +324,15 @@ aside.sidebar {
p.sidebar-title {
font-weight: bold;
}
+nav.contents,
+aside.topic,
div.admonition, div.topic, blockquote {
clear: left;
}
/* -- topics ---------------------------------------------------------------- */
+nav.contents,
+aside.topic,
div.topic {
border: 1px solid #ccc;
padding: 7px;
@@ -377,6 +371,8 @@ div.body p.centered {
div.sidebar > :last-child,
aside.sidebar > :last-child,
+nav.contents > :last-child,
+aside.topic > :last-child,
div.topic > :last-child,
div.admonition > :last-child {
margin-bottom: 0;
@@ -384,6 +380,8 @@ div.admonition > :last-child {
div.sidebar::after,
aside.sidebar::after,
+nav.contents::after,
+aside.topic::after,
div.topic::after,
div.admonition::after,
blockquote::after {
@@ -608,19 +606,26 @@ ol.simple p,
ul.simple p {
margin-bottom: 0;
}
-dl.footnote > dt,
-dl.citation > dt {
+aside.footnote > span,
+div.citation > span {
float: left;
- margin-right: 0.5em;
}
-
-dl.footnote > dd,
-dl.citation > dd {
+aside.footnote > span:last-of-type,
+div.citation > span:last-of-type {
+ padding-right: 0.5em;
+}
+aside.footnote > p {
+ margin-left: 2em;
+}
+div.citation > p {
+ margin-left: 4em;
+}
+aside.footnote > p:last-of-type,
+div.citation > p:last-of-type {
margin-bottom: 0em;
}
-
-dl.footnote > dd:after,
-dl.citation > dd:after {
+aside.footnote > p:last-of-type:after,
+div.citation > p:last-of-type:after {
content: "";
clear: both;
}
@@ -636,10 +641,6 @@ dl.field-list > dt {
padding-left: 0.5em;
padding-right: 5px;
}
-dl.field-list > dt:after {
- content: ":";
-}
-
dl.field-list > dd {
padding-left: 0.5em;
diff --git a/_static/debug.css b/_static/debug.css
index 3264805c..74d4aec3 100644
--- a/_static/debug.css
+++ b/_static/debug.css
@@ -64,6 +64,6 @@ body {
.sb-footer__inner {
background: salmon;
}
-[role="main"] {
+.sb-article {
background: white;
}
diff --git a/_static/documentation_options.js b/_static/documentation_options.js
index 36ca838e..2d9f8d2e 100644
--- a/_static/documentation_options.js
+++ b/_static/documentation_options.js
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
- VERSION: '8.2.1',
+ VERSION: '9.0.0',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
diff --git a/_static/pygments.css b/_static/pygments.css
index c5d3a660..f227e5c6 100644
--- a/_static/pygments.css
+++ b/_static/pygments.css
@@ -54,6 +54,7 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left:
.highlight .nt { color: #204a87; font-weight: bold } /* Name.Tag */
.highlight .nv { color: #000000 } /* Name.Variable */
.highlight .ow { color: #204a87; font-weight: bold } /* Operator.Word */
+.highlight .pm { color: #000000; font-weight: bold } /* Punctuation.Marker */
.highlight .w { color: #f8f8f8 } /* Text.Whitespace */
.highlight .mb { color: #0000cf; font-weight: bold } /* Literal.Number.Bin */
.highlight .mf { color: #0000cf; font-weight: bold } /* Literal.Number.Float */
diff --git a/_static/skeleton.css b/_static/skeleton.css
index 01231167..467c878c 100644
--- a/_static/skeleton.css
+++ b/_static/skeleton.css
@@ -143,19 +143,19 @@ article {
.sb-article-container,
.sb-footer-content__inner,
-.drop-secondary-sidebar-for-full-width-content [role="main"],
+.drop-secondary-sidebar-for-full-width-content .sb-article,
.drop-secondary-sidebar-for-full-width-content .match-content-width {
width: 100vw;
}
-[role="main"],
+.sb-article,
.match-content-width {
padding: 0 1rem;
box-sizing: border-box;
}
@media (min-width: 32rem) {
- [role="main"],
+ .sb-article,
.match-content-width {
padding: 0 2rem;
}
@@ -167,33 +167,33 @@ article {
width: auto;
}
.sb-footer-content__inner,
- .drop-secondary-sidebar-for-full-width-content [role="main"],
+ .drop-secondary-sidebar-for-full-width-content .sb-article,
.drop-secondary-sidebar-for-full-width-content .match-content-width {
width: 42rem;
}
- [role="main"],
+ .sb-article,
.match-content-width {
width: 42rem;
}
}
@media (min-width: 46rem) {
.sb-footer-content__inner,
- .drop-secondary-sidebar-for-full-width-content [role="main"],
+ .drop-secondary-sidebar-for-full-width-content .sb-article,
.drop-secondary-sidebar-for-full-width-content .match-content-width {
width: 46rem;
}
- [role="main"],
+ .sb-article,
.match-content-width {
width: 46rem;
}
}
@media (min-width: 50rem) {
.sb-footer-content__inner,
- .drop-secondary-sidebar-for-full-width-content [role="main"],
+ .drop-secondary-sidebar-for-full-width-content .sb-article,
.drop-secondary-sidebar-for-full-width-content .match-content-width {
width: 50rem;
}
- [role="main"],
+ .sb-article,
.match-content-width {
width: 50rem;
}
@@ -208,33 +208,33 @@ article {
display: none !important;
}
.sb-footer-content__inner,
- .drop-secondary-sidebar-for-full-width-content [role="main"],
+ .drop-secondary-sidebar-for-full-width-content .sb-article,
.drop-secondary-sidebar-for-full-width-content .match-content-width {
width: 59rem;
}
- [role="main"],
+ .sb-article,
.match-content-width {
width: 42rem;
}
}
@media (min-width: 63rem) {
.sb-footer-content__inner,
- .drop-secondary-sidebar-for-full-width-content [role="main"],
+ .drop-secondary-sidebar-for-full-width-content .sb-article,
.drop-secondary-sidebar-for-full-width-content .match-content-width {
width: 63rem;
}
- [role="main"],
+ .sb-article,
.match-content-width {
width: 46rem;
}
}
@media (min-width: 67rem) {
.sb-footer-content__inner,
- .drop-secondary-sidebar-for-full-width-content [role="main"],
+ .drop-secondary-sidebar-for-full-width-content .sb-article,
.drop-secondary-sidebar-for-full-width-content .match-content-width {
width: 67rem;
}
- [role="main"],
+ .sb-article,
.match-content-width {
width: 50rem;
}
@@ -249,11 +249,11 @@ article {
display: none !important;
}
.sb-footer-content__inner,
- .drop-secondary-sidebar-for-full-width-content [role="main"],
+ .drop-secondary-sidebar-for-full-width-content .sb-article,
.drop-secondary-sidebar-for-full-width-content .match-content-width {
width: 59rem;
}
- [role="main"],
+ .sb-article,
.match-content-width {
width: 42rem;
}
@@ -261,24 +261,24 @@ article {
/* Full desktop views */
@media (min-width: 80rem) {
- [role="main"],
+ .sb-article,
.match-content-width {
width: 46rem;
}
.sb-footer-content__inner,
- .drop-secondary-sidebar-for-full-width-content [role="main"],
+ .drop-secondary-sidebar-for-full-width-content .sb-article,
.drop-secondary-sidebar-for-full-width-content .match-content-width {
width: 63rem;
}
}
@media (min-width: 84rem) {
- [role="main"],
+ .sb-article,
.match-content-width {
width: 50rem;
}
.sb-footer-content__inner,
- .drop-secondary-sidebar-for-full-width-content [role="main"],
+ .drop-secondary-sidebar-for-full-width-content .sb-article,
.drop-secondary-sidebar-for-full-width-content .match-content-width {
width: 67rem;
}
@@ -286,7 +286,7 @@ article {
@media (min-width: 88rem) {
.sb-footer-content__inner,
- .drop-secondary-sidebar-for-full-width-content [role="main"],
+ .drop-secondary-sidebar-for-full-width-content .sb-article,
.drop-secondary-sidebar-for-full-width-content .match-content-width {
width: 67rem;
}