diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-02-18 13:38:21 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-03-02 08:23:21 -0400 |
commit | 9562f48b308b060ee4159a2c365db82581ecc107 (patch) | |
tree | 1cf5e0898e6341d4ec0376ecb17a423799e935c1 /src/static/css | |
parent | 016aab374619323a918cf6ff34fa3e5e89f3a2fc (diff) |
content: generateTrackReleaseBox
Diffstat (limited to 'src/static/css')
-rw-r--r-- | src/static/css/site.css | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css index c44d0cfe..bf9ec3be 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -548,6 +548,27 @@ summary.underline-white > span:hover a:not(:hover) { margin-top: 0 !important; } +.track-release-sidebar-box { + --content-padding: 3px; + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; + background: var(--dark-color), var(--bg-black-color); +} + +.track-release-sidebar-box h1 { + margin: 0; + font-weight: normal; + font-size: 0.9em; + font-style: oblique; +} + +.track-release-sidebar-box + .track-release-sidebar-box, +.track-release-sidebar-box + .track-list-sidebar-box { + margin-top: 5px !important; + border-top-left-radius: 0; + border-top-right-radius: 0; +} + .wiki-search-sidebar-box { padding: 1px 0 0 0; |