Typography

1
1
1
1
1
1
1
1
1
1
1
1
4
4
4
4
8
6
6
12

The default grid system provided in Bootstrap utilizes 12 columns that render out at widths of 724px, 940px (default without responsive CSS included), and 1170px. Below 767px viewports, the columns become fluid and stack vertically.

As shown here, a basic layout can be created with two "columns", each spanning a number of the 12 foundational columns we defined as part of our grid system.


Offsetting columns
4
4 offset 4
3 offset 3
3 offset 3
8 offset 4

h1. Heading 1

h2. Heading 2

h3. Heading 3

h4. Heading 4

h5. Heading 5
h6. Heading 6

Blockquotes

Element Usage Optional
<blockquote> Block-level element for quoting content from another source

Add cite attribute for source URL

Use .pull-left and .pull-right classes for floated options
<small> Optional element for adding a user-facing citation, typically an author with title of work Place the <cite> around the title or name of source

To include a blockquote, wrap <blockquote> around any HTML as the quote. For straight quotes we recommend a <p>.

Include an optional <small> element to cite your source and you'll get an em dash &mdash; before it for styling purposes.

Example blockquotes

Default blockquotes are styled as such:

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante venenatis.

Someone famous in Body of work

To float your blockquote to the right, add class="pull-right":

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante venenatis.

Someone famous in Body of work

Lists

Unordered

<ul>

  • Lorem ipsum dolor sit amet
  • Consectetur adipiscing elit
  • Integer molestie lorem at massa
  • Facilisis in pretium nisl aliquet
  • Nulla volutpat aliquam velit
    • Phasellus iaculis neque
    • Purus sodales ultricies
    • Vestibulum laoreet porttitor sem
    • Ac tristique libero volutpat at
  • Faucibus porta lacus fringilla vel
  • Aenean sit amet erat nunc
  • Eget porttitor lorem
Unstyled

<ul class="unstyled">

  • Lorem ipsum dolor sit amet
  • Consectetur adipiscing elit
  • Integer molestie lorem at massa
  • Facilisis in pretium nisl aliquet
  • Nulla volutpat aliquam velit
    • Phasellus iaculis neque
    • Purus sodales ultricies
    • Vestibulum laoreet porttitor sem
    • Ac tristique libero volutpat at
  • Faucibus porta lacus fringilla vel
  • Aenean sit amet erat nunc
  • Eget porttitor lorem
Ordered

<ol>

  1. Lorem ipsum dolor sit amet
  2. Consectetur adipiscing elit
  3. Integer molestie lorem at massa
  4. Facilisis in pretium nisl aliquet
  5. Nulla volutpat aliquam velit
  6. Faucibus porta lacus fringilla vel
  7. Aenean sit amet erat nunc
  8. Eget porttitor lorem

List with icons

<ul class="unstyled"> + icons

  • Web design
  • Responsive design
  • Cross-everything
  • Styleguide docs
  • jQuery plugins
  • Built for and by nerds
  • 12-column grid
  • Max-width 1200px
  • Growing library
Tag Description
<table> Wrapping element for displaying data in a tabular format
<thead> Container element for table header rows (<tr>) to label table columns
<tbody> Container element for table rows (<tr>) in the body of the table
<tr> Container element for a set of table cells (<td> or <th>) that appears on a single row
<td> Default table cell
<th> Special table cell for column (or row, depending on scope and placement) labels
Must be used within a <thead>
<caption> Description or summary of what the table holds, especially useful for screen readers

Example tables

1. Default table styles

Tables are automatically styled with only a few borders to ensure readability and maintain structure. With 2.0, the .table class is required.

# First Name Last Name Username
1 Mark Otto @mdo
2 Jacob Thornton @fat
3 Larry the Bird @twitter
2. Striped table

Get a little fancy with your tables by adding zebra-striping—just add the .table-striped class.

Note: Striped tables use the :nth-child CSS selector and is not available in IE7-IE8.

# First Name Last Name Username
1 Mark Otto @mdo
2 Jacob Thornton @fat
3 Larry the Bird @twitter
3. Bordered table

Add borders around the entire table and rounded corners for aesthetic purposes.

# First Name Last Name Username
1 Mark Otto @mdo
Mark Otto @TwBootstrap
2 Jacob Thornton @fat
3 Larry the Bird @twitter
4. Condensed table

Make your tables more compact by adding the .table-condensed class to cut table cell padding in half (from 8px to 4px).

# First Name Last Name Username
1 Mark Otto @mdo
2 Jacob Thornton @fat
3 Larry the Bird @twitter
5. Combine them all!

Feel free to combine any of the table classes to achieve different looks by utilizing any of the available classes.

Full name
# First Name Last Name Username
1 Mark Otto @mdo
2 Jacob Thornton @fat
3 Larry the Bird @twitter
Button class="" Description
Default btn Standard gray button with gradient
Primary btn btn-primary Provides extra visual weight and identifies the primary action in a set of buttons
Info btn btn-info Used as an alternative to the default styles
Success btn btn-success Indicates a successful or positive action
Warning btn btn-warning Indicates caution should be taken with this action
Danger btn btn-danger Indicates a dangerous or potentially negative action
Inverse btn btn-inverse Alternate dark gray button, not tied to a semantic action or use
  • icon-glass
  • icon-music
  • icon-search
  • icon-envelope
  • icon-heart
  • icon-star
  • icon-star-empty
  • icon-user
  • icon-film
  • icon-th-large
  • icon-th
  • icon-th-list
  • icon-ok
  • icon-remove
  • icon-zoom-in
  • icon-zoom-out
  • icon-off
  • icon-signal
  • icon-cog
  • icon-trash
  • icon-home
  • icon-file
  • icon-time
  • icon-road
  • icon-download-alt
  • icon-download
  • icon-upload
  • icon-inbox
  • icon-play-circle
  • icon-repeat
  • icon-refresh
  • icon-list-alt
  • icon-lock
  • icon-flag
  • icon-headphones
  • icon-volume-off
  • icon-volume-down
  • icon-volume-up
  • icon-qrcode
  • icon-barcode
  • icon-tag
  • icon-tags
  • icon-book
  • icon-bookmark
  • icon-print
  • icon-camera
  • icon-font
  • icon-bold
  • icon-italic
  • icon-text-height
  • icon-text-width
  • icon-align-left
  • icon-align-center
  • icon-align-right
  • icon-align-justify
  • icon-list
  • icon-indent-left
  • icon-indent-right
  • icon-facetime-video
  • icon-picture
  • icon-pencil
  • icon-map-marker
  • icon-adjust
  • icon-tint
  • icon-edit
  • icon-share
  • icon-check
  • icon-move
  • icon-step-backward
  • icon-fast-backward
  • icon-backward
  • icon-play
  • icon-pause
  • icon-stop
  • icon-forward
  • icon-fast-forward
  • icon-step-forward
  • icon-eject
  • icon-chevron-left
  • icon-chevron-right
  • icon-plus-sign
  • icon-minus-sign
  • icon-remove-sign
  • icon-ok-sign
  • icon-question-sign
  • icon-info-sign
  • icon-screenshot
  • icon-remove-circle
  • icon-ok-circle
  • icon-ban-circle
  • icon-arrow-left
  • icon-arrow-right
  • icon-arrow-up
  • icon-arrow-down
  • icon-share-alt
  • icon-resize-full
  • icon-resize-small
  • icon-plus
  • icon-minus
  • icon-asterisk
  • icon-exclamation-sign
  • icon-gift
  • icon-leaf
  • icon-fire
  • icon-eye-open
  • icon-eye-close
  • icon-warning-sign
  • icon-plane
  • icon-calendar
  • icon-random
  • icon-comment
  • icon-magnet
  • icon-chevron-up
  • icon-chevron-down
  • icon-retweet
  • icon-shopping-cart
  • icon-folder-close
  • icon-folder-open
  • icon-resize-vertical
  • icon-resize-horizontal
  • icon-hdd
  • icon-bullhorn
  • icon-bell
  • icon-certificate
  • icon-thumbs-up
  • icon-thumbs-down
  • icon-hand-right
  • icon-hand-left
  • icon-hand-up
  • icon-hand-down
  • icon-circle-arrow-right
  • icon-circle-arrow-left
  • icon-circle-arrow-up
  • icon-circle-arrow-down
  • icon-globe
  • icon-wrench
  • icon-tasks
  • icon-filter
  • icon-briefcase
  • icon-fullscreen

Built as a sprite

Instead of making every icon an extra request, we've compiled them into a sprite—a bunch of images in one file that uses CSS to position the images with background-position. This is the same method we use on Twitter.com and it has worked well for us.

All icons classes are prefixed with .icon- for proper namespacing and scoping, much like our other components. This will help avoid conflicts with other tools.

Glyphicons has granted us use of the Halflings set in our open-source toolkit so long as we provide a link and credit here in the docs. Please consider doing the same in your projects.

How to use

Bootstrap uses an <i> tag for all icons, but they have no case class—only a shared prefix. To use, place the following code just about anywhere:

There are also styles available for inverted (white) icons, made ready with one extra class:

There are 140 classes to choose from for your icons. Just add an <i> tag with the right classes and you're set. You can find the full list in sprites.less or right here in this document.

Heads up! When using beside strings of text, as in buttons or nav links, be sure to leave a space after the <i> tag for proper spacing.

Use cases

Icons are great, but where would one use them? Here are a few ideas:

  • As visuals for your sidebar navigation
  • For a purely icon-driven navigation
  • For buttons to help convey the meaning of an action
  • With links to share context on a user's destination

Essentially, anywhere you can put an <i> tag, you can put an icon.

Examples

Use them in buttons, button groups for a toolbar, navigation, or prepended form inputs.

Error or danger
Oh snap! Change a few things up and try submitting again.
Success
Well done! You successfully read this important alert message.
Information
Heads up! This alert needs your attention, but it's not super important.
Warning
Heads up! This alert needs your attention, but it's not super important.
Labels Markup
Default <span class="label">Default</span>
Success <span class="label label-success">Success</span>
Warning <span class="label label-warning">Warning</span>
Important <span class="label label-important">Important</span>
Info <span class="label label-info">Info</span>
Inverse <span class="label label-inverse">Inverse</span>
About

Badges are small, simple components for displaying an indicator or count of some sort. They're commonly found in email clients like Mail.app or on mobile apps for push notifications.

Available classes
Name Example Markup
Default 1 <span class="badge">1</span>
Success 2 <span class="badge badge-success">2</span>
Warning 4 <span class="badge badge-warning">4</span>
Important 6 <span class="badge badge-important">6</span>
Info 8 <span class="badge badge-info">8</span>
Inverse 10 <span class="badge badge-inverse">10</span>

Examples and markup

Basic

Default progress bar with a vertical gradient.

Striped

Uses a gradient to create a striped effect (no IE).

Animated

Takes the striped example and animates it (no IE).

Options and browser support

Additional colors

Progress bars use some of the same button and alert classes for consistent styles.

Striped bars

Similar to the solid colors, we have varied striped progress bars.

Behavior

Progress bars use CSS3 transitions, so if you dynamically adjust the width via javascript, it will smoothly resize.

If you use the .active class, your .progress-striped progress bars will animate the stripes left to right.

Browser support

Progress bars use CSS3 gradients, transitions, and animations to achieve all their effects. These features are not supported in IE7-9 or older versions of Firefox.

Opera and IE do not support animations at this time.

About Tooltips

Inspired by the excellent jQuery.tipsy plugin written by Jason Frame; Tooltips are an updated version, which don't rely on images, use css3 for animations, and data-attributes for local title storage.

Example use of Tooltips

Hover over the links below to see tooltips:

Tight pants next level keffiyeh you probably haven't heard of them. Photo booth beard raw denim letterpress vegan messenger bag stumptown. Farm-to-table seitan, mcsweeney's fixie sustainable quinoa 8-bit american apparel have a terry richardson vinyl chambray. Beard stumptown, cardigans banh mi lomo thundercats. Tofu biodiesel williamsburg marfa, four loko mcsweeney's cleanse vegan chambray. A really ironic artisan whatever keytar, scenester farm-to-table banksy Austin twitter handle freegan cred raw denim single-origin coffee viral.

© Copyright © 2013.Company name All rights reserved. - More Templates
长隆联名信用卡金卡车贷申请信用卡分期付款长隆信用卡积分用信用卡现金分期手续费是多少用信用卡现金分期手续费怎么算长隆联名信用卡金卡邮储信用卡网申流程长隆信用卡积分银行申请信用卡被拒用信用卡在银行取现手续费是多少钱用信用卡在银行取现长隆信用卡积分邮储信用卡所有品种用信用卡在银行取现长沙浦发信用卡推荐人用信用卡在银行取现手续费是多少钱邮储信用卡制度用信用卡现金分期手续费怎么算的用信用卡现金分期手续费怎么算的车贷信用卡手续费浮动银行申请信用卡被拒绝用信用卡现金分期手续费怎么算的银行申请信用卡被拒车贷信用卡分期手续费怎么算的用信用卡现金分期手续费是多少钱车贷信用卡多还款吗用信用卡现金分期手续费是多少钱车贷信用卡分期手续费怎么算的车贷信用卡手续费浮动邮储信用卡所有品种简介:本该人生平平无为的主角,从一个性格柔弱到脱变成刚毅的成长故事,后来主角从这跌宕起伏的生涯中成就无上荣耀。一位异世来客,意外穿越到类似山海经一样的诡异修仙世界,他凭借着额外得来的金手指,能和尸体对话的优势,运用自身智慧躲过一个个诡异事件,比如穿着人皮的妖魔,红毛尸王吼,能够杀人于无形的鬼魅,寄宿在人体内的人脸魔蛛,隐身的异人,靠人繁殖的摩羯,恐怖的尸林,诡异的祭祀,与邪神交易……人死一去何时归? 樱花落在玫瑰园里,一场伺机而动的较量即将开始。 家中出现的倒斗工具,亲人的失踪,带有线索的照片,一切的一切都将吴迷引进了一个巨大的迷局当中。 于是,他通过夹喇嘛的方式入墓寻找更多的线索,谁也没想古墓之中竟有如此之多诡异离奇的事:鬼藤、东夏神尸、化蛟……一个经典的穿越为开头的故事,有金手指,主角会遇到一些很基本的问题,慢慢或者快快去解决。天选降临,蓝星各国分为不同文明,每个文明抽取一百人进入天选空间,以神话底蕴为力量源泉,展开竞争! 西方天使、希腊众神、克苏鲁神话、埃及法老、樱花国八百万神…… 唯独,没有炎黄神话! 蓝星之上,炎黄经历文明断层,举头三尺无神明。 直到云泽穿越而来。 云泽:“我炎黄乃上古文明!上有盘古开天辟地,下有仙神护国安民!” 蓝星诸国:“别搞笑了,炎黄无神,众所周知!” 半年后…… “这天选不公平!炎黄本就是高级文明,随便挑个神就能碾压我们,这还怎么玩!” 【挽救时光,陌生世界踏破艰难险阻;跨越时空,追寻梦中那份飘渺的挚爱!】 她,年仅十七岁;同样作为一位制造人,李先生担心沧龙,在时空幻界孤立无助而制造了她。 飞越时空幻界,终于和哥哥相见的她;却因为素不相识,作为哥哥的沧龙; 并没有和妹妹相认。 制造人兄妹的情缘,穿越茫茫时间海;是否可以相伴永远? 造化弄人,哥哥迷失自我,亲手残害妹妹;妹妹含泪离去, 破碎的心灵该如何安抚? 迷失在黑暗中的亲情,又该怎样挽回? [一声忏悔,能否重回她的身旁?]500年进行一次的宇宙大擂台赛,最后的胜利者可以为自己的星球在不断侵略的宇宙中赢得500年的繁华与和平,来自宇宙各个星球的参赛者将为自己的星球进行战斗。星源大陆,一片古老而又充满生机的大陆,在这片大陆上的每个人都以灵力决定强弱,根据灵力强弱可分为九阶每一阶都有段,第一段称为空天,而后每一段则称为几重天。除了修炼灵力,人们还可以通过修炼术士,灵兵,灵宠,丹药………来提高实力。 五十年前,一场大战让世间灵气衰弱,世人修炼的速度变得越来越慢,这场大战因一支笔而起,这支笔便是通向仙界的钥匙,被世人称作 ——社稷笔。然而在那场战斗后,社稷笔便也消失了。 直到十二年前,一位少年随紫金色的天空而来。
传闻第九刀 小道士的小妖怪 太初有魔于道先 跨越时间的风筝线 一路红尘一路情 神国时代:谁言九州无神灵 我与阿狸的故事 魁巫转 阴阳先生葛天冲 我喜欢的女孩子们 重生之后开挂的修真 我开高达砍真仙 天龙秘史 开局造反失败,被女帝师尊 星夜永 神话三国:开局一座天机道场 龙珠超,神界监察官 情院深深 御灵逆天之旅 放我离开 车贷信用卡多还款方式 用信用卡在银行取现手续费是多少 邮储信用卡制度 用信用卡现金分期手续费怎么算 车贷信用卡多还款方式 车贷信用卡分期手续费怎么算 邮储信用卡制度 邮储信用卡好办 车贷信用卡多还款吗 邮储银行哪个信用卡好 邮政 信用卡 年费 邮政 信用卡 年费 车贷信用卡分期手续费怎么算法 用信用卡在银行取现手续费是多少 长隆联名信用卡金卡 用信用卡现金分期手续费怎么算 邮储白金信用卡申请 车贷信用卡多还款吗 车贷申请信用卡分期 长隆信用卡积分 用信用卡在银行取现手续费是多少 长沙浦发信用卡推荐人 车贷申请信用卡分期 用信用卡在银行取现 用信用卡在银行取现手续费是多少钱 车贷信用卡分期手续费怎么算法 车贷信用卡多还款吗 车贷申请信用卡分期付款 车贷申请信用卡分期 车贷信用卡多还款吗 用信用卡现金分期手续费怎么算 用信用卡在银行取现手续费 用信用卡现金分期手续费是多少 长隆联名信用卡金卡 车贷信用卡分期手续费怎么算的 用信用卡现金分期手续费是多少钱 用信用卡现金分期手续费是多少 邮储信用卡制度 车贷信用卡分期手续费怎么算法 长沙浦发信用卡推荐人 用信用卡现金分期手续费是多少钱 邮储银行哪个信用卡好 车贷信用卡重复还款 邮储白金信用卡申请 用信用卡在银行取现 用信用卡在银行取现手续费 邮政 信用卡 年费 用信用卡现金分期手续费是多少钱 车贷信用卡分期手续费怎么算法 邮储信用卡网申流程 亚星官网 亚星官网 亚星官网 亚星官网 亚星官网 仙绝神途 战争时代I帝国辉煌 公子凶猛 龙血英雄 白鹿源起 澳门葡京游戏官网 AG真人 快连下载 澳门葡京游戏官网 欧博游戏官网 用信用卡在银行取现 车贷信用卡多还款方式 车贷信用卡多还款方式 用信用卡在银行取现手续费是多少钱 邮储信用卡好办 用信用卡现金分期手续费怎么算的 邮储信用卡网申流程 邮储银行哪个信用卡好 车贷申请信用卡分期付款 车贷信用卡分期手续费怎么算法 用信用卡在银行取现手续费 邮储信用卡网申很漫长 车贷信用卡分期手续费怎么算 用信用卡在银行取现手续费是多少钱 长隆联名信用卡金卡 用信用卡在银行取现 用信用卡现金分期手续费怎么算的 车贷申请信用卡分期付款 车贷申请信用卡分期付款 用信用卡在银行取现手续费是多少 用信用卡在银行取现手续费是多少钱 用信用卡现金分期手续费怎么算 用信用卡在银行取现 邮储信用卡好办 邮储信用卡所有品种 邮政 信用卡 年费 车贷信用卡重复还款 用信用卡现金分期手续费怎么算 车贷信用卡多还款吗 长隆信用卡积分