Software /
code /
prosody-modules
Comparison
mod_http_index/mod_http_index.lua @ 1826:ae2235d6c3f8
mod_http_index: Remove unused CSS (it was copied as-is from mod_http_muc_log)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 04 Sep 2015 00:12:13 +0200 |
parent | 1825:1b5c817cb642 |
child | 1827:9376e870f0e1 |
comparison
equal
deleted
inserted
replaced
1825:1b5c817cb642 | 1826:ae2235d6c3f8 |
---|---|
18 header,footer{margin:1ex 1em;} | 18 header,footer{margin:1ex 1em;} |
19 footer{font-size:smaller;color:#babdb6;} | 19 footer{font-size:smaller;color:#babdb6;} |
20 .content{background-color:white;padding:1em;list-style-position:inside;} | 20 .content{background-color:white;padding:1em;list-style-position:inside;} |
21 nav{font-size:large;margin:1ex 1ex;clear:both;line-height:1.5em;} | 21 nav{font-size:large;margin:1ex 1ex;clear:both;line-height:1.5em;} |
22 nav a{padding: 1ex;text-decoration:none;} | 22 nav a{padding: 1ex;text-decoration:none;} |
23 nav a[rel="up"]{font-size:smaller;} | |
24 nav a[rel="prev"]{float:left;} | |
25 nav a[rel="next"]{float:right;} | |
26 nav a[rel="next::after"]{content:" →";} | |
27 nav a[rel="prev::before"]{content:"← ";} | |
28 nav a:empty::after,nav a:empty::before{content:""} | |
29 @media screen and (min-width: 460px) { | 23 @media screen and (min-width: 460px) { |
30 nav{font-size:x-large;margin:1ex 1em;} | 24 nav{font-size:x-large;margin:1ex 1em;} |
31 } | 25 } |
32 a:link,a:visited{color:#2e3436;text-decoration:none;} | 26 a:link,a:visited{color:#2e3436;text-decoration:none;} |
33 a:link:hover,a:visited:hover{color:#3465a4;} | 27 a:link:hover,a:visited:hover{color:#3465a4;} |
34 ul,ol{padding:0;} | 28 ul{padding:0;} |
35 li{list-style:none;} | 29 li{list-style:none;} |
36 hr{visibility:hidden;clear:both;} | 30 hr{visibility:hidden;clear:both;} |
37 br{clear:both;} | 31 br{clear:both;} |
38 li time{float:right;font-size:small;opacity:0.2;} | |
39 li:hover time{opacity:1;} | 32 li:hover time{opacity:1;} |
40 .room-list .description{font-size:smaller;} | |
41 q.body::before,q.body::after{content:"";} | |
42 .presence .verb{font-style:normal;color:#30c030;} | |
43 .presence.unavailable .verb{color:#c03030;} | |
44 </style> | 33 </style> |
45 </head> | 34 </head> |
46 <body> | 35 <body> |
47 <header> | 36 <header> |
48 <h1>{title}</h1> | 37 <h1>{title}</h1> |