summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-06-21 23:18:01 +0200
committerGravatar Tom Willemsen2012-06-21 23:18:01 +0200
commita349a7113be89515c97c16548de7848d0d6cfe59 (patch)
tree303a1d19a572353362fb52a6daf567b8b7635737
parent604268e5b519cf197d67c84f2d6d908cbd14e581 (diff)
downloadorgweb-a349a7113be89515c97c16548de7848d0d6cfe59.tar.gz
orgweb-a349a7113be89515c97c16548de7848d0d6cfe59.zip
Modify Table of Contents heading
-rw-r--r--site/stylesheet.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/site/stylesheet.css b/site/stylesheet.css
index 71d6fb8..385b84d 100644
--- a/site/stylesheet.css
+++ b/site/stylesheet.css
@@ -106,6 +106,27 @@ pre {
margin: 10px;
}
+#table-of-contents {
+ position: absolute;
+ top: 0;
+ left: 20px;
+ overflow: auto;
+ background-color: #262a2b;
+}
+
+#table-of-contents h2 {
+ font-size: medium;
+}
+
+#table-of-contents:hover #text-table-of-contents {
+ display: block;
+ border: 1px #000000 solid;
+}
+
+#text-table-of-contents {
+ display: none;
+}
+
/* Org font-locking */
.src {
background-color: #002b36;