Shape 5

Joomla Templates => Game Vision - October 2007 - Club => : andiciopec November 10, 2007, 09:38:36 AM



: CSS Files
: andiciopec November 10, 2007, 09:38:36 AM
Would it be possible for you you allow us to download the different CSS files you have running on the DEMO?  I think that could possibly help some people out.  Thank you in advance for your attention to this.


: Re: CSS Files
: sapper6fd November 10, 2007, 01:09:58 PM
You already have them.  If you go to the GameVision Demo, click on Tutorials>Module Styles, you will see how to access those other fonts and styles.


: Re: CSS Files
: mikek November 10, 2007, 10:20:36 PM
andiciopec,

I sent you a private message too, but figured I'd post here as well. The css in the install package is the same as the demo's css. Are you maybe looking for the specific colors we used on the demo? If so, which demo example?

Thanks,


: Re: CSS Files
: andiciopec November 11, 2007, 09:13:58 AM
The one with the CRYSIS wallpaper would be awesome and if I could get the Gears of Wars too.   I guess I have got to used to the Nuke stuff.  This is kind of new to me, with Joomla.


: Re: CSS Files
: mikek November 11, 2007, 11:22:12 AM
No problem, here's Crysis:

// What color would you like as a main highlight color (this color will effect most of the template)

 $s5_color = "F9DF06";

// What color would you like for the header position?

 $s5_header_color = "FFFFFF";

// What color would you like for the user1 position?

 $s5_user1_color = "F9DF06";

// What color would you like for the user2 position?

 $s5_user2_color = "FFFFFF";

// What color woud you like for the main body text?

 $s5_body_color = "E9F09C";

// What color would you like for the menu in the top position?

 $s5_top_menu_color = "DC964A";

// What color would you like for the pathway? You can choose to hide this down a few questions.

 $s5_path_color = "FFFFFF";

// What opacity would you like for the main body? Enter 1 through 7. 1 is completely transparent, 5 is solid black, 6 solid grey, 7 solid white.

 $s5_body_opacity = "3";


and here's Gears of War:

// What color would you like as a main highlight color (this color will effect most of the template)

 $s5_color = "23FFF8";

// What color would you like for the header position?

 $s5_header_color = "FFFFFF";

// What color would you like for the user1 position?

 $s5_user1_color = "ffffff";

// What color would you like for the user2 position?

 $s5_user2_color = "FFFFFF";

// What color woud you like for the main body text?

 $s5_body_color = "54B0E0";

// What color would you like for the menu in the top position?

 $s5_top_menu_color = "ffffff";

// What color would you like for the pathway? You can choose to hide this down a few questions.

 $s5_path_color = "FFFFFF";

// What opacity would you like for the main body? Enter 1 through 7. 1 is completely transparent, 5 is solid black, 6 solid grey, 7 solid white.

 $s5_body_opacity = "3";



Don't forget that a lot of it is also controlled by module styles. You can see all the module styles on the demo.

Hope that helps!


: Re: CSS Files
: andiciopec November 11, 2007, 12:50:18 PM
Thank you so much,  Now if I can only figure out how to get some of them modules to change color.  LOL