The appearance of groups of users on the site.
Find: Code $ONLINE_USERS_LIST$ and replace with : Code <a class="groupUser">$ONLINE_USERS_LIST$</a> Add the following code in CSS : Code a[class^="group"]:link,a[class^="group"]:visited,.userBirthdayLink:link,.userBirthdayLink:visited{font-size:13px;padding:3px 4px;line-height:22px;border-radius:4px;text-decoration:none!important;} a[class^="group"]:hover,.userBirthdayLink:hover{text-decoration:none! important;box-shadow:0 1px 3px rgba(0,0,0,.3);} .forumOnlineBar a[class^="group"]:link,.forumOnlineBar a [class^="group"]:visited{line-height:normal;} a.groupUser:link, a.groupUser:visited,.userBirthdayLink:link,.userBirthdayLink:visited{color:#2a6f92!important;} a.groupUser:hover,.userBirthdayLink:hover{color:#11567a! important;background:#ebf2f2;} a.groupModer:link,a.groupModer:visited {color:#1ab11e! important;background:url(http://themes.ucoz.net/modes/users/Mod.png) no-repeat 1px center;padding-left:16px;} a.groupModer:hover {color:#fff!important;background:url(http://themes.ucoz.net/modes/users/Mod.png) no-repeat 3px center #1ab11e; }/*Moderator*/ a.groupVerify:link,a.groupVerify:visited {color:#991199!important;} a.groupVerify:hover {color:#fff!important;background:#991199;}/*Verificat*/ a.groupAdmin:link,a.groupAdmin:visited {color:#ff2400! important;background:url(http://themes.ucoz.net/modes/users/administrator.png) no-repeat 1px center;padding-left:16px;} a.groupAdmin:hover {color:#fff!important;background:url(http://themes.ucoz.net/modes/users/administrator.png) no-repeat 3px center #ff2400; }/*Administrator*/ a.groupOther1:link,a.groupOther1:visited {color:#015fb6!important;background:url(http://themes.ucoz.net//modes/users/uploader.png) no-repeat 1px center;padding-left:16px;} a.groupOther1:hover {color:#fff!important;background:url(http://themes.ucoz.net/modes/users/uploader.png) no-repeat 3px center #015fb6; }/*Uploader*/ a.groupFriends:link,a.groupFriends:visited {color:#ffcc2f!important;background:url(http://themes.ucoz.net/modes/users/vip_grade.gif) no-repeat 1px center;padding-left:25px;} a.groupFriends:hover {color:#fff!important;background:url(http://themes.ucoz.net/modes/users/vip_grade.gif) no-repeat 3px center #ffcc2f; }/*VIP*/ a.groupBanned:link,a.groupBanned:visited {color:#303030!important;text-decoration:line-through;background:url(http://themes.ucoz.net/modes/users/banned.png) no-repeat 1px center;padding-left:17px;} a.groupBanned:hover {color:#fff!important;background:url(http://themes.ucoz.net/modes/users/banned.png) no-repeat 3px center #303030;text-decoration: line-through;}/*banned*/ .uz li {list-style-type:none;line-height:1.7em;padding:0px 0px 0px 10px; margin:0 15px 0 15px;background:url('http://themes.ucoz.net/modes/users/administrator.png') no-repeat 0px 6px;} #nav_menu a:link, #nav_menu a:visited { color: #fff; display: block; font-size:11px; padding-bottom: 4px; padding-left: 8px; padding-right: 8px; padding-top: 4px; } |
Total comments (0)