Customizing SMF > Theme Previews
[Preview] sidebyside Theme
KahneFan:
This theme has a static left menu bar which allow for easy navigation no matter where you are on the site. Also, the size of the boards on the index page allows for the ability to see many boards at once, which makes for less scrolling that is needed to navigate the front page.
To see this theme in action:
Preview Theme
This user is set up to view the sidebyside theme, so it will display when you log in, which will also allow you to see on/off indicators.
Someone mentioned else where that they did not like the static menu. If you prefer a menu that moves with the page you can change...
./Themes/sidebyside/css/index.css
--- Code: ---/* The left info bar */
#left_info
{
position: fixed;
--- End code ---
replace with:
./Themes/sidebyside/css/index.css
--- Code: ---/* The left info bar */
#left_info
{
position: absolute;
--- End code ---
gamerxgirl:
This is just my personal opinion, but I think the color scheme doesn't go well at all :(
KahneFan:
I changed it up a bit since that screen shot. Also keep in mind, there a BUNCH of colors lit up since I have a lot of unread boards, just to show the various icons. If it's a normal visit, you would probably see very few colors lit up, and not usually lit up together. When logged in with no new messages, it's all pretty much blue/gray. The red is just an eye catcher when there's a new message.
Below is a screen shot with no new posts.
Runic:
im curious if its XHTML valid or not?
KahneFan:
--- Quote from: Markup Validation Service ---This document was successfully checked as XHTML 1.0 Transitional!
--- End quote ---
Navigation
[0] Message Index
[#] Next page
Go to full version