
08-14-2009, 08:38 AM
|
|
|
Join Date: Dec 2008
Location: Australia
Posts: 174
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by TheCatcher
No, my addon does not! But that can easily make yourself
Go into the template "tag_cloud_headinclude" and change the CSS
Normal:
Code:
a.level1 (font-size: xx-small;)
a.level2 (font-size: small;)
a.level3 (font-size: medium;)
a.level4 (font-size: large;)
a.level5 (font-size: xx-large;)
Changed:
Code:
a.level1 (font-size: xx-small, color: green;)
a.level2 (font-size: small, color: blue;)
a.level3 (font-size: medium; color: red;)
a.level4 (font-size: large, color: black;)
a.level5 (font-size: xx-large, color: yellow;)
|
Thank you!
|