Version 1
[yaffs-website] / web / modules / contrib / tocify / css / tocify.css
diff --git a/web/modules/contrib/tocify/css/tocify.css b/web/modules/contrib/tocify/css/tocify.css
new file mode 100644 (file)
index 0000000..9f4d1d5
--- /dev/null
@@ -0,0 +1,32 @@
+/**
+ * @file
+ * Styles for tocify block reduced to the absolute minimum.
+ */
+
+.tocify {
+  height: 90%;
+  overflow: auto;
+}
+
+.tocify ul,
+.tocify li {
+  list-style: none;
+  padding: 0;
+}
+
+.tocify-subheader {
+  text-indent: 20px;
+  display: none;
+}
+
+.tocify-subheader .tocify-subheader {
+  text-indent: 30px;
+}
+
+.tocify-subheader .tocify-subheader .tocify-subheader {
+  text-indent: 40px;
+}
+
+.tocify-focus {
+  background-color: white;
+}