diff --git a/config/nimdoc.cfg b/config/nimdoc.cfg
index 489aa0b9f3..fe95fc57ae 100755
--- a/config/nimdoc.cfg
+++ b/config/nimdoc.cfg
@@ -1,5 +1,5 @@
# This is the config file for the documentation generator.
-# (c) 2009 Andreas Rumpf
+# (c) 2010 Andreas Rumpf
# Feel free to edit the templates as you need.
split.item.toc = "20"
@@ -36,7 +36,6 @@ doc.item.toc = """
doc.toc = """
-
Navigation
@@ -92,15 +91,12 @@ span.Command, span.Rule, span.Hyperlink, span.Label, span.Reference,
span.Other {color: black}
div.navigation {
+ -moz-border-radius: 5px 5px 5px 5px;
float: left;
width: 30%;
margin: 0; padding: 0;
border: 3px outset #7F7F7F;
background-color: #7F7F7F;
- -moz-border-radius-bottomleft:5px;
- -moz-border-radius-bottomright:5px;
- -moz-border-radius-topleft:5px;
- -moz-border-radius-topright:5px;
}
div.navigation ul {
@@ -132,19 +128,25 @@ dl.item dd pre {
border: 0px;
}
dl.item dt, dl.item dt pre {
- margin: 20pt 0 0 0;
+ margin: 20pt 0 0 5pt;
}
pre, span.tok {
- background-color:#F9F9F9;
- border:1px dotted #2F6FAB;
- color:black;
+ background-color: #F9F9F9;
+ border-color: #C4C4C4;
+ border-style: solid;
+ border-width: 1px 1px 1px 2px;
+ color: black;
+ line-spacing: 110%;
+ padding: 5px;
}
span.red {
color: #A80000;
}
+hr {background-color:#9D9D9D; border:0 none; color:#9D9D9D; height:1px; width:100%;}
+
/*
:Author: David Goodger
:Contact: goodger@python.org
@@ -232,7 +234,15 @@ p.label { white-space: nowrap }
p.rubric { font-weight:bold;font-size:larger;color:maroon;text-align:center}
p.sidebar-title {font-family: sans-serif ;font-weight: bold ;font-size: larger }
p.sidebar-subtitle {font-family: sans-serif ; font-weight: bold }
-p.topic-title { font-weight: bold }
+p.topic-title {
+font-weight: bold;
+background-color: #6D6D6D;
+border-bottom: 1px solid #000000;
+border-top: 1px solid black;
+color: white;
+text-align: center;
+margin: 0;
+}
pre.address { margin-bottom: 0;margin-top:0;font-family:serif;font-size:100% }
pre.literal-block, pre.doctest-block {margin-left: 2em ;margin-right: 2em }
span.classifier {font-family: sans-serif;font-style: oblique }
@@ -247,15 +257,28 @@ span.section-subtitle {
table.citation { border-left: solid 1px gray; margin-left: 1px }
table.docinfo {margin: 2em 4em }
-table.docutils {margin-top: 0.5em;margin-bottom: 0.5em }
+table.docutils {margin-top: 0.5em;margin-bottom: 0.5em; border: 0 solid #9d9d9d; border-collapse: collapse; }
table.footnote {border-left: solid 1px black;margin-left: 1px }
table.docutils td, table.docutils th,
table.docinfo td, table.docinfo th {padding-left: 0.5em;padding-right: 0.5em;
- vertical-align: top}
+ vertical-align: top; border-bottom:1px solid #9D9D9D; color: #4d4d4d}
+
+table.docutils td:hover, table.docinfo td:hover {color: #000000}
+
table.docutils th.field-name, table.docinfo th.docinfo-name {
font-weight: bold;text-align: left;white-space: nowrap;padding-left: 0 }
+
+table.docutils th, table.docinfo th
+{
+color: black;
+font-weight:normal;
+background-color: #E3E3E3;
+border-top: 1px solid #1d1d1d;
+border-bottom: 1px solid #1d1d1d;
+}
+
h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {font-size: 100% }
ul.auto-toc { list-style-type: none }
@@ -275,4 +298,3 @@ $content