[Release] Aero (phpBB 3.0.12)

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!
Scam Warning
Locked
User avatar
jrolson
Registered User
Posts: 968
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

[Release] Aero (phpBB 3.0.12)

Post by jrolson »

Style Name: Aero
Author: jrolson

Style Version: 1.5.2
phpBB Version: 3.0.12
Based on: prosilver
Official Facebook Page

Image

*7 colors available. Blue, Black, Red, Green, Pink, Purple, and Teal.
http://www.youtube.com/watch?v=DY3qYrIbtjM

Options in template/config.html,
$A_COLOR = Default color.
$A_COLOR_SWITCHER = Display color switcher?
$A_LOGO = Displays an image as logo, or browser-readable text.
$A_PM_ALERT = Display an alert on the header when you receive a new PM?
$A_ORB = Display start Orb?

To change the default width,
in theme/common.css find '#container', change the 'width' property to your percentage or pixels (% or px).
*If you want a fixed width, the minimum width is 850 pixels. You shouldn't go smaller than this.

To add a new button to the navigation bar,
Find,

Code: Select all

<!-- IF U_RESTORE_PERMISSIONS -->
<a class="squarebuttonl" href="{U_RESTORE_PERMISSIONS}"><span>{L_RESTORE_PERMISSIONS}</span></a>
<!-- ENDIF -->
Add after,

Code: Select all

<a class="squarebuttonl" href="{U_FAQ}"><span><img class="navbaricon" src="{T_THEME_PATH}/images/icon_faq.png" alt="" width="14" height="12" />&nbsp;{L_FAQ}</span></a><span class="navspacel"></span>
Edit this button code to your liking...

To add borders to mods, (Only works w/ version 1.4.7 & above)
add {$A_BLOCK_START} before the mod's code
and add {$A_BLOCK_END} after the mod's code.

Always flush cache after editing!

Demo

Download button PSD

Download Aero
Last edited by jrolson on Sat May 17, 2014 9:26 pm, edited 120 times in total.
User avatar
*Christian*
I've Been Banned!
Posts: 884
Joined: Sat Nov 03, 2007 1:35 pm
Location: Location, Location.

Re: [Release] VistaX 1.0.0 (phpBB 3.0.0)

Post by *Christian* »

very VERY nice style you have there! :)
Proud owner of Bertie 3.0
:: No support via PM or IM ::
endomilik
Registered User
Posts: 144
Joined: Sat Jun 19, 2004 10:54 pm
Contact:

Re: [Release] VistaX 1.0.0 (phpBB 3.0.0)

Post by endomilik »

Can I have a 95% Width.

I try editing the width. but it mess up :(
User avatar
*Christian*
I've Been Banned!
Posts: 884
Joined: Sat Nov 03, 2007 1:35 pm
Location: Location, Location.

Re: [Release] VistaX 1.0.0 (phpBB 3.0.0)

Post by *Christian* »

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 ::
endomilik
Registered User
Posts: 144
Joined: Sat Jun 19, 2004 10:54 pm
Contact:

Re: [Release] VistaX 1.0.0 (phpBB 3.0.0)

Post by endomilik »

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.
User avatar
ChaosBurnt
Registered User
Posts: 194
Joined: Fri May 25, 2007 12:33 pm
Location: London, UK

Re: [Release] VistaX 1.0.0 (phpBB 3.0.0)

Post by ChaosBurnt »

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.
endomilik
Registered User
Posts: 144
Joined: Sat Jun 19, 2004 10:54 pm
Contact:

Re: [Release] VistaX 1.0.0 (phpBB 3.0.0)

Post by endomilik »

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.
User avatar
ChaosBurnt
Registered User
Posts: 194
Joined: Fri May 25, 2007 12:33 pm
Location: London, UK

Re: [Release] VistaX 1.0.0 (phpBB 3.0.0)

Post by ChaosBurnt »

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.
endomilik
Registered User
Posts: 144
Joined: Sat Jun 19, 2004 10:54 pm
Contact:

Re: [Release] VistaX 1.0.0 (phpBB 3.0.0)

Post by endomilik »

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.
sevsev
Registered User
Posts: 26
Joined: Sun Oct 07, 2007 6:56 pm

Re: [Release] VistaX 1.0.0 (phpBB 3.0.0)

Post by sevsev »

I love the look of this style, great job
Andrew
User avatar
Darkelarious
Registered User
Posts: 267
Joined: Mon May 28, 2007 9:56 pm
Location: Zeist, the Netherlands
Contact:

Re: [Release] VistaX 1.0.0 (phpBB 3.0.0)

Post by Darkelarious »

The best vista style so far imo. Great Job :geek:
User avatar
ChaosBurnt
Registered User
Posts: 194
Joined: Fri May 25, 2007 12:33 pm
Location: London, UK

Re: [Release] VistaX 1.0.0 (phpBB 3.0.0)

Post by ChaosBurnt »

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.
endomilik
Registered User
Posts: 144
Joined: Sat Jun 19, 2004 10:54 pm
Contact:

Re: [Release] VistaX 1.0.0 (phpBB 3.0.0)

Post by endomilik »

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.
User avatar
ChrisRLG
Former Team Member
Posts: 3420
Joined: Wed Nov 24, 2004 3:18 pm
Location: Essex, UK
Contact:

Re: [Release] VistaX 1.0.0 (phpBB 3.0.0)

Post by ChrisRLG »

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
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
fld
Registered User
Posts: 14
Joined: Sat Nov 01, 2003 12:53 am

Re: [Release] VistaX 1.0.0 (phpBB 3.0.0)

Post by fld »

@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
Locked

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