keep up with EarlyBlue/Classic development
[themes.git] / LCARStrek / communicator / formatting.css
index e6665e5300845f786e7233669f303aea8ca64bfd..208d08cff58692a147402ef15ba14d6d2fee8818 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;
+  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