adding new LCARStrek skin
[themes.git] / LCARStrek / skin / LCARStrek / communicator / formatting.css
diff --git a/LCARStrek/skin/LCARStrek/communicator/formatting.css b/LCARStrek/skin/LCARStrek/communicator/formatting.css
new file mode 100644 (file)
index 0000000..81487f4
--- /dev/null
@@ -0,0 +1,18 @@
+
+/* class for text with a 'link' appearance */
+.text-link
+  {
+    color                 : #666699;
+    text-decoration       : underline;
+    cursor                : pointer;
+  }
+  
+.text-link:hover
+  {
+    color                 : #333366;
+  } 
+  
+.text-link:hover:active
+  {
+    color                 : #990000;
+  } 
\ No newline at end of file