Frozen Phoenix

All 3.0.x styles released in our Styles Database can be found here. All discussion or support regarding an individual style should take place in that style's own area in the Customisations Database.
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

NOTICE: This forum is only for the announcement of releases and/or updates for styles. Any style support should be obtained through the Customisations Database in the support area designated for each style.

A direct link to support for each Style is in the first post of the respective topic.
Styles Robot
Styles Queue Bot
Styles Queue Bot
Posts: 5943
Joined: Sat Nov 29, 2003 12:21 pm

Frozen Phoenix

Post by Styles Robot »

Style name: Frozen Phoenix
Author: Mighty Gorgon
Style description: A light template with cyan accents and rounded corners based on proSilver.

Some template files are inherited from proSilver so mods installation and styles edit/upgrade should be easy to be performed.
Style version: 1.7.0
Tested on phpBB version: 3.0.12

Download file: frozen_phoenix_1.7.0.zip
File size: 213.64 KiB

Style overview page: View

The phpBB Team is not responsible nor required to provide support for this Style. By installing this Style, you acknowledge that the phpBB Support Team or phpBB Style Customisations Team may not be able to provide support.

-->Style support<--
Last edited by Styles Robot on Mon Sep 19, 2022 7:33 pm, edited 23 times in total.
(this is a non-active account manager for the phpBB Styles Team)
User avatar
prototech
Former Team Member
Posts: 5406
Joined: Mon Mar 19, 2007 2:04 pm
Location: Southern California

Frozen Phoenix

Post by prototech »

Style validated/released

Notes:
This style requires the prosilver template component to be installed and activated in order to function.
Need help with MOD/style installations or other phpBB problems? Contact me for a quote.
User avatar
Mighty Gorgon
Registered User
Posts: 616
Joined: Thu May 23, 2002 2:56 pm
Location: Italy
Name: Luca Libralato
Contact:

Frozen Phoenix

Post by Mighty Gorgon »

This style is a remake of the default template of Icy Phoenix CMS.

It is based upon proSilver and most of the template files are inherited from it.

You can customize styles colors just by using ColorizeIt:
Last edited by Mighty Gorgon on Mon Dec 07, 2009 9:12 am, edited 1 time in total.
thedarkwolves
Registered User
Posts: 1
Joined: Fri Nov 27, 2009 4:48 am

Re: Frozen Phoenix

Post by thedarkwolves »

Let me start by saying A+++++++ on this theme. I love it.

What do i need to edit to use an img as the background? I've been going through the CSS files and tinkering but cant seem to get it.

Thank you again!

Update:

Using Firebug i was able to find the CSS entry that controls the background

Code: Select all

html, body {
background-color: #E8EEF8;
color: #536482;
}
I just cant locate it in the correct css file. When i manually enter the background-image code into firebug the forum will display exactly how i want it too.

So i finally got it. I had to use the editor inside phpbb instead of editing the files and then uploading. what a PITA tho..

colors.css was it. I had edited in notepad+ and then uploaded it and cleared the cache manually without luck. Anyways. its working now

http://67th.thedarkwolves.com
User avatar
Mighty Gorgon
Registered User
Posts: 616
Joined: Thu May 23, 2002 2:56 pm
Location: Italy
Name: Luca Libralato
Contact:

Re: Frozen Phoenix

Post by Mighty Gorgon »

Yes, you are correct, best place to edit those properties is colours.css:

Code: Select all

html, body {
	color: #536482;
	background-color: #e8eef8;
}
Even if you could add the property also in stylesheet.css for example.

After having edited those values you should refresh the theme in ACP.

Thanks for your feedbacks.
User avatar
ChriZathens
Registered User
Posts: 1477
Joined: Tue Apr 18, 2006 9:11 pm
Location: Athens, Greece
Name: Chris

Re: Frozen Phoenix

Post by ChriZathens »

Hi, there, MG..
I love this style! Congratulations!!! :D
My mods in MODDB:
Add Homepage link in header - Change user activity post limit - Post number in viewtopic
If you need support click on the support tab there and post your question.
Do not PM me - chances of viewing my PMs are way thinner than viewing the support question in the customization DB...
User avatar
imkingdavid
Former Team Member
Posts: 2673
Joined: Sun Jul 26, 2009 7:59 pm
Location: EST
Name: David King

Re: Frozen Phoenix

Post by imkingdavid »

Nice style. THanks! :)
Don't forget to smile today. :)
Please do NOT contact for support via PM or email.
User avatar
CrazyDave
Registered User
Posts: 72
Joined: Mon Jun 22, 2009 9:15 pm
Location: Las Vegas, NV. USA

Re: Frozen Phoenix

Post by CrazyDave »

i really do love this style because its so basic but has its own flair :P

http://img69.imageshack.us/img69/292/12052009182117.jpg

i added a few mods to it and now im wondering how to get them to look like the rest of the board O.o

any help would be greatly appreciated
User avatar
Mighty Gorgon
Registered User
Posts: 616
Joined: Thu May 23, 2002 2:56 pm
Location: Italy
Name: Luca Libralato
Contact:

Re: Frozen Phoenix

Post by Mighty Gorgon »

It depends on the code of your mod.

In viewforum_body.html for example:

This code for "table" header:

Code: Select all

		<div class="forumbg<!-- IF topicrow.S_TOPIC_TYPE_SWITCH --> announcement<!-- ENDIF -->">
		<div class="inner"><span class="corners-top"><span></span></span>
Is replaced by this code:

Code: Select all

	{$MG_BLOCK_H_BEGIN}<!-- IF S_DISPLAY_ACTIVE -->{L_ACTIVE_TOPICS}<!-- ELSEIF topicrow.S_TOPIC_TYPE_SWITCH and topicrow.S_TOPIC_TYPE gt 1 -->{L_ANNOUNCEMENTS}<!-- ELSE -->{L_TOPICS}<!-- ENDIF -->{$MG_BLOCK_H_END}
	{$MG_BLOCK_B_BEGIN}
This code for "table" footer:

Code: Select all

		<span class="corners-bottom"><span></span></span></div>
	</div>
Is replaced by this code:

Code: Select all

	{$MG_BLOCK_B_END}
	{$MG_BLOCK_F_BEGIN}&nbsp;{$MG_BLOCK_F_END}
I hope it helps.
User avatar
Mighty Gorgon
Registered User
Posts: 616
Joined: Thu May 23, 2002 2:56 pm
Location: Italy
Name: Luca Libralato
Contact:

Re: Frozen Phoenix

Post by Mighty Gorgon »

I have added some color variations to the first post: Frozen Phoenix Color Variations
User avatar
Erisar
Former Team Member
Posts: 4270
Joined: Thu Nov 07, 2002 7:01 pm
Location: Ft. Lauderdale, Florida
Name: Eric Sarmany
Contact:

Frozen Phoenix

Post by Erisar »

Style Updated to version 1.6.1
See first post for Download Link
My Twitter · Erisar Design [Web Development and Graphic Design]
User avatar
Raimon
Former Team Member
Posts: 12088
Joined: Tue May 30, 2006 5:31 pm
Location: Netherlands
Name: Raimon Meuldijk
Contact:

Re: Frozen Phoenix

Post by Raimon »

Style Updated to version 1.6.3
See first post for Download Link
Need phpBB installation, extenstions, Styles or integrate phpBB with you website?
Contact me @ www.raimon.nl for fair prices and good service!
User avatar
Raimon
Former Team Member
Posts: 12088
Joined: Tue May 30, 2006 5:31 pm
Location: Netherlands
Name: Raimon Meuldijk
Contact:

Re: Frozen Phoenix

Post by Raimon »

Style Updated to version 1.6.6
See first post for Download Link
Need phpBB installation, extenstions, Styles or integrate phpBB with you website?
Contact me @ www.raimon.nl for fair prices and good service!
User avatar
Raimon
Former Team Member
Posts: 12088
Joined: Tue May 30, 2006 5:31 pm
Location: Netherlands
Name: Raimon Meuldijk
Contact:

Re: Frozen Phoenix

Post by Raimon »

Style Updated to version 1.6.7
See first post for Download Link
Need phpBB installation, extenstions, Styles or integrate phpBB with you website?
Contact me @ www.raimon.nl for fair prices and good service!
User avatar
Raimon
Former Team Member
Posts: 12088
Joined: Tue May 30, 2006 5:31 pm
Location: Netherlands
Name: Raimon Meuldijk
Contact:

Re: Frozen Phoenix

Post by Raimon »

Style Updated to version 1.6.8
See first post for Download Link
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 Database Releases”