aboutsummaryrefslogtreecommitdiff
path: root/_static
diff options
context:
space:
mode:
authorn-peugnet <n.peugnet@free.fr>2022-04-18 01:14:45 +0200
committerNicolas Peugnet <n.peugnet@free.fr>2022-04-18 10:29:33 +0200
commit926ed9261f2faaef40ea3676afe39675766b291f (patch)
tree00d8903b76d83aa1cd427d0840ca7aec738bd9cb /_static
parentc389dab1b81fc4902b78e008af1dc51303a05b92 (diff)
downloadclub1-docs-926ed9261f2faaef40ea3676afe39675766b291f.tar.gz
club1-docs-926ed9261f2faaef40ea3676afe39675766b291f.zip
style: imitate github blockquote CSS
Diffstat (limited to '_static')
-rw-r--r--_static/club1.css18
1 files changed, 13 insertions, 5 deletions
diff --git a/_static/club1.css b/_static/club1.css
index 78b23ac..bfe6a6a 100644
--- a/_static/club1.css
+++ b/_static/club1.css
@@ -3,6 +3,14 @@
max-height: 30rem;
}
+/* Override blockquotes style */
+.rst-content blockquote {
+ border-left: #bbb solid 4px;
+ color: #555;
+ margin-left: 0;
+ padding-left: 20px;
+}
+
/* Specific styles for links to glossary terms */
.rst-content .xref.std-term {
text-decoration: underline dotted 1px;
@@ -10,9 +18,9 @@
/* Specific styles for external links */
.rst-content a.reference.external::after {
- font-family: FontAwesome;
- content: "";
- vertical-align: top;
- font-size: 70%;
- margin: 0 .2em;
+ font-family: FontAwesome;
+ content: "";
+ vertical-align: top;
+ font-size: 70%;
+ margin: 0 .2em;
}