Re: [css-d] Styling heading elements

2021-08-05 Thread Sandy Feldman
Tom, I think what you're looking for is classes. so This is really big! This is a purple heading or maybe .blog h2 {foo} Always use heading elements to structure the content. This will help the pages make sense to blind users, and google likes it too. Change what they look like at will.

Re: [css-d] Overflow issue with CSS grid

2020-12-29 Thread Sandy Feldman
hey Fred, Try adding this to grid-content .grid-content { overflow-y: scroll;     height: 200px; } good luck! Sandy On 2020-12-29 12:00 p.m., Fred Janon wrote: Hi, > > I am struggling with a div that overflows the height of its parent > instead of showing a scroll bar. > > I am

Re: [css-d] 'Reversing' attributes?

2020-09-21 Thread Sandy Feldman
hey Jeff, Just about this one small part of the problem - if you have the font size set below 1em you are forcing the browser to go under the base browser size setting. On 2020-09-21 2:17 p.m., Jeff Zeitlin wrote: Think about making the editorial font size at least 1em, so as to have mercy

Re: [css-d] 'Reversing' attributes?

2020-09-21 Thread Sandy Feldman
Hey Jeff, maybe what you need is .italic, cite {    font-style: italic; } .editorial {    editorial styles } and then you've got and book title. Think about making the editorial font size at least 1em, so as to have mercy on your older & your low vision users. There's other ways, right?

Re: [css-d] display flex on an

2020-08-10 Thread Sandy Feldman
are the link and the paragraph showing side by side? You might want flex-direction:column -- Sandy sandyfeldman.com On 2020-08-10 4:50 p.m., Tom Livingston wrote: Hello listers, > > I have done the following many times: > > src="icn.svg" alt="" width="50" height="50"> > View a side-by-side

Re: [css-d] Does anyone here a solid grasp of scss?

2020-07-24 Thread Sandy Feldman
Can you supply a link? s/ I did not. I think this is a rails issue of compiling all the files into one file and at that point, one file cant reference another. -- Registered Linux User: #480675 Registered Linux Machine: #408606 Linux since June 2005 On Fri, Jul 24, 2020 at 9:06 AM Sandy

Re: [css-d] Does anyone here a solid grasp of scss?

2020-07-24 Thread Sandy Feldman
Wade, did you attach some files? They didn't come through. -- Sandy sandyfeldman.com On 2020-07-24 7:20 a.m., Wade Smart wrote: Im needing some help troubleshooting a template Im using that includes scss that works on one server but will not on the other. Something to do with following files.

Re: [css-d] help with responsive imagemap

2020-06-05 Thread Sandy Feldman
ive-text-layout/responsive_text.html> HTH, Best, Karl On Jun 4, 2020, at 7:14 PM, Sandy Feldman wrote: http://ineeda.coffee/TESTS/gandb/ hey Ron, How about setting the font size using VW - viewport width? This is a little rough, but I think you get the idea. Sandy sandyfeldman.com On 2

Re: [css-d] help with responsive imagemap

2020-06-05 Thread Sandy Feldman
On Jun 4, 2020, at 5:14 PM, Sandy Feldman wrote: http://ineeda.coffee/TESTS/gandb/ hey Ron, How about setting the font size using VW - viewport width? This is a little rough, but I think you get the idea. Sandy sandyfeldman.com On 2020-06-04 5:36 p.m., Ron Zisman wrote: hi all, i thought

Re: [css-d] help with responsive imagemap

2020-06-04 Thread Sandy Feldman
http://ineeda.coffee/TESTS/gandb/ hey Ron, How about setting the font size using VW - viewport width? This is a little rough, but I think you get the idea. Sandy sandyfeldman.com On 2020-06-04 5:36 p.m., Ron Zisman wrote: hi all, i thought this would be easy. i have a graphic with 2

Re: [css-d] css special effects

2020-05-18 Thread Sandy Feldman
Tedd, thanks, I'll check it out! Sandy On 2020-05-18 10:25 a.m., Tedd Sperling wrote: On May 17, 2020, at 8:09 PM, Sandy Feldman wrote: hey Tom, That's one possible way forward. Keyframe animation would be a new adventure for me ... Sandy Hi Sandy: Here’s a place that might help you

Re: [css-d] css special effects

2020-05-17 Thread Sandy Feldman
hey Tom, That's one possible way forward. Keyframe animation would be a new adventure for me ... Sandy On 2020-05-17 7:41 p.m., Tom Livingston wrote: On Sun, May 17, 2020 at 7:34 PM Sandy Feldman <mailto:sa...@sandyfeldman.com>> wrote: hey all, https://omeka.lts.bra

Re: [css-d] css special effects

2020-05-17 Thread Sandy Feldman
://photoswipe.com/ Kinda neat :) KathyW. On 18 May 2020, at 9:33 am, Sandy Feldman wrote: hey all, https://omeka.lts.brandeis.edu/ldb-100/ can anyone think of a css effect that would come close to what happens when you click one of these links? thanks! -- Sandy sandyfeldman.com -- Sandy

Re: [css-d] css special effects

2020-05-17 Thread Sandy Feldman
good tip! Thank you. On 2020-05-17 7:41 p.m., Wade Smart wrote: Check out flex grow. -- Sandy sandyfeldman.com __ css-discuss [css-d@css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ --

[css-d] css special effects

2020-05-17 Thread Sandy Feldman
hey all, https://omeka.lts.brandeis.edu/ldb-100/ can anyone think of a css effect that would come close to what happens when you click one of these links? thanks! -- Sandy sandyfeldman.com __ css-discuss

Re: [css-d] knight lab timeline selectors

2020-05-12 Thread Sandy Feldman
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 timeline isn't actually supported anymore, and replacing it isn't on the radar, at least

Re: [css-d] knight lab timeline selectors

2020-05-12 Thread Sandy Feldman
Sandy Feldman wrote: 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

Re: [css-d] knight lab timeline selectors

2020-05-12 Thread Sandy Feldman
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: On 2020-05-12 11:15 a.m., Tom Livingston wrote

Re: [css-d] knight lab timeline selectors

2020-05-12 Thread Sandy Feldman
ral 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: On 2020-05-12 11:15 a.m., Tom Livingston wrote: On Tue, May 12, 2020 at 11:02 AM Sandy Feldman wrote: hey al

Re: [css-d] knight lab timeline selectors

2020-05-12 Thread Sandy Feldman
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.

Re: [css-d] knight lab timeline selectors

2020-05-12 Thread Sandy Feldman
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

[css-d] knight lab timeline selectors

2020-05-12 Thread Sandy Feldman
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.

Re: [css-d] A little CSS+HTML trick

2020-05-11 Thread Sandy Feldman
I actually just used this! Thank you. s. On 2020-05-11 11:07 a.m., Eric A. Meyer wrote: This is a fun tip for those of you who may have missed it: https://twitter.com/chriscoyier/status/1257736705387270145 I plan to use it myself in an addition to the CSS for my newish design: blockquote

[css-d] so much spam!

2020-05-11 Thread Sandy Feldman
hello css-d, I hope you can help. I posted to the list today, and the many replies I've gotten have all been some kind of spam. Are there still real people on the list? Now that I think of it, I haven't seem anything in my inbox from css-d for a while. Should I unsubscribe? -- Sandy

[css-d] using nth child to control widows

2020-05-09 Thread Sandy Feldman
hey all, I would love some input on how to get the look I would like on a bit of navigation and keep it accessible. I have a horizontal nav, and I would like to prevent a widow by controlling where the break happens as text size is increased or the browser window is made smaller. I've got

Re: [css-d] CSS image by Diana Smith

2019-11-13 Thread Sandy Feldman
Gerholz wrote: On 11/13/2019 7:52 AM, Sandy Feldman wrote: https://diana-adrianne.com/purecss-lace/ LOOK at this! It's not a jpg. Take a look at the source code. Smith says that she does not guarantee cross-platform viability, and that she develops on Chrome. But I opened this (and her other works

Re: [css-d] CSS image by Diana Smith

2019-11-13 Thread Sandy Feldman
:52 AM, Sandy Feldman wrote: https://diana-adrianne.com/purecss-lace/ LOOK at this! It's not a jpg. Take a look at the source code. Smith says that she does not guarantee cross-platform viability, and that she develops on Chrome. But I opened this (and her other works) in Firefox, and they dis

[css-d] CSS image by Diana Smith

2019-11-13 Thread Sandy Feldman
https://diana-adrianne.com/purecss-lace/ LOOK at this! It's not a jpg. Take a look at the source code. -- Sandy sandyfeldman.com __ css-discuss [css-d@css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List

Re: [css-d] css for focus

2019-07-26 Thread Sandy Feldman
Actually it worked because it still had the tabindex that Greg Gamble suggested I add. I took that out and it stopped receiving focus. So it's definitely the tabindex. and now how to deal with extra tab stops ... thanks! Sandy On 2019-07-26 1:59 p.m., Sandy Feldman wrote: yes, but WHY

Re: [css-d] css for focus

2019-07-26 Thread Sandy Feldman
On 2019-07-26 1:40 p.m., Karl DeSaulniers wrote: Does this work? > > .flipcontainer:hover .overlay, .flipcontainer:focus .overlay { > opacity: 1; } > > Best, Karl > > Sent from losPhone > >> On Jul 26, 2019, at 12:17 PM, Sandy Feldman >> wrote: >> >

[css-d] css for focus

2019-07-26 Thread Sandy Feldman
hey all, I have a thing where the css is working on hover but not on focus. I have the same syntax for both. The css validates. What am I missing here?! .flipcontainer:focus .overlay {   opacity: 1; } .flipcontainer:hover .overlay {   opacity: 1; } http://ineeda.coffee/2rollover.html

[css-d] adding css to js, or the miserable 9 pixels

2009-07-30 Thread Sandy Feldman
hey all, I hope you can help. I have a page which has a little javascript which rotates banner images. When I first added this js, the banner images slipped down 9px, showing a white gap on the top. After much trial and error, I added some css to the js in the header, and it looks hunky dory

Re: [css-d] adding css to js, or the miserable 9 pixels

2009-07-30 Thread Sandy Feldman
Sandy Feldman wrote: hey all, I hope you can help. I have a page which has a little javascript which rotates banner images. When I first added this js, the banner images slipped down 9px, showing a white gap on the top. After much trial and error, I added some css to the js