diff options
| author | julian laplace <julescarbon@gmail.com> | 2022-10-26 14:30:05 +0200 |
|---|---|---|
| committer | julian laplace <julescarbon@gmail.com> | 2022-10-26 14:30:05 +0200 |
| commit | 4b56f9e30865ae41aa340aeea783724c3736f65d (patch) | |
| tree | 4382e78d60d628bdab38e11675cc4918c9851475 /views | |
| parent | f3db231a9b2a15bdd6c75565eabfcceceed1a8e1 (diff) | |
stripey rows
Diffstat (limited to 'views')
| -rw-r--r-- | views/partials/hootstream.ejs | 28 |
1 files changed, 17 insertions, 11 deletions
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 */ |
