diff options
author | metamuffin <metamuffin@disroot.org> | 2023-12-16 14:07:46 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-12-16 14:07:46 +0100 |
commit | 7fd3eb67ee15d4a0159ed4b32b841fe6de2fb3bb (patch) | |
tree | c2b32e6bef7c06ad53c85e7ae9f9b45821b55692 /web/style/nodepage.css | |
parent | af4c1eca778e54e31ac35262a13f6f7aa75c6c7b (diff) | |
download | jellything-7fd3eb67ee15d4a0159ed4b32b841fe6de2fb3bb.tar jellything-7fd3eb67ee15d4a0159ed4b32b841fe6de2fb3bb.tar.bz2 jellything-7fd3eb67ee15d4a0159ed4b32b841fe6de2fb3bb.tar.zst |
refactor some styling
Diffstat (limited to 'web/style/nodepage.css')
-rw-r--r-- | web/style/nodepage.css | 45 |
1 files changed, 13 insertions, 32 deletions
diff --git a/web/style/nodepage.css b/web/style/nodepage.css index c1d6796..91cdccc 100644 --- a/web/style/nodepage.css +++ b/web/style/nodepage.css @@ -71,36 +71,17 @@ content: "undo"; }*/ -.props p { - margin: 0.4em; - font-size: small; - font-weight: bolder; - display: inline-block; - padding: 0.2em; - background: var(--background-prop); - border-radius: 4px; -} -.props p.federation { - background: rgba(22, 101, 133, 0.603); -} -.props p.federation::before { - content: "link"; -} -.props p.watched { - background: rgba(75, 175, 44, 0.644); -} -.props p.watched::before { - content: "check"; -} -.props p.progress { - background: rgba(156, 89, 35, 0.63); -} -.props p.progress::before { - content: "pending"; -} -.props p.rating { - background: rgba(138, 156, 35, 0.63); -} -.props p.rating::before { - content: "stars"; +.dirup { + width: 100%; + font-size: large; + display: block; + text-align: center; + background-color: var(--background-light); + border-radius: 0.2em; + padding: 0.6em; + margin: 0.2em; + transition: filter 0.22s; } +.dirup:hover { + filter: brightness(120%); +}
\ No newline at end of file |