Use ws.css in the release notes.
[metze/wireshark/wip.git] / docbook / ws.css
index c3601e0f5fa3cea3388f1241a933cb416a994d0b..5cac87a1635adc72978257f57158b0eedd6e2bcc 100644 (file)
@@ -1,6 +1,9 @@
 /*
   CSS stylesheet for XHTML produced by DocBook XSL stylesheets.
   Derived from http://www.methods.co.nz/asciidoc/docbook-xsl.css
+
+  We might be able to get or make prettier CSS via
+  http://themes.asciidoctor.org/
 */
 
 span.strong {
@@ -93,18 +96,18 @@ ul, body dir, body menu {
 }
 
 html {
-  margin: 0; 
+  margin: 0;
   padding: 0;
 }
 
 body h1, body h2, body h3, body h4, body h5, body h6 {
   margin-left: 0
-} 
+}
 
 body pre {
   margin: 0.5em 10% 0.5em 1em;
-  line-height: 1.0;
-  color: 333;
+  line-height: 1.4;
+  color: navy;
 }
 
 pre, tt, code, .command {
@@ -113,7 +116,7 @@ pre, tt, code, .command {
 }
 
 tt.literal, code.literal {
-  color: 333;
+  color: navy;
 }
 
 .programlisting, .screen {
@@ -123,6 +126,28 @@ tt.literal, code.literal {
   padding: 0.5em 1em;
 }
 
+.guibutton, .guimenu, .guisubmenu, .guimenuitem {
+  font-weight: bold;
+}
+
+.guibutton {
+  background: #f4f4f4;
+  border: 0.5px solid #f4f4f4;
+  border-radius: 0.25em;
+  padding-left: 0.25em;
+  padding-right: 0.25em;
+}
+
+.keycap, .guimenu, .guisubmenu, .guimenuitem {
+  border: 0.5px solid silver;
+  padding-left: 0.25em;
+  padding-right: 0.25em;
+}
+
+.keycap {
+  border-radius: 0.25em;
+}
+
 div.sidebar {
   background: #ffffee;
   margin: 1.0em 10% 0.5em 0;
@@ -187,7 +212,7 @@ div.variablelist p.title
 
 div.revhistory table {
   border-collapse: collapse;
-  border: none;
+  border-width: 0;
 }
 div.revhistory th {
   border: none;
@@ -253,6 +278,7 @@ div.informaltable thead > tr > th,
 div.informaltable tbody > tr > th,
 div.informaltable thead > tr > td,
 div.informaltable tbody > tr > td {
+  border: 1px solid silver;
   padding: 0.4em;
   vertical-align: top;
 }
@@ -261,10 +287,6 @@ div.table thead > tr > th, div.informaltable thead > tr > th {
   vertical-align: bottom;
 }
 
-div.mediaobject img {
-    border: 1px solid silver;
-    margin-bottom: 0.8em;
-}
 div.figure p.title,
 div.table p.title
 {