From 9423bd34c9ed4392c85358050a3719a3254330cf Mon Sep 17 00:00:00 2001 From: "ben%netscape.com" Date: Wed, 10 May 2000 06:58:34 +0000 Subject: [PATCH] formatting.css --- themes/modern/communicator/formatting.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 themes/modern/communicator/formatting.css diff --git a/themes/modern/communicator/formatting.css b/themes/modern/communicator/formatting.css new file mode 100644 index 000000000000..d45de5e4d8c1 --- /dev/null +++ b/themes/modern/communicator/formatting.css @@ -0,0 +1,17 @@ + +/* class for text with a 'link' appearance */ +.text-link + { + color : #666699; + text-decoration : underline; + } + +.text-link:hover + { + color : #333366; + } + +.text-link:hover:active + { + color : #990000; + } \ No newline at end of file