r25 - manual/trunk/stylesheets

Sebastian Bergmann at BerliOS <[email protected]> Mon, 18 Oct 2004 11:25:05 +0200
Newsgroups gmane.comp.web.phpopentracker.cvs
Message-ID <[email protected]>
Author: s_bergmann
Date: 2004-10-18 11:25:04 +0200 (Mon, 18 Oct 2004)
New Revision: 25

Modified:
   manual/trunk/stylesheets/docbook.css
Log:
Cleanup.

Modified: manual/trunk/stylesheets/docbook.css
===================================================================
--- manual/trunk/stylesheets/docbook.css	2004-10-16 06:54:12 UTC (rev 24)
+++ manual/trunk/stylesheets/docbook.css	2004-10-18 09:25:04 UTC (rev 25)
@@ -1,18 +1,12 @@
-a:link, a:visited {
-  color: #185ac6;
+a, a:visited {
+  color: #993300;
   text-decoration: none;
 }
 
-a:active, a:hover {
-  background: #eeeeee;
-  color: #185ac6;
-  text-decoration: none;
-}
-
 body {
   background: white;
   color: black;
-  font-family: "Bitstream Vera Sans", sans-serif;
+  font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
 	line-height: 150%;
   margin-left: 10%;
   margin-right: 10%;
@@ -44,33 +38,22 @@
   display: none;
 }
 
-hr {
-  height: 1px;
-}
-
 table {
   border-color: black;
   border-width: 2;
 }
 
-th {
-  background: #eeeeee;
-}
-
-ul {
-  line-height: 20px;
-}
-
-div.epigraph {
+.epigraph {
   font-size: small;
-  width: 50%;
+  margin-bottom: 40px;
+  text-align: right;
 }
 
-div.example-output, pre.screen div.example-source, pre.programlisting, tt.code {
-  font-family: "Bitstream Vera Sans Mono", monospace;
+.example-output, .example-source, pre.programlisting, pre.screen, tt.code {
+  font-family: "Courier New", Courier, fixed;
 }
 
-div.example-output, pre.screen, div.example-source, pre.programlisting {
+.example-output, .example-source, pre.programlisting, pre.screen {
   border-color: black;
   margin-left: 10px;
   margin-right: 10px;
@@ -78,18 +61,65 @@
   padding-left: 5px;
 }
 
-div.example-output, pre.screen {
+.example-output, pre.screen {
   border-style: solid;
   border-width: 0px;
   border-left-width: 2px;
 }
 
-div.example-source, pre.programlisting {
+.example-source, pre.programlisting {
   background-color: #eeeeee;
   border-style: dashed;
   border-width: 1px;
 }
 
-div.epigraph, div.list-of-examples, div.list-of-figures, div.toc, div.example-output, pre.screen, div.example-source, pre.programlisting {
+.epigraph, .example-output, .example-source, .list-of-examples, .list-of-figures, .toc, pre.programlisting, pre.screen {
 	line-height: 110%;
 }
+
+.copyright-notice, .navheader, .navfooter {
+  color: black;
+  font-size: small;
+	line-height: 110%;
+  text-decoration: none;
+  width: 100%;
+}
+
+.copyright-notice {
+  margin-top: 10px;
+}
+
+.filename {
+  font-style: italic;
+}
+
+.navheader, .navfooter {
+  background-color: #eeeeee;
+  border: 1px solid #eeeeee;
+  -moz-border-radius: 8px;
+  margin-bottom: 10px;
+  margin-top: 10px;
+  padding: 2px;
+}
+
+.navheader hr, .navfooter hr {
+  display: none;
+}
+
+.table table {
+  border: 1px #eeeeee solid;
+  border-spacing: 0px;
+}
+
+.table td {
+  border: 1px #eeeeee solid;
+  text-align: left;
+  vertical-align: top;
+}
+
+.table th {
+  background: #eeeeee;
+  border: 1px #eeeeee solid;
+  text-align: left;
+  vertical-align: top;
+}