comparison 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
comparison
equal deleted inserted replaced
178:62f47a93b5b7 179:af6143756a9e
1 <html>
2 <head>
3 <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
4
5 <title>###TITLE###</title>
6
7 <style type="text/css">
8 <!--
9 body, html {background-color: #FFFFFF;}
10 div.border {margin-left: 20pt; margin-right: 20pt;}
11 div.title {border-bottom: #f29b00 solid 3pt; padding-bottom: 3px; width: 100%;}
12 div.title {color: #000000; font-size: 24px; font-weight: bold; font-family: sans-serif; letter-spacing: 3px; text-decoration: none; margin-bottom: 3pt; }
13
14 div.title .date {float:right; }
15
16 div.footer {margin-top: 20pt; text-align: center;}
17
18 .clear {clear: both;}
19
20 span.room_topic {color: #000000; font-size: 18px; font-family: sans-serif;}
21 span.room_jid {text-decoration: none;}
22 span.calendar {float: right; margin-left: 10pt;}
23 span.join_links {font-size: 9px; font-family: Verdana; letter-spacing: 1px;}
24 span.settings {}
25
26 div.logs {}
27 div.muc_settings {}
28
29 a {color: #6197df; text-decoration: none;}
30
31 a.nav {color: #6197df; font-family: monospace; letter-spacing: 7px; font-size: 24px; text-decoration: none;}
32 a.log {color: #6197df; text-decoration: none;}
33 a.log_today {color: #f29b00; text-decoration: none;}
34
35 .day {color: #DDDDDD; font: 12px Verdana; height: 17px; text-align: center; valign: middle;}
36 .weekday {font: 10px Verdana; height: 17px; color: #FFFFFF; background-color: #000000;}
37 //-->
38 </style>
39 </head>
40
41 <body>
42 <div class="border">
43 ###BODY_STUFF###
44 </div><!-- /border -->
45 </body>
46 </html>
47