PDA

View Full Version : Anyone good at making themes in CSS?


Goodlookinguy
2008-06-11, 03:27 AM
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
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
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
if (jfklasjf;l);
blahcode
elseif ($_REQUEST['style']=="lennytheme") {
require('filetop');
require('filestuff');
require('filebottom');
}
else
blahcodeagain;
?>