[libvirt] [PATCH 3/3] docs: Add some style and color to the HTML documentation

Claudio Bley cbley at av-test.de
Thu Jan 17 15:00:12 UTC 2013


Signed-off-by: Claudio Bley <cbley at av-test.de>
---
 docs/generic.css |    4 +---
 docs/libvirt.css |   68 ++++++++++++++++++++++++++++++++++++++++++++++++++++--
 2 files changed, 67 insertions(+), 5 deletions(-)

diff --git a/docs/generic.css b/docs/generic.css
index dbf7b56..4be5fa2 100644
--- a/docs/generic.css
+++ b/docs/generic.css
@@ -4,7 +4,7 @@ body {
   padding: 0px;
   color: rgb(0,0,0);
   font-family: Verdana, Arial, Helvetica, sans-serif;
-  font-size: 80%;
+  font-size: smaller;
   background: #ffffff;
 }
 
@@ -64,8 +64,6 @@ h6 {
 dl dt {
   margin-left: 1em;
   margin-right: 2em;
-  font-weight: bold;
-  font-size: larger;
 }
 
 dl dd {
diff --git a/docs/libvirt.css b/docs/libvirt.css
index 5123ed6..5dc5d9b 100644
--- a/docs/libvirt.css
+++ b/docs/libvirt.css
@@ -184,23 +184,25 @@ div.api {
     border: 1px solid #999999;
     background: #eeeeee;
     color: black;
+    padding: 3px;
 }
 
 div.api pre {
     margin: 0px;
     border: 0px;
     background: inherit;
+    padding: inherit;
 }
 
 div.api table {
     margin: 0px;
     padding-left: 2em;
-    font-family: fixed;
-    whitespace: pre;
+    border-spacing: 0px;
 }
 
 div.api table td, div.variablelist table td {
     vertical-align: top;
+    padding-left: 1em;
 }
 
 
@@ -412,3 +414,65 @@ table.data tbody td.n {
     background: rgb(255,220,220);
     text-align: center;
 }
+
+.api {
+    font-family: monospace;
+}
+
+.api .type {
+    font-weight: bold;
+    white-space: nowrap;
+    color: darkslateblue;
+}
+
+.api .keyword {
+    font-weight: bold;
+    color: #A2F;
+}
+
+.api .comment {
+    color: #080;
+    margin-left: 2em;
+    position: relative;
+}
+
+.api .comment:before {
+    content: ": ";
+    position: absolute;
+    left: -1.3em;
+}
+
+.api .undisclosed {
+    font-style: italic;
+    letter-spacing: .3ex;
+    font-weight: bolder;
+    text-transform: uppercase;
+}
+
+.api .directive {
+    color: teal;
+}
+
+.api :link:hover, .api :link:focus {
+    color: blue;
+    border-color: blue;
+}
+
+.api :link {
+    text-decoration: none;
+}
+
+dl.variablelist > dt {
+    display: block;
+    float: left;
+    font-style: italic;
+    font-weight: inherit;
+}
+
+.variablelist dd {
+    padding-left: 10em;
+}
+
+dl.variablelist > dt:after {
+    content: ": ";
+}
-- 
1.7.9.5




More information about the libvir-list mailing list