Code for colors in nick...
3 posters
Page 1 of 1
Code for colors in nick...
Hi,
I don't know how to name theme
I use this code in css for some colors in user nick...
My question is: how I can set this code for few users? It's for u1 (or something else), but I wont that for few users (like: u1, u3...)
can somebody help me?
I don't know how to name theme
I use this code in css for some colors in user nick...
- Code:
a[href="/u1"]{
text-decoration: none !important;
text-shadow: 0 0 0.2em black, 0 0 0.2em black, 0 0 0.2em blue
}
My question is: how I can set this code for few users? It's for u1 (or something else), but I wont that for few users (like: u1, u3...)
can somebody help me?
Last edited by Kralj on July 15th 2013, 9:58 pm; edited 1 time in total
Kralj- Forumember
- Posts : 128
Reputation : 6
Language : Croatian || English || HTML
Location : Croatia
Re: Code for colors in nick...
Bump. Just set this code for few users.
Kralj- Forumember
- Posts : 128
Reputation : 6
Language : Croatian || English || HTML
Location : Croatia
Re: Code for colors in nick...
You will change the selector to that of the user ID.
a[href="/u1"]{
text-decoration: none !important;
text-shadow: 0 0 0.2em black, 0 0 0.2em black, 0 0 0.2em blue
}
Change the underlined value in the selector to that of the users ID#. So instead of 'a[href="/u1"]', you would change it to 'a[href="/u2"]' for user number two and so on.. You will have to place multiple CSS codes for each user depending on the variation of effects of course.
a[href="/u1"]{
text-decoration: none !important;
text-shadow: 0 0 0.2em black, 0 0 0.2em black, 0 0 0.2em blue
}
Change the underlined value in the selector to that of the users ID#. So instead of 'a[href="/u1"]', you would change it to 'a[href="/u2"]' for user number two and so on.. You will have to place multiple CSS codes for each user depending on the variation of effects of course.
Re: Code for colors in nick...
Yes, I know that, but I want to set few users: u1 (admin) and u4, and later maybe more. How i can do that???
Kralj- Forumember
- Posts : 128
Reputation : 6
Language : Croatian || English || HTML
Location : Croatia
Re: Code for colors in nick...
Kralj wrote:Yes, I know that, but I want to set few users: u1 (admin) and u4, and later maybe more. How i can do that???
SethC1995 wrote:You will have to place multiple CSS codes for each user depending on the variation of effects.
You would place the following in your stylesheet if you're using different styles for different users.
- Code:
a[href="/u1"]{
text-decoration: none !important;
text-shadow: 0 0 0.2em black, 0 0 0.2em black, 0 0 0.2em blue
}
a[href="/u4"]{
text-decoration: none !important;
text-shadow: 0 0 0.2em black, 0 0 0.2em black, 0 0 0.2em blue
}
If you're using the same style for multiple users this should suffice:
- Code:
a[href="/u1"], a[href="/u4"]{
text-decoration: none !important;
text-shadow: 0 0 0.2em black, 0 0 0.2em black, 0 0 0.2em blue
}
Re: Code for colors in nick...
Jes, same style.
Thank you.
it is solved.
Thank you.
it is solved.
Kralj- Forumember
- Posts : 128
Reputation : 6
Language : Croatian || English || HTML
Location : Croatia
Re: Code for colors in nick...
Topic Solved & Locked
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» When i paste a long code via [code][/code] the page expands
» Search all topics by nick
» Forbiden nick names
» Words before nick problem
» Code: Select Content for code box
» Search all topics by nick
» Forbiden nick names
» Words before nick problem
» Code: Select Content for code box
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum