]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/webcit.css
* Added some style to the roomchat window.
[citadel.git] / webcit / static / webcit.css
index 9d1c4c0c4d8edb241a5d269b8b0798424266b144..1778aa34edbc22a4f272d5f37ecc03cb15102f85 100644 (file)
@@ -1633,3 +1633,16 @@ li.event_unread span, a.event_read_title {
        margin-left: auto;
        margin-right: auto;
 }
+
+.chat_username_me {
+       font-weight: bold;
+       color: #f00;
+};
+
+.chat_username_notme {
+       font-weight: bold;
+       color: #00f;
+};
+
+.chat_text {
+};