Mercurial > prosody-modules
diff mod_muc_log_http/muc_log_http/themes/prosody/doc.html @ 179:af6143756a9e
mod_muc_log_http: started new prosody theme
author | Thilo Cestonaro <thilo@cestona.ro> |
---|---|
date | Thu, 17 Jun 2010 11:16:12 +0200 |
parents | |
children | ba3837c565c9 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_muc_log_http/muc_log_http/themes/prosody/doc.html Thu Jun 17 11:16:12 2010 +0200 @@ -0,0 +1,47 @@ +<html> + <head> + <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"> + + <title>###TITLE###</title> + + <style type="text/css"> + <!-- + body, html {background-color: #FFFFFF;} + div.border {margin-left: 20pt; margin-right: 20pt;} + div.title {border-bottom: #f29b00 solid 3pt; padding-bottom: 3px; width: 100%;} + div.title {color: #000000; font-size: 24px; font-weight: bold; font-family: sans-serif; letter-spacing: 3px; text-decoration: none; margin-bottom: 3pt; } + + div.title .date {float:right; } + + div.footer {margin-top: 20pt; text-align: center;} + + .clear {clear: both;} + + span.room_topic {color: #000000; font-size: 18px; font-family: sans-serif;} + span.room_jid {text-decoration: none;} + span.calendar {float: right; margin-left: 10pt;} + span.join_links {font-size: 9px; font-family: Verdana; letter-spacing: 1px;} + span.settings {} + + div.logs {} + div.muc_settings {} + + a {color: #6197df; text-decoration: none;} + + a.nav {color: #6197df; font-family: monospace; letter-spacing: 7px; font-size: 24px; text-decoration: none;} + a.log {color: #6197df; text-decoration: none;} + a.log_today {color: #f29b00; text-decoration: none;} + + .day {color: #DDDDDD; font: 12px Verdana; height: 17px; text-align: center; valign: middle;} + .weekday {font: 10px Verdana; height: 17px; color: #FFFFFF; background-color: #000000;} + //--> + </style> + </head> + + <body> + <div class="border"> +###BODY_STUFF### + </div><!-- /border --> + </body> +</html> +