diff options
| author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-01-10 03:17:37 +0000 |
|---|---|---|
| committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-01-10 03:17:37 +0000 |
| commit | 9a2c653277bc29889404ffb96fa47f9445a6ceaa (patch) | |
| tree | 55af04bc09f1abee2076e83437db2997d682f2b5 /web/docbook.css | |
| parent | 3528c72d7e832227c819deb422453fa1552d38f8 (diff) | |
More website tweaks. Added demo of extra xsl configuration
and CSS in chunked xhtml produced from docbook.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@489 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'web/docbook.css')
| -rw-r--r-- | web/docbook.css | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/web/docbook.css b/web/docbook.css new file mode 100644 index 000000000..bf58461d5 --- /dev/null +++ b/web/docbook.css @@ -0,0 +1,29 @@ +body { + font-family: Verdana, sans-serif; +} + +.screen { + font-family: monospace; + font-size: 1em; + display: block; + padding: 10px; + border: 1px solid #bbb; + background-color: #eee; + color: #000; + overflow: auto; + border-radius: 2.5px; + -moz-border-radius: 2.5px; + margin: 0.5em 2em; +} + +a { + text-decoration: none; + border-bottom: 1px dotted #000; +} + +a:hover { + background-color: #777; + color: #fff; +} + + |
