phpbb3 3.0.7 style Glossyblack

PhpBB3 Styles Database. Try the Styles here and share Your own Styles
There is no support here! Only Read Access!
User avatar
Steve
BBCoder VI
BBCoder VI
Posts: 803
Joined: 05 Mar 2010, 01:10
Extra Rank: Donator.png
BBCodes: 2000
Favourite BBCode: porn tube
Favourite MOD: Non of Stokers
Location: up your bum
Contact:

phpbb3 3.0.7 style Glossyblack

Post 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]
NAPWR wrote: Nice, Stoker is Hot
User avatar
Steve
BBCoder VI
BBCoder VI
Posts: 803
Joined: 05 Mar 2010, 01:10
Extra Rank: Donator.png
BBCodes: 2000
Favourite BBCode: porn tube
Favourite MOD: Non of Stokers
Location: up your bum
Contact:

Re: phpbb3 3.0.7 style Glossyblack

Post by Steve »

Post reserved for FAQ,s ,guides tips and addon,s.
NAPWR wrote: Nice, Stoker is Hot
User avatar
Steve
BBCoder VI
BBCoder VI
Posts: 803
Joined: 05 Mar 2010, 01:10
Extra Rank: Donator.png
BBCodes: 2000
Favourite BBCode: porn tube
Favourite MOD: Non of Stokers
Location: up your bum
Contact:

Re: phpbb3 3.0.7 style Glossyblack

Post by Steve »

Glossyblack with side menu added
download:
GlossyBlack_sidemenu.rar
berry.png
for a member but feel free to try it :geek:
NAPWR wrote: Nice, Stoker is Hot
heredia21
BBCoder IV
BBCoder IV
Posts: 179
Joined: 07 Apr 2010, 20:42
Contact:

Re: phpbb3 3.0.7 style Glossyblack

Post 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
#1 BlackBerry News site - BlackBerry Empire. Come visit us!
User avatar
Steve
BBCoder VI
BBCoder VI
Posts: 803
Joined: 05 Mar 2010, 01:10
Extra Rank: Donator.png
BBCodes: 2000
Favourite BBCode: porn tube
Favourite MOD: Non of Stokers
Location: up your bum
Contact:

Re: phpbb3 3.0.7 style Glossyblack

Post 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
NAPWR wrote: Nice, Stoker is Hot
heredia21
BBCoder IV
BBCoder IV
Posts: 179
Joined: 07 Apr 2010, 20:42
Contact:

Re: phpbb3 3.0.7 style Glossyblack

Post by heredia21 »

How would I remove the forum images on the left and replace them with my own?
#1 BlackBerry News site - BlackBerry Empire. Come visit us!
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: phpbb3 3.0.7 style Glossyblack

Post 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!
heredia21
BBCoder IV
BBCoder IV
Posts: 179
Joined: 07 Apr 2010, 20:42
Contact:

Re: phpbb3 3.0.7 style Glossyblack

Post by heredia21 »

But I want each forum category with a different image
#1 BlackBerry News site - BlackBerry Empire. Come visit us!
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: phpbb3 3.0.7 style Glossyblack

Post by cisco007 »

are you talking about the read and unread icons or the forum image icons?
heredia21
BBCoder IV
BBCoder IV
Posts: 179
Joined: 07 Apr 2010, 20:42
Contact:

Re: phpbb3 3.0.7 style Glossyblack

Post 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.
#1 BlackBerry News site - BlackBerry Empire. Come visit us!
Locked