Link to the theme (http://custom.simplemachines.org/themes/index.php?lemma=1901)
(http://custom.simplemachines.org/themes/index.php/action,download/lemma,1901/image,thumb)
Hey,
This is new theme for SMF2.0rc1.2. I ported GreenFox style from vbstyles.com to Simple Machines. All code and images were done by me, they are just highly based on GreenFox.
If you have questions about it or wants me to make other versions of it (different colors or other) just give me a call.
Here is demo: http://burning-brushes.pl/demo/index.php
Enjoy and check my deviantArt (http://voythas.deviantart.com) and forum (http://burning-brushes.pl).
Realy VEry nice Theme
Very nice theme indeed - hope you stick around and make some more excellent themes :)
Good looking theme. Thanks. :)
Amazing theme! Thanks for sharing it. :)
Realy nice! ;)
best black-green style for SMF, real! :)
I upgraded to RC just so I could use this theme. :)
I'm trying to shoehorn an image from my old forum into the header:
http://www.pwnyguild.com/forums/styles/Carbon/imageset/site_logo.png
Any ideas?
look in the theme's styles.css for this -
#logo {
you will find the theme logo name, url, and size etc. Change it here for your graphic. You may have to adjust the properties to fit your image. I did not post it all because I have already edited mine for my forum. :)
Excellent, thanks so much!
I can't seem to get past that last little bit of the table space in the header.
http://demo.pwnyguild.com/
Here was the original code:
#header {
position: relative;
height: 200px;
overflow: hidden;
background: #2c2c2c url(images/nav_bg.gif) 100% 0 repeat-x;
}
#logo {
position: absolute;
top: 0;
left: 0;
display: block;
width: 960px;
height: 200px;
background: url(images/site_logo.png) no-repeat;
cursor: pointer;
}
My changes:
#header {
position: relative;
height: 200px;
overflow: hidden;
}
#logo {
position: absolute;
top: 0;
left: 0;
display: block;
width: 960px;
height: 200px;
background: url(images/site_logo.png) no-repeat;
cursor: pointer;
}
Any ideas?
The Theme creator would know more about it since he created it, but look at this-
#wrapper {
max-width: 980px;
Your header and logo are 20 px shorter, set for 960px.
It appears that 20 px is the difference when I look at your test site.