Prosilver Dark Edition

Forum icons - Prosilver Dark Edition

Forum icons

by bennybernaer » Sun Dec 26, 2021 1:32 pm

Is it possible to better center pulse icons on the forum? Now want to stand that so float.

I want to be about the same height as in prosilver (and flexible)
269802305_339006284803110_7037033440153973503_n.jpg
User avatar
bennybernaer
Registered User
Posts: 737
Joined: Tue Mar 22, 2011 9:53 pm

Re: Forum icons

by PlanetStyles.net » Sun Dec 26, 2021 4:08 pm

Hi,

The positioning is set in dark.css

Find:

Code: Select all

/* ------- Forum & Topic Icons (Pulsing) ------- */
Below, Find:

Code: Select all

.forums .row-item:before
Adjust the top position :)
User avatar
PlanetStyles.net
Former Team Member
Posts: 4809
Joined: Wed Nov 04, 2009 11:16 pm
Location: Way up in the sky close to the stars
Name: Christian

Re: Forum icons

by bennybernaer » Sun Dec 26, 2021 4:28 pm

This does move the icon down, but then it is not automatically in the middle. The traditional forum icons are always in the middle regardless of the size of the forum description. I've been working on this all day now but I can't get it to work.
User avatar
bennybernaer
Registered User
Posts: 737
Joined: Tue Mar 22, 2011 9:53 pm

Re: Forum icons

by PlanetStyles.net » Sun Dec 26, 2021 4:36 pm

You can experiment with fluid values, such as:

Code: Select all

top: calc(50% - 16px);
User avatar
PlanetStyles.net
Former Team Member
Posts: 4809
Joined: Wed Nov 04, 2009 11:16 pm
Location: Way up in the sky close to the stars
Name: Christian

Re: Forum icons

by bennybernaer » Sun Dec 26, 2021 4:49 pm

PlanetStyles.net wrote:You can experiment with fluid values, such as:

Code: Select all

top: calc(50% - 16px);

Thank you! Looks much better. Maybe an idea to make this standard in the next version?
User avatar
bennybernaer
Registered User
Posts: 737
Joined: Tue Mar 22, 2011 9:53 pm

Re: Forum icons

by PlanetStyles.net » Sun Dec 26, 2021 4:51 pm

Good idea :)
User avatar
PlanetStyles.net
Former Team Member
Posts: 4809
Joined: Wed Nov 04, 2009 11:16 pm
Location: Way up in the sky close to the stars
Name: Christian