Added ToC link to bottom nav bar and chapter title
[exim-website.git] / templates / web / doc / chapter.css
index c206e88061fdebe06a158f15265711250c08a8c2..9f9b22e7ac79d15935b8f5aea63d9eab43c1d521 100644 (file)
@@ -1,4 +1,39 @@
-.previous_page, .next_page {
+#old_version_warning {
+  text-align:  center;
+  padding:     0.1em;
+  margin:      0;
+  font-size:   1.4em;
+}
+
+body.with-js #old_version_warning {
+  display:          none;
+  text-align:       left;
+  position:         fixed;
+  top:              20%;
+  left:                    30%;
+  width:            40%;
+  background-color: #fff;
+  border:           1px solid #000;
+  padding:          1em;
+  z-index:          10000;
+}
+
+#old_version_warning span.closebar {
+  float:            right;
+  position:         relative;
+  right:            -0.5em;
+  top:              -0.5em;
+}
+
+#old_version_warning span.closebar a {
+  text-decoration:  none;
+}
+
+body.no-js #old_version_warning span.closebar {
+  display: none;
+}
+
+.previous_page, .next_page, .toc_page {
   font-size:      1.2em;
 }
 
   clear:        right;
 }
 
+.toc_page {
+  position:     absolute;
+  right:        13em;
+  left:         13em;
+  text-align:   center;
+}
+
+#chapter {
+  line-height: 1.5;
+}
+
 #chapter table {
   margin-top:       1em;
   margin-bottom:    1em;
@@ -113,3 +159,8 @@ dl dd dl
      display:    none;
    }
  }
+
+/* Changebars  -- experimental */
+.changed {
+  border-right: 5px solid #000;
+}