1 (edited by Bozoo 2005-07-14 20:24)

Topic: [Style] Problem under the avatar !

Hi,
I would like to erase this bloc of color, this pink pastel which is beneath
the avatar and put the pic beyond !
I've asked some help on punbb-fr but none can change all by modifyng
all the css code and put the image in the background my square the color

Thx for ur help big_smile

Re: [Style] Problem under the avatar !

Bozoo wrote:

Hi,
I would like to erase this bloc of color, this pink pastel which is beneath
the avatar and put the pic beyond !
I've asked some help on punbb-fr but none can change all by modifyng
all the css code and put the image in the background my square the color

Link, for see my bug : http://forum.ouiedire.xooit.net/viewtopic.php?id=13

Thx for ur help big_smile

In your stylesheet, you need to check that the following classes have the same color:

DIV.postright, DIV.postfootright {BORDER-LEFT-COLOR: #F1F1F1 }
DIV.postleft, DIV.postfootleft, DIV.blockpost LABEL {BACKGROUND-COLOR: #F1F1F1}

They *MUST* be the same color for it to look correct with the default layouts.

3

Re: [Style] Problem under the avatar !

I was search it !
The pb is this (BORDER-LEFT-COLOR: #FFF9FF)
i i delete it, they have my border with other color hmm

/* 2.1 This is the setup for posts. */

DIV.blockpost DIV.box, DIV.postright, DIV.postfootright, #postpreview {BACKGROUND-IMAGE: URL(http:///img/fond_lightpink.gif); BACKGROUND-COLOR: #FFF9FF}
DIV.postright, DIV.postfootright, DIV.postleft, DIV.postfootleft {BACKGROUND-IMAGE: URL(http://img/fond_lightpink.gif); BORDER-LEFT-COLOR: #FFF9FF}

Oh my god, how change it ! It's impossible o_O

HELP ME PLEASE ^^

4

Re: [Style] Problem under the avatar !

Sorry, but anybody can help ?
Is it impossible ?

5

Re: [Style] Problem under the avatar !

Try adding this to your main stylesheet

#punviewtopic div.postright, #punviewtopic div.postfootright {
    BORDER-LEFT: none;
    MARGIN-LEFT: 18em;
}

Now remove all the border-left-color stuff from your colour scheme stylesheet.

6

Re: [Style] Problem under the avatar !

That dont work hmm
Or i was make a error (if ur sure that work, can i give u my file and u change it ?) Because i dont like this bug on my skin sad
Thx for ur help (really cool big_smile)

7

Re: [Style] Problem under the avatar !

That got rid of the pale pink square which I thought is what you wanted. If you want something different you have to say exactly what it is.

8 (edited by Bozoo 2005-07-14 20:27)

Re: [Style] Problem under the avatar !

Yeah that workS !
Sorry i hAve forgOt to clear my cache in firefox !
Thx for ur help now that work and it's cool !

http://bozoo.xooit.net/text.gif

Do u have an idea for put the text under the avatar ?
(see pics)

9

Re: [Style] Problem under the avatar !

#punviewtopic div.postright, #punviewtopic div.postfootright {
    BORDER-LEFT: none;
}

#punviewtopic div.postfootright {
    MARGIN-LEFT: 18em;
}

By removing the margin from .postright the text should simply flow around the float.

10 (edited by Bozoo 2005-07-16 17:36)

Re: [Style] Problem under the avatar !

Thx for ur help,
But it's not good, see the pics sad
If u have another idea smile
http://img342.imageshack.us/img342/5320/forum7lm.gif

11

Re: [Style] Problem under the avatar !

A little dump, if u u dont know i stop my dump ..
But if u have another idea big_smile
Thx !