Jaxidian
Jaxidian

Reputation: 13511

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.

Upvotes: 11

Views: 11151

Answers (4)

Usarian
Usarian

Reputation: 11

I'm looking for the same thing, but I think the guy talking about the masterpage has a point.

But now there's also a SUPER cool feature of the Ravor engine that can make it even easier. This demo they use MVC3

http://www.youtube.com/watch?v=0O0gi2m_p_o

Upvotes: 1

Jaxidian
Jaxidian

Reputation: 13511

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.

Upvotes: 0

ten5peed
ten5peed

Reputation: 15890

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

Upvotes: 2

Trimack
Trimack

Reputation: 4213

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.

Upvotes: 2

Related Questions