DanielEli
DanielEli

Reputation: 3503

Metro theme for website

Anyone know of an easy way to style a website with a windows phone 7 like metro theme ?
Either a CSS or a jQuery-based theme would work.

Upvotes: 67

Views: 45703

Answers (7)

Mo Valipour
Mo Valipour

Reputation: 13496

This can help:

https://github.com/mvalipour/jq-metro

UPDATE (Sep 2011):

The library is now becoming more complete towards supporting all metro-style controls and a jquery-mobile extension for developing metro-style HTML5 mobile apps.

Upvotes: 70

ibliskavka
ibliskavka

Reputation: 51

This question was asked a long time ago but since it still shows up in a search...

Very nice looking metro UI: http://metroui.org.ua/

Seams to look better in IE due to anti-aliasing.

Upvotes: 5

Kzqai
Kzqai

Reputation: 23102

This site provides a full php/html/css/javascript framework for metro ui:

http://metro-webdesign.info/#home

Upvotes: 4

dotnetN00b
dotnetN00b

Reputation: 5131

Well here's another Jquery metro plugin. Metro JS. Actually it's quite impressive. You should give it a shot.

Upvotes: 3

jqueryman
jqueryman

Reputation: 101

Try out http://jquit.com/builder. It's a nice tool for generating Metro UI themes for jQuery UI. You can configure the colors to match your website's color scheme.

Upvotes: 10

Logan
Logan

Reputation: 53

Found another one here: http://forr.st/~5n3

Seems to be more based on tiles rather than menus, though.

Upvotes: 1

ehdv
ehdv

Reputation: 4593

Not to sound flippant, but CSS? ASP.NET MVC 3 doesn't (to my knowledge) use controls like ASP.NET does, so you're writing and styling the views yourself.

Upvotes: 0

Related Questions