Font/subject line alterations.

May 27, 2006 23:20

More questions!

01. On friends/filter pages is it possible to change the font size of the line under the post-subject title line that reads:

exampleusername posting in examplecomm: 00:00am

I've managed to alter things so that the time stamp font is smaller but not the poster/comm information.

(I doubt if it's possible - and it's not a major concern - but can the ( Read more... )

Leave a comment

Comments 7

ems May 27 2006, 23:11:08 UTC
I'm not quite sure what you mean by alter the colour of the entry headers; you can change the background colour of the pattern, or you can add your own header, in the "further customizations" option; is this what you meant?

Not sure about the other thing, though, although I'd be curious to know. :)

Reply

doublefourtime May 27 2006, 23:19:39 UTC
Whoops, my wording's a tad crappy.

I didn't mean header, but the post subject title... line - which in the above post would be "Font/subject line alteration"

(God, I don't think that's clear either. I have a feeling there's a much simpler word that I should be using here, but my brain is hopeless at this time of night.)

Reply

ems May 27 2006, 23:31:39 UTC
Ahh I see what you mean - the background behind the title.

Do you have a paid account? If you do, you can create a custom layer and then enter the following code:

function custom_styles() {
"""
.entryheader {
background-color: #000000;
}
""";
}

If you already have a custom layer with custom CSS, just enter this, obviously.

.entryheader {
background-color: #000000;
}

HTH!

Reply

doublefourtime May 27 2006, 23:37:07 UTC
Yes, that would be the simple, normal way of saying it. ;)

And thank you - it works perfectly. All I need to do is sort out a half-decent colour scheme!

Reply


Leave a comment

Up