Initial revision
[themes.git] / EarlyBlue / communicator / skin / formatting.css
1 \r
2 /* class for text with a 'link' appearance */\r
3 .text-link\r
4   {\r
5     color                 : #666699;\r
6     text-decoration       : underline;\r
7   }\r
8   \r
9 .text-link:hover\r
10   {\r
11     color                 : #333366;\r
12   } \r
13   \r
14 .text-link:hover:active\r
15   {\r
16     color                 : #990000;\r
17   }