PDA

View Full Version : Tag cloud color and size ....


goxy63
06-02-2009, 06:43 PM
Found this code here at forums, but thread is closed and I just cant ask for help there
I placed this code instead default one within 'tag_cloud_headinclude' template
<style type="text/css">
a.tagcloudlink:link, a.tagcloudlink:visited { text-decoration:none; }
a.tagcloudlink:hover, a.tagcloudlink:active { text-decoration:underline; }
a.level1 { font-size: 8pt; color: #4682B4; }
a.level2 { font-size: 10pt; color: #2F4F4F; }
a.level3 { font-size: 12pt; color: #9932CC; }
a.level4 { font-size: 14pt; color: #C71585; }
a.level5 { font-size: 16pt; color: #B22222; }
</style>

Code should improve/cheer up tag clouds, but its just not working with my forums
Also Iam using Vba CMPS module, and there is just the same thing...only changes that this code did for me is that all tags are in pink and sizes are just the same as beforre
BOOORIIING

Can anyone help me with this !?

Thanks

ps
sorryz cuz my poor english, hope that I was clear enough

Lynne
06-02-2009, 09:32 PM
Modifications in the graveyard are not supported.

I suggest you play with your classes. I have added color to my tags by creating color for tags like a.classname.link, a.classname.visited, etc.

goxy63
06-02-2009, 11:08 PM
Thanks Lynne