summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorPetr Šplíchal <psplicha@redhat.com>2012-02-23 16:04:32 +0100
committerPetr Šplíchal <psplicha@redhat.com>2012-02-23 16:04:32 +0100
commit2000d28b07aac78bbad238938aacfde64ff3802e (patch)
tree28dcc91f0f9c52e4ea827b10cd78abe71c13493e /documentation
parentca6950268d86eb719564914ae2be55b5d4e81552 (diff)
downloadpython-nitrate-2000d28b07aac78bbad238938aacfde64ff3802e.tar.gz
python-nitrate-2000d28b07aac78bbad238938aacfde64ff3802e.tar.xz
python-nitrate-2000d28b07aac78bbad238938aacfde64ff3802e.zip
Style sheet for html docs plus minor adjustments0.7
Diffstat (limited to 'documentation')
-rw-r--r--documentation/style.css53
1 files changed, 53 insertions, 0 deletions
diff --git a/documentation/style.css b/documentation/style.css
new file mode 100644
index 0000000..5dc217c
--- /dev/null
+++ b/documentation/style.css
@@ -0,0 +1,53 @@
+body {
+ font-family: "dejavu sans", sans-serif;
+ width: 80ex;
+ margin: 3em auto;
+ background-color: #eee;
+ border: 3px solid #ddd;
+}
+
+div.document {
+ padding: 3em;
+ background-color: white;
+}
+
+h1.title {
+ font-size: 200%;
+ background-color: white;
+ border: 0px;
+ margin: 0px;
+}
+
+h2.subtitle {
+ margin-top: 1ex;
+ font-size: 110%;
+}
+
+h1 {
+ font-size: 130%;
+ border-bottom: 3px solid #eee;
+ margin: 3ex 0em 0em 0em;
+}
+
+p, li {
+ line-height: 140%;
+ list-style-type: square;
+}
+
+blockquote {
+ margin: 1em;
+}
+
+pre {
+ margin-left: 3em;
+ color: #777;
+}
+
+table.docinfo {
+ display: none;
+}
+
+a {
+ color: #c00;
+ text-decoration: none;
+}