From b7c5853de5f0f04625eab6389cba9de8b02e48fb Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 12 May 2025 14:53:31 -0400 Subject: Added streams index --- app/assets/stylesheets/main/entries.scss | 43 ++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) (limited to 'app/assets/stylesheets/main/entries.scss') diff --git a/app/assets/stylesheets/main/entries.scss b/app/assets/stylesheets/main/entries.scss index 6ccaf7e..d67ae67 100644 --- a/app/assets/stylesheets/main/entries.scss +++ b/app/assets/stylesheets/main/entries.scss @@ -472,3 +472,46 @@ .next-post { float: right; } + +#streams-index { + width: 100%; + border-collapse: collapse; + + #streams-index-header-row { + th { + background-color: #bdbdbd; + padding-left: 0.5em; + border-top: 1px solid #848484; + border-bottom: 1px solid #848484; + } + } + + th { + padding-bottom: 0.5em; + padding-top: 0.5em; + text-align: left; + } + + td { + padding-top: 1em; + padding-left: 0.5em; + + time { + font-size: .75em; + } + + .stream-link { + font-weight: bold; + text-decoration: none; + + &, &:visited { + color: #ee2c2c; + } + + &:hover { + text-decoration: underline; + color: #9ea1ad; + } + } + } +} -- cgit 1.4.1