hey all (I think there may be 4 of us now!)
I am trying to improve the contrast on a knight lab timeline. There are
a couple of elements that have reduced opacity that need to be brought
up to full. I can't seem to find the right selectors.
https://blackspaceportal.library.brandeis.edu/aaas-ti
On Tue, May 12, 2020 at 11:02 AM Sandy Feldman wrote:
>
> hey all (I think there may be 4 of us now!)
>
> I am trying to improve the contrast on a knight lab timeline. There are
> a couple of elements that have reduced opacity that need to be brought
> up to full. I can't seem to find the right se
.tl-timeaxiz-tick font-weight is 400, change it.
That is probably in the css for that js file
Wade
--
Registered Linux User: #480675
Registered Linux Machine: #408606
Linux since June 2005
On Tue, May 12, 2020 at 10:02 AM Sandy Feldman wrote:
>
> hey all (I think there may be 4 of us now!)
>
>
On 2020-05-12 11:15 a.m., Tom Livingston wrote:
On Tue, May 12, 2020 at 11:02 AM Sandy Feldman wrote:
hey all (I think there may be 4 of us now!)
I am trying to improve the contrast on a knight lab timeline. There are
a couple of elements that have reduced opacity that need to be brought
up t
hey Wade,
I've got it as this now. Font weight made no change. How were you
thinking that would have an impact on colour & opacity?
.tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-minor
.tl-timeaxis-tick {
color: #666;
font-weight: 700;
}
thanks for your time on this!
s.
https://cln.sh/6HOJ
On Tue, May 12, 2020 at 11:22 AM Sandy Feldman wrote:
>
>
> On 2020-05-12 11:15 a.m., Tom Livingston wrote:
>
> On Tue, May 12, 2020 at 11:02 AM Sandy Feldman wrote:
>
> hey all (I think there may be 4 of us now!)
>
> I am trying to improve the contrast on a knight lab timeli
I realized after the fact that the link I sent had no explanation. My
apologies as I was in the middle of several things including a video
conference call.
That link is legit. It's a screenshot of where I found the opacity
problem in question.
On Tue, May 12, 2020 at 11:22 AM Sandy Feldman wrote
hey Tom,
Thanks for the follow up. There's been so much span recently I looked at
that link and thought "uhoh".
I did use developer tools and that's where I came up with the
.tl-slidenav-previous .tl-slidenav-title, .tl-slidenav-next
.tl-slidenav-title, .tl-slidenav-previous .tl-slidenav-desc
https://github.com/NUKnightLab/TimelineJS3/blob/master/source/less/slider/TL.SlideNav.less
.opacity(15);
on this page is doing it, right? I just can't figure out how to tell it
to stop.
s.
On 2020-05-12 11:57 a.m., Tom Livingston wrote:
I realized after the fact that the link I sent had no
I'm not familiar with less, so '.opacity(15)' is foreign to me.
Changing the .15 opacity in the inspector to 1 fixes it and yes the
selector you listed out looks like it. Here's another screenshot:
https://cln.sh/P1XQ
Also, I'm wondering about all the flagged things in that screenshot.
-khtml as a
Tom,
Yeah, it's a really, really old site. The timeline isn't actually
supported anymore, and replacing it isn't on the radar, at least not for
now. So, we mend and make do.
I *think* that I've got the css you have working in your screenshot in
my customize WordPress additional css, and it i
I'd say double-check the selector and look for specificity issues or
the order of style sheets loading. I can get it in the inspector but I
don't know how you're loading/adding your fix.
On Tue, May 12, 2020 at 1:20 PM Sandy Feldman wrote:
>
> Tom,
>
> Yeah, it's a really, really old site. The ti
Found the selector
.tl-slidenav-next .tl-slidenav-content-container .tl-slidenav-title
on the lookout for the back one now. Tom, thanks so much for weighing in!
s/
On 2020-05-12 1:35 p.m., Tom Livingston wrote:
I'd say double-check the selector and look for specificity issues or
the order of
13 matches
Mail list logo