Hello,
I have been trying to figure out how to glow the entire group instead of each individual name.
The u(ID#) for me works just fine, but when I try to use g3 for the entire names for the group it refuses to acknowledge it.
I really don't want to sit there and glow or un-glow each username that joins or leaves a group I'd like it if it happened automatically if it's possible. I figured you can change the usernames colors that joins. So I believe you can do it with the glow. The groups NAME glows but not the users in the group.
This works
This Doesn't
What I've tried.
- "-hover" code after important code displaying both codes at the top of the CSS Style Sheet.
- tried "g3-groupname"
- tried just the group name
- displaying different colors
Forum: http://pokemongo-official.forumotion.com
Version: phpbb2
I have been trying to figure out how to glow the entire group instead of each individual name.
The u(ID#) for me works just fine, but when I try to use g3 for the entire names for the group it refuses to acknowledge it.
I really don't want to sit there and glow or un-glow each username that joins or leaves a group I'd like it if it happened automatically if it's possible. I figured you can change the usernames colors that joins. So I believe you can do it with the glow. The groups NAME glows but not the users in the group.
This works
- Code:
a[href="/u1"]{
text-decoration: none !important;
text-shadow: 0 0 0.6em black, 0 0 0.6em black, 0 0 0.6em white;
}
This Doesn't
- Code:
a[href="/g3"]{
text-decoration: none !important;
text-shadow: 0 0 0.6em yellow, 0 0 0.6em yellow, 0 0 0.6em black;
}
What I've tried.
- "-hover" code after important code displaying both codes at the top of the CSS Style Sheet.
- tried "g3-groupname"
- tried just the group name
- displaying different colors
Forum: http://pokemongo-official.forumotion.com
Version: phpbb2
Last edited by Sumi Kitamura on May 30th 2017, 4:19 am; edited 3 times in total