Mercurial > prosody-modules
comparison mod_http_dir_listing/http_dir_listing/resources/style.css @ 1324:853a382c9bd6
mod_turncredentials: Advertise the XEP-0215 feature (thanks Gryffus)
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Fri, 28 Feb 2014 15:36:06 +0100 |
| parents | a2259870495c |
| children | b21236b6b8d8 |
comparison
equal
deleted
inserted
replaced
| 1323:c84ff82658cb | 1324:853a382c9bd6 |
|---|---|
| 3 h1{font-size:xx-large;} | 3 h1{font-size:xx-large;} |
| 4 a:link,a:visited{color:#2e3436;text-decoration:none;} | 4 a:link,a:visited{color:#2e3436;text-decoration:none;} |
| 5 a:link:hover,a:visited:hover{color:#3465a4;} | 5 a:link:hover,a:visited:hover{color:#3465a4;} |
| 6 .filelist{background-color:white;padding:1em;list-style-position:inside;-moz-column-width:20em;-webkit-column-width:20em;-ms-column-width:20em;column-width:20em;} | 6 .filelist{background-color:white;padding:1em;list-style-position:inside;-moz-column-width:20em;-webkit-column-width:20em;-ms-column-width:20em;column-width:20em;} |
| 7 .file{list-style-image:url(text-x-generic.png);} | 7 .file{list-style-image:url(text-x-generic.png);} |
| 8 .file.image{list-style-image:url(image-x-generic.png);} | |
| 9 .file.video{list-style-image:url(video-x-generic.png);} | |
| 10 .file.audio{list-style-image:url(audio-x-generic.png);} | |
| 11 .file.vcf{list-style-image:url(x-office-address-book.png);} | |
| 12 .file.text.html{list-style-image:url(text-html.png);} | |
| 13 .file.application{list-style-image:url(application-x-executable.png);} | |
| 8 .directory{list-style-image:url(folder.png);} | 14 .directory{list-style-image:url(folder.png);} |
| 9 .parent{list-style-image:url(user-home.png);} | 15 .parent{list-style-image:url(user-home.png);} |
| 10 footer{margin-top:1ex;font-size:smaller;color:#babdb6;} | 16 footer{margin-top:1ex;font-size:smaller;color:#babdb6;} |
