Подскажите код
|
|
Дата: Вс, 20.05.2012, 16:50:26 | Сообщение # 1
|
Подскажите что надо вставить в ксс, что бы ники на форуме выделялись такими же цветами как тут?
|
|
Дата: Вс, 20.05.2012, 17:14:07 | Сообщение # 2
|
в виде материалов форума?
|
|
Дата: Вс, 20.05.2012, 17:17:46 | Сообщение # 3
|
Code /* User Group Marks Forum*/ a.postuser3:link,a.postuser3:visited,a.postuser3:hover {color:#00FF00;text-decoration:none} a.postuser2:link,a.postuser2:visited,a.postuser2:hover {color:#be5f00;text-decoration:none} a.postuser4:link,a.postuser4:visited,a.postuser4:hover {color:#4682B4;text-decoration:underline} a.postuser6:link,a.postuser6:visited,a.postuser6:hover {color:#4682B4;text-decoration:none} a.postuser9:link,a.postuser9:visited,a.postuser9:hover {color:#00FF00;text-decoration:underline} a.postuser6:link,a.postuser6:visited,a.postuser6:hover {color:#18eb85;text-decoration:none} a.postuser10:link,a.postuser10:visited,a.postuser10:hover {color:#FF3030;text-decoration:none} a.postuser15:link,a.postuser15:visited,a.postuser15:hover {color:#9400D3;text-decoration:none} a.postuser13:link,a.postuser13:visited,a.postuser13:hover {color:#bef574;text-decoration:none} a.postuser12:link,a.postuser12:visited,a.postuser12:hover {color:#FF8C00;text-decoration:none} a.postuser251:link,a.postuser251:visited,a.postuser251:hover {color:yellow;text-decoration:none} /* ---------------- */
Подправляешь под свои группы и цвета поменяешь!
Нету подписи!
|
|
Дата: Вс, 20.05.2012, 17:22:34 | Сообщение # 4
|
Моржик, Да stiv1396, Как такие же цвета как на дс сделать?
|
|
Дата: Вс, 20.05.2012, 17:24:31 | Сообщение # 5
|
stiv1396, Найди коды цветов, и вместо: Code a.postuser3:link,a.postuser3:visited,a.postuser3:hover {color:[u][b]#00FF0[/b][/u];text-decoration:none}
Сообщение отредактировал Jonsq - Вс, 20.05.2012, 17:25:12
|
|
Дата: Вс, 20.05.2012, 17:25:32 | Сообщение # 6
|
color:#18eb85 заменить на нужный тебе цвет. Цвет ты можешь посмотреть в ФШ либо с помощью спец программ/сайтов. А вообще для таких вопросов есть раздел "Вопросы по uCoz"
|
|
Дата: Вт, 29.05.2012, 19:13:26 | Сообщение # 7
|
Дата: Вт, 29.05.2012, 19:16:47 | Сообщение # 8
|
Дата: Вт, 29.05.2012, 19:18:23 | Сообщение # 9
|
это в ксс:
Code /* User Group Marks */ a.groupModer:link,a.groupModer:visited,a.groupModer:hover {color:#00FF00;} a.groupAdmin:link,a.groupAdmin:visited,a.groupAdmin:hover {color:#4682B4;font-weight:bold;} a.groupVerify:link,a.groupVerify:visited,a.groupVerify:hover {color:#2489f1;} a.groupFriends:link,a.groupFriends:visited,a.groupFriends:hover {color:yellow;} a.groupOther1:link,a.groupOther1:visited,a.grou pOther1:hover {color:#BEBEBE;} a.groupOther2:link,a.groupOther2:visited,a.grou pOther2:hover {color:#be5f00;} a.groupOther4:link,a.groupOther4:visited,a.grou pOther4:hover {color:#8e006b;} a.groupOther5:link,a.groupOther5:visited,a.grou pOther5:hover {color:#00FF00;font-weight:bold;} a.groupOther6:link,a.groupOther6:visited,a.grou pOther6:hover {color:red;} a.groupOther8:link,a.groupOther8:visited,a.grou pOther8:hover {color:#a65309;} a.groupOther9:link,a.groupOther9:visited,a.grou pOther9:hover {color:#bef574;} a.groupOther11:link,a.groupOther11:visited,a.groupOther11:hover {color:#9400D3;} /* ---------------- */
каждая группа имеет свой ID, соотвестственно цифра после Other - это и есть айди группы
|
|
Дата: Вт, 29.05.2012, 19:31:16 | Сообщение # 10
|
Моржик, я уже все сделал, мне теперь просто нужны цвета
|
|
Дата: Вт, 29.05.2012, 19:33:17 | Сообщение # 11
|
Дата: Вт, 29.05.2012, 19:33:33 | Сообщение # 12
|