Themes

Select your favorite color theme for this site.
Or choose our default theme.

Current theme: Default Bootstrap with default Theme

 

 

Most of these themes come from bootswatch.com and are published there under the MIT license. We say thank you. We love the Bootstrap CSS Framework and so we love bootswatch.

When you click on a theme, there is just one CSS file reference exchanged (well, in most cases). That is simple and efficient and programmers like it that way.

I didn't add new colors. The funky colors come solely from using the nav-inverse style a lot and mixed it with nav-default and even nested them. But istn't everything a 'nav' somehow ?


<nav class="navbar navbar-inverse">	
	<ul class="navbar-nav navbar-left">
		<li class="menu-item">
			<a href="#"></a>
		</li>
		<li>
			<div class="navbar navbar-default">
				<ul class="navbar-nav">
					..nested navs