View previous topic :: View next topic |
Author |
Message |
Zucca Moderator


Joined: 14 Jun 2007 Posts: 4074 Location: Rasi, Finland
|
Posted: Mon Jan 13, 2025 10:21 am Post subject: |
|
|
There are still some broken places with the custom css (of the previous post).
I'd need to do complete overhaul of the css, it's getting too much ... "band aided". Every new change starts to break something else.
I know (or rather have a vision) how to handle the styles now on these forums... Main problem is that there seem to be not enough classes on the code, so I need to resort using alternative css selectors. _________________ ..: Zucca :..
My gentoo installs: | init=/sbin/openrc-init
-systemd -logind -elogind seatd |
Quote: | I am NaN! I am a man! |
|
|
Back to top |
|
 |
skellr l33t


Joined: 18 Jun 2005 Posts: 997 Location: The Village, Portmeirion
|
Posted: Tue Jan 14, 2025 9:30 am Post subject: |
|
|
Zucca wrote: | +I know (or rather have a vision) how to handle the styles now on these forums... Main problem is that there seem to be not enough classes on the code, so I need to resort using alternative css selectors. |
CSS didn't really have pseudo-classes when I drifted away but :has() has been helpful. |
|
Back to top |
|
 |
Zucca Moderator


Joined: 14 Jun 2007 Posts: 4074 Location: Rasi, Finland
|
Posted: Tue Jan 14, 2025 6:59 pm Post subject: |
|
|
skellr wrote: | CSS didn't really have pseudo-classes when I drifted away but :has() has been helpful. | That's what I've been using, and not() too. _________________ ..: Zucca :..
My gentoo installs: | init=/sbin/openrc-init
-systemd -logind -elogind seatd |
Quote: | I am NaN! I am a man! |
|
|
Back to top |
|
 |
|