Styling the forum/topics right/left borders
Styling the forum/topics right/left borders
Hello everybody, since that phpbb.com is still down and thus i cant acces my PM inbox i'm going to ask the question here: how can i color the borders seen on the screenshot?
Re: Styling the forum/topics right/left borders
Moving to Styles support.
My phpbb.com account
Note that any of my opinions expressed in RFC topics are my own and not necessarily representative of the opinion of the phpBB Team.
Note that any of my opinions expressed in RFC topics are my own and not necessarily representative of the opinion of the phpBB Team.
Re: Styling the forum/topics right/left borders
thanks, dident find the right forumiWisdom wrote:Moving to Styles support.
Re: Styling the forum/topics right/left borders
You change those borders in your stylesheet.css file.
/styles/your style/them/stylesheet.css
If you're doing it threw the Admin Panel:
Administration Control Panel > Styles > Themes Tab > hit the "edit" button on your theme > Select stylesheet.css
/styles/your style/them/stylesheet.css
If you're doing it threw the Admin Panel:
Administration Control Panel > Styles > Themes Tab > hit the "edit" button on your theme > Select stylesheet.css
- COD3M4ST3R-X
- Registered User
- Posts: 228
- Joined: Wed Nov 05, 2008 7:52 am
- Location: Lahore,Pakistan
- Contact:
Re: Styling the forum/topics right/left borders
Open your styles yourstyle/theme/colours.css
Find:
Change this:
To the colour code your Image is using.
/*background-colour, its displayed when the image is to short. the best is to take thecolour of the last Pixel-row of the bg-image*/
Find:
Code: Select all
.forabg {
background-color: #0076b1;
background-image: url("{T_THEME_PATH}/images/bg_list.gif");
}
Code: Select all
background-color: #0076b1;
/*background-colour, its displayed when the image is to short. the best is to take thecolour of the last Pixel-row of the bg-image*/
Long Live PhpBB!
Re: Styling the forum/topics right/left borders
crap, so it is not possible to add a image to those borders?COD3M4ST3R-X wrote:Open your styles yourstyle/theme/colours.css
Find:Change this:Code: Select all
.forabg { background-color: #0076b1; background-image: url("{T_THEME_PATH}/images/bg_list.gif"); }
To the colour code your Image is using.Code: Select all
background-color: #0076b1;
/*background-colour, its displayed when the image is to short. the best is to take thecolour of the last Pixel-row of the bg-image*/
- COD3M4ST3R-X
- Registered User
- Posts: 228
- Joined: Wed Nov 05, 2008 7:52 am
- Location: Lahore,Pakistan
- Contact:
Re: Styling the forum/topics right/left borders
It is if u make that bg image a bit bigger.demon327 wrote:crap, so it is not possible to add a image to those borders?COD3M4ST3R-X wrote:Open your styles yourstyle/theme/colours.css
Find:Change this:Code: Select all
.forabg { background-color: #0076b1; background-image: url("{T_THEME_PATH}/images/bg_list.gif"); }
To the colour code your Image is using.Code: Select all
background-color: #0076b1;
/*background-colour, its displayed when the image is to short. the best is to take thecolour of the last Pixel-row of the bg-image*/
Long Live PhpBB!
Re: Styling the forum/topics right/left borders
He could try repeating the image, but it might not turn out well.
Re: Styling the forum/topics right/left borders
i choosed the darkest tint in the image for the border, but thanks for helping people!Brandon07 wrote:He could try repeating the image, but it might not turn out well.