Styling the forum/topics right/left borders

Temporary forum to obtain support for MODs/Styles while phpbb.com is down
Locked
demon327
Registered User
Posts: 23
Joined: Wed Nov 08, 2006 10:53 am
Location: belgium

Styling the forum/topics right/left borders

Post by demon327 »

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?
color this.jpg
Color the borders..
(206.79 KiB) Downloaded 213 times

Phil
Registered User
Posts: 185
Joined: Sun Mar 11, 2007 3:20 am
Contact:

Re: Styling the forum/topics right/left borders

Post by Phil »

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.

demon327
Registered User
Posts: 23
Joined: Wed Nov 08, 2006 10:53 am
Location: belgium

Re: Styling the forum/topics right/left borders

Post by demon327 »

iWisdom wrote:Moving to Styles support.
thanks, dident find the right forum ;)

Brandon07
Registered User
Posts: 21
Joined: Mon Feb 02, 2009 1:09 pm
Location: Michigan
Contact:

Re: Styling the forum/topics right/left borders

Post by Brandon07 »

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

User avatar
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

Post by COD3M4ST3R-X »

Open your styles yourstyle/theme/colours.css
Find:

Code: Select all

.forabg {
	background-color: #0076b1;
	background-image: url("{T_THEME_PATH}/images/bg_list.gif");
}
Change this:

Code: Select all

	background-color: #0076b1;
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*/
Image
Long Live PhpBB!

demon327
Registered User
Posts: 23
Joined: Wed Nov 08, 2006 10:53 am
Location: belgium

Re: Styling the forum/topics right/left borders

Post by demon327 »

COD3M4ST3R-X wrote:Open your styles yourstyle/theme/colours.css
Find:

Code: Select all

.forabg {
	background-color: #0076b1;
	background-image: url("{T_THEME_PATH}/images/bg_list.gif");
}
Change this:

Code: Select all

	background-color: #0076b1;
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*/
crap, so it is not possible to add a image to those borders? :(

User avatar
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

Post by COD3M4ST3R-X »

demon327 wrote:
COD3M4ST3R-X wrote:Open your styles yourstyle/theme/colours.css
Find:

Code: Select all

.forabg {
	background-color: #0076b1;
	background-image: url("{T_THEME_PATH}/images/bg_list.gif");
}
Change this:

Code: Select all

	background-color: #0076b1;
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*/
crap, so it is not possible to add a image to those borders? :(
It is if u make that bg image a bit bigger.
Image
Long Live PhpBB!

Brandon07
Registered User
Posts: 21
Joined: Mon Feb 02, 2009 1:09 pm
Location: Michigan
Contact:

Re: Styling the forum/topics right/left borders

Post by Brandon07 »

He could try repeating the image, but it might not turn out well. :shock:

demon327
Registered User
Posts: 23
Joined: Wed Nov 08, 2006 10:53 am
Location: belgium

Re: Styling the forum/topics right/left borders

Post by demon327 »

Brandon07 wrote:He could try repeating the image, but it might not turn out well. :shock:
i choosed the darkest tint in the image for the border, but thanks for helping people! 8-)

Locked