From 4b56f9e30865ae41aa340aeea783724c3736f65d Mon Sep 17 00:00:00 2001 From: julian laplace Date: Wed, 26 Oct 2022 14:30:05 +0200 Subject: stripey rows --- views/partials/hootstream.ejs | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) (limited to 'views/partials/hootstream.ejs') diff --git a/views/partials/hootstream.ejs b/views/partials/hootstream.ejs index 9a9746b..8d6e16f 100644 --- a/views/partials/hootstream.ejs +++ b/views/partials/hootstream.ejs @@ -104,7 +104,7 @@ margin: 0px 0.75rem 0px 0px; } #hootevents .userLink { - color: #def; + color: #118; opacity: 0.8; text-align: right; width: 6rem; @@ -207,33 +207,27 @@ text-overflow: ellipsis; } #hootevents .fileRow div { - color: rgba(192,192,192,1.0); + color: rgba(64,64,64,1.0); background: transparent; padding: 0.5rem; white-space: nowrap; - } - #hootevents .fileRow { - } - #hootevents .fileRow { - } - #hootevents .fileRow div { position: relative; } #hootevents .fileRow div::after { content: ''; width: 100%; height: 100%; - opacity: 0.05; + opacity: 0.2; position: absolute; top: 0; left: 0; z-index: -1; } #hootevents .fileRow:nth-child(odd) div::after { - background-color: #ddd; + background-color: #448; } #hootevents .fileRow:nth-child(even) div::after { - background-color: #888; + background-color: #88b; } /** Misc */ @@ -288,6 +282,18 @@ .search_form input[type="text"]:invalid { caret-color: #888; } + #hootstream .userLink { + color: #def; + } + #hootevents .fileRow div { + color: rgba(192,192,192,1.0); + } + #hootevents .fileRow:nth-child(odd) div::after { + background-color: #88b; + } + #hootevents .fileRow:nth-child(even) div::after { + background-color: #448; + } } /** MEDIA QUERY: PHONE */ -- cgit v1.2.3-70-g09d2