index : logbot | |
Archlinux32 log bot | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | logbot.py | 20 |
@@ -112,24 +112,24 @@ html_header = """<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>{title}</title> <style type="text/css"> - body { + body {{ background-color: #F8F8FF; font-family: Fixed, monospace; font-size: 13px; - } - h1 { + }} + h1 {{ font-family: sans-serif; font-size: 24px; text-align: center; - } - a, .time { + }} + a, .time {{ color: #525552; text-decoration: none; - } - a:hover, .time:hover { text-decoration: underline; } - .person { color: #DD1144; } - .join, .part, .quit, .kick, .mode, .topic, .nick { color: #42558C; } - .notice { color: #AE768C; } + }} + a:hover, .time:hover {{ text-decoration: underline; }} + .person {{ color: #DD1144; }} + .join, .part, .quit, .kick, .mode, .topic, .nick {{ color: #42558C; }} + .notice {{ color: #AE768C; }} </style> </head> <body> |