From 5580640828d71d3c17f1c1f3ac51b42a9082d663 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Thu, 20 Feb 2025 00:35:30 -0400 Subject: content: generateArtistInfoPageRereleaseTooltip, etc (wip) Missing tooltip for first release + link hash target so this is very much still wip --- src/static/css/site.css | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'src/static/css/site.css') 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; } -- cgit 1.3.0-6-gf8a5