diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-02-20 00:35:30 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-03-02 08:24:13 -0400 |
commit | 5580640828d71d3c17f1c1f3ac51b42a9082d663 (patch) | |
tree | 4a27b7ef44107799d81ff31c28736234e8c21e27 /src/static/css | |
parent | b9164020ecf0a8a136c7e45c4c23fe38fc29cd98 (diff) |
content: generateArtistInfoPageRereleaseTooltip, etc (wip)
Missing tooltip for first release + link hash target so this is very much still wip
Diffstat (limited to 'src/static/css')
-rw-r--r-- | src/static/css/site.css | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css index adf0b4b8..82122251 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -1022,7 +1022,8 @@ a:not([href]):hover { .text-with-tooltip.datetimestamp .text-with-tooltip-interaction-cue, .text-with-tooltip.missing-duration .text-with-tooltip-interaction-cue, .text-with-tooltip.commentary-date .text-with-tooltip-interaction-cue, -.text-with-tooltip.wiki-edits .text-with-tooltip-interaction-cue { +.text-with-tooltip.wiki-edits .text-with-tooltip-interaction-cue, +.text-with-tooltip.rerelease .text-with-tooltip-interaction-cue { cursor: default; } @@ -1079,7 +1080,8 @@ li:not(:first-child:last-child) .tooltip, .datetimestamp-tooltip, .missing-duration-tooltip, -.commentary-date-tooltip { +.commentary-date-tooltip, +.rerelease-tooltip { padding: 3px 4px 2px 2px; left: -10px; } @@ -1244,6 +1246,12 @@ li:not(:first-child:last-child) .tooltip, padding: 3px 4.5px; } +.rerelease-tooltip .tooltip-content { + padding: 3px 4.5px; + width: 260px; + font-size: 0.9em; +} + .external-icon { display: inline-block; padding: 0 3px; @@ -1260,8 +1268,8 @@ li:not(:first-child:last-child) .tooltip, fill: var(--primary-color); } -.rerelease, -.other-group-accent { +.other-group-accent, +.rerelease-line { opacity: 0.7; font-style: oblique; } |