You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
Twitter Bootstrapで画面下部に固定するfooterを作成したのでメモ 環境 Twitter Bootstrapv2.1 IE7.0以上,opera,firefox,chorome等Twitter Bootstrapに対応しているブラウザ対応 以前、Twitter Bootstrapを使ってfooterを画面下に配置する方法を記述したのですが、ちょっとミスがあったので追加します。 footerの仕様 HTML画面の下部にfooterを表示する。 画面の表示量が少ない場合は、画面最下部にfooterを表示する。 画面の表示量が多い場合は、スクロールして画面最下部に到着してからfooterを表示する。 仕様は以前と同じです。 しかしこの実装だと、メイン画面の表示量がスクロール位置の限界まである場合、フッターがメイン画面に覆いかぶってしまうという問題が発生します。 なので、以前のコ
1. Getting Started with Ruby on Rails4 + Bootstrap3 Clwit, Inc. Yukimitsu Izawa 2013/11/23 Kanazawa.rb #15 「安心・安全・安定・信頼」できるインターネットサービスを 2. じこしょうかい • 井澤 志充 (いざわゆきみつ) • (株)クルウィットの取締役 兼 北北陸陸⽀支社⻑⾧長 博⼠士(情報科学) • • ネットワークの委託研究・⾃自社サービス開発など 「安心・安全・安定・信頼」できるインターネットサービスを !2 3. What is Ruby on Rails? Ruby on Rails, often simply Rails, is an open source web application framework which runs on the Ruby prog
I'm using Twitter Bootstrap, and have a Google map. Images on the map, such as marker are being skewed by the CSS in Bootstrap. In the Bootstrap CSS there is: img { border: 0 none; height: auto; max-width: 100%; } When I disable the max-width property using Firebug, the marker image appears as normal. How can I prevent the Bootstrap CSS from affecting the Google maps images?
Twitter Bootstrapを使って新しいサイトを制作しようと思い、今回は動きの部分のデモを作ってみました。 Twitter Bootstrapを使えばjavascriptを多く書かなくても多彩な動きを表現することができます。 プレビュー ↓別ウィンドウを開いて見る Twitter Bootstrap jQuery プラグイン - js do it ↓QRコード ※おすすめQRコード読み取りアプリ 最速QR カテゴリ: ユーティリティ サイズ: 1.5 MB 価格: 無料 コード HTML <!DOCTYPE html> <html lang="ja"> <head> <meta charset="utf-8"> <title>Twitter Bootstrap</title> <meta name="viewport" content="width=device-width"> <
My use case: I have a modal which has a controller A. I want to call it from outside this controller. As I found out this is not so trivial because you need to understand how Angular.js Directives [1] work. The Angular.js. docs explain: Controllers should not be used for DOM manipulation (like showing a modal or not) but only for business logic. The reason is that visual changes cannot be tested e
I want to use the twitter bootstrap icons on my form input submit buttons. The examples on http://twitter.github.com/bootstrap/base-css.html#icons mainly show styled hyperlinks. The closest I've come is getting the icon displayed next to the button, but not inside. <div class="input-prepend"> <span class="add-on"><i class="icon-user icon-white"></i></span> <input type="submit" class="btn-primary"
PlugoBrowser - TinyMCE / CKEditor Image & File Manager / Uploader TinyMCE Image & File Manager Twitter Bootstrap Button Generator - the easiest way how to set up your buttons based on Twitter Bootstrap in a seconds. The Twitter name, logo, Twitter T, Tweet, and Twitter bird are trademarks of Twitter, Inc. in the United States and other countries. 2012 © Plugo - Czech Republic based webdesign compa
Twitter Bootstrapが原因と分かるまでにもだいぶ時間がかかってしまいました… google map上のstyleとどこがどう競合しているかわからなかったので虱潰しに調べてみました どこが崩れるのか 原因個所 ここをコメントアウトしたら直ったのでここが原因と特定 (;´Д`) ~~~ img { max-width: 100%; height: auto; border: 0; -ms-interpolation-mode: bicubic; } ~~~ 修正方法 max-widthをコメントアウトすることで直ります 影響範囲はわかりません!! ~~~ img { /*max-width: 100%;*/ height: auto; border: 0; -ms-interpolation-mode: bicubic; } ~~~ 2012/07/03追記 で、たぶん対策はこの
Less & Sass Advent calendar 2011の11日目です。 Twitterが提供しているTwitter Bootstrapの使い方についてです。 (僕が利用しているのが、SassのためSass Twitter Bootstrapでの説明となります。) CSSのフレームワーク・ライブラリというと、今までにも Brueprint YUI YAML 960 Grid System など、いろいろ存在していましたが、基本的に、HTMLにクラスを追加して利用するのが、通常の使い方になります。 Twitter Bootstrapに関しては、Less(Sass)でつくられていることから、同梱のcssファイルをそのまま使うのではなく,scssファイルから、自分でcssファイルを作成することにより、もう少し便利な使い方ができると思います。 (当然、今までのフレームワーク的な使い方
始まり django で twitter bootstrap を使おうとした。(windows) でも、htmlを読み込むところで失敗。 コマンドラインを見ると、bootstrapのcssとjsフォルダを読み込めていないことが発覚 え。もしかして、urls.pyで読み込むように書かないといけないの? いやいや、そんなめんどくさいはずない! と思って調べてみると、 settings.pyの、INSTALL_APPSで django.contrib.staticfiles を読み込んでいると、静的ファイル(cssとかjsとか)を簡単に扱えることがわかった。 以下、設定の手順 静的ファイルの保存場所の設定 import os from os.path import abspath,dirname,basename #プロジェクトのルートをSITE_ROOTとする SITE_ROOT = absp
A few weeks ago, Dropbox introduced a neat new feature - the Dropbox Chooser. By embedding it into your website, you give users a button with which they can attach files from their online storage. Today we are going to use this feature to create a simple application that allows people to attach a photo from their Dropbox account, crop an area with the Jcrop plugin, and download the result. Additio
このブログの段組に使っただけ。 https://raw.github.com/twitter/bootstrap/master/bootstrap.min.css の中身をデザイン編集から外部スタイルシートに放り込んで、微調整 タグがある程度決め打ちなので、本体側に手を入れないと意図したところに適用されないのが面倒だった。 bootstrapと関係無いんだけど、記事にブコメ貼るとなんかダサい。ので余計な部分をカットした div#hatena-bookmark-container div.hatena-bookmark-title , div#hatena-bookmark-container ul#hatena-bookmark-list-container li.hatena-bookmark-addcomment-container div.hatena-bookmark-addcom
In the vast world of rapid prototyping CSS frameworks and toolkits, there are a ton of different options to choose from, but ever since Twitter’s Bootstrap hit the scene it seems like it has largely gobbled up this market. Is there room or reason for anything else? The folks at Zurb think so and aren’t about to abandon their widely successful Foundation project. Having written about Bootstrap seve
前回でPlay Framework2.0.2(Scala)を動かしたわけですが,今回はTwitter Bootstrapを組み込んでみました. どうやらPlay Framework用のプラグインがあるようなのですが,githubを見る限り最終更新が8ヶ月前・・・?ということで,Playアプリケーションにgithubから入手した新しいTwitter Bootstrapを組み込みました. 導入に向けて Twitter Bootstrapは単純にCSSファイル・JSファイル・画像ファイルの一式をダウンロードしてHTMLから読み込むだけで簡単に導入できるものですが,このCSSは変数・関数・ネスト構造などを使える便利なCSS拡張であるLESSのファイルをコンパイルしたものです. このLESSファイルはTwitterのgithubから簡単に入手でき,また変数をいじるだけで色々とカスタマイズが効きます.
rails g scaffold Post title:string description:text rake db:migrate rails g bootstrap:themed Posts ・注意点 layoutにtwitter-bootstrapを反映するとfavicon_link_tagが挿入されます。 このままdeployするとfavicon_link_tagがないのでassets_precompileで落ちます。 faviconを用意するかlayoutから削除しましょう。 ・デザインの変更について http://bootswatch.com/ から適当に variables.lessをダウンロードし、中身をbootstrap_and_overrides.css.lessにコピペ。 Register as a new user and use Qiita more conve
スポンサードリンク Bootstrap 最近知ったのですが、 Twitter Bootstrapという CSSのフレームワークというものを使ってみました。 これは便利です。 スポンサードリンク Twitter Bootstrapとは Twitter Bootstrapは、そのままの通り、ツイッターを作っている米ツイッター社が 無償で提供しているCSSのフレームワークです。 見た目のデザインを簡単に調整してくれる 便利なツールです。 簡単に設置可能なツール Twiiter Bootstrapは簡単に設置できます。 1.Bootstrapをダウンロード まず、Twitter Bootstrapのサイトへ行きダウンロードします。 bootstrap_DL 赤字の部分からダウンロードします。 圧縮ファイルを解凍すると「css」、「img」、「js」の3つのフォルダがあります。 「css」フォルダの
Twitter Bootstrapで画面下部に固定するfooterを作成したのでメモ 環境 Twitter Bootstrapv2.0.4 IE7.0以上,opera,firefox,chorome等Twitter Bootstrapに対応しているブラウザ対応 Twitter Bootstrapは便利なツールなのですが、footerを画面下に配置するcssの設定が見当たらなかったので、実装しました。 footerの仕様 HTML画面の下部にfooterを表示する。 画面の表示量が少ない場合は、画面最下部にfooterを表示する。 画面の表示量が多い場合は、スクロールして画面最下部に到着してからfooterを表示する。 このようなフッタをSticky Footer(スティッキフッタ)と呼びます html <!DOCTYPE html> <html lang="ja"> <head> <met
twitter-bootstrap-rails v2.2.6 を v2.2.7にバージョンアップしたらFont Awesomeがエラーに…Railstwitter-bootstrap-rails 何気なくbundle updateしたら、 'fontawesome.less' wasn't found. なんてエラーが… グーグル先生に聞いてみると、ぴったりな議論を発見。 GitHub After update to 2.2.7 the "fontawesome"-import doesn't work anymore どうも、v2.2.7では設定内容が変わったらしくv2.2.6と互換性が無いとのこと。 設定は、 app/asset/stylesheets/bootstrap_and_overrides.css.less を修正。 修正箇所は下の通り。 // Set the Font Aw
Twitter Bootstrap Prototyping UI Kit for Keynote and PowerPoint Prototype Bootstrap-based apps using your favorite presentation tool. The following vector UI components have been designed from scratch in Apple Keynote, Microsoft PowerPoint and OpenOffice Impress, and are fully editable and customizable without needing any additional design tools. How to use the UI KitOpen the template file in your
私はTwitter Bootstrapを使えば使うほど好きになっています。ただ何かを表示したり隠したりするような単純な操作にもjQueryが必要なのは残念です。jQueryは素晴らしいライブラリですが、サイトにとって利点がなければ無駄になり、Webページに不要なバイト数を増やすことになります。対策として、Bootstrap専用の代替的な軽量スクリプトを作ってみました。 ダウンロードはこちら このスクリプトを使うには、以下のように、jQueryやBootstrapプラグインスクリプトの代わりに、Webページ上に(できれば下のところに)ただ置いておくだけです。 ... <script src="bootstrap-without-jquery.min.js"></script> </body> </html> ページを読み込む時間が速くなるからパフォーマンスが改善されるというメリットがあります
Note: There is a bootstrap jQuery plugin that does this and so much more that was introduced a few versions after this answer was written (almost two years ago) called Affix. This answer only applies if you are using Bootstrap 2.0.4 or lower. Yes, simply create a new fixed class for your sidebar and add an offset class to your content div to make up for the left margin, like so: CSS .sidebar-nav-f
Twitter Bootstrap の Navbar はレスポンシブな感じになっていて、ブラウザの横幅に応じて表示状態が変わります。デフォルトでは 横幅が768px以上 → ナビのメニューをふつうに表示 横幅が768px未満 → ≡ こんな感じのボタンだけが表示され、クリックするとメニューがにょろっと出現 (スマホっぽい) Bootstrap のサイトの一番上のメニューがそれですね、ブラウザの横幅を変えてみると勝手に表示が切り替わります、便利ですね で、 これをブラウザの横幅にかかわらず、常に ≡ ボタンだけが出ている状態にして、メニューをにょろっと表示させたい場合はどうするか Bootstrap のサイトでは、less を使って変数 @grid-float-breakpoint の値を変更してカスタマイズしてどうのこうの、と書かれているっぽい めんどくさい ということでとりあえず、以下の
Pin a fixed-height footer to the bottom of the viewport in desktop browsers with this custom HTML and CSS. A fixed navbar has been added within #wrap with padding-top: 60px; on the .container. Back to the sticky footer minus the navbar.
Twitter Bootstrap便利ですね。 バージョン2.0からアイコンがつけられるようになって、さらに便利になりましたね。 まぁ、バージョン2.0になったのはけっこう前ですけどね… で、今回紹介するのは、このBootstrapをパワーアップさせるウェブフォント「Font Awesome」です。 Font Awesome, the iconic font designed for use with Twitter Bootstrap このウェブフォントで、Bootstrapに200以上のアイコンを追加することができます。 「Font Awesome」にはこんなアイコンが含まれています。 こんなカンジに使えます。 フォントなので、拡大してもギザギザがでません。 この「Font Awesome」はBootstrapで提供されているアイコンに加えていろんなところで役立ちそうなものがありますね
caret です。つまり、「▼」的なやつですが、Twitter Bootstrap ではこれを CSS だけで実現してたのでメモです。Twitter Bootstrap では dropdown メニューにつけてたりとかしてます。 <b class="caret"></b> <style type="text/css"> .caret { border-top: solid 4px #000; border-left: solid 4px transparent; border-right: solid 4px transparent; } </style> これだけです。 スクリーンショット: border-top を bottom にすれば上向きのやつをつくれるし、 4px のやつを大きくすれば大きな三角が作れるし、left/right を #000 にして top と bottom を
ナビゲーションバーにドロップダウンメニューを入れたくてお試し。 確認ページ:bootstrap_dropdowns.html メモ li要素にclass=”dropdown”を付ける <li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown<b class="caret"></b></a> <ul class="dropdown-menu"> <li><a href="#">menu1</a></li> <li><a href="#">menu2</a></li> <li><a href="#">menu3</a></li> </ul> </li> bootstrap-dropdown.jsが必要&dropdown()をコール <script src="bootstrap
Button Styles As a convention, buttons should only be used for actions while hyperlinks are to be used for objects. For instance, "Download" should be a button while "recent activity" should be a link. Button styles can be applied to anything with the btn class applied. However, typically you'll want to apply these to only a and button elements. Base styles Standard gray button with gradient <butt
node.js + expressにtwitter bootstrapを導入しようと、ぐぐったのですが以外に載っていなかったのでやり方をまとめました。 まずexpressコマンドを使用してプロジェクトを作成します。 express -c less projectNameここで注目すべき点は「-c less」ですね。 これはCSSに関してlessを使用しますよ!という内容です。 オプションを指定することで、簡単に初期のファイルをそれ用に合わせてくれます。 他にも以下の様なオプションがあります。 option 英文説明 適当に翻訳 -h, --help output usage information help表示 -V, --version output the version number version表示 -s, --sessions add session support sessi
[Icon] Font Awesome – Twitter Bootstrapと相性のいいアイコンフォント Pocket Tweet Twitter Bootstrapとの併用を想定したアイコンフォント。LESS、CSS、さらにはBootstrapを導入せずに使う方法が解説されていて、それぞれの環境での導入方法についても詳しく紹介されてます。ダウンロードされたZipファイルを解凍すると、SVGやPDFなどのベクターリソースも格納されているので、単純にアイコン素材としても使う事ができます。数が多くまたデザインがシンプルなので、使い勝手はとても良さそう。最近Webフォント形式のアイコン配布形態増えてきましたよね。デザイナーのネタ帳に是非これひとつ。 Font Awesome
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く