Page 1 of 6

phpbb3 3.0.7 style Glossyblack

Posted: 12 Mar 2010, 01:20
by Steve
phpBB3 Style name: Glossyblack
phpBB3 Style version: 1.0.2
PhpBB3 version: 3.0.7
Description: Style inspired by my new 42" widescreen tv and bt home hub, the style is built around prosilver templates.Glossy black theme with glossy black topic buttons,icons etc.
GlossyBlack3.0.7.zip
Couple of annoying color differneces ive notice ppl mention
1. signature text too dark
open styles/Glossyblack/theme/colours.css
find:

Code: Select all

/* Post signature */
.signature {
	border-top-color: #808080;
}
replace with:

Code: Select all

/* Post signature */
.signature {
	border-top-color: #808080;
	color: #FFFFFF
}
2.Post author color to dark
open styles/Glossyblack/theme/content.css
find:

Code: Select all

/* Post author */
p.author {
add after:

Code: Select all

    color: #FFFFFF;
Screenshot:
[hsimg]http://www.djsimg.com/images/88883043_0 ... glossy.png[/hsimg]
[hsimg]http://www.djsimg.com/images/36441218_0 ... glossy.png[/hsimg]

Re: phpbb3 3.0.7 style Glossyblack

Posted: 12 Mar 2010, 01:20
by Steve
Post reserved for FAQ,s ,guides tips and addon,s.

Re: phpbb3 3.0.7 style Glossyblack

Posted: 10 Apr 2010, 21:54
by Steve
Glossyblack with side menu added
download:
GlossyBlack_sidemenu.rar
berry.png
for a member but feel free to try it :geek:

Re: phpbb3 3.0.7 style Glossyblack

Posted: 10 Apr 2010, 22:17
by heredia21
Looks awesome, but how would I change the background color to white, and have the same banner as I have now.


How about increasing the boards width

Re: phpbb3 3.0.7 style Glossyblack

Posted: 11 Apr 2010, 13:47
by Steve
heredia21 ยป 11 Apr 2010, 00:11 wrote:How about increasing the boards width

you can but if you want heres some css instructions

open styles/glossyblack/theme/colours.css
find:

Code: Select all

html, body {
	color: 	#808080 ;
	background-color: #000000;
}
replace with:

Code: Select all

html, body {
	color: 	#808080 ;
	background-color: #FFFFFF;
}
open styles/glossyblack/theme/common.css
find:

Code: Select all

	background-image: url("{T_THEME_PATH}/images/border_top.png");
	background-repeat: no-repeat;
	background-position: top center;
replace with:

Code: Select all

	background-image: url("{T_THEME_PATH}/images/border_top.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #000000;
change the background image name to your banner image name

Code: Select all

	background-image: url("{T_THEME_PATH}/images/banner_name.png");
find:

Code: Select all

	max-width: 900px;
adjust width to your liking ;)

bit of a contrast difference you may wanna try a light gray #DBDBDB in common.css edit
blackvwhite.PNG

Re: phpbb3 3.0.7 style Glossyblack

Posted: 15 Apr 2010, 15:40
by heredia21
How would I remove the forum images on the left and replace them with my own?

Re: phpbb3 3.0.7 style Glossyblack

Posted: 15 Apr 2010, 15:41
by cisco007
you would need to replace them on the imageset folder with your own!
you will also need to adjust the size if they are different on the imageset.cfg!

Re: phpbb3 3.0.7 style Glossyblack

Posted: 15 Apr 2010, 15:42
by heredia21
But I want each forum category with a different image

Re: phpbb3 3.0.7 style Glossyblack

Posted: 15 Apr 2010, 15:44
by cisco007
are you talking about the read and unread icons or the forum image icons?

Re: phpbb3 3.0.7 style Glossyblack

Posted: 15 Apr 2010, 15:45
by heredia21
You are talking about locked topic, new topic. I want something for example - T-Mobile is the name of category I want the T-mobile logo next to it.