Topic: a Question about changing picture

i have a Question ,its two months I am trying to find the sum of my problem but I cant find the sum , I hope that answer me.
my Question is how to change that picture  in punbb 1.3 ?

http://kurdup.com/up/uploads/picture/3549cc4259.png

Re: a Question about changing picture

no Answer?

Re: a Question about changing picture

You can change this by editing the CSS code.

4 (edited by ahmad1989 2010-06-01 12:49)

Re: a Question about changing picture

i now that I can edit by CSS  but i want to change the square to a picture that I want ,I now that with that code I can change
the color

.brd .main-content .main-item .icon {
    border-color: #EDF1F5 #DDE0E4 #C6CBD3 #BABFC6

but I want to change the sqaure into a picture that i want

5 (edited by ahmad1989 2010-06-02 13:06)

Re: a Question about changing picture

what happend? no one nows that ?

Re: a Question about changing picture

Jezus christ... Change it in CSS!!!! It's not a real picture, just a square with frame, instead of border-color use background image and size it.

7 (edited by ahmad1989 2010-06-02 16:47)

Re: a Question about changing picture

thanks for your answers , but i have a question for punbb group ...  punbb group made this scrept by ther self , but is it possible they dont know  how to change this picture?

8 (edited by jamesturner125 2010-06-03 00:01)

Re: a Question about changing picture

Uhm.. Lol ok punbb any answers?

Re: a Question about changing picture

ahmad1989 wrote:

thanks for your answers , but i have a question for punbb group ...  punbb group made this scrept by ther self , but is it possible they dont know  how to change this picture?

The developers aren't always here. This forum is not very well frequented so it is possible that no one who knows the answer has seen your request.

I personally like the little squares although they serve no purpose whatsoever - they are actually kind of strange. smile I was watching this thread in the hopes of seeing the answer because I am still very ignorant and just want to learn stuff. FlashT gave a good hint and I tried that, but it's not that easy.

10 (edited by Slavok 2010-06-03 07:58)

Re: a Question about changing picture

ahmad1989 wrote:

how to change this picture?

Here is an example. Go to the 999 line of the "<FORUM_ROOT>/style/Oxygen/Oxygen.css" and replace the css rule with this one:

.brd .main-content .main-item .icon {
    height: 16px;
    width: 16px;
    background-image: url('http://punbb.informer.com/favicon.ico');
    background-repeat: no-repeat;
    float: left;
    margin-top: 0.667em;
    margin-left: -2.417em;
    }

Re: a Question about changing picture

thank you very very much for your helping .

12

Re: a Question about changing picture

Sorry for my answer, was a bit nervous that day smile Well I guess Slavok helped explaining what i ment smile You have to remove border aswell...

13 (edited by ahmad1989 2010-06-04 09:26)

Re: a Question about changing picture

you are right ,it have a black border another thing when I change  the picture link for my own picture link the picture cannot be seen and it's not in the middle , how can I remove the black border?

http://kurdup.com/up/uploads/picture/08aa6f487b.png

Re: a Question about changing picture

???

15 (edited by ahmad1989 2010-06-07 16:50)

Re: a Question about changing picture

for remove black border go (Oxygen.css) find this code

border-width: 0.5833em;

change to

border-width: 0.0em;