最終更新:2013-12-03 (火) 10:29:17 (3791d)  

Bootstrap/デザイン
Top / Bootstrap / デザイン

見出し

  • h1 small

リード

  • p.lead

強調

  • .text-muted
  • .text-primary
  • .text-success
  • .text-info
  • .text-warning
  • .text-danger

アライメント

  • .text-left
  • .text-center
  • .text-right

フロート

  • .pull-left
  • .pull-right
  • .clearfix

表示

  • .show
  • .hidden
  • .sr-only
  • .text-hide

中央寄せ

  • .center-block

色付け

  • div.help-block
  • div.form-group
    • .has-success
    • .has-error
    • .has-warning
  • table tr td
    • .active
    • .success
    • .warning
    • .danger

リスト

  • .list-unstyled
  • .list-inline

アラート

  • div.alert
    • .alert-success
    • .alert-info
    • .alert-warning
    • .alert-danger
  • div.warning

モーダル

  • a.btn
    • data-toggle=modal
    • href=#targetId
  • div.modal fade
    • div.modal-dialog

div.modal-content

  • div.modal-header
  • div.modal-body
  • div.modal-footer