view mod_http_presence/resources/style.css @ 6549:d2e50b587721

mod_firewall: marks: switch to keyval+ store API
author Matthew Wild <mwild1@gmail.com>
date Sun, 24 May 2026 10:49:09 +0100
parents 27e061d455b9
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; }