摘自:http://www.asp.net/visual-studio/overview/2013/creating-web-projects-in-visual-studio#bootstrap

You can also use Bootstrap's theming feature to easily effect a change in the application's look and feel. For example, you can do the following steps to change the theme.

  1. In your browser, go to http://Bootswatch.com, choose a theme, and then click Download. (This downloadsbootstrap.min.css by default; if you want to examine the CSS code, get bootstrap.css instead of the minified version.)
  2. Copy the contents of the downloaded CSS file.
  3. In Visual Studio, create a new Style Sheet file named bootstrap-theme.css in the Content folder and paste the downloaded CSS code into it.
  4. Open App_Start/Bundle.config and change bootstrap.css to bootstrap-theme.css.

Run the project again, and the application has a new look. The following illustration shows the effect of the Amelia theme:

Many Bootstrap themes are available, both free and premium versions. Bootstrap also offers a wide variety of UI components, such as drop-downsbutton groups, and icons. For more information about Bootstrap, see the Bootstrap site.

If you use the Web Forms designer in Visual Studio, note that the designer doesn't support CSS3, so it doesn't accurately show all the effects of Bootstrap themes or responsive layout changes. However, the Web Forms pages will display correctly when viewed with a browser.

最新文章

  1. directive中的参数详解
  2. Python: 常用list, string处理功能
  3. Monte Carlo Approximations
  4. ASP.NET MVC 中将数据从View传递到控制器中的三种方法(表单数据绑定)
  5. sendBroadcast 无法接收
  6. 【热门收藏】iOS开发人员必看的精品资料(100个)——下载目录
  7. 配置FTP服务
  8. rtp的封包与拆包h264
  9. sublime text 3 安装中文
  10. Js中数据类型判断的几种方法
  11. Zju1290 Word-Search Wonder(http://begin.lydsy.com/JudgeOnline/problem.php?id=2768)
  12. Android 开发笔记___SD卡基本操作__图片读取写入
  13. MySQL binlog 日志
  14. Install rapyuta Robot Cloud Engine on Ubuntu12.04
  15. eclipse 把鼠标指针放在错误的语句上 提示快速修正 不见了的解决方法
  16. spring 定时任务corn表达式
  17. 英语广播原声听力100篇MP3及听力原文
  18. leaflet 整合 esri
  19. java使用memcached1--安装与基本使用
  20. FIR Matlab DSP

热门文章

  1. Uncaught exception 'PDOException' with message 'SQLSTATE[HY000] [2002] No such file or directory'
  2. IDEA Generating project in Batch mode
  3. js实现页面局部弹窗打印
  4. linux 几个控制流语句的格式例子(if语句)
  5. 解决duplicate symbols for architecture x86_64错误
  6. android APK 文件的生成过程
  7. 文章汇总(包括NVMe SPDK vSAN Ceph xfs等)
  8. 【DNS】简单聊聊DNS如何工作
  9. 【学】jQuery的源码思路4——增加一些功能
  10. Format specifies type 'int' but the argument has type 'struct node *'