1 (edited by shaheart 2010-09-01 22:51)

Topic: How to change the image on left?

Hello

How do you change the image on the left of the topic on the index. Image below:

http://i55.tinypic.com/vwuxoy.jpg

Thanks,
Danny.

Re: How to change the image on left?

http://punbb.informer.com/forums/topic/ … on-images/

3

Re: How to change the image on left?

BTW, if you want to change only colors you can do it purely in CSS. Oxygen_cs.css, lines 360+

[code=css]/* Status indicators
----------------------------------------------------------------*/

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

.brd .main-content .redirect .icon {
    border-color: #f4f4f4 #f4f4f4 #f4f4f4 #f4f4f4;
    }

.brd .main-content .sticky .icon {
    border-color: #D7E5F3 #C3CFDC #9FB3C7 #90A2B4;
    }

.brd .main-content .closed .icon {
    border-color: #ACACAC #979797 #898989 #7A7A7A;
    }

.brd .main-content .sticky .closed .icon {
    border-color: #D7E5F3 #C3CFDC #898989 #7A7A7A;
    }

.brd .main-content .new .icon {
    border-color: #2B75AD #235E8C #1F537B #266799;
    }
[/code]

Eraversum - scifi browser-based online webgame