comparison mod_http_muc_log/http_muc_log.html @ 3704:c6563625f60e

mod_http_muc_log: More blue links to distinguish them as such (thanks jonas’)
author Kim Alvefur <zash@zash.se>
date Wed, 09 Oct 2019 21:51:01 +0200
parents 7244ff1d62a8
children 04ff0de40ba9
comparison
equal deleted inserted replaced
3703:7244ff1d62a8 3704:c6563625f60e
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1"> 5 <meta name="viewport" content="width=device-width, initial-scale=1">
6 <title>{title}</title> 6 <title>{title}</title>
7 <style> 7 <style>
8 :link,:visited{color:#2e3436;text-decoration:none;} 8 :link,:visited{color:#3465a4;text-decoration:none;}
9 :link:hover,:visited:hover{color:#3465a4;} 9 :link:hover,:visited:hover{color:#6197df;}
10 body{background-color:#eeeeec;margin:1ex 0;padding-bottom:3em;font-family:Arial,Helvetica,sans-serif;} 10 body{background-color:#eeeeec;margin:1ex 0;padding-bottom:3em;font-family:Arial,Helvetica,sans-serif;}
11 ul,ol{padding:0;} 11 ul,ol{padding:0;}
12 li{list-style:none;} 12 li{list-style:none;}
13 hr{visibility:hidden;clear:both;} 13 hr{visibility:hidden;clear:both;}
14 br{clear:both;} 14 br{clear:both;}