Title and Date on one line, Tags and comments on one line, Delete journal title, Add links...

Sep 22, 2010 23:34

I've been looking through old entries for hours, but having trouble with these things still. Can anyone help?

I have a permanent account, but I'm wondering if there is a way to do these changes by only using the "Custom stylesheet" box on the Customize journal page? If anyone could help, I'd be really grateful!

What I want to do is

1. Put the ( Read more... )

metadata, entry comment bar, header and footer

Leave a comment

Comments 7

monarchist September 22 2010, 15:04:45 UTC
1) That involves the subject line. If you go to the Custom CSS area, you can add this:

.subject {
font-weight: bold;
padding: 10px;
color: #9d8671;
font-family: "Verdana", sans-serif;
font-size: 11px;
margin: -30px 0 0 400px;
}

And see if that helps any.

2) I think you're going to have to get into style layers and adjust the properties. That can't readily be fixed with CSS.

3) I'm confused by this one to be honest. If you don't want it to say Jamieism.com, then you'll need to go to Edit Profile and change it there.

4) Links List? But that will appear in the sidebar, not the area you want.

5) This might also be a bit of style layer finagling. If you choose to display icons, it'll do it for both, but you might be able to bypass this on YOUR entries/comments by doing:

.userpic, .userpiccomment {
display: none;
}

6) I don't believe Flex Sqaures has the search option available.

Reply

hinoai September 23 2010, 00:14:12 UTC
1) Oh wow, thanks! That code worked like a dream! =^-^=

2) That's too bad T_T The tags look like they're part of the entry, which just seems weird to me. Instead of putting them with a comment, is there a way to make sure that they always appear at the end of the entry, instead of immediately after my entry text?? (ie- right on top of the comment bar)

3) I want to hide the part that says "Nihon Ajimi ~ Jamie's Tokyo Blog" which is the title of my journal.

4) On the top next to Jamieism.com, Recent Entries, and Archive, I want to put a few more links to outside webpage.

5) OMG YAY! ^o^/ Almost perfect! The only thing is that it's still displaying my userpic on the individual entry page (http://hinoai.livejournal.com/772805.html) Can I turn that one off too? I tried to add .userpicentry, but I obviously don't know what I'm doing ^^;

Reply

monarchist September 23 2010, 00:32:53 UTC
1) The longer your titles are, the more of a problem you're going to see with overlapping. On my screen right now (resolution 1440 x 900) it's overlapping.

2) Try this:

.ljtags {
font-weight: bold;
margin-top: 15px;
}

3) Ah, got it. Sorry. Okay.

.title {
display: none;
}

4) Yeah, those will have to go on the links list and I don't think you can move it from it's spot in the sidebar. *shakes fist at flex squares*

5) And it looks like there's not code to remove it from individual entries. The yes/no toggle works for both. So if you don't want them period, you say no. However, displaying none on the individual pages doesn't help because they are named the same thing in fS coding.

Reply

hinoai September 23 2010, 01:17:46 UTC
1) Yeah, there's overlapping. T_T But I don't mind too much, since at least I can try to keep my titles short. The smaller bar looks a lot better!

2) 3) THANKS!! ♥

4) *shakes fist too* I may have to give in and make a custom style sheet one day. Darnit T_T

5) Darnit. Dang lj. I want my lj to look more professional, which I think it does without icons. But when I read my friends list I want to see their cute icons. LOL No win-win is there? =D;;

Thank you so much! I really appreciate your time and effort! ^^

Reply


(The comment has been removed)

hinoai September 23 2010, 00:02:47 UTC
Thanks a lot! But instead of livejournal as a whole, I want to search my journal only. Just like what is on this community's sidebar. Can that be done with a personal journal?

Reply

(The comment has been removed)

hinoai September 23 2010, 00:19:13 UTC
Ahh, it seems that it's really only possible on a theme layer after all. T_T Maybe I should give in and make one.

Thanks so much though! You've been really helpful, I'm really grateful for your time! ^-^

Reply


Leave a comment

Up