From baa8861a6f11090a3dfa5764ca01dd591e24747b Mon Sep 17 00:00:00 2001 From: fuzzyman Date: Sat, 9 Jan 2010 22:37:07 +0000 Subject: css file rename --- docs/configobj.html | 2 +- docs/docutils.conf | 2 +- docs/docutils.css | 141 ++++++++++++++++++++++++++++++++++++++++++++ docs/validate.html | 2 +- docs/voidspace_docutils.css | 141 -------------------------------------------- 5 files changed, 144 insertions(+), 144 deletions(-) create mode 100644 docs/docutils.css delete mode 100644 docs/voidspace_docutils.css (limited to 'docs') diff --git a/docs/configobj.html b/docs/configobj.html index dcaa7dc..f9afb8c 100644 --- a/docs/configobj.html +++ b/docs/configobj.html @@ -9,7 +9,7 @@ - +
diff --git a/docs/docutils.conf b/docs/docutils.conf index 0a1f9ca..0992ff2 100644 --- a/docs/docutils.conf +++ b/docs/docutils.conf @@ -1,5 +1,5 @@ [html4css1 writer] embed-stylesheet: no cloak_email_addresses: yes -stylesheet: voidspace_docutils.css +stylesheet: docutils.css template: template.tmp \ No newline at end of file diff --git a/docs/docutils.css b/docs/docutils.css new file mode 100644 index 0000000..81b3e76 --- /dev/null +++ b/docs/docutils.css @@ -0,0 +1,141 @@ +/* +:Authors: Ian Bicking, Michael Foord +:Contact: fuzzyman@voidspace.org.uk +:Date: 2005/08/26 +:Version: 0.1.0 +:Copyright: This stylesheet has been placed in the public domain. + +Stylesheet for Docutils. +Based on ``blue_box.css`` by Ian Bicking +and ``default.css`` revision 3442 +*/ + +@import url(default.css); +@import url(pygments.css); + +body { + font-family: Arial, sans-serif; +} + +em, i { + /* Typically serif fonts have much nicer italics */ + font-family: Times New Roman, Times, serif; +} + + +a.target { + color: blue; +} + +a.toc-backref { + text-decoration: none; + color: black; +} + +a.toc-backref:hover { + background-color: inherit; +} + +a:hover { + background-color: #cccccc; +} + +div.attention, div.caution, div.danger, div.error, div.hint, +div.important, div.note, div.tip, div.warning { + background-color: #cccccc; + padding: 3px; + width: 80%; +} + +div.admonition p.admonition-title, div.hint p.admonition-title, +div.important p.admonition-title, div.note p.admonition-title, +div.tip p.admonition-title { + text-align: center; + background-color: #999999; + display: block; + margin: 0; +} + +div.attention p.admonition-title, div.caution p.admonition-title, +div.danger p.admonition-title, div.error p.admonition-title, +div.warning p.admonition-title { + color: #cc0000; + font-family: sans-serif; + text-align: center; + background-color: #999999; + display: block; + margin: 0; +} + +h1, h2, h3, h4, h5, h6 { + font-family: Helvetica, Arial, sans-serif; + border: thin solid black; + /* This makes the borders rounded on Mozilla, which pleases me */ + -moz-border-radius: 8px; + padding: 4px; +} + +h1 { + background-color: #444499; + color: #ffffff; + border: medium solid black; +} + +h1 a.toc-backref, h2 a.toc-backref { + color: #ffffff; +} + +h2 { + background-color: #666666; + color: #ffffff; + border: medium solid black; +} + +h3, h4, h5, h6 { + background-color: #cccccc; + color: #000000; +} + +h3 a.toc-backref, h4 a.toc-backref, h5 a.toc-backref, +h6 a.toc-backref { + color: #000000; +} + +h1.title { + text-align: center; + background-color: #444499; + color: #eeeeee; + border: thick solid black; + -moz-border-radius: 20px; +} + +table.footnote { + padding-left: 0.5ex; +} + +table.citation { + padding-left: 0.5ex +} + +pre.literal-block, pre.doctest-block { + border: thin black solid; + padding: 5px; +} + +.image img { border-style : solid; + border-width : 2px; +} + +img.align-center { + display: block; + margin: auto; + text-align: center; +} + +h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt { + font-size: 100%; +} + +code, tt { + color: #000066; +} diff --git a/docs/validate.html b/docs/validate.html index d598c16..f514475 100644 --- a/docs/validate.html +++ b/docs/validate.html @@ -7,7 +7,7 @@ Validation Schema with validate.py - +
diff --git a/docs/voidspace_docutils.css b/docs/voidspace_docutils.css deleted file mode 100644 index 4a626f1..0000000 --- a/docs/voidspace_docutils.css +++ /dev/null @@ -1,141 +0,0 @@ -/* -:Authors: Ian Bicking, Michael Foord -:Contact: fuzzyman@voidspace.org.uk -:Date: 2005/08/26 -:Version: 0.1.0 -:Copyright: This stylesheet has been placed in the public domain. - -Stylesheet for Docutils. -Based on ``blue_box.css`` by Ian Bicking -and ``default.css`` revision 3442 -*/ - -@import url(default.css); -@import url(pysrc.css); - -body { - font-family: Arial, sans-serif; -} - -em, i { - /* Typically serif fonts have much nicer italics */ - font-family: Times New Roman, Times, serif; -} - - -a.target { - color: blue; -} - -a.toc-backref { - text-decoration: none; - color: black; -} - -a.toc-backref:hover { - background-color: inherit; -} - -a:hover { - background-color: #cccccc; -} - -div.attention, div.caution, div.danger, div.error, div.hint, -div.important, div.note, div.tip, div.warning { - background-color: #cccccc; - padding: 3px; - width: 80%; -} - -div.admonition p.admonition-title, div.hint p.admonition-title, -div.important p.admonition-title, div.note p.admonition-title, -div.tip p.admonition-title { - text-align: center; - background-color: #999999; - display: block; - margin: 0; -} - -div.attention p.admonition-title, div.caution p.admonition-title, -div.danger p.admonition-title, div.error p.admonition-title, -div.warning p.admonition-title { - color: #cc0000; - font-family: sans-serif; - text-align: center; - background-color: #999999; - display: block; - margin: 0; -} - -h1, h2, h3, h4, h5, h6 { - font-family: Helvetica, Arial, sans-serif; - border: thin solid black; - /* This makes the borders rounded on Mozilla, which pleases me */ - -moz-border-radius: 8px; - padding: 4px; -} - -h1 { - background-color: #444499; - color: #ffffff; - border: medium solid black; -} - -h1 a.toc-backref, h2 a.toc-backref { - color: #ffffff; -} - -h2 { - background-color: #666666; - color: #ffffff; - border: medium solid black; -} - -h3, h4, h5, h6 { - background-color: #cccccc; - color: #000000; -} - -h3 a.toc-backref, h4 a.toc-backref, h5 a.toc-backref, -h6 a.toc-backref { - color: #000000; -} - -h1.title { - text-align: center; - background-color: #444499; - color: #eeeeee; - border: thick solid black; - -moz-border-radius: 20px; -} - -table.footnote { - padding-left: 0.5ex; -} - -table.citation { - padding-left: 0.5ex -} - -pre.literal-block, pre.doctest-block { - border: thin black solid; - padding: 5px; -} - -.image img { border-style : solid; - border-width : 2px; -} - -img.align-center { - display: block; - margin: auto; - text-align: center; -} - -h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt { - font-size: 100%; -} - -code, tt { - color: #000066; -} -- cgit v1.2.1