aboutsummaryrefslogtreecommitdiff
path: root/doc/_static/application.css
diff options
context:
space:
mode:
Diffstat (limited to 'doc/_static/application.css')
-rw-r--r--doc/_static/application.css94
1 files changed, 94 insertions, 0 deletions
diff --git a/doc/_static/application.css b/doc/_static/application.css
index 66d0a72..e7479bf 100644
--- a/doc/_static/application.css
+++ b/doc/_static/application.css
@@ -7,6 +7,7 @@ figure,
footer,
header,
hgroup,
+topic,
main,
nav,
section,
@@ -7717,6 +7718,9 @@ body {
background-position: center 0;
background-repeat: no-repeat;
height: 50px
+ text-overflow: ellipsis;
+ overflow: hidden;
+ white-space: nowrap;
}
.masthead .container {
padding: 0;
@@ -8988,3 +8992,93 @@ pre.prettyprint {
text-decoration: none;
background-color: #f5f5f5;
}
+
+.topic {
+ padding: 1em 1em 1em 1em;
+ color: #004e49;
+ background-color: white;
+}
+
+.topic-title {
+ color: white;
+ background-color: #004e49;
+ padding: 0em 0em 0em 0.3em;
+}
+
+.sidebar {
+ margin: 0 0 1em 1em;
+ padding: 1em;
+ color: #004e49;
+ background-color: white;
+ display: inline-block;
+ float: right;
+ width: 33%;
+}
+
+.sidebar-title {
+ color: white;
+ background-color: #004e49;
+ padding: 0em 0em 0em 0.3em;
+}
+
+.float-right {
+ margin: 0 0 1em 1em;
+ padding: 1em;
+ color: #004e49;
+ background-color: white;
+ display: inline-block;
+ float: right;
+ width: inherit;
+}
+.float-left {
+ margin: 0 0 1em 1em;
+ padding: 1em;
+ color: #004e49;
+ background-color: white;
+ display: inline-block;
+ float: left;
+ width: inherit;
+}
+iv.admonition p.admonition-title + p {
+ display: inline;
+}
+
+div.admonition p {
+ margin-bottom: 5px;
+}
+
+div.admonition pre {
+ margin-bottom: 5px;
+}
+
+div.admonition ul, div.admonition ol {
+ margin-bottom: 5px;
+}
+
+div.note {
+ background-color: #eee;
+ border: 1px solid #ccc;
+}
+
+div.seealso {
+ background-color: #ffc;
+ border: 1px solid #ff6;
+}
+
+div.topic {
+ background-color: #eee;
+}
+
+div.warning {
+ background-color: #ffe4e4;
+ border: 1px solid #f66;
+}
+
+p.admonition-title {
+ display: inline;
+}
+
+p.admonition-title:after {
+ content: ":";
+}
+