[personal profile] sally_maria posting in [community profile] style_system
The one thing I miss on Dreamwidth is that I really want my tags to display as a comma-separated list, rather than a cloud or a long list. I was able to do that on LJ with somebody else's custom CSS, but unfortunately I don't know enough to be able to adapt it.

I'm currently using a Crossroads theme and if I could get all the text to display the same size as the smallest for the cloud setting, that would be great.

Is there anyone who has done this, or would be able to help me set it up?

Thank you very much in advance.

Date: 2010-06-09 03:43 pm (UTC)
syntheid: [Elementary] Watson drinking tea looking contemplative (Default)
From: [personal profile] syntheid
Oooooooooooooooooooor in the cloud I guess you could do .module-tags_cloud .module-list-item { font-size: 10pt !important; } (and replace the size with what you want), if I was being smarter.

Date: 2010-06-13 09:35 am (UTC)
jana: [Naruto] Sakura (Default)
From: [personal profile] jana
To get the tag cloud to display as a comma-separated list, in addition to [personal profile] syntheid's solution, try this out (it works for me):

.module-tags_cloud .module-list-item:before{content: ", "; }
.module-tags_cloud .module-list-item:first-child:before{content: " "; }

Date: 2010-06-13 10:12 am (UTC)
jana: [Naruto] Sakura (Default)
From: [personal profile] jana
That should do it (use it instead of the other css you got from me):

.module-tags_cloud .module-list-item:after{content: ", "; }
.module-tags_cloud .module-list-item:last-child:after{content: " "; }

I'd copied the other css from a different layout (not on DW) where I use it as a workaround, but this solution here makes much more sense. And it works too :)

Profile

Dreamwidth style system discussion

July 2025

S M T W T F S
  123 45
6789101112
13141516171819
20212223242526
2728293031  

Page Summary

Style Credit

Expand Cut Tags

No cut tags
Page generated Jul. 5th, 2025 03:47 pm
Powered by Dreamwidth Studios