views:

249

answers:

4

Just curious - are there various customized Site.css files (and accompanying images) that work with the default ASP.NET MVC 2 templates? I'm a stereotypical developer who "doesn't do pretty" so I'd like to find a design that is good enough for me to use until I later have a designer come back and fix my design.

Are there collections/libraries of various designs out there that work with the default templates? I did find this but the 2 popular ones I tried seem like they're for MVC 1, plus they in no way used the default tags with the MVC 2 templates.

A: 

Hi there. I dont't know about any other designs specifically targeting asp.net mvc, but what I do, is I use any of those free css templates like http://www.free-css.com/ , http://www.freecsstemplates.org/ or http://www.free-css-templates.com/ which do usually have also some layout in the form of index.html, which can be then easily converted into a master page.

Trimack
That's useful and all, but requires me to go learn MVC's CSS structuring and apply those CSS files to MVC, or vice versa. I'm trying to avoid this and leave that for a designer to do later - I just want something that will get the system through demos until then, and that's not worth the time investment into doing the CSS manually.
Jaxidian
I don't really understand what you mean by MVC's CSS structuring. It is as simple, as it can be. Just change index.html to Site.Master (or something .Master) and in the place, where you would like to change stuff (like menus, sidebars, columns or content divs) insert asp:ContentPlaceHolder tag. That's it. Now you have your MVC design. You don't have to learn anything about the CSS.
Trimack
Jaxidian
A: 

Have a look at the ASP.NET MVC Design Gallery - I think it's exactly what you're after.

EDIT: Just realised that that is the same site that you've already found. But I think that if there is going to be any common place for default templates - that will be the place where they'll be found.

HTHs,
Charles

Charlino
The newest thing there is like a year old. :-/
Jaxidian
Strike that - over a year old.
Jaxidian
-1 simply because this adds nothing useful to the conversation and only provides a link that I provided in the original question.
Jaxidian
A: 

We still have been unable to find a good collection of something like this. While I could be wrong, at this point we're assuming that a good ones does not exist. I hope I'm wrong and this answer is downvoted off the face of the planet and people correct me, but this is the conclusion we came to.

Jaxidian