I basically made this skin when just getting used to coppermine. It's pretty basic, the default layout but with different colors and stuff. I hope somebody will like it, but if they don't, I don't really care cause like I said, this was just an experiment.
A live example can be found on my brand new gallery (1) member (me) and I haven't even made my home page yet.
http://pixelkit.zendurl.com/coppermine/cpg148/index.php (http://pixelkit.zendurl.com/coppermine/cpg148/index.php)
Hey Sniffy,
I checked out your site and what came up was a theme very close to the classic theme in blue. Based on your subject heading I was expecting to see is a red theme so I downloaded your theme to try out. What I get is a blank white background with only my text and thumbnails showing. What I found is the link to the style sheet in your template.html pointing to the wrong directory:
<link rel="stylesheet" href="themes/RedSkin/style.css" type="text/css" />
where it should be:
<link rel="stylesheet" href="themes/pixelkit/style.css" type="text/css" />
.
Also, you don't have an image directory and you have an image link in the template.html as well:
<a href="index.php"><img src="themes/RedSkin/site_logo.png" border="0" alt="" /></a><br />
.
Correct these issues and resubmit. While you're at it, here are a few things to consider. You might want to change the colors of the album names and the breadcrumb as they are close the table colors and a bit hard to see and check the background around the thumbnails. This is a good try so please don't think I'm coming down on you. It's a good feeling when you come across a gallery where someone is using a theme you created.
Cheers,
Gizmo ;D