[3.0.4] BF_Vista Style

Styles / Graphics for phpBB3 Olympus

Moderator: STG Styles Team

Forum rules
Image
Please feel free to download any MOD's here, support for each MOD is located it's own thread.

To post your own MOD, please first read the MOD Guidelines

Re: [3.0.1] BF_Vista Style

Postby Ladysarajane » 25 Nov 2008, 16:49

Ed- They are on phpbb.com http://www.phpbb.com/downloads/olympus.php
Look towards the bottom at code changes.
Warning: Stay away from Deck 15 if you don't have security clearance level 6 or above! Unauthorized access is prohibited.
Image
User avatar
Ladysarajane
STG Moderator
STG Moderator
 
Posts: 1962
Joined: 21 Mar 2007, 23:35
Favorite Team: Bengals
Gender: Female
phpBB Knowledge: 5


Re: [3.0.1] BF_Vista Style

Postby Sniper_E » 25 Nov 2008, 18:12

There you go ferrer94, you can get the template update instructions here....
http://www.phpbb.com/files/release/phpBB-3.0.2_to_3.0.3-codechanges.zip
Image
No is NEVER an Option and NEVER is the only Option when it comes to Giving Up!
User avatar
Sniper_E    
STG Jedi Master
STG Jedi Master
 
Posts: 6986
Joined: 31 May 2006, 06:29
Location: Shreveport, LA
Favorite Team: The STG Team
Gender: Male
phpBB Knowledge: 6

Re: [3.0.1] BF_Vista Style

Postby Jaymie1989 » 26 Nov 2008, 03:10

The subsilver2 style updates are listed here
http://www.phpbb.com/community/viewtopi ... 5#p7704855
Jaymie1989    
Supporter
Supporter
 
Posts: 1370
Joined: 30 Sep 2007, 15:51
Location: Some where in phpbb_users table
Favorite Team: Liverpool FC
Gender: Male
phpBB Knowledge: 5

Re: [3.0.1] BF_Vista Style

Postby ferrer94 » 26 Nov 2008, 16:24

oh! Thank you very much! I'm going eddit tonight =D
and i'm going to test the fix on IE to =D thaaanks!
ferrer94    
Cadet III
Cadet III
 
Posts: 30
Joined: 23 May 2008, 14:45
Gender: Male
phpBB Knowledge: 4

Re: [3.0.1] BF_Vista Style

Postby Jaymie1989 » 26 Nov 2008, 16:26

ferrer94 wrote:oh! Thank you very much! I'm going eddit tonight =D
and i'm going to test the fix on IE to =D thaaanks!


Jaymie1989 wrote:For all of you that still want to use this style i have updated it for you to phpBB3 3.0.3
BF_Vista_Static.zip


I have only updated the static version.

Please Note: I am not offering support for this style
Jaymie1989    
Supporter
Supporter
 
Posts: 1370
Joined: 30 Sep 2007, 15:51
Location: Some where in phpbb_users table
Favorite Team: Liverpool FC
Gender: Male
phpBB Knowledge: 5

Re: [3.0.1] BF_Vista Style

Postby ferrer94 » 27 Nov 2008, 15:28

Jaymie1989 wrote:
ferrer94 wrote:oh! Thank you very much! I'm going eddit tonight =D
and i'm going to test the fix on IE to =D thaaanks!


Jaymie1989 wrote:For all of you that still want to use this style i have updated it for you to phpBB3 3.0.3
BF_Vista_Static.zip


I have only updated the static version.

Please Note: I am not offering support for this style



The fix is this (Quote) not your link =X
Hmm am I the only one who is using this style, and wants it to look good in IE?
Well I can't blame you for not using IE, we would probably all be better off without it, but I don't believe Microsoft will be filing for bankruptcy in the near future, so it will be around for some more years, and there will be people who do use it.
Internet Explorer turns off Cleartype wenn a filter like opacity is applied, and that causes the font to look bad. I've googled quite a lot to find a solution for this problem, but I've found nothing that works for me.
So for now, I've made a simple workaround:

Replace:

Code: Select all
td.transOFF {background-color: #d1d1d1;opacity:.95;filter: alpha(opacity=95); -moz-opacity: 0.95;border-bottom:0px solid white; }
td.transON {background-color: #d1d1d1;opacity:.80;filter: alpha(opacity=80); -moz-opacity: 0.8;border:0px solid black; }


With:

Code: Select all
td.transOFF {background-image: url('./images/transoff.png'); background-repeat: repeat-x repeat-y; border:0px; }
td.transON {background-image: url('./images/transon.png'); background-repeat: repeat-x repeat-y ; border:0px; }


Include two png images (transon.png and transoff.png) with the right color and opacity in your images folder, and as far as I could see, BF_Vista looks good in IE7.

Unfortunately there are as allways some drawbacks when things appear simple.
-I don't know if other versions of IE can handle this way of featuring transparancy.
-Sometimes you can't use a background image that easily, this can be a problem when you're using mods, like a portal for example.
I do hope some of you smart guys out there have a better solution, I would be really thankfull :)

By the way, is there a way to let IE use a different stylesheet, and all the other browsers the usual?

transparancy.zip
2 png images with bf_vista color and opacity
(612 Bytes) Not downloaded yet

ferrer94    
Cadet III
Cadet III
 
Posts: 30
Joined: 23 May 2008, 14:45
Gender: Male
phpBB Knowledge: 4

Re: [3.0.1] BF_Vista Style

Postby Cr33per » 01 Dec 2008, 09:49

Edit: Hey :hello:
Last edited by Cr33per on 17 Dec 2008, 15:56, edited 1 time in total.
Cr33per    
Supporter
Supporter
 
Posts: 108
Joined: 05 Oct 2007, 14:12
Location: Illinois
Favorite Team: Bears
Gender: Male
phpBB Knowledge: 4

Re: [3.0.1] BF_Vista Style

Postby sheriff » 15 Dec 2008, 13:27

can i get psd files of these buttons
sheriff
Crewman
Crewman
 
Posts: 2
Joined: 11 Dec 2008, 07:29
Gender: Male
phpBB Knowledge: 10

Re: [3.0.1] BF_Vista Style

Postby Cr33per » 17 Dec 2008, 16:01

Any way to get style changes from 3.0.3 to 3.0.4 ?
Cr33per    
Supporter
Supporter
 
Posts: 108
Joined: 05 Oct 2007, 14:12
Location: Illinois
Favorite Team: Bears
Gender: Male
phpBB Knowledge: 4

Re: [3.0.1] BF_Vista Style

Postby Jaymie1989 » 17 Dec 2008, 16:25

Jaymie1989    
Supporter
Supporter
 
Posts: 1370
Joined: 30 Sep 2007, 15:51
Location: Some where in phpbb_users table
Favorite Team: Liverpool FC
Gender: Male
phpBB Knowledge: 5

PreviousNext

Return to Styles

Who is online

Users browsing this forum: No registered users and 12 guests