diff options
author | Frederic Lepied <flepied@mandriva.com> | 2003-02-17 17:59:07 +0000 |
---|---|---|
committer | Frederic Lepied <flepied@mandriva.com> | 2003-02-17 17:59:07 +0000 |
commit | 7d64735b93b75fcf5107fb2833fe98312d3fcb2b (patch) | |
tree | f6d212a9f2881be2a86b0781ebfa85353c09fbe7 /HTML/old.css | |
parent | 0c3ff0305ef497a074f8498da2498e20c74390a5 (diff) | |
download | indexhtml-0.tar indexhtml-0.tar.gz indexhtml-0.tar.bz2 indexhtml-0.tar.xz indexhtml-0.zip |
Initial revisionV0topic/Init
Diffstat (limited to 'HTML/old.css')
-rw-r--r-- | HTML/old.css | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/HTML/old.css b/HTML/old.css new file mode 100644 index 0000000..cbd2e0f --- /dev/null +++ b/HTML/old.css @@ -0,0 +1,27 @@ + +A.top:link { + font-family: Arial, Helvetica, sans-serif; + color: #000000; + text-decoration: none; + font-size: 10pt; +} + +A.top:active { + font-family: Arial, Helvetica, sans-serif; + color: #ff3300; + text-decoration: none; + font-size: 10pt; +} + +A.top:visited { + font-family: Arial, Helvetica, sans-serif; + color: #000000; + text-decoration: none; + font-size: 10pt; +} + +.text { + font-family: Arial, Helvetica, sans-serif; + font-size: small; + color : #333333; +} |