Mercurial > prosody-modules
comparison mod_http_dir_listing/http_dir_listing/resources/style.css @ 887:a2259870495c
Rename mod_http_dir_index -> mod_http_dir_listing
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sun, 23 Dec 2012 16:22:20 +0100 |
| parents | mod_http_dir_index/http_dir_index/resources/style.css@1647b4fac445 |
| children | 853a382c9bd6 |
comparison
equal
deleted
inserted
replaced
| 886:1647b4fac445 | 887:a2259870495c |
|---|---|
| 1 | |
| 2 body{background-color:#eeeeec;font-family:sans-serif;} | |
| 3 h1{font-size:xx-large;} | |
| 4 a:link,a:visited{color:#2e3436;text-decoration:none;} | |
| 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;} | |
| 7 .file{list-style-image:url(text-x-generic.png);} | |
| 8 .directory{list-style-image:url(folder.png);} | |
| 9 .parent{list-style-image:url(user-home.png);} | |
| 10 footer{margin-top:1ex;font-size:smaller;color:#babdb6;} |
