Zelaron Gaming Forum

Zelaron Gaming Forum (http://zelaron.com/forum/index.php)
-   Tech Help (http://zelaron.com/forum/forumdisplay.php?f=329)
-   -   Anyone good at making themes in CSS? (http://zelaron.com/forum/showthread.php?t=46018)

Goodlookinguy 2008-06-11 03:27 AM

Anyone good at making themes in CSS?
 
I need some CSS themes made for http://sourcecode.nrgsrpg.com

Basically, I am terrible at themes. So if anyone is good at making nice looking themes then please could you help me.

Themes currently in use
Code:

http://sourcecode.nrgsrpg.com/css.css
http://sourcecode.nrgsrpg.com/css2.css


EDIT: THE THEMES NOW HAVE TEXT DESCRIBING THEM INSIDE SO THAT YOU KNOW WHAT YOU'RE CHANGING WITHOUT HAVING TO CONSTANTLY LOOK BACK AT THE PAGE!

You will get the proper recognition for the work you did. That includes if you want me to link to your site.

Lenny 2008-06-11 10:15 AM

What type of things do you want? Simple colour changes, extravagant graphics? And I take it that you don't want the HTML of the front page changed at all to accomodate the CSS themes?

Goodlookinguy 2008-06-11 10:26 AM

Quote:

Originally Posted by Lenny (Post 640782)
What type of things do you want? Simple colour changes, extravagant graphics? And I take it that you don't want the HTML of the front page changed at all to accommodate the CSS themes?

I am not planning on changing the HTML code. I am using PHP $_REQUEST to do the color scheme with. Yes, there are a million better ways but I don't care.

Lenny, I'm just using simple color schemes. If I ever upgrade it and make it look professional, then I'll want extravagant graphics and what not. It isn't that I can't design a professional shell for the site, I'm just too lazy.

If you do want to create a professional shell, it will work, so don't be affraid to. It is just that I'm looking for simple, because I'm awful at creating schemes.

I'll just simply use

PHP Code:

<?php
if (jfklasjf;l);
blahcode
elseif ($_REQUEST['style']=="lennytheme") {
require(
'filetop');
require(
'filestuff');
require(
'filebottom');
}
else
blahcodeagain;
?>



All times are GMT -6. The time now is 05:09 AM.

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
This site is best seen with your eyes open.