[STYLEDB] proFormell v1.0.2 (phpBB3 3.0.2)

For style authors to post and receive feedback on 3.0.x styles still in development. Any development styles you wish to use on your live board should be installed with caution!
Get Involved
User avatar
Marc
Development Team Leader
Development Team Leader
Posts: 5657
Joined: Tue Oct 30, 2007 10:57 pm
Location: Munich, Germany
Name: Marc
Contact:

Re: [Release] proFormell v1.0.2 (phpBB3 3.0.2)

Post by Marc »

The width of the borders is actually controlled in colours.css:

Code: Select all

.outside {
   margin: 0 auto;
   width : 950px;
   }
You can adjust this to your needs, but one thing you would have to modify is bg_body.gif, as it is also fixed. Just tell me which width you would like to have your page (mine is 1200 px wide), I well then send you a modified bg_body.gif and tell you the width values that have to be entered into colours.css and common.css.
davenrothz
Registered User
Posts: 12
Joined: Sat Sep 06, 2008 7:19 pm

Re: [Release] proFormell v1.0.2 (phpBB3 3.0.2)

Post by davenrothz »

Marc.... I officially love you.

I'm going to fool with it right now and see what I can do before I ask you to do anything. Your brain is far enough for me!!!

I love this forum stuff!
davenrothz
Registered User
Posts: 12
Joined: Sat Sep 06, 2008 7:19 pm

Re: [Release] proFormell v1.0.2 (phpBB3 3.0.2)

Post by davenrothz »

I resized my bg_body.gif to 1200x10 pixels. Easy as pie. I'm using ConTEXT to edit my html & css files.

My colours.css has the following entry

Code: Select all

.outside {
   margin: 0 auto;
   width : 1280px;
   }
& the following (which I'm not sure if it matters] in colours.css:

Code: Select all

.headerbar {
	background-color: #FFFFFF;
	background-image: url("{T_THEME_PATH}/images/header_bg.png");
	width: 1192px;
	height: 150px;
	min-width: 635px;
	color: #FFFFFF;
I also have in common.css the following code:

Code: Select all

#wrap {
       padding: 0 20px;
       width: 1192px;
       min-width: 1000px;
       margin: 0 auto;}
I'm not entirely sure if this matters, but this is my value for .headerbar in common.css:

Code: Select all

.headerbar {
	background: #ebebeb none repeat-x 0 0;
	color: #FFFFFF;
	margin-bottom: 4px;
	padding: 0 5px;
	height: 150px ;
Lastly, and again I don't know if it matters, but in overall_header.html, this is what's under </head>

Code: Select all

<div id="wrap">
	<a id="top" name="top" accesskey="t"></a>
	<div id="page-header">
		<div class="headerbar">
			<div class="inner"><span class="corners-top"><span></span></span>
			<div style="height: 140px ;">
			<div id="site-description">
				<div class="header-pad"><a href="{U_INDEX}" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a></div>
			
				<p class="site-desc">{SITE_DESCRIPTION}</p>
				<p style="display: none;"><a href="#start_here">{L_SKIP}</a></p>
			</div>
Do you think possibly there's a ghost in the machine? :D

I really, really appreciate your input & assistance so far. Thanks!
davenrothz
Registered User
Posts: 12
Joined: Sat Sep 06, 2008 7:19 pm

Re: [Release] proFormell v1.0.2 (phpBB3 3.0.2)

Post by davenrothz »

I wasn't clear in the previous post as I reread it this morning. Sorry!

Unfortunately editing the colours.css or common.css didn't work. I had already changed the outside value before you had posted it (forgot) when I was snooping around in the files for items that might be associated with wrapping or width.

The above code(s) are excerts from my files of what I've changed to see if it would have an effect on the width of the page.

Any assistance or telling me where I screwed up would be greatly appreciated. Thanks!
User avatar
TheIlluminative
Former Team Member
Posts: 2451
Joined: Thu Jun 26, 2003 11:34 pm
Location: Egypt
Name: Mahmoud
Contact:

Re: [Release] proFormell v1.0.2 (phpBB3 3.0.2)

Post by TheIlluminative »

Have you refreshed your themes after editions ?
davenrothz
Registered User
Posts: 12
Joined: Sat Sep 06, 2008 7:19 pm

Re: [Release] proFormell v1.0.2 (phpBB3 3.0.2)

Post by davenrothz »

How does one refresh the theme? I'm in the "Styles" panel in ACP, but I see no option for refreshing. I've purged cache, does that count? :D

Again, thanks for any help!
User avatar
TheIlluminative
Former Team Member
Posts: 2451
Joined: Thu Jun 26, 2003 11:34 pm
Location: Egypt
Name: Mahmoud
Contact:

Re: [Release] proFormell v1.0.2 (phpBB3 3.0.2)

Post by TheIlluminative »

Through the Styles tab -> Styles components and select themes -> and click Refresh in front of proFormell.
davenrothz
Registered User
Posts: 12
Joined: Sat Sep 06, 2008 7:19 pm

Re: [Release] proFormell v1.0.2 (phpBB3 3.0.2)

Post by davenrothz »

Dear lord... I found it... I was looking under styles. Sorry!

It works! Now I think I have to adjust a few other values, but shit it works...

I LOVE EVERYONE HERE... I promise not to be a tard in the future.
davenrothz
Registered User
Posts: 12
Joined: Sat Sep 06, 2008 7:19 pm

Re: [Release] proFormell v1.0.2 (phpBB3 3.0.2)

Post by davenrothz »

Another question!

How does one change the vertical line, or get rid of it altogether? www.CareerProfessionals.info

Once I changed the width of it, this vertical bar appeared on the site. I've tried removing certain GIF's and other files to identify what file it was, but no luck so far!

I'm new and not very saavy with forums at all (as previous posts will confirm), so please be gentle!
User avatar
Raimon
Former Team Member
Posts: 12088
Joined: Tue May 30, 2006 5:31 pm
Location: Netherlands
Name: Raimon Meuldijk
Contact:

Re: [Release] proFormell v1.0.2 (phpBB3 3.0.2)

Post by Raimon »

proFormell has been released in the phpBB3 Styles Database.
Please continue to post in the new proFormell Styles Database Topic.
Need phpBB installation, extenstions, Styles or integrate phpBB with you website?
Contact me @ www.raimon.nl for fair prices and good service!
Locked

Return to “[3.0.x] Styles in Development”