Mercurial > prosody-modules
annotate mod_http_presence/resources/style.css @ 6543:19bee2a6436a
mod_muc_mav: allow to work even in very large rooms
Tested on a MUC with almost 5000 affiliations
| author | Stephen Paul Weber <singpolyma@singpolyma.net> |
|---|---|
| date | Tue, 19 May 2026 13:31:35 -0500 |
| parents | 27e061d455b9 |
| children |
| rev | line source |
|---|---|
|
6285
27e061d455b9
mod_http_presence: add new module to display presence over the http server
Nicholas George <wirlaburla@worlio.com>
parents:
diff
changeset
|
1 html { height: 100%; } |
|
27e061d455b9
mod_http_presence: add new module to display presence over the http server
Nicholas George <wirlaburla@worlio.com>
parents:
diff
changeset
|
2 body { |
|
27e061d455b9
mod_http_presence: add new module to display presence over the http server
Nicholas George <wirlaburla@worlio.com>
parents:
diff
changeset
|
3 background: linear-gradient(#FCFCFC, #EEEEEE); |
|
27e061d455b9
mod_http_presence: add new module to display presence over the http server
Nicholas George <wirlaburla@worlio.com>
parents:
diff
changeset
|
4 background-repeat: no-repeat; |
|
27e061d455b9
mod_http_presence: add new module to display presence over the http server
Nicholas George <wirlaburla@worlio.com>
parents:
diff
changeset
|
5 } |
|
27e061d455b9
mod_http_presence: add new module to display presence over the http server
Nicholas George <wirlaburla@worlio.com>
parents:
diff
changeset
|
6 #msg-cell { white-space: pre-wrap; word-wrap: break-word; } |
|
27e061d455b9
mod_http_presence: add new module to display presence over the http server
Nicholas George <wirlaburla@worlio.com>
parents:
diff
changeset
|
7 #jid-cell *:link, #jid-cell *:visited, #muc-users { color: #666666; } |
