view mod_http_presence/resources/style.css @ 6285:27e061d455b9

mod_http_presence: add new module to display presence over the http server
author Nicholas George <wirlaburla@worlio.com>
date Sun, 06 Jul 2025 15:57:55 -0500
parents
children
line wrap: on
line source

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; }