SOLVED - A whole host of things: background images, borders, positioning and alignment problems, dat

Nov 11, 2009 22:54

Hello! I've got a bunch of questions here, hopefully someone can help me figure these out!

more here )

date format, entry comment bar, solved, date, subject, misc, paid accounts

Leave a comment

Comments 8

babyelefant November 12 2009, 19:31:25 UTC
I can't answer everything, but I'll try to show you a few things
1) no idea becasue I have no idea what you want to do, but can't you use the butterfly as background-image in body?

2) add the image after the closing brace and before $this->print_postlink();
and try this to move it

.comments img{
position:relative;
top:5px;
}

3) you should be able to do this in your theme layer, with if ($p.view != "entry") around the time part

5)

.currentmood img{
border:1px solid #fff;
}

sorry no idea about the other things

Reply

mana_goddess November 12 2009, 22:17:53 UTC
3. Could you be more specific about "around the time part"? I'm a little unsure of where exactly this should be placed.

The rest of your suggestions worked! Thanks a lot :D

Reply

babyelefant November 13 2009, 06:57:38 UTC
I have to go to work now, but I'll get back to you about that later

Reply

babyelefant November 13 2009, 18:48:17 UTC
Ok, overwirte the function print_entry(Page p, Entry e, Color bgcolor, Color fgcolor)
you have with the one I have here.
The will do the date thing and also align the subject and date

For the private/friends only icon add padding to .subject img

.subject img{
padding-right:5px;
}

should work

Reply


(The comment has been removed)

mana_goddess November 19 2009, 23:07:55 UTC
Thank you! Worked great!

Reply


Leave a comment

Up