diff -r 335ece2bce9c -r a6aa2d44f390 QTfrontend/res/css/chat.css --- 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: + * + * /Data/css/chat.css + * /css/chat.css + * + * + *****************************************************************************/ /* links */ a { color:#c8c8ff; }