[2.0.18] DAJ_Glass

This is an archive of the phpBB 2.0.x styles that were in our database. The release topics are here for reference, but we no longer host or support these styles.

Rating:

Excellent!
122
64%
Very Good
36
19%
Good
14
7%
Fair
9
5%
Poor
9
5%
 
Total votes: 190

jalaln
Registered User
Posts: 1076
Joined: Tue Jul 05, 2005 5:05 am

Re: [2.0.18] DAJ_Glass

Post by jalaln »

pjessop wrote:Is there a demo of this? The demo link doesn't work.
Click on my website.
No more spambots for phpBB2 and phpBB3.
doug.r
Registered User
Posts: 16
Joined: Tue Jul 31, 2007 7:01 pm
Location: Brazil

Re: [2.0.18] DAJ_Glass

Post by doug.r »

could someone please upload the .psd files?
doug.r
Registered User
Posts: 16
Joined: Tue Jul 31, 2007 7:01 pm
Location: Brazil

Re: [2.0.18] DAJ_Glass

Post by doug.r »

doug.r wrote:could someone please upload the .psd files?
psychodubmeister
Registered User
Posts: 16
Joined: Sat Jun 23, 2007 4:23 pm

Re: [2.0.18] DAJ_Glass

Post by psychodubmeister »

there are no .psd files. there are .gif's in the DAJ_glass/images/ folder
WhiteFen
Registered User
Posts: 1
Joined: Fri Oct 26, 2007 4:50 pm

Re: [2.0.18] DAJ_Glass

Post by WhiteFen »

Is there any chance, that i can change the width of this style easily? It's a great one, but 100% width is maken it troublesome to use.
I tried to install the mod for changing the width... but it didn't work, so I'm asking you, if there is one simple code to change just that... if not... just tell me that it is too complicatet xD
psychodubmeister
Registered User
Posts: 16
Joined: Sat Jun 23, 2007 4:23 pm

Re: [2.0.18] DAJ_Glass

Post by psychodubmeister »

generally, rules like these are controlled in the css file.

play about with it, but back up the original file in case you completely destroy the layout..

I suggest looking in the css file, finding the

body {
background-color: #41555F;
margin-top: 0px; margin-left: 10px; margin-bottom: 10px; margin-right: 10px;

tags and adding in

width: 800px;

or whatever you need. The best way to learn CSS is to experiment with what is in the file already. You can drastically change the appearance of something with a few edits here and there..
User avatar
Greenweaver
Former Team Member
Posts: 3913
Joined: Tue Jan 10, 2006 5:25 am
Location: In the rain
Contact:

Re: [2.0.18] DAJ_Glass

Post by Greenweaver »

To change the width of this style, you can edit the width property of the first table in the file called "overall_header.tpl", this part:

Code: Select all

<table width="100%" cellspacing="0" cellpadding="0" border="0">
To something like:

Code: Select all

<table width="800px" cellspacing="0" cellpadding="0" border="0" align="center">
With an alignment to the center I would expect.
Image
Modage: Page Title Number MOD
Linkage: Find me at Styles Support & Discussion | Get a new style | Customise your style | phpBB userguide
Noteage:
Graphics requests to members over 20 posts and genuine phpbb requirements | I do not provide custom psd files
doug.r
Registered User
Posts: 16
Joined: Tue Jul 31, 2007 7:01 pm
Location: Brazil

Re: [2.0.18] DAJ_Glass

Post by doug.r »

fine, the author didn't made the psd files...

so, does anybody know what is the font used in the buttons?
nina bold, perhaps? :|
kevbayer
Registered User
Posts: 4
Joined: Thu Nov 08, 2007 11:37 pm

Re: [2.0.18] DAJ_Glass

Post by kevbayer »

Greenweaver wrote:To change the width of this style, you can edit the width property of the first table in the file called "overall_header.tpl", this part:

Code: Select all

<table width="100%" cellspacing="0" cellpadding="0" border="0">
To something like:

Code: Select all

<table width="800px" cellspacing="0" cellpadding="0" border="0" align="center">
With an alignment to the center I would expect.
This didn't work for me. And I can't figure out why.
I edited the "overall_header.tpl" as suggested.
I edited the "DAJ_Glass.css", the "simple_DAJ_Glass.css", and the "subSilver.css" files in teh DAJ_Glass directory to include "max-width: 850px;" and "min-width: 850px;", and "width: 850px;" separately and all together in the {body} entry. I refreshed the page nothing. I went in the ACP and switched the theme back to subsilver and then back to DAJ_Glass and the forums are still 100% width.

I also edited the index-body.tpl file...

Seems like all of these changes should have worked. Any other ideas to get this to resize?
Thatbitextra
Former Team Member
Posts: 7604
Joined: Mon Mar 21, 2005 5:04 am
Location: A place where something is or could be located; a site.
Contact:

Re: [2.0.18] DAJ_Glass

Post by Thatbitextra »

kevbayer wrote:
Greenweaver wrote:To change the width of this style, you can edit the width property of the first table in the file called "overall_header.tpl", this part:

Code: Select all

<table width="100%" cellspacing="0" cellpadding="0" border="0">
To something like:

Code: Select all

<table width="800px" cellspacing="0" cellpadding="0" border="0" align="center">
With an alignment to the center I would expect.
This didn't work for me. And I can't figure out why.
For starters it should be width="800" and not width="800px".
Styles KB
My MODs: Choose Who to Accept PMs From (Prevents unwanted PMs!) | Warn of Old Topic Before Posting Reply
Style: subBlack (Now updated to phpBB 2.0.22 and 5 new color schemes!)
kevbayer
Registered User
Posts: 4
Joined: Thu Nov 08, 2007 11:37 pm

Re: [2.0.18] DAJ_Glass

Post by kevbayer »

Thatbitextra wrote: For starters it should be width="800" and not width="800px".
Tried both ways. Another forum recommended putting the "px" at the end, I thought it odd too - but I'm trying everything I can.
Thatbitextra
Former Team Member
Posts: 7604
Joined: Mon Mar 21, 2005 5:04 am
Location: A place where something is or could be located; a site.
Contact:

Re: [2.0.18] DAJ_Glass

Post by Thatbitextra »

Well I've just tried it and it does work.
Styles KB
My MODs: Choose Who to Accept PMs From (Prevents unwanted PMs!) | Warn of Old Topic Before Posting Reply
Style: subBlack (Now updated to phpBB 2.0.22 and 5 new color schemes!)
kevbayer
Registered User
Posts: 4
Joined: Thu Nov 08, 2007 11:37 pm

Re: [2.0.18] DAJ_Glass

Post by kevbayer »

Thatbitextra wrote:Well I've just tried it and it does work.
I'm not doubting that. I know if should work.
I'm wondering if someone can suggest why it's not working for me?
Thatbitextra
Former Team Member
Posts: 7604
Joined: Mon Mar 21, 2005 5:04 am
Location: A place where something is or could be located; a site.
Contact:

Re: [2.0.18] DAJ_Glass

Post by Thatbitextra »

Have you got a link to the board?
Styles KB
My MODs: Choose Who to Accept PMs From (Prevents unwanted PMs!) | Warn of Old Topic Before Posting Reply
Style: subBlack (Now updated to phpBB 2.0.22 and 5 new color schemes!)
kevbayer
Registered User
Posts: 4
Joined: Thu Nov 08, 2007 11:37 pm

Re: [2.0.18] DAJ_Glass

Post by kevbayer »

Thatbitextra wrote:Have you got a link to the board?
http://911lifeline.org/phpbb/

I made the same changes to the subSilver theme and it worked fine on that theme.

Thanks for any suggestions.
Locked

Return to “[2.0.x] Styles Database Releases”