mmejavert: (adrien)
MmeJavert ([personal profile] mmejavert) wrote in [community profile] style_system2010-09-12 01:11 am

Free account: layout style "Crossroads"

Hi,

I'm not sure if I can actually do all of these things with a free account, but I figure it doesn't hurt to ask.

1) Is it actually possible to widen the sidebar? The tag cloud just looks really constrained with the size of the sidebar right now, and I just want to make it wider. It's not an option in the customizations menu, but I wondered if it was possible to do with CSS?

2) I want to make the links at the top for recent entries, reading, etc. a little bigger (and also not underlined), but I can't figure out what to put in the CSS to do that. I did put custom CSS which worked on the links in the sidebar (took away the underlines and change colours when I mouse over), but it doesn't do anything to the links at the top of the page, so maybe I'm missing something?

3) At the bottom of the entry there's a bar with "Edit Entry" "Edit Tags" "Memory" "Share" "Track" on the right. How can I get rid of the "Memory""Share" "Track" links there? It just looks cluttered with all that there, and I was able to do that on my livejournal, but I can't remember if that was a paid-account feature or not anymore. Related, can I replace the text with the little icons, as well? I'd also like to place a text separator between the links, like so: "edit entry ~ edit tags" Is that possible, as well?


Thanks so much! :D
cesy: "Cesy" - An old-fashioned quill and ink (Default)

[personal profile] cesy 2010-09-12 05:55 am (UTC)(link)
1) In the custom CSS box, add .two-columns-right #secondary {width: 20em;} or whatever number you want.

2) Custom CSS: .module-navlinks ul {font-size: large;}

3) You can replace the text with the icons, though I can't remember where the setting is right now.
For the links: .entry-management-links .tell_friend, .entry-management-links .mem_add, .entry-management-links .watch_comments {display: none;}
cesy: "Cesy" - An old-fashioned quill and ink (Default)

[personal profile] cesy 2010-09-12 07:19 am (UTC)(link)
Ah, you'll need to modify #primary {width: 90%;}

However, that means that there's something wrong in the style that I'm missing, because it's mixing percentages and ems, so it'll work on some screens but not on others.

Hopefully someone more expert than me is watching this and can fix it - if not, I'd suggest filing a Support request.

Edit: You'll also need .two-columns-right .module-navlinks {right:20em;} for the navlinks.
Edited (I missed stuff) 2010-09-12 07:20 (UTC)
cesy: "Cesy" - An old-fashioned quill and ink (Default)

[personal profile] cesy 2010-09-12 07:53 am (UTC)(link)
Yes, it's still worth submitting a support request, because it will break if any of your readers have a different font size set in their browser.
ninetydegrees: Art & Text: heart with aroace colors, "you are loved" (Default)

[personal profile] ninetydegrees 2010-09-12 08:24 am (UTC)(link)
You shouldn't change the width of #primary in Tabula Rasa and its children styles. Everything is based on sidebar_width, which you can customize in the interface, to make sure it stays nicely flexible and will always look nice.
ninetydegrees: Art & Text: heart with aroace colors, "you are loved" (Default)

[personal profile] ninetydegrees 2010-09-12 08:21 am (UTC)(link)
1) You shouldn't need custom CSS for that. On the first page of Customize Journal Style, you have an option to change the width of your sidebar. From 15em to 20em for example and from 30em to 40em for the doubled value. It works well for me.
zvi: self-portrait: short, fat, black dyke in bunny slippers (Default)

[personal profile] zvi 2010-09-12 12:24 pm (UTC)(link)
3) to change the links to icons, go to http://www.dreamwidth.org/customize/options and at the bottom it asks about whether you want different kinds of links to be text or icons.

To put a spacer between them
ul.entry-management-links li:after { content: "~"; }
ul.entry-management-links li:last-node:after { display:none; }


It looks like you solved 2 yourself, but if you'd like a guide to the CSS, S2 CSS guide should be helpful.
zvi: self-portrait: short, fat, black dyke in bunny slippers (Default)

[personal profile] zvi 2011-06-22 02:41 pm (UTC)(link)
Oh, because you commented to yourself, I never saw this.

Anyway, I don't think the comment interaction links turn into icons for any of the styles, actually, but I wouldn't swear to it.
zvi: self-portrait: short, fat, black dyke in bunny slippers (Default)

[personal profile] zvi 2011-06-22 02:39 pm (UTC)(link)
this is from forever ago, but the class you were looking for is ul.entry-interaction-links li Sorry for taking twelve milion years to reply.