jQuery 网站的地铁主题

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/5330426/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-26 18:59:18  来源:igfitidea点击:

Metro theme for website

jquerycssthemes

提问by DanielEli

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

任何人都知道使用类似地铁主题的 Windows Phone 7 设计网站样式的简单方法吗?
无论是CSSjQuery基于主题会工作。

回答by Mo Valipour

This can help:

这可以帮助:

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

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

UPDATE (Sep 2011):

更新(2011 年 9 月):

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.

该库现在变得更加完整,以支持所有 Metro 风格控件和用于开发 Metro 风格 HTML5 移动应用程序的 jquery-mobile 扩展。

回答by jqueryman

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.

试试http://jquit.com/builder。它是为 jQuery UI 生成 Metro UI 主题的好工具。您可以配置颜色以匹配您网站的配色方案。

回答by ibliskavka

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/

非常漂亮的地铁用户界面:http: //metroui.org.ua/

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

由于抗锯齿,接缝在 IE 中看起来更好。

回答by Kzqai

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

这个站点为metro ui提供了一个完整的php/html/css/javascript框架:

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

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

回答by dotnetN00b

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

好吧,这是另一个 Jquery Metro 插件。地铁JS。其实还是挺感人的。你应该试一试。

回答by Logan

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

在这里找到另一个:http: //forr.st/~5n3

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

不过,似乎更多地基于磁贴而不是菜单。

回答by ehdv

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.

不是听起来轻率,而是 CSS?ASP.NET MVC 3(据我所知)不像 ASP.NET 那样使用控件,因此您要自己编写视图并为其设置样式。