diff options
| author | scoder <none@none> | 2006-06-08 14:55:25 +0200 |
|---|---|---|
| committer | scoder <none@none> | 2006-06-08 14:55:25 +0200 |
| commit | ae7a6962f21b0d1f95b6670c209664568cbb009e (patch) | |
| tree | 762649947308d80e4a3e0896e1db291f94c3896d /doc/html | |
| parent | 867fe35f7e43da2c396de2faaa71bc371fcb7a01 (diff) | |
| download | python-lxml-ae7a6962f21b0d1f95b6670c209664568cbb009e.tar.gz | |
[svn r1460] copied the stylesheet to doc/html/style.css to include it in the distribution
--HG--
branch : trunk
Diffstat (limited to 'doc/html')
| -rw-r--r-- | doc/html/style.css | 98 |
1 files changed, 98 insertions, 0 deletions
diff --git a/doc/html/style.css b/doc/html/style.css new file mode 100644 index 00000000..832d7391 --- /dev/null +++ b/doc/html/style.css @@ -0,0 +1,98 @@ +body { + /* CSS Hack for IE that does not respect the "margin: auto" rule at the + * document level */ + text-align: center; + padding: 1em; +} + +div.document { + width: 45em; + font: 13px Arial, Verdana, Helvetica, sans-serif; + margin: 1em auto 1em auto; + background-color: white; + color: #222; + text-align: left; +} + +h1.title { + background: url(http://codespeak.net/img/codespeak1b.png) no-repeat; + padding: 20px 0 0 180px; + height: 60px; + font-size: 200%; +} + +h1.title, h1 a, h2 a, h3 a { + color: #666; + font-weight: bold; + font-family: Helvetica, sans-serif; +} + +h1 { + font-size: 150%; +} + +h2 { + font-size: 130%; +} + +h3 { + font-size: 110%; +} + +a, a:visited { + background-color: transparent; + font-weight: bold; + color: Black; + text-decoration: none; +} + +p a:active, ul a:active { + color: Red; +} + +p a:hover, ul a:hover { + text-decoration: underline; +} + +p { + /*margin: 0.5em 0em 1em 0em;*/ + text-align: justify; + line-height: 1.5em; + margin: 0.5em 0em 0em 0em; +} + +hr { + clear: both; + height: 1px; + color: #8CACBB; + background-color: transparent; +} + +ul { + line-height: 1.5em; + margin-left: 1em; +} + +ol { + line-height: 1.5em; + margin-left: 0em; +} + +blockquote { + font-family: Times, "Times New Roman", serif; + font-style: italic; +} + +code { + color: Black; + background-color: #cccccc; + font-family: "Courier New", Courier, monospace; +} + +pre { + padding: 0.5em; + border: 1px solid #8cacbb; + color: Black; + background-color: #cccccc; + font-family: "Courier New", Courier, monospace; +} |
