aboutsummaryrefslogtreecommitdiff
path: root/chm/Rchm.css
diff options
context:
space:
mode:
author(no author) <(no author)@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc>2004-07-27 07:36:01 +0000
committer(no author) <(no author)@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc>2004-07-27 07:36:01 +0000
commit8154a03c79eb910c42dcff03fd8fa611cdc8cc9d (patch)
treec4e64967d78078a0fb0a8c9ec85307c35c9ec8f9 /chm/Rchm.css
First version published on CRAN
git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@1 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
Diffstat (limited to 'chm/Rchm.css')
-rw-r--r--chm/Rchm.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/chm/Rchm.css b/chm/Rchm.css
new file mode 100644
index 0000000..badd579
--- /dev/null
+++ b/chm/Rchm.css
@@ -0,0 +1,25 @@
+BODY{ background: white;
+ color: black }
+
+A:link{ background: white;
+ color: blue }
+A:visited{ background: white;
+ color: rgb(50%, 0%, 50%) }
+
+H1{ background: white;
+ color: rgb(55%, 55%, 55%);
+ font-family: monospace;
+ font-size: large;
+ text-align: center }
+
+H2{ background: white;
+ color: rgb(0%, 0%, 100%);
+ font-family: monospace;
+ text-align: center }
+
+H3{ background: white;
+ color: rgb(40%, 40%, 40%);
+ font-family: monospace }
+
+IMG.toplogo{ vertical-align: middle }
+

Contact - Imprint