Roger Selwyn wrote
OK, I can see what the problem is. If you want to solve it before the next beta, you need to edit DesktopModules/Events/Themes/Default/default.css to change ThemeDefault to Themedefault. Basically change the D from uppercase to lowercase. This may be true in the other themes as well, but I'll check them through in the next couple of days.
I've looked further at this, and I suspect the problem is to do with the fact that your site is set up with a higher level of xhtml compliancy (I think this is because you are using the Extropy skin, and maybe on DNN 5?). I think this is enforcing that the css class specified to be case sensitive. What is being generated for your page is 'Themedefault', whilst in the css file it is 'ThemeDefault'. The generated code with the lower case 'd' is made up of Theme plus the directory name of the theme, which I suspect in your setup is 'default'. It should be 'Default'.
I'm not sure there is anything we can (or should) do about case sensitivity in the code. I had considered automatically turning hte first letter to uppercase, but I don't think this is the right thing to do. If we do that, one could argue the rest should be lowercase, but that clearly isn't true since we have a theme called FixedBlue.
So, I would rather that you rename your directory to Default. This should be in line with a basic install, and stops the need for fudges in the code.
Let me know if this solves the problem.
Cheers
Roger