Merged revisions 262,264-265,267-282,284-298,300-311 via svnmerge from
[senf.git] / doclib / senf.css
index 3b83650..12a3f3e 100644 (file)
@@ -2,6 +2,7 @@ body {
         padding: 0;
         margin: 0;
         font-family: Verdana, Arial, Helvetica, sans-serif;
+       font-size: 10pt;
 }
 
 #head {
@@ -12,12 +13,22 @@ body {
         background-color: #EDE497;
 }
 
-#head h1 {
-        margin: 0 0 0 100px;
-        padding: 6px 0 0 42px;
-        height: 33px;
+#title { 
+        height: 39px;
         background-color: #DECD40;
         border-bottom: 1px solid #AF9D00;
+        margin: 0 0 0 100px;
+}
+
+#title2 {
+       padding: 0 0 0 42px;
+       max-width: 62em;
+        margin: 0 10px 0 0;
+}
+
+#head h1 {
+        margin: 0;
+        padding: 6px 0 0 0;
         font-size: 22px;
         font-weight: bold;
         color: white;
@@ -25,17 +36,75 @@ body {
         text-align: left;
 }
 
-#head h2 {
-        margin: 0 0 0 100px;
+#subtitle {
+        margin: 0 10px 0 100px;
         padding: 4px 0 0 42px;
         height: 18px;
+       max-width: 62em;
         background-color: #EDE497;
         color: #726921;
-        font-size: 13px;
+}
+
+#head h2 {
+       margin: 0;
+       padding: 0;
+       font-size: 13px;
         font-weight: normal;
         white-space: nowrap;
 }
 
+#head ul { 
+       display: inline; /* für IE ... */
+       font-size: 13px;
+       height: 0px;
+       margin: 0;
+       padding: 0;
+}
+
+#head li { 
+       list-style-type: none;
+       margin: 0 0 0 10px;
+       padding: 0 10px 0 0;
+       float: right;
+       border-right: 1px solid #726921;
+       height: 14px;
+}
+
+#head li:first-child { 
+       border-right: none;
+       padding: 0;
+}
+
+#head a { 
+       font-weight: normal;
+        color: #726921;
+}
+
+#head a:hover { 
+       background-color: #EDE497;
+       text-decoration: underline;
+}
+
+#search {
+        float: right;
+        width: 150px;
+        height: 39px;
+        font-size: 10px;
+        color: #726921;
+}
+
+#search input { 
+        display: block;
+        height: 16px;
+        border: 1px solid #AF9D00;
+        width: 100%;
+}
+
+#search form { 
+        margin: 0;
+        padding: 0;
+}
+
 #content1 {
         padding: 0 10px 10px 0;
         border-bottom: 1px solid #AF9D00;
@@ -52,7 +121,7 @@ a {
         text-decoration: none;
 }
 
-a:contains("http://") {
+a.literal {
         font-weight: normal;
 }
 
@@ -60,6 +129,11 @@ a.ext {
         font-style: italic;
 }
 
+a.anchor { 
+        color: inherit;
+        background-color: white !important;
+}
+
 div.tabs {
         display: inline; /* IE double margin fix */
         float: left;
@@ -215,23 +289,23 @@ dl.xref-idea {
 }
 
 div.bug, div.fixme, div.todo, div.idea { 
-       padding-left: 10px;
+        padding-left: 10px;
 }
 
 div.bug { 
-       border-left: 10px solid red;
+        border-left: 10px solid red;
 }
 
 div.fixme { 
-       border-left: 10px solid yellow;
+        border-left: 10px solid yellow;
 }
 
 div.todo { 
-       border-left: 10px solid green;
+        border-left: 10px solid green;
 }
 
 div.idea { 
-       border-left: 10px solid #AAAAAA;
+        border-left: 10px solid #AAAAAA;
 }
 
 table {
@@ -268,6 +342,7 @@ dl.parameters dd table {
 table.glossary {
         border: none;
         border-spacing: 0;
+        margin: 10px 0;
 }
 
 table.glossary tr td {
@@ -286,4 +361,11 @@ table.glossary tr td:first-child {
 
 table.members td:first-child {
         width: 35%;
-}
\ No newline at end of file
+}
+
+/* \f
+ * Local Variables:
+ * indent-tabs-mode: nil
+ * ispell-local-dictionary: "american"
+ * End:
+ */