Diff

mod_http_presence/resources/style.css @ 6344:eb834f754f57 draft default tip

Merge update
author Trần H. Trung <xmpp:trần.h.trung@trung.fun>
date Fri, 18 Jul 2025 20:45:38 +0700
parent 6330:27e061d455b9
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mod_http_presence/resources/style.css	Fri Jul 18 20:45:38 2025 +0700
@@ -0,0 +1,7 @@
+html { height: 100%; }
+body {
+	background: linear-gradient(#FCFCFC, #EEEEEE);
+	background-repeat: no-repeat;
+}
+#msg-cell { white-space: pre-wrap; word-wrap: break-word; }
+#jid-cell *:link, #jid-cell *:visited, #muc-users { color: #666666; }
\ No newline at end of file