Phpbb Skin Background

Mr. Duck

Seasoned Veteran
Joined
Jul 29, 2010
Messages
2,643
Reaction score
0
FP$
256
How do i change the background of a phpbb skin?

the skin is absolution.
 
/styles/absolution/theme/colours.css
Find
Code:
#main-sidebar       { position: absolute; left: 0; top: 0; width: 50px; bottom: 0; background-image: url("{T_THEME_PATH}/images/shadow-left.png"); background-repeat: repeat-y; background-color: #071924; background-position: right; padding: 0 10px; }

And change the picture to what you want

and find
Code:
#secondary-sidebar  { position: absolute; right: 0; top: 0; width: 50px; bottom: 0; background: #eee; padding: 0 10px; background-image: url("{T_THEME_PATH}/images/shadow-right.png"); background-repeat: repeat-y; background-color: #071924; background-position: left; }

and change that image to the image you want
 
Well if you wanna help me a lot you could become a admin 😛

Check the job forum
 
Back
Top Bottom