[Release] Aero (phpBB 3.0.7)

For style authors to post and receive feedback on styles still in development. Any development styles you wish to use on your live board should be installed with caution!

[Release] Aero (phpBB 3.0.7)

Postby jrolson » Fri Dec 21, 2007 1:13 pm

*Will not work for browsers IE5 or IE6.

Image

Download,
http://www.phpbbhq.com/?p=16
Last edited by jrolson on Wed Mar 17, 2010 11:41 pm, edited 49 times in total.
User avatar
jrolson
Registered User
 
Posts: 510
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [Release] VistaX 1.0.0 (phpBB 3.0.0)

Postby *Christian* » Fri Dec 21, 2007 1:17 pm

very VERY nice style you have there! :)
Proud owner of Bertie 3.0
:: No support via PM or IM ::
User avatar
*Christian*
I've Been Banned!
 
Posts: 887
Joined: Sat Nov 03, 2007 1:35 pm
Location: Location, Location.

Re: [Release] VistaX 1.0.0 (phpBB 3.0.0)

Postby endomilik » Fri Dec 21, 2007 2:00 pm

Can I have a 95% Width.

I try editing the width. but it mess up :(
endomilik
Registered User
 
Posts: 145
Joined: Sat Jun 19, 2004 10:54 pm

Re: [Release] VistaX 1.0.0 (phpBB 3.0.0)

Postby *Christian* » Fri Dec 21, 2007 2:10 pm

Find styles/VistaX/theme/common.css on your server,

open it, find:

Code: Select all
#wrap {
   padding: 0 20px;
   min-width: 650px;
   width: 760px;
   margin: 0 auto;
}


edit the "Width: 760px;" to something like "Width: 900px;".

Keep playing with the number to find the right width for you. :)
Proud owner of Bertie 3.0
:: No support via PM or IM ::
User avatar
*Christian*
I've Been Banned!
 
Posts: 887
Joined: Sat Nov 03, 2007 1:35 pm
Location: Location, Location.

Re: [Release] VistaX 1.0.0 (phpBB 3.0.0)

Postby endomilik » Fri Dec 21, 2007 3:06 pm

Sorry there is no common.css inside your theme folder.

Image

Im also want % not px. because the % use auto resize on any resolution of their desktop.

while px stay the same.

I try to edit this

Code: Select all
body {
   /* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
   font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
   color: #000000;
   background-color: #cee6f3;
    background-image: url('./images/bg.gif');
   background-repeat: repeat-x;
   font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
    padding: 0 20px;
   margin: 15px auto;
    min-width: 650px; 
    width: 934px;
}


and it give me a mess up on the theme.
endomilik
Registered User
 
Posts: 145
Joined: Sat Jun 19, 2004 10:54 pm

Re: [Release] VistaX 1.0.0 (phpBB 3.0.0)

Postby ChaosBurnt » Fri Dec 21, 2007 3:15 pm

VistaX/templates/overall_header.html


find:
<table width="


there will be a % value, most likely 100%

Replace the percentage value with 95%
For everyone's information, the templates I provided are back under the copyright property of the original designer, EidolonHades.
User avatar
ChaosBurnt
Registered User
 
Posts: 310
Joined: Fri May 25, 2007 12:33 pm
Location: London, UK

Re: [Release] VistaX 1.0.0 (phpBB 3.0.0)

Postby endomilik » Fri Dec 21, 2007 3:25 pm

ChaosBurnt wrote:VistaX/templates/overall_header.html


find:
<table width="


there will be a % value, most likely 100%

Replace the percentage value with 95%


I dont think you dont know what im talking about.

Im trying to make the Width of the forum wider.

This isn't PHPbb2.

here what to edit
934 = that is the forum width.

I change it to 95% and forum is messed up.

See it for yourself.

I found the problem.

Its the header image is only 934 width.
Last edited by endomilik on Fri Dec 21, 2007 3:37 pm, edited 1 time in total.
endomilik
Registered User
 
Posts: 145
Joined: Sat Jun 19, 2004 10:54 pm

Re: [Release] VistaX 1.0.0 (phpBB 3.0.0)

Postby ChaosBurnt » Fri Dec 21, 2007 3:37 pm

You're making any sense at all mate, you asked how you set the forum to 95%, as the example image suggests this style is based on subsilver2 how I stated 'is' how you make the forum width 95%.
Let's be less sarcastic shall we :evil:
No-one has to try to help you!
For everyone's information, the templates I provided are back under the copyright property of the original designer, EidolonHades.
User avatar
ChaosBurnt
Registered User
 
Posts: 310
Joined: Fri May 25, 2007 12:33 pm
Location: London, UK

Re: [Release] VistaX 1.0.0 (phpBB 3.0.0)

Postby endomilik » Fri Dec 21, 2007 3:40 pm

ChaosBurnt wrote:You're making any sense at all mate, you asked how you set the forum to 95%, as the example image suggests this style is based on subsilver2 how I stated 'is' how you make the forum width 95%.
Let's be less sarcastic shall we :evil:
No-one has to try to help you!


Sorry but im not that dumb.

based on subsilver2 to change the forum width.

u have to go to edit /Theme/stylesheet.css

Code: Select all
#wrapheader {
   min-height: 120px;
   height: auto !important;
   height: 120px;
   padding: 0;
   width:100%; <--------the width of the forum.
   margin: 0 auto;
}


that how it is.

100% <- (%) mean it will auto resize itself based on the resolution of the desktop. it doesn't make the same as px.

u want me to change 100% on overall_header.html to 95% which is the default is already 100%. ur making it more smaller the width.


just to make it more understandable to u

Change the forum width to 100%. I try to change 934 width to 100% but it game me a error due to image on header only goes up to 934px width.

Image

that picture might help. how to change forum width.
Last edited by endomilik on Fri Dec 21, 2007 3:58 pm, edited 1 time in total.
endomilik
Registered User
 
Posts: 145
Joined: Sat Jun 19, 2004 10:54 pm

Re: [Release] VistaX 1.0.0 (phpBB 3.0.0)

Postby sevsev » Fri Dec 21, 2007 3:58 pm

I love the look of this style, great job
Andrew
sevsev
Registered User
 
Posts: 26
Joined: Sun Oct 07, 2007 6:56 pm

Re: [Release] VistaX 1.0.0 (phpBB 3.0.0)

Postby Darkelarious » Fri Dec 21, 2007 4:04 pm

The best vista style so far imo. Great Job :geek:
User avatar
Darkelarious
Registered User
 
Posts: 272
Joined: Mon May 28, 2007 9:56 pm
Location: Zeist, the Netherlands

Re: [Release] VistaX 1.0.0 (phpBB 3.0.0)

Postby ChaosBurnt » Fri Dec 21, 2007 4:21 pm

You're still being very impolite, my statement remains correct, that is how I control forum width on the style I personally design.
However, having just downloaded the style .zip and having looked at the .css file I can see why you're so stumped. In your .css file find all of the
Code: Select all
width: 934px;


and replace with:
Code: Select all
width: 95%;


This should then give you the effect you seek.




endomilik wrote:
ChaosBurnt wrote:You're making any sense at all mate, you asked how you set the forum to 95%, as the example image suggests this style is based on subsilver2 how I stated 'is' how you make the forum width 95%.
Let's be less sarcastic shall we :evil:
No-one has to try to help you!


Sorry but im not that dumb.

based on subsilver2 to change the forum width.

u have to go to edit /Theme/stylesheet.css

Code: Select all
#wrapheader {
   min-height: 120px;
   height: auto !important;
   height: 120px;
   padding: 0;
   width:100%; <--------the width of the forum.
   margin: 0 auto;
}


that how it is.

100% <- (%) mean it will auto resize itself based on the resolution of the desktop. it doesn't make the same as px.

u want me to change 100% on overall_header.html to 95% which is the default is already 100%. ur making it more smaller the width.


just to make it more understandable to u

Change the forum width to 100%. I try to change 934 width to 100% but it game me a error due to image on header only goes up to 934px width.

Image

that picture might help. how to change forum width.
For everyone's information, the templates I provided are back under the copyright property of the original designer, EidolonHades.
User avatar
ChaosBurnt
Registered User
 
Posts: 310
Joined: Fri May 25, 2007 12:33 pm
Location: London, UK

Re: [Release] VistaX 1.0.0 (phpBB 3.0.0)

Postby endomilik » Fri Dec 21, 2007 4:39 pm

ChaosBurnt wrote:You're still being very impolite, my statement remains correct, that is how I control forum width on the style I personally design.
However, having just downloaded the style .zip and having looked at the .css file I can see why you're so stumped. In your .css file find all of the
Code: Select all
width: 934px;


and replace with:
Code: Select all
width: 95%;


This should then give you the effect you seek.



Yes that what i just did on .css before.

I already mentioned on previous post. I think u didnt read the part "I already change the 934 width in css to 95%" but the header gives the problem. the image itself.
endomilik
Registered User
 
Posts: 145
Joined: Sat Jun 19, 2004 10:54 pm

Re: [Release] VistaX 1.0.0 (phpBB 3.0.0)

Postby ChrisRLG » Fri Dec 21, 2007 8:00 pm

ChaosBurnt
endomilik


Might I suggest that you BOTH cool it.

Your post are both getting out of order for politeness.
phpBB: The All Important Rules - Bertie Bear 3.0 - No support via PM system - use the forums please.
phpBB v2: Retirement (1/1/2009) : phpBB v3: Read Me Topic - Custom BBCodes - Support Template
I am also on the Moderator Team of phpBB.com
Matthew 7:7"Ask and it will be given to you; seek and you will find; knock and a door will be opened to you."
My Links: MS MVP (Consumer Security) - Malware Removal:University - Own Forum:Custom BBCode testing
User avatar
ChrisRLG
Business Manager
Business Manager
 
Posts: 3524
Joined: Wed Nov 24, 2004 3:18 pm
Location: Essex, UK

Re: [Release] VistaX 1.0.0 (phpBB 3.0.0)

Postby fld » Fri Dec 21, 2007 10:53 pm

@endomilik how did you make more than one catogeries on your forum? you have like 3 there! i would like to know how you do that please :D
fld
Registered User
 
Posts: 14
Joined: Sat Nov 01, 2003 12:53 am

Next

Return to [3.0.x] Styles in Development

Who is online

Users browsing this forum: No registered users and 12 guests