Oooh green tags
Saturday, 5. May 2007, 07:06:37
Unfortunately there wasn't a special class set for all tag links and similar when viewing the source, but luckily I noticed all tags links to an url containing "/tag/", in addition the tag cloud on the right side has a convoluting element with a tagcloud id. Here's the code:
#tagcloud a:link, a[href*="/tag/"]:link {
color: #009900;
}
So basically, paint green all anchor links that are inside the tagcloud element, and all links in the document that has a href that contains the phrase "/tag/". Neat?Want to do the same? Copy the content above and paste it in the text form after going to My account → Change design → custom style sheet. Remember to check the option: Use my custom style sheet together with the current theme
I think that the second selector you used covers the tag cloud too. But I'm not sure.
By drlaunch, # 5. May 2007, 09:31:07
I think the second selector needs to be that way to have more specificity than the default stylesheet rule.
By nicomen, # 6. May 2007, 20:27:39
By rezadotcom, # 15. February 2008, 07:56:00
By lor74cas, # 10. April 2008, 14:33:53