From a94bd86465fe191102a2bf85a3631c83cd10db0a Mon Sep 17 00:00:00 2001 From: ranke Date: Tue, 15 Feb 2005 10:14:01 +0000 Subject: First import, for archiving purposes. git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/chemCal@1 5fad18fb-23f0-0310-ab10-e59a3bee62b4 --- chm/Rchm.css | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100755 chm/Rchm.css (limited to 'chm/Rchm.css') diff --git a/chm/Rchm.css b/chm/Rchm.css new file mode 100755 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 } + -- cgit v1.2.1