Rate this theme:
This is a sample page used only to demonstrate my 17th Street (Red) Wikidot theme. The page you are currently viewing is a working sample of how the theme appears.
Summary
This is a custom theme designed by a professional that I translated for use within wikidot. Any classic "L" site works well with wikidot and is generally easy to translate. This theme clearly demonstrates how easy it is to create a custom theme that has the look of a standard website.
Development Notes
There is still one minor problem with this theme. But its only a problem if you don't display page titles.
Without page titles, a gap appears in the left navigation column:
One suggestion for how to fix this was to change the side-bar position:
#side-bar{
position:absolute;
top: 154px;
}
However, this results in the footer jumping up to just below the last line of content, not including the navigation bar. For best results until a fix can be found, just use page titles for each page of your site.
Installation
To install this theme, just paste the the code that follows, it extends the base theme.
Whane's Web

Solution found for the side bar gap:
Keep in mind that while this fixes pages with no titles, it also breaks the bottom bar (footer area) causing it to rise to the top behind the left navigation unless you have enough content on the page to keep it below the rest of the content. So if you plan to have pages with a small measure of content, you are better off without this part of the code, just make sure you include a page title.
Search Engine Placement Services
Stuff like this bothers me so bad that sometimes I can't sleep! After trying many, many different things, something in the back of my brain remembered that I've seen (and used in the past) a negative margin to get things to align. The 13 pixel setting looks perfect in Firefox. I didn't look in IE yet. Dump the above code and use this:
-Ed
Free Wikidot Applications · Your Shared Photo Gallery · Your Personal Blog
You should set the account display and the search box above the menu(top-right corner). Also position it by using the top and right properties, it is aligned top-right after all.