MmeJavert (
mmejavert) wrote in
style_system2010-09-12 01:11 am
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
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
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
no subject
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;}
no subject
The only problem I have is that now the sidebar floats on top of the content of the journal, it hides the far right text on the entries, and the links for the navlinks float on top of it. Do I have to also modify the main entry part to go with the change to the side bar, or is there something I'm missing in the CSS text for the sidebar size? I just copy-pasted the ".two-columns-right #secondary {width: 20em;}" part into the custom CSS box to see how it would work before I tweaked the size and so on.
no subject
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.
no subject
I tried using all percentages to modify primary/secondary and the navlinks, but 85% + 15% leaves a lot of empty space in between the sidebar and entries which just seems really weird.
I used the following CSS for what my journal looks like now:
.two-columns-right #primary {width: 93%;}
.two-columns-right #secondary {width: 21em;}
.two-columns-right .module-navlinks {right:21em;}
and I like the way that looks. Would it still be a good idea to submit a support request, then, and mention the percentage/ems mixup thing? Even though I have the journal looking the way I like it, I mean.
no subject
no subject
no subject
no subject
no subject
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.
no subject
no subject
(Sorry I'm being so persistent, it's just that when things bug me about how my journal looks I don't want to use it until the look is fixed.)
Thanks for all your help so far!
no subject
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.
no subject