Simple Machines Community Forum

Customizing SMF => Graphics and Templates => Theme Site Themes => Topic started by: flapjack on July 08, 2010, 10:14:04 AM

Title: Oakie
Post by: flapjack on July 08, 2010, 10:14:04 AM
Link to the theme (http://custom.simplemachines.org/themes/index.php?lemma=2222)


This is my first theme that I decided to release here. It's using jQuery and jQuery.easing, BSD licences libraries, to make a nice animated menu effect.
Theme is based on curve files, therefore most of the mods should work out of the box. The only problems may occur when installing mods that interfere with the menu strip.

Screenshot:


Compatibility:
Compatible with SMF 2.0 RC5

Change Log:
0 13th May 2011 - version 1.2
o 5th March 2011 - version 1.1
+ jQuery updated to 1.5
+ jQuery.easing minified

o 21st June 2010
+ initial release
Title: Re: Oakie
Post by: DoctorMalboro on July 13, 2010, 09:59:49 PM
I really like this theme, besides... you follow my advice to use the wood darker and now it looks even great! You have future in themes :)

(i think it's odd that no one reply to this...)
Title: Re: Oakie
Post by: dkharp on September 02, 2010, 11:05:16 PM
I love this theme!  One question

This overlaps

- Gun Owners Community in The State of Missouri ยป

In the title bars   any ideas?

mogunowners.com
Title: Re: Oakie
Post by: flapjack on September 05, 2010, 03:54:51 PM
have you tried to resize the header?
Title: Re: Oakie
Post by: lucas-ruroken on September 08, 2010, 10:08:59 PM
Good theme, simple and professional ;)
Title: Re: Oakie
Post by: flapjack on March 04, 2011, 07:07:56 PM
- theme updated
Title: Re: Oakie
Post by: SadisticSilence on April 19, 2011, 11:41:58 AM
I had a little problem with the z-index of the drop down menus in that they were appearing under images, etc..
Fixed the problem with the following in /css/index.css:

Find:
.navi ul li ul {
width: 160px;
background: none;
position:absolute;
top: 36px;
left: -15px;
display: none;
}


Replace with:
.navi ul li ul {
width: 160px;
background: none;
position:absolute;
top: 36px;
left: -15px;
display: none;
z-index: 999;
}
Title: Re: Oakie
Post by: flapjack on April 26, 2011, 06:24:46 PM
good catch, will update it asap :)
Title: Re: Oakie
Post by: piku2008 on April 27, 2011, 09:49:21 AM
Really great theme .....
Title: Re: Oakie
Post by: flapjack on May 13, 2011, 11:33:10 AM
thanks :)

theme updated to reflect css changes
Title: Re: Oakie
Post by: Nidjo123 on May 29, 2011, 04:31:35 PM
Quote from: SadisticSilence on April 19, 2011, 11:41:58 AM
I had a little problem with the z-index of the drop down menus in that they were appearing under images, etc..
Fixed the problem with the following in /css/index.css:

Find:
.navi ul li ul {
width: 160px;
background: none;
position:absolute;
top: 36px;
left: -15px;
display: none;
}


Replace with:
.navi ul li ul {
width: 160px;
background: none;
position:absolute;
top: 36px;
left: -15px;
display: none;
z-index: 999;
}


Thanks for the fix.

Really a great theme.   ;D

How can i change visited link color? I tried in index.css (a:link, a:visited) but it doesn't do anything. It still kinda black.
Title: Re: Oakie
Post by: Paul-ChaosLord-Lyons on June 02, 2011, 08:26:41 AM
Simple yet pleasing, good job. :)
Title: Re: Oakie
Post by: drumsage on September 12, 2011, 01:03:40 AM
A really nice template.

I'd love to see this updated to work with the final version of SMF 2.0.