News:

Wondering if this will always be free?  See why free is better.

Main Menu

FoxxyGreen

Started by voythas, August 24, 2009, 06:56:49 PM

Previous topic - Next topic

voythas

Link to the theme


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 and forum.

Cado

Realy VEry nice Theme

Arantor

Very nice theme indeed - hope you stick around and make some more excellent themes :)

busterone

Good looking theme. Thanks. :)

thatjustit

Amazing theme! Thanks for sharing it. :)

MaXiForum.cz


Gmans

best black-green style for SMF, real! :)
Можно по-русски! :Р
"Not so big the universe, as its source code ..." ^^

Hostile

I upgraded to RC just so I could use this theme. :)

Hostile

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?

busterone

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. :)

Hostile

Excellent, thanks so much!

Hostile

#11
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?

busterone

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.

Advertisement: