wrong but wromantic (
sally_maria) wrote in
style_system2010-06-09 03:24 pm
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
Entry tags:
Comma-separated tag list (Solved)
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.
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.
no subject
no subject
What I have on LJ is like the cloud effect, with several tags to a line, separated by commas, but with all of them the same size. See the side bar on my journal.
Thank you for the thought, I'm sorry I wasn't clear enough.
no subject
.module-tags_list li { display: inline; }
to get it all on one line. Not sure about the commas, though.no subject
I'm not that fussed about the commas themselves, as long as the underlines help distinguish one tag from the next, but I'd really like to get rid of the - x uses text between them.
no subject
.module-tags_cloud .module-list-item { font-size: 10pt !important; }
(and replace the size with what you want), if I was being smarter.no subject
Thank you very much for your help. It's great not having to scroll down so far to see everything.
no subject
.module-tags_cloud .module-list-item:before{content: ", "; }
.module-tags_cloud .module-list-item:first-child:before{content: " "; }
no subject
It would be even better if I could work out how to take out the space between the tag and the comma, so they didn't occasionally run onto the next line, but it still looks better with them there at all.
Thank you very much for your help.
no subject
.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 :)
no subject
Thank you again for your help - it's just these little tweaks that let me go from pretty happy with my layout to really happy. :-)