summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/css/style.css29
1 files changed, 29 insertions, 0 deletions
diff --git a/static/css/style.css b/static/css/style.css
index b4d8d4f..283a633 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -130,6 +130,31 @@ a:hover {
margin: 0
}
+.nav-list ul {
+ list-style-type: none;
+ padding-left: 12px;
+ margin: 4px 0
+}
+
+.nav-list ul li {
+ position: relative;
+ padding-left: 10px;
+ margin-bottom: 2px
+}
+
+.nav-list ul li::before {
+ content: "↳";
+ position: absolute;
+ left: -5px;
+ color: #999;
+ font-size: 8px
+}
+
+.nav-list ul li a {
+ font-weight: 400;
+ border-bottom: 1px dotted #ccc
+}
+
.nav-list li {
margin-bottom: 4px
}
@@ -578,6 +603,10 @@ a[href*="wikipedia.org"]::after {
line-height: 1.6
}
+.toc-module div.module-title-has-icon {
+ background-image: url('/static/image/icons-shadowless/book-open.png');
+}
+
@media (max-width:740px) {
.toc-module {
max-width: 100%