问题标签 [bootswatch]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
685 浏览

templates - odoo 9 中缺少 bootswatch 模板

我已经从 ubuntu 15.04 上的每晚 DEB 安装了新的 odoo 8 beta,就像在带有 windows EXE 的 windows 10 上一样。

我记得 odoo 8 安装了几个免费的 bootswatch 模板,您可以在 web builder 中从中选择(spacelab、amelia、cerullian 等)。我也找不到那个选项。没有提供免费主题的选择。

但我深入研究了 odoo9,发现这些免费 bootswatch 主题的文件已安装:

/usr/lib/python2.7/dist-packages/openerp/addons/theme_bootswatch/static/src/less/amelia

/usr/lib/python2.7/dist-packages/openerp/addons/theme_bootswatch/static/src/less/cerulean

/usr/lib/python2.7/dist-packages/openerp/addons/theme_bootswatch/static/src/less/cosmo

/usr/lib/python2.7/dist-packages/openerp/addons/theme_bootswatch/static/src/less/cyborg

/usr/lib/python2.7/dist-packages/openerp/addons/theme_bootswatch/static/src/less/flatly

/usr/lib/python2.7/dist-packages/openerp/addons/theme_bootswatch/static/src/less/journal

/usr/lib/python2.7/dist-packages/openerp/addons/theme_bootswatch/static/src/less/可读

/usr/lib/python2.7/dist-packages/openerp/addons/theme_bootswatch/static/src/less/simplex

/usr/lib/python2.7/dist-packages/openerp/addons/theme_bootswatch/static/src/less/slate

/usr/lib/python2.7/dist-packages/openerp/addons/theme_bootswatch/static/src/less/spacelab

/usr/lib/python2.7/dist-packages/openerp/addons/theme_bootswatch/static/src/less/united

如何启用这些主题?

0 投票
1 回答
51 浏览

php - 引导引起的 PHP 警告

我有点困惑,需要帮助。我在我的 php 项目中使用引导 CDN,这给我带来了一些问题。

当我删除引导 CDN 会话并且登录处理工作正常但当我将其插入我的脚本时,我收到以下警告,我不知道为什么:

起始页 - 警告 在此处输入图像描述

头文件.php 在此处输入图像描述

索引.php 在此处输入图像描述

怎么了?提前致谢!

0 投票
2 回答
201 浏览

twitter-bootstrap - Bootswatch/flatly 看起来像服务器中的标准引导程序

我有这个 ASP.NET MVC Web 应用程序,我在其中更改了 Bootswatch.css(flatly - 版本 3.2.0)的标准 Bootstrap.css(版本 3.1.0)。我保留了原始的 bootstrap.js 文件。

好吧,当我在正在开发的计算机上运行应用程序时,样式(颜色、尺寸等)与我在 Bootswatch/flatly 网站上看到的一致,如下图所示:

开发计算机上的图像应用程序

但是,在服务器上运行相同的应用程序,样式更可能使用标准 Bootstrap(颜色、大小等),如下图所示:

服务器上的图像应用程序

Content 文件夹中有以下文件:

  • _bootstrap.css(原始标准 twitter-bootstrap.css 文件)
  • bootstrap.css (bootswatch/flatly 文件)
  • bootstrap.css.map(来自原始 twitter-bootstrap)
  • bootstrap.min.css(来自原始 twitter-bootstrap)
  • bootstrap-theme.css(来自原始 twitter-bootstrap)
  • bootstrap-theme.css.map(来自原始 twitter-bootstrap)
  • bootstrap-theme.min.css(来自原始 twitter-bootstrap)
  • bootswatch.min.css
  • ...一些其他的css文件

所以我问我该如何解决这个问题。我想在服务器中拥有与开发计算机相同的外观。

0 投票
1 回答
2071 浏览

css - Bootstrap 主题在 Meteor 中存在 Glyphicons 问题

首先,我以推荐的方式使用bootswatch:readable主题 - 在<head>. 但是,在我合并的自定义样式表并覆盖了应该覆盖 Bootstrap 的内容之后,Bootstrap 正在加载。

然后我尝试简单地安装它meteor add bootswatch:readable,它会工作,我的覆盖也可以工作,但问题是 Glyphicons - 我会得到

我看到图标路径可能是错误的,但不确定在哪里或如何修复它。

0 投票
3 回答
2723 浏览

html - Bootstrap CSS without Google Fonts

I am writing a simple offline web app to configure a device (think similar to a wireless router setup page).

The computer that is connected to my device won't have an internet connection, it will be loading the page from a server running on my device.

I've built the page using a Bootswatch override of Bootstrap.css because that is a library I'm familiar with. However, my page load hangs because the browser tries to retrieve Google Fonts but obviously can't.

Is there a version of Bootstrap.css which does not use Google Fonts, or is there a way that I can override them?

0 投票
2 回答
1277 浏览

css - 没有 Google 字体的引导 CSS 2 (Bootswatch)

我正在开发一个网页,并使用 Bootswatch 进行样式设置。有时我必须离线工作,并在本地托管。不幸的是,Bootswatch 不能离线使用,因为它在开始时使用带有额外字体的 Bootstrap css 版本:

这意味着每次构建都会失败,我无法部署。我已经看到了这个问题: Bootstrap CSS without Google Fonts 但它没有一个令人满意的答案。他们建议只删除该行,但我在部署时仍然需要它,并且由于版本更新,无论如何它会在下一次更新时很快被覆盖。我正在寻找一种解决方案:

  • 离线时忽略导入
  • 覆盖导入,离线时(例如手动导入字体,然后将导入更改为本地字体),我非常喜欢这个版本

所有这一切作为最终解决方案,我不想在每次 npm/bower 更新后更改代码......

0 投票
0 回答
311 浏览

twitter-bootstrap-3 - 使用 Elixir 修改 Bootswatch 变量

使用本教程(关于如何将 Elixir 和 Laravel 5.* 与 Bootswatch 一起使用),我使用 Elixir 在我的 Laravel 项目中设置了一个 Bootswatch 样式表。

一切正常,样式表已加载,我拥有所需的 Lumen 样式。但我不知道如何修改 Bootswatch 变量?

这是我的app.scss。在我修改变量之前加载 Bootswatch 文件:

但它在这里不起作用。

将此变量修改为vendor/bower_components/bootswatch-sass/lumen/_variables.scss时,它可以工作。

这是gulpfile.js

老实说,我并不完全理解“复制”部分:当我删除它们时,一切仍然如前所述:修改变量_variable.scss有效,更新变量app.scss无效。

编辑

我试图将变量放在任何地方,并且有/没有 !default 标志,没有任何效果。

0 投票
2 回答
9339 浏览

twitter-bootstrap - Changing default theme in Jhipster project

Hi I am new to jhipster. I could get the default project working fine and it is very good. What I want to change is the default bootstrap theme.
I have already tried

bower install flat-admin-bootstrap-templates --save

but somehow it does not change anything.

I tried bootswatch as well, but I am not sure how to keep one theme always selected by default. I am sure i can do this by changing code. But i am sure there is another easier way.

Could someone throw some light. How do i change the default theme?

0 投票
1 回答
829 浏览

css - bootstrap如何继承font-size-small变量?

我有一个使用 Twitter Bootstrap 并允许用户选择首选 Bootswatch 主题的 PHP 应用程序。在应用程序中,有一个 PHP 类来构建一个数据网格(table thead tbody tfoot),但是内部的<td>元素被插入到了<small>,然后删除了<small>并决定使用 CSS。

但是,几个 Bootswatch 主题使用了一个较小的变量@font-size-small,我希望我的数据网格重用这个变量,换句话说,当用户选择一个 Bootswatch 主题时,数据网格的字体大小会根据主题进行调整并且没有明确定义font-size:0.85em;

谢谢!

0 投票
1 回答
1412 浏览

angularjs - Angular UI Grid - 将它们变暗

有没有人为 Angular ui 网格开发了一个深色主题?

哪一个会与 bootswatch 中的“Slate”主题搭配使用?

http://bootswatch.com/slate/