Re: a Question about changing picture
no Answer?
Re: a Question about changing picture
You can change this by editing the CSS code.
4 2010-06-01 12:48 (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 2010-06-02 13:06 (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 2010-06-02 16:37 (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 2010-06-03 00:01 (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
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. 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 2010-06-03 07:45 (edited by Slavok 2010-06-03 07:58)
Re: a Question about changing picture
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 .
Re: a Question about changing picture
Sorry for my answer, was a bit nervous that day Well I guess Slavok helped explaining what i ment You have to remove border aswell...
13 2010-06-03 20:36 (edited by ahmad1989 2010-06-04 09:26)
Re: a Question about changing picture
???
15 2010-06-07 06:49 (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;