QTfrontend/res/css/chat.css
changeset 6185 a6aa2d44f390
parent 6182 d56d18802481
child 6197 4ce7c29799b9
equal deleted inserted replaced
6184:335ece2bce9c 6185:a6aa2d44f390
     1 /*
     1 /******************************************************************************
       
     2  *
       
     3  * CSS-like definition of chat appearance
       
     4  *
       
     5  ******************************************************************************
       
     6  *
     2  * see http://doc.qt.nokia.com/4.5/richtext-html-subset.html#css-properties
     7  * see http://doc.qt.nokia.com/4.5/richtext-html-subset.html#css-properties
     3  *
     8  *
     4  * In the QTfrontend of hedgewars also display:none; will work for class names
     9  * In the QTfrontend of hedgewars also display:none; will work for class names
     5  * that start with msg_   -   as long as they are referenced directly and not
    10  * that start with msg_   -   as long as they are referenced directly and not
     6  * within any hierachy.
    11  * within any hierachy.
     7  */
    12  *
       
    13  ******************************************************************************
       
    14  *
       
    15  * This file can be stored at different locations, but it will be read only
       
    16  * once, based on first file found in this order:
       
    17  *
       
    18  *     <userdir>/Data/css/chat.css
       
    19  *     <datadir>/css/chat.css
       
    20  *     <internal default style-sheet>
       
    21  *
       
    22  *****************************************************************************/
     8 
    23 
     9 /* links */
    24 /* links */
    10 a { color:#c8c8ff; }
    25 a { color:#c8c8ff; }
    11 
    26 
    12 
    27