Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Collection of MVC CSS files available?

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.

like image 739
Jaxidian Avatar asked May 10 '10 21:05

Jaxidian


2 Answers

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.

like image 109
Trimack Avatar answered Nov 09 '22 18:11

Trimack


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

like image 2
Charlino Avatar answered Nov 09 '22 17:11

Charlino