Good art is a taste, good design is an opinion.


Come as guest, stay as family.
Board Index

Come as guest, stay as family.


You are not connected. Please login or register

Foto

[Solved] Glow for groups & group members



View previous topic View next topic Go down Message [Page 1 of 1]

1
Offline

  Cesar

Cesar
Punbb Junior
Punbb Junior
  • Description:
 Hi,
  I think this can be with some JS, i'm not sure. I want to add glow for the groups and automatically added to the group members without doing this:
a[href="/u1"] {
text-shadow:0px 1px 1px #color;
}
 
 Because it's gonna be so hard to do it for every single member, and it will occupy too much in the CSS stylesheet.

  • Information:
Forum:http://lemakdesigns.board.st/Version:PUNBB
Type:Request a codeTags:groups,group,members

Powered by PunBB
Currently 0 users have thanked Cesar for this post:

2
Offline

  Shadow

Shadow
Administrator
Administrator
There is no need for JS usage, instead you can do it with CSS
Code:
[panda=css]  a[href*="/u"] span[style="color:#color"] strong {
text-shadow:0px 1px 1px #color;
}

[ic][style="color:#COLOR"][/ic] - Change with your group color.

So, after that all users with that selected color will have a glow on their username.

Powered by PunBB
Currently 0 users have thanked Shadow for this post:

3
Offline

  Cesar

Cesar
Punbb Junior
Punbb Junior
Ah, that was so simple.

Thank you!

Powered by PunBB
Currently 0 users have thanked Cesar for this post:

4
Offline

  Shadow

Shadow
Administrator
Administrator
[sucesso="Marked as Solved"]The question(s) in this topic have been answered and the owner has been able to solve the problem. Because of this, the topic has been marked as Solved.

If you have further questions, please open a new topic.[/sucesso]

Powered by PunBB
Currently 0 users have thanked Shadow for this post:

5
Offline

  Sponsored content



Powered by PunBB
Currently 0 users have thanked Sponsored content for this post:

View previous topic View next topic Back to top Message [Page 1 of 1]


Topic URL's

URL
BBcode
HTML

Permissions in this forum:
You cannot reply to topics in this forum