~jan0sch/darcs-book

Showing details for patch 11d4edfe473fb321b5efa3fa400c1c36c3775b58.
2018-07-04 (Wed), 7:12 PM - - 11d4edfe473fb321b5efa3fa400c1c36c3775b58

toc styling

Summary of changes
2 files modified with 28 lines added and 2 lines removed
  • html/book.css with 26 added and 0 removed lines
  • html/template.html with 2 added and 2 removed lines
diff -rN -u old-darcs-book/html/book.css new-darcs-book/html/book.css
--- old-darcs-book/html/book.css	2024-11-23 23:33:42.756679354 +0000
+++ new-darcs-book/html/book.css	2024-11-23 23:33:42.756679354 +0000
@@ -141,3 +141,29 @@
     display: table-cell;
     width: 33%;
 }
+
+.navigation ul li a {
+    font-size: 20px;
+    color: black;
+    font-family: georgia,serif;
+    text-decoration: underline;
+}
+
+.toc ul {
+    list-style: none;
+    line-height: 40px;
+    font-family: georgia,serif;
+    color: red;
+}
+
+.toc ul li a {
+    font-size: 20px;
+    color: black;
+    text-decoration: underline;
+}
+
+.toc ul li ul li a {
+    font-size: 16px;
+    color: black;
+    text-decoration: underline;
+}
diff -rN -u old-darcs-book/html/template.html new-darcs-book/html/template.html
--- old-darcs-book/html/template.html	2024-11-23 23:33:42.756679354 +0000
+++ new-darcs-book/html/template.html	2024-11-23 23:33:42.756679354 +0000
@@ -51,12 +51,12 @@
   <ul>
     $if(prev)$
     <li style="text-align:left">
-      <a class="prevlink" href="$prev$.html">Back</a>
+      <a class="prevlink" href="$prev$.html">&laquo; Back</a>
     </li>
     $endif$
     $if(next)$
     <li style="text-align:right">
-      <a class="nextlink" href="$next$.html">Next</a>
+      <a class="nextlink" href="$next$.html">Next &raquo;</a>
     </li>
     $endif$
   </ul>