Background Change »  Show posts from    to     

Icy Phoenix


Old Support Topics - Background Change



bladstory [ Sun 06 Apr, 2008 00:24 ]
Post subject: Background Change
Hi,
I'm trying to change the background body for my forum. i use black perle theme ,u know it's black i want to change to 3 colors degrade -black-silver-white-.
if somebody can help me to find the way to proceed .
NB: for your info i'm a novice and all this forum and program is new for me.
thanks for help


bladstory [ Sun 06 Apr, 2008 00:58 ]
Post subject: Re: Background Change
bladstory wrote: [View Post]
Hi,
I'm trying to change the background body for my forum. i use black_pearl_phpbb3_1_2_8 theme ,u know it's black i want to change to 3 colors degrade -black-silver-white-.
if somebody can help me to find the way to proceed .
NB: for your info i'm a novice and all this forum and program is new for me.
thanks for help


Vortex [ Sun 06 Apr, 2008 01:14 ]
Post subject: Re: Background Change
bladstory wrote: [View Post]
Hi,
I'm trying to change the background body for my forum. i use black perle theme ,u know it's black i want to change to 3 colors degrade -black-silver-white-.
if somebody can help me to find the way to proceed .
NB: for your info i'm a novice and all this forum and program is new for me.
thanks for help



Please, give us some further information in order to help you. What exactly do you want to do? Have you got any html/css knowledge?


bladstory [ Sun 06 Apr, 2008 02:02 ]
Post subject: Re: Background Change
Hi,
exactly i want to change the Background , now it's black but i want to change it for another color , i don't want to change for all the forums just for out square what i put in white in this screenshoot http://img241.imageshack.us/img241/6291/screentf8.jpg
for html/css knowledge? u know if u tell me to change a line by another line in file.css or to file.html i can do it, but i can't make new code or programme
thanks -if u need more information


JHOSMAN [ Sun 06 Apr, 2008 02:18 ]
Post subject: Re: Background Change
In Firefox give right-click on the colors of the template and select "View wallpaper" the guards will change color with your graphic editor (may be fireworks) and resubes file, delete the cache in the ACP and ready: P


Vortex [ Sun 06 Apr, 2008 02:20 ]
Post subject: Re: Background Change
In style_p_black.css , this value


Quote:
/* main selectors */
body {
background: #111111;
/*background: #FFFFFF url(images/p_black/bg_body.gif) top left repeat-x;*/
margin: 0px 0px 0px 0;
padding: 0px 10px 0px;
}


bladstory [ Sun 06 Apr, 2008 03:03 ]
Post subject: Re: Background Change
hi,
i don't have this file: style_p_black.css the only one i have is: black_pearl/theme/stylesheet.css


Vortex [ Sun 06 Apr, 2008 03:08 ]
Post subject: Re: Background Change
bladstory wrote: [View Post]
hi,
i don't have this file: style_p_black.css the only one i have is: black_pearl/theme/stylesheet.css



Uhm... it's a strange path for an MG theme, how did you install the style?


Anyway, is there the line I suggested you, in that stylesheet.css?


bladstory [ Sun 06 Apr, 2008 14:30 ]
Post subject: Re: Background Change
hi,
i get this style from this adresse
http://demo.phpbb3styles.net/Black+Pearl?phpbb=3.0.0

and the only file i have
http://bladstory.my5gb.com/aide/stylesheet.css.txt
http://bladstory.my5gb.com/aide/fap.css.txt
http://bladstory.my5gb.com/aide/stylesheet_old.css.txt

and i can't found anything with (images/p_black/bg_body.gif),


Vortex [ Sun 06 Apr, 2008 14:38 ]
Post subject: Re: Background Change
bladstory, this is a phpbb3 style, not an Icy one. Please next time specify and post it in the correct forum.


And yes, you have that line in stylesheet.css:


Quote:
body {
/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
color: #CCCCCC;
background-color: #111111;
font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
margin: 0px 10px 0px 10px;
}


bladstory [ Sun 06 Apr, 2008 14:55 ]
Post subject: Re: Background Change
Sorry i don't specify i see black_pearl from icy phonix ,i think it's same think ,and my english not helping me,

I replace this line like this
Quote:
body {
/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
color: #CCCCCC;
background-color: #111111;
background-image: url('./images/fond.gif') no-repeat;
font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
margin: 0px 10px 0px 10px;
}


and i refresh but nothing happen




Powered by Icy Phoenix