04
Apr
theme development for BlogEngine.NET
I am creating a theme for BlogEngine.NET based on Sandbox for Wordpress.
Sandbox is a theme that puts css selectors EVERYWHERE ensuring that designers have complete control over their blog.
here is a download link to a start: Sandbox for BlogEngine.NET
to use it correct line 20 of BlogBasePage.cs to
MasterPageFile = "~/themes/"+ BlogSettings.Instance.Theme +"/site.master";
Technorati tags: themes, blogengine.net

April 25th, 2007 at 12:28 pm
A sandbox theme is an excellent idea. I like the fact that by using this theme, you can do almost anything from the stylesheet. Brilliant.