QTfrontend/res/css/chat.css
changeset 15909 7409084d891f
parent 9865 415e6d04a1ac
equal deleted inserted replaced
15908:014f4edd0421 15909:7409084d891f
    55 .nick { text-decoration: none; }
    55 .nick { text-decoration: none; }
    56 
    56 
    57 /* various chat messages */
    57 /* various chat messages */
    58 .msg_UserChat { color:#ffcc00; } /* chat of people who aren't your friends */
    58 .msg_UserChat { color:#ffcc00; } /* chat of people who aren't your friends */
    59 .msg_UserChat .nick { color:#ffec20; }
    59 .msg_UserChat .nick { color:#ffec20; }
       
    60 .msg_UserDirectMsg { color:#ffcc00; } /* direct message from people who aren't your friends */
       
    61 .msg_UserDirectMsg .nick { color:#ffec20; }
    60 .msg_FriendChat { color: #b0ff08; }
    62 .msg_FriendChat { color: #b0ff08; }
    61 .msg_FriendChat .nick { color: #30ff30; }
    63 .msg_FriendChat .nick { color: #30ff30; }
       
    64 .msg_FriendDirectMsg { color:#ffcc00; }
       
    65 .msg_FriendDirectMsg .nick { color:#ffec20; }
    62 .msg_UserJoin { color: #c0c0c0; }
    66 .msg_UserJoin { color: #c0c0c0; }
    63 .msg_UserJoin .nick { color: #d0d0d0; }
    67 .msg_UserJoin .nick { color: #d0d0d0; }
    64 .msg_UserLeave { color: #b8b8b8; }
    68 .msg_UserLeave { color: #b8b8b8; }
    65 .msg_UserLeave .nick { color: #c8c8c8; }
    69 .msg_UserLeave .nick { color: #c8c8c8; }
    66 .msg_FriendJoin { font-weight: bold; color: #c0f0c0; }
    70 .msg_FriendJoin { font-weight: bold; color: #c0f0c0; }
    89 /* .timestamp:hours { display: none; } */
    93 /* .timestamp:hours { display: none; } */
    90 .timestamp:seconds { display: none; }
    94 .timestamp:seconds { display: none; }
    91 
    95 
    92 /* you can also set timestamp style for different msg types */
    96 /* you can also set timestamp style for different msg types */
    93 .msg_FriendChat .timestamp { color: #ffffff; }
    97 .msg_FriendChat .timestamp { color: #ffffff; }
       
    98 .msg_FriendDirectMsg .timestamp { color: #ffffff; }
    94 
    99 
    95 /* messages that contain your nickname */
   100 /* messages that contain your nickname */
    96 .highlight {  }
   101 .highlight {  }
    97 .highlight .nick { color: #ff0000; } /* nicknames in highlighted messages */
   102 .highlight .nick { color: #ff0000; } /* nicknames in highlighted messages */
    98 
   103