summaryrefslogtreecommitdiff
path: root/doc/docbook.css
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2009-07-14 17:40:43 +0200
committerMichael Biebl <biebl@debian.org>2009-07-14 17:40:43 +0200
commitb4c56fb4b5f0c496b544080c5dd38d3cf93c10e8 (patch)
treea042dc877254104c83167421a65a61bf7492885c /doc/docbook.css
downloadconsolekit-b4c56fb4b5f0c496b544080c5dd38d3cf93c10e8.tar.gz
Imported Upstream version 0.2.1upstream/0.2.1
Diffstat (limited to 'doc/docbook.css')
-rw-r--r--doc/docbook.css78
1 files changed, 78 insertions, 0 deletions
diff --git a/doc/docbook.css b/doc/docbook.css
new file mode 100644
index 0000000..6a7373e
--- /dev/null
+++ b/doc/docbook.css
@@ -0,0 +1,78 @@
+body
+{
+ font-family: sans-serif;
+}
+h1.title
+{
+}
+.permission
+{
+ color: #ee0000;
+ text-decoration: underline;
+}
+.synopsis, .classsynopsis
+{
+ background: #eeeeee;
+ border: solid 1px #aaaaaa;
+ padding: 0.5em;
+}
+.programlisting
+{
+ background: #eeeeff;
+ border: solid 1px #aaaaff;
+ padding: 0.5em;
+}
+.variablelist
+{
+ padding: 4px;
+ margin-left: 3em;
+}
+.variablelist td:first-child
+{
+ vertical-align: top;
+}
+td.shortcuts
+{
+ color: #770000;
+ font-size: 80%;
+}
+div.refnamediv
+{
+ margin-top: 2em;
+}
+div.toc
+{
+ border: 2em;
+}
+a
+{
+ text-decoration: none;
+}
+a:hover
+{
+ text-decoration: underline;
+ color: #FF0000;
+}
+
+div.table table
+{
+ border-collapse: collapse;
+ border-spacing: 0px;
+ border-style: solid;
+ border-color: #777777;
+ border-width: 1px;
+}
+
+div.table table td, div.table table th
+{
+ border-style: solid;
+ border-color: #777777;
+ border-width: 1px;
+ padding: 3px;
+ vertical-align: top;
+}
+
+div.table table th
+{
+ background-color: #eeeeee;
+}