summaryrefslogtreecommitdiffstats
path: root/HTML/old.css
diff options
context:
space:
mode:
authorFrederic Lepied <flepied@mandriva.com>2003-02-17 17:59:07 +0000
committerFrederic Lepied <flepied@mandriva.com>2003-02-17 17:59:07 +0000
commit7d64735b93b75fcf5107fb2833fe98312d3fcb2b (patch)
treef6d212a9f2881be2a86b0781ebfa85353c09fbe7 /HTML/old.css
parent0c3ff0305ef497a074f8498da2498e20c74390a5 (diff)
downloadindexhtml-7d64735b93b75fcf5107fb2833fe98312d3fcb2b.tar
indexhtml-7d64735b93b75fcf5107fb2833fe98312d3fcb2b.tar.gz
indexhtml-7d64735b93b75fcf5107fb2833fe98312d3fcb2b.tar.bz2
indexhtml-7d64735b93b75fcf5107fb2833fe98312d3fcb2b.tar.xz
indexhtml-7d64735b93b75fcf5107fb2833fe98312d3fcb2b.zip
Initial revisionV0topic/Init
Diffstat (limited to 'HTML/old.css')
-rw-r--r--HTML/old.css27
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;
+}