sync with EarlyBlue and Classic, prepare for 1.8a release
[themes.git] / LCARStrek / communicator / formatting.css
index e6665e5300845f786e7233669f303aea8ca64bfd..b87c06ae0377c0957633c92b5ab848eb9a4df94a 100644 (file)
 
 /* class for text with a 'link' appearance */
 .text-link {
-  color: #666699;
+  color: blue;
   text-decoration: underline;
-  cursor: pointer;
+}
+
+.text-link:focus {
+  color: red;
+  -moz-outline: 1px dotted invert;
 }
 
 .text-link:hover {
-  color: #333366;
+  cursor: pointer;
 } 
 
 .text-link:hover:active {
-  color: #990000;
+  color: red;
 }
+
+.text-link[visited="true"] {
+  color: purple;
+}
\ No newline at end of file