QTfrontend/res/css/chat.css
changeset 8759 1a4b9b9fe2b0
parent 6235 bb1a657f751b
child 9865 415e6d04a1ac
equal deleted inserted replaced
8757:266df6d5ed73 8759:1a4b9b9fe2b0
    59 .msg_UserChat .nick { color:#ffec20; }
    59 .msg_UserChat .nick { color:#ffec20; }
    60 .msg_FriendChat { color: #b0ff08; }
    60 .msg_FriendChat { color: #b0ff08; }
    61 .msg_FriendChat .nick { color: #30ff30; }
    61 .msg_FriendChat .nick { color: #30ff30; }
    62 .msg_UserJoin { color: #c0c0c0; }
    62 .msg_UserJoin { color: #c0c0c0; }
    63 .msg_UserJoin .nick { color: #d0d0d0; }
    63 .msg_UserJoin .nick { color: #d0d0d0; }
       
    64 .msg_UserLeave { color: #b8b8b8; }
       
    65 .msg_UserLeave .nick { color: #c8c8c8; }
    64 .msg_FriendJoin { font-weight: bold; color: #c0f0c0; }
    66 .msg_FriendJoin { font-weight: bold; color: #c0f0c0; }
    65 .msg_FriendJoin .nick { color: #d8f0d8; }
    67 .msg_FriendJoin .nick { color: #d8f0d8; }
       
    68 .msg_FriendLeave { font-weight: bold; color: #ffe090; }
       
    69 .msg_FriendLeave .nick { color: #f8e878; }
    66 .msg_UserAction { color: #ff80ff; }
    70 .msg_UserAction { color: #ff80ff; }
    67 .msg_UserAction .nick { color: #ffa0ff;}
    71 .msg_UserAction .nick { color: #ffa0ff;}
    68 .msg_FriendAction { color: #ff00ff; }
    72 .msg_FriendAction { color: #ff00ff; }
    69 .msg_FriendAction .nick { color: #ff30ff; }
    73 .msg_FriendAction .nick { color: #ff30ff; }
    70 
    74 
    71 /* uncomment next line to disable join and leave messages of non-friends */
    75 /* uncomment next lines to disable join and leave messages of non-friends */
    72 /* .msg_UserJoin { display:none; } */
    76 /* .msg_UserJoin { display:none; } */
       
    77 /* .msg_UserLeave { display:none; } */
    73 
    78 
    74 /* timestamps */
    79 /* timestamps */
    75 .timestamp {
    80 .timestamp {
    76     color: #e0d8e0;
    81     color: #e0d8e0;
    77     font-family: courier;
    82     font-family: courier;