Console: Documentation of the configuration support
[senf.git] / doclib / senf.css
index 5ca92c1..61e0b3e 100644 (file)
@@ -59,7 +59,7 @@ td {
 }
 
 #head ul { 
-        display: inline; /* f�r IE ... */
+        display: inline; /* fuer IE ... */
         font-size: 13px;
         height: 0px;
         margin: 0;
@@ -68,15 +68,15 @@ td {
 
 #head li { 
         list-style-type: none;
-        margin: 0 0 0 10px;
-        padding: 0 10px 0 0;
-        float: right;
-        border-right: 1px solid #726921;
+        margin: 0 10px 0 0;
+        padding: 0 0 0 10px;
+        float: left;
+        border-left: 1px solid #726921;
         height: 14px;
 }
 
 #head li:first-child { 
-        border-right: none;
+        border-left: none;
         padding: 0;
 }
 
@@ -512,6 +512,14 @@ p.commalist {
         text-indent: -4em;
 }
 
+#autotoc {
+        width: 30em;
+        background-color: #F5F5F5;
+        border: 1px solid #CCC;
+        padding: 0 1em;
+        margin: 1em 0;
+}
+
 #autotoc h1 {
         font-size: 120%;
         text-align: left;
@@ -520,7 +528,12 @@ p.commalist {
 #autotoc ul {
         list-style-type: none;
         padding: 0;
-        margin: 1em 0 1em 2em;
+        margin: 1em 0 1em 1em;
+}
+
+#autotoc li {
+        padding: 0 0 0 3em;
+        text-indent: -3em;
 }
 
 #autotoc ul li.level_h2 {
@@ -535,6 +548,58 @@ p.commalist {
         margin-left: 3em;
 }
 
+h4 {
+       font-size: 100%;
+        margin-bottom: .4em;
+}
+
+table.memname {
+        width: 100%; 
+        font-weight: normal; 
+        white-space: normal;
+}
+
+table.memname td {
+        vertical-align: top;
+}
+
+table.memname td.memtype {
+        width: 100%;
+}
+
+table.memname td.memname {
+        width: 35%; 
+        text-align: right; 
+        font-weight: bold;
+}
+
+table.memname td.memparen {
+        width: 1%;
+}
+
+table.memname td.paramtype {
+        width: 30%; 
+        text-align: right;
+}
+
+table.memname td.paramname {
+        width: 33%;
+}
+
+table.memname td.memattrs {
+        text-align: right;
+}
+
+table.memname.macro td.paramtype {
+        text-align: left;
+       color: #602020;
+        font-style: italic;
+}
+
+table.memname.macro td.memattrs {
+        display: none;
+}
+
 /* \f
  * Local Variables:
  * indent-tabs-mode: nil