QTfrontend/res/css/chat.css
changeset 6185 a6aa2d44f390
parent 6182 d56d18802481
child 6197 4ce7c29799b9
--- a/QTfrontend/res/css/chat.css	Sat Oct 22 11:50:55 2011 -0400
+++ b/QTfrontend/res/css/chat.css	Sat Oct 22 18:24:36 2011 +0200
@@ -1,10 +1,25 @@
-/*
+/******************************************************************************
+ *
+ * CSS-like definition of chat appearance
+ *
+ ******************************************************************************
+ *
  * see http://doc.qt.nokia.com/4.5/richtext-html-subset.html#css-properties
  *
  * In the QTfrontend of hedgewars also display:none; will work for class names
  * that start with msg_   -   as long as they are referenced directly and not
  * within any hierachy.
- */
+ *
+ ******************************************************************************
+ *
+ * This file can be stored at different locations, but it will be read only
+ * once, based on first file found in this order:
+ *
+ *     <userdir>/Data/css/chat.css
+ *     <datadir>/css/chat.css
+ *     <internal default style-sheet>
+ *
+ *****************************************************************************/
 
 /* links */
 a { color:#c8c8ff; }