Utils: Revamp documentation overview and add some missing docs
[senf.git] / doclib / senf.css
index 476f44f..ea77f17 100644 (file)
@@ -257,6 +257,45 @@ table.senf th {
         font-weight: bold;
 }
 
+table.ebnf {
+        margin: 0;
+        padding: 0;
+        border-spacing: 0;
+        border: none;
+        font-size: 120%; /* ????????  Why is THIS needed ?? */
+}
+
+table.ebnf td {
+        text-align: left;
+        border: none;
+        padding: 0;
+}
+
+table.ebnf td:first-child {
+        width: 1%;
+        padding-right: 1ex;
+        font-style: italic;
+}
+
+table.listing {
+        margin: 0;
+        padding: 0;
+        border-spacing: 0;
+        border: none;
+        font-size: 120%; /* ????????  Why is THIS needed ?? */
+}
+
+table.listing td {
+        text-align: left;
+        vertical-align: top;
+        border: none;
+        padding: 0 0 3pt 0;
+}
+
+table.listing td:first-child {
+        width: 35%;
+}
+
 dl.xref-bug, dl.xref-fix, dl.xref-todo, dl.xref-idea {
         border: 1px solid #CC8888;
         padding: 2px 3px;
@@ -322,6 +361,7 @@ p.memtitle {
         color: #1a41a8;
         font-weight: bold;
         margin-right: 14px;
+        border-bottom: 1px solid #84b0c7;
 }
 
 p.sourceline, p.references, p.referencedby, p.reimplementedfrom, p.reimplementedin, 
@@ -397,6 +437,27 @@ table.members td:first-child {
         width: 35%;
 }
 
+div.toc {
+       width: 25%;
+        margin: 10px 0px;
+}
+
+div.toc ol {
+        padding: 0px;
+        margin: 0pt 0pt 0pt 40px;
+       list-style-type: decimal;
+}
+
+div.toc li {
+        padding: none;
+}
+
+div.toc div {
+        margin: 10px 0px;
+        font-weight: bold;
+        font-size: 120%
+}
+
 /* \f
  * Local Variables:
  * indent-tabs-mode: nil