Software /
code /
prosody-modules
Changeset
4198:b1a5c2ee49c4
mod_http_index,muc_log: More CSS tweaks
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 13 Oct 2020 18:37:16 +0200 |
parents | 4197:2825fa4504f0 |
children | 4199:7c632d7b1f52 |
files | mod_http_index/http_index.html mod_http_muc_log/res/http_muc_log.html |
diffstat | 2 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_http_index/http_index.html Mon Oct 12 19:26:33 2020 +0200 +++ b/mod_http_index/http_index.html Tue Oct 13 18:37:16 2020 +0200 @@ -16,20 +16,19 @@ br{clear:both;} header,footer{margin:1ex 1em;} footer{font-size:smaller;color:#babdb6;} -.content{background-color:white;padding:1em;list-style-position:inside;} nav{font-size:large;margin:1ex 1ex;clear:both;line-height:1.5em;} footer nav .up{display:none;} @media screen and (min-width: 460px) { nav {font-size:x-large;margin:1ex 1em;} } -nav a,nav li{padding:1ex} +nav a{padding:1ex} +nav li,nav dt{margin:1ex} .content{background-color:white;padding:1em;list-style-position:inside;} @media (prefers-color-scheme: dark) { html{color:#eee} body{background-color:#161616} .content{background-color:#1c1c1c} footer{color:#444} -td{color:#444} .button>a{background-color:#282828} } </style>
--- a/mod_http_muc_log/res/http_muc_log.html Mon Oct 12 19:26:33 2020 +0200 +++ b/mod_http_muc_log/res/http_muc_log.html Tue Oct 13 18:37:16 2020 +0200 @@ -20,7 +20,8 @@ @media screen and (min-width: 460px) { nav {font-size:x-large;margin:1ex 1em;} } -nav a,nav li{padding:1ex} +nav a{padding:1ex} +nav li,nav dt{margin:1ex} nav .up{font-size:smaller;display:block;clear:both;} nav .up::before{content:"↑ ";} nav .prev{float:left;}