Page 1 of 2

Prospace

Posted: Thu Dec 17, 2009 2:54 pm
by spaceace
Style name: Prospace
Author: spaceace
Style description: A dark red style with profiles on left
Style version: 1.0.7
Tested on phpBB version: 3.0.6 (currently installed and active)

Download file:
Prospace107.zip
edit: updated to support IE6 for phpBB validation :roll:

Re: Prospace

Posted: Mon Dec 28, 2009 5:55 pm
by spaceace
style was updated for IE6 support.

in IE6 and lower, the style will have the menu and links as in prosilver.

in all browsers above IE6, they will display the menus as was intended.

this had to be done to pass style validation on phpbb.com

Re: Prospace

Posted: Tue Dec 29, 2009 8:42 pm
by Mintcopper
Cool space job well done :mrgreen:

Re: Prospace

Posted: Tue Feb 02, 2010 10:12 pm
by spaceace
Style name: Prospace
Author: spaceace
Style description: A dark red style with profiles on left
Style version: 3.0.7RC-1.1
Tested on phpBB version: 3.0.7RC-1 (currently installed and active)

Download file:
Prospace3.0.7RC1.1.zip

Re: Prospace

Posted: Sun Feb 28, 2010 11:18 pm
by spaceace
Style name: Prospace
Author: spaceace
Style description: A dark red style with profiles on left
Style version: 3.0.7.1
Tested on phpBB version: 3.0.7-PL1 (currently installed and active)

Screen shot:
prospace.gif
Download file:
Prospace3.0.7.1.zip
Notes: Completely changed the menu by removing the image files and replacing it with CSS3. IE users please note that due to lack of css support in IE, the menu will look very plain and just have solid colours with no gradient backgrounds.

Re: Prospace

Posted: Tue Apr 13, 2010 6:45 pm
by spaceace
ok everyone, thanks to Jackson for finding and pointing out a link issue in the menu for Prospace3.0.7.1

here's the new fixed version of the style.
Prospace3.0.7.2.zip
also, for anyone that just needs the fixed menu.html that was the problem, it's posted here http://www.livemembersonly.com/viewtopic.php?f=13&t=61

Re: Prospace

Posted: Sun Nov 28, 2010 11:19 am
by spaceace
Style name: Prospace
Author: spaceace
Style description: A dark red style with profiles on left
Style version: 1.0.8.1
Tested on phpBB version: 3.0.8 (currently installed and active)

Notes: updated style to phpBB3.0.8
Prospace3.0.8.1.zip

Re: Prospace

Posted: Sun Apr 24, 2011 9:04 pm
by spaceace
minor adjustment to my Prospace style.

open Prospace/theme/colours.css

find
Code: Select all
.bg1	{ background-color: #000000; border-top: 1px solid #620D0D; border-bottom: 1px solid #620D0D; }
.bg2	{ background-color: #111111; border-top: 1px solid #620D0D; border-bottom: 1px solid #620D0D; }
replace with
Code: Select all
.bg1	{ background-color: #000000; }
.bg2	{ background-color: #111111; }
find
Code: Select all
.cp-mini {
	background-color: #000000;
}
replace with
Code: Select all
.cp-mini {
	background-color: #222222;
}
also, these 2 images need to be uploaded into Prospace/theme/images/
corners_right2.gif
corners_left2.gif

Re: Prospace

Posted: Sat Apr 30, 2011 3:05 pm
by spaceace
another adjustment to my style :roll:

open Prospace/theme/colours.css

find
Code: Select all
.pagination span strong {
	color: #FFFFFF;
	background-color: #780000;
	border-color: #620D0D;
}
replace with
Code: Select all
.pagination span strong {
	border-color: #620D0D;
	background-color: #FFFFFF;
	color: #C51515;
}

Re: Prospace

Posted: Sun Oct 16, 2011 3:25 pm
by spaceace
Style name: Prospace
Author: spaceace
Style description: A dark red style with profiles on left
Style version: 1.0.9.1
Tested on phpBB version: 3.0.9

Notes: updated style to phpBB3.0.9
Prospace.3.0.9.1.zip