| User´s Group colors |
| jackass | Date: Friday, 2007-09-07, 11:21 Am | Message # 1 |
Regular
Group: Checked
Messages: 70
Reputation: 0 [0%]
Status: Offline
| I want to change a user's grup color! How can I do it? In some desig Templates moderators is yello, but in other they are blue! Can I change it? Whaiting for ansver
Visit my site
|
| |
|
|
|
| Piterski | Date: Saturday, 2007-09-08, 9:07 Am | Message # 2 |
Newbie
Group: Users
Messages: 4
Reputation: 0 [0%]
Status: Offline
| You need to change the color of CSS table. It is these references to classes. Code /* User Group Marks */ a.groupModer:link,a.groupModer:visited,a.groupModer:hover {color:blue;} a.groupAdmin:link,a.groupAdmin:visited,a.groupAdmin:hover {color:red;} a.groupVerify:link,a.groupVerify:visited,a.groupVerify:hover {color:green;} a.groupVerify:link,a.groupVerify:visited,a.groupVerify:hover {color:green;} a.groupOther1:link,a.groupOther1:visited,a.groupOther1:hover {color:#FF9900;} /* ---------------- */
Message edited by Kurt - Sunday, 2007-09-09, 4:03 Am |
| |
|
|
|
| jackass | Date: Tuesday, 2007-09-11, 1:47 Pm | Message # 3 |
Regular
Group: Checked
Messages: 70
Reputation: 0 [0%]
Status: Offline
| Hey, BIG thanks! P.S. Code /* User Group Marks */ a.groupModer:link,a.groupModer:visited,a.groupModer:hover {color:blue;} a.groupAdmin:link,a.groupAdmin:visited,a.groupAdmin:hover {color:red;} a.groupVerify:link,a.groupVerify:visited,a.groupVerify:hover {color:green;} /* ---------------- */ I have only 3 grups here, but I have create more than 3! How can I add they here?
Visit my site
Message edited by jackass - Tuesday, 2007-09-11, 1:54 Pm |
| |
|
|
|
| Piterski | Date: Wednesday, 2007-09-12, 5:14 Am | Message # 4 |
Newbie
Group: Users
Messages: 4
Reputation: 0 [0%]
Status: Offline
| I waited for the question Each new group is a new class of "groupOther1." Next new group class "groupOther2." So in the CSS style sheet, add the record: Code a.groupOther1:link,a.groupOther1:visited,a.groupOther1:hover {color:#FF9900;} a.groupOther2:link,a.groupOther2:visited,a.groupOther2:hover {color:#FF9900;}
Message edited by Piterski - Wednesday, 2007-09-12, 5:15 Am |
| |
|
|
|
| jackass | Date: Friday, 2008-01-11, 4:17 Pm | Message # 5 |
Regular
Group: Checked
Messages: 70
Reputation: 0 [0%]
Status: Offline
| Piterski thanks Added (2008-01-11, 4:17 Pm) --------------------------------------------- Code /* User Group Marks */ a.groupModer:link,a.groupModer:visited,a.groupModer:hover {color:e301ed;} a.groupAdmin:link,a.groupAdmin:visited,a.groupAdmin:hover {color:ef001b;} a.groupVerify:link,a.groupVerify:visited,a.groupVerify:hover {color:00a000;} a.groupOther1:link,a.groupOther1:visited,a.groupOther1:hover {color:#FF9900;} a.groupOther2:link,a.groupOther2:visited,a.groupOther2:hover {color:blue;} /* ---------------- */ Code a.groupOther2:link,a.groupOther2:visited,a.groupOther2:hover {color:blue;} It didnt chang color of my user grup.whay?
Visit my site
Message edited by jackass - Friday, 2008-01-11, 4:17 Pm |
| |
|
|
|
| Vanofuture | Date: Friday, 2008-01-11, 5:39 Pm | Message # 6 |
Regular
Group: Checked
Messages: 56
Reputation: 7 [2%]
Status: Offline
| Quote (jackass) It didnt chang color of my user grup.whay? Не gave the standart colors.You must change the code.Who's colors you need to change?
I'm from Russia, sorry for my english. If I helped you give me a respect.
|
| |
|
|
|
| jackass | Date: Saturday, 2008-01-12, 8:32 Am | Message # 7 |
Regular
Group: Checked
Messages: 70
Reputation: 0 [0%]
Status: Offline
| I have a new user grup, and I put in this code, but it show standart link color Code a.groupOther2:link,a.groupOther2:visited,a.groupOther2:hover {color:blue;}
Visit my site
|
| |
|
|
|
| Vanofuture | Date: Saturday, 2008-01-12, 1:35 Pm | Message # 8 |
Regular
Group: Checked
Messages: 56
Reputation: 7 [2%]
Status: Offline
| Quote (jackass) I have a new user grup, and I put in this code, but it show standart link color If it is the first new group you created you shuold put thisQuote a.groupOther1:link,a.groupOther1:visited,a.groupOther1:hover {color:blue;}
I'm from Russia, sorry for my english. If I helped you give me a respect.
|
| |
|
|
|
| Eckho | Date: Sunday, 2008-01-20, 1:47 Am | Message # 9 |
GFX Certified
Group: Moderators
Messages: 416
Reputation: 23 [7%]
Status: Offline
| Thanks for the idea Vanofuture Thanks For Sharing
|
| |
|
|