Glowing Usergroups
Couldnt find anything else like this on the forum and using it on my site at the moment for glowing names, seems to work everywhere but only in selected browsers, doesnt work on firefox or IE but will still display the color name.
Open up the ACP Go to Styles+Templates>Edit Template>CSS Templates>additional.css Add this code to the bottom of the template. Items shown in red can be changed, also can create more than one, so just copy and paste the code as needed and add as many as you like .gold-shadow { color: #999900; font-weight: bold; text-shadow: 0px 0px 7px #FF0000; } If you want to add another just copy and paste the same code and continue to add as many as you like. Now to editing the code to suit you colors. You can change the gold to whatever you want to call it but remember you will need this later for the selected group. #999999 change this to your base color it will work on all browsers #FF0000 change this to your glow/shadow color For example mine is gold/red Once you have changed the code go to Usergroups and edit the group you wish to change In the Html markup add this to the first part <span class="gold-shadow"> and this to the 2nd </span> Again change the gold to depending on what you named it in the CSS template Enjoy How it looks on my site http://www.pureglitching.com/forum.php?styleid=20 Also the sparkles on my site are another code, they wont happen unless you add another code and a gif image, this is only for the glow effect not sparkles, if you do want sparkles pm me and i will link you to my gif image and supply you with the code Download No files for download. |