From a9c829bc0c75dd7723e6c74e1defaab5dbb4c00b Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 28 Dec 2013 22:47:03 -0800 Subject: Rearrange repository contents because muahahahahahaha --- examples/blog/blog.css | 168 --------- examples/blog/index.html | 171 --------- examples/carousel/carousel.css | 148 -------- examples/carousel/index.html | 206 ----------- examples/cover/cover.css | 161 --------- examples/cover/index.html | 75 ---- examples/dashboard/dashboard.css | 93 ----- examples/dashboard/index.html | 243 ------------- examples/grid/grid.css | 28 -- examples/grid/index.html | 152 -------- examples/jumbotron-narrow/index.html | 82 ----- examples/jumbotron-narrow/jumbotron-narrow.css | 79 ----- examples/jumbotron/index.html | 99 ------ examples/jumbotron/jumbotron.css | 5 - examples/justified-nav/index.html | 84 ----- examples/justified-nav/justified-nav.css | 88 ----- examples/navbar-fixed-top/index.html | 91 ----- examples/navbar-fixed-top/navbar-fixed-top.css | 4 - examples/navbar-static-top/index.html | 92 ----- examples/navbar-static-top/navbar-static-top.css | 7 - examples/navbar/index.html | 88 ----- examples/navbar/navbar.css | 8 - examples/non-responsive/index.html | 105 ------ examples/non-responsive/non-responsive.css | 120 ------- examples/offcanvas/index.html | 130 ------- examples/offcanvas/offcanvas.css | 51 --- examples/offcanvas/offcanvas.js | 5 - examples/screenshots/blog.jpg | Bin 122350 -> 0 bytes examples/screenshots/carousel.jpg | Bin 82379 -> 0 bytes examples/screenshots/cover.jpg | Bin 36631 -> 0 bytes examples/screenshots/dashboard.jpg | Bin 105375 -> 0 bytes examples/screenshots/grid.jpg | Bin 100105 -> 0 bytes examples/screenshots/jumbotron-narrow.jpg | Bin 68675 -> 0 bytes examples/screenshots/jumbotron.jpg | Bin 101215 -> 0 bytes examples/screenshots/justified-nav.jpg | Bin 79170 -> 0 bytes examples/screenshots/navbar-fixed.jpg | Bin 38093 -> 0 bytes examples/screenshots/navbar-static.jpg | Bin 39712 -> 0 bytes examples/screenshots/navbar.jpg | Bin 41029 -> 0 bytes examples/screenshots/non-responsive.jpg | Bin 61233 -> 0 bytes examples/screenshots/offcanvas.jpg | Bin 112583 -> 0 bytes examples/screenshots/sign-in.jpg | Bin 13648 -> 0 bytes examples/screenshots/starter-template.jpg | Bin 22620 -> 0 bytes examples/screenshots/sticky-footer-navbar.jpg | Bin 39387 -> 0 bytes examples/screenshots/sticky-footer.jpg | Bin 25056 -> 0 bytes examples/screenshots/theme.jpg | Bin 85467 -> 0 bytes examples/signin/index.html | 50 --- examples/signin/signin.css | 40 --- examples/starter-template/index.html | 68 ---- examples/starter-template/starter-template.css | 7 - examples/sticky-footer-navbar/index.html | 91 ----- .../sticky-footer-navbar/sticky-footer-navbar.css | 45 --- examples/sticky-footer/index.html | 55 --- examples/sticky-footer/sticky-footer.css | 38 -- examples/theme/index.html | 384 --------------------- examples/theme/theme.css | 14 - 55 files changed, 3375 deletions(-) delete mode 100644 examples/blog/blog.css delete mode 100644 examples/blog/index.html delete mode 100644 examples/carousel/carousel.css delete mode 100644 examples/carousel/index.html delete mode 100644 examples/cover/cover.css delete mode 100644 examples/cover/index.html delete mode 100644 examples/dashboard/dashboard.css delete mode 100644 examples/dashboard/index.html delete mode 100644 examples/grid/grid.css delete mode 100644 examples/grid/index.html delete mode 100644 examples/jumbotron-narrow/index.html delete mode 100644 examples/jumbotron-narrow/jumbotron-narrow.css delete mode 100644 examples/jumbotron/index.html delete mode 100644 examples/jumbotron/jumbotron.css delete mode 100644 examples/justified-nav/index.html delete mode 100644 examples/justified-nav/justified-nav.css delete mode 100644 examples/navbar-fixed-top/index.html delete mode 100644 examples/navbar-fixed-top/navbar-fixed-top.css delete mode 100644 examples/navbar-static-top/index.html delete mode 100644 examples/navbar-static-top/navbar-static-top.css delete mode 100644 examples/navbar/index.html delete mode 100644 examples/navbar/navbar.css delete mode 100644 examples/non-responsive/index.html delete mode 100644 examples/non-responsive/non-responsive.css delete mode 100644 examples/offcanvas/index.html delete mode 100644 examples/offcanvas/offcanvas.css delete mode 100644 examples/offcanvas/offcanvas.js delete mode 100644 examples/screenshots/blog.jpg delete mode 100644 examples/screenshots/carousel.jpg delete mode 100644 examples/screenshots/cover.jpg delete mode 100644 examples/screenshots/dashboard.jpg delete mode 100644 examples/screenshots/grid.jpg delete mode 100644 examples/screenshots/jumbotron-narrow.jpg delete mode 100644 examples/screenshots/jumbotron.jpg delete mode 100644 examples/screenshots/justified-nav.jpg delete mode 100644 examples/screenshots/navbar-fixed.jpg delete mode 100644 examples/screenshots/navbar-static.jpg delete mode 100644 examples/screenshots/navbar.jpg delete mode 100644 examples/screenshots/non-responsive.jpg delete mode 100644 examples/screenshots/offcanvas.jpg delete mode 100644 examples/screenshots/sign-in.jpg delete mode 100644 examples/screenshots/starter-template.jpg delete mode 100644 examples/screenshots/sticky-footer-navbar.jpg delete mode 100644 examples/screenshots/sticky-footer.jpg delete mode 100644 examples/screenshots/theme.jpg delete mode 100644 examples/signin/index.html delete mode 100644 examples/signin/signin.css delete mode 100644 examples/starter-template/index.html delete mode 100644 examples/starter-template/starter-template.css delete mode 100644 examples/sticky-footer-navbar/index.html delete mode 100644 examples/sticky-footer-navbar/sticky-footer-navbar.css delete mode 100644 examples/sticky-footer/index.html delete mode 100644 examples/sticky-footer/sticky-footer.css delete mode 100644 examples/theme/index.html delete mode 100644 examples/theme/theme.css (limited to 'examples') diff --git a/examples/blog/blog.css b/examples/blog/blog.css deleted file mode 100644 index 82ba9d0d5..000000000 --- a/examples/blog/blog.css +++ /dev/null @@ -1,168 +0,0 @@ -/* - * Globals - */ - -body { - font-family: Georgia, "Times New Roman", Times, serif; - color: #555; -} - -h1, .h1, -h2, .h2, -h3, .h3, -h4, .h4, -h5, .h5, -h6, .h6 { - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;; - font-weight: normal; - color: #333; - margin-top: 0; -} - - -/* - * Override Bootstrap's default container. - */ - -@media (min-width: 1200px) { - .container { - width: 970px; - } -} - - -/* - * Masthead for nav - */ - -.blog-masthead { - background-color: #428bca; - box-shadow: inset 0 -2px 5px rgba(0,0,0,.1); -} - -/* Nav links */ -.blog-nav { - -} -.blog-nav-item { - position: relative; - display: inline-block; - padding: 10px; - font-weight: 500; - color: #cdddeb; -} -.blog-nav-item:hover, -.blog-nav-item:focus { - color: #fff; - text-decoration: none; -} - -/* Active state gets a caret at the bottom */ -.blog-nav .active { - color: #fff; -} -.blog-nav .active:after { - position: absolute; - bottom: 0; - left: 50%; - display: block; - content: " "; - width: 0; - height: 0; - margin-left: -5px; - vertical-align: middle; - border-right: 5px solid transparent; - border-left: 5px solid transparent; - border-bottom: 5px solid; -} - - -/* - * Blog name and description - */ - -.blog-header { - padding-top: 20px; - padding-bottom: 20px; -} -.blog-title { - margin-top: 30px; - margin-bottom: 0; - font-size: 60px; - font-weight: normal; -} -.blog-description { - font-size: 20px; - color: #999; -} - - -/* - * Main column and sidebar layout - */ - -.blog-main { - font-size: 18px; - line-height: 1.5; -} - -/* Sidebar modules for boxing content */ -.sidebar-module { - padding: 15px; - margin: 0 -15px 15px; -} -.sidebar-module-inset { - padding: 15px; - background-color: #f5f5f5; - border-radius: 4px; -} -.sidebar-module-inset p:last-child, -.sidebar-module-inset ul:last-child, -.sidebar-module-inset ol:last-child { - margin-bottom: 0; -} - - - -/* Pagination */ -.pager { - margin-bottom: 60px; - text-align: left; -} -.pager > li > a { - width: 140px; - padding: 10px 20px; - text-align: center; - border-radius: 30px; -} - - -/* - * Blog posts - */ - -.blog-post { - margin-bottom: 60px; -} -.blog-post-title { - margin-bottom: 5px; - font-size: 40px; -} -.blog-post-meta { - margin-bottom: 20px; - color: #999; -} - - -/* - * Footer - */ - -.blog-footer { - padding: 40px 0; - color: #999; - text-align: center; - background-color: #f9f9f9; - border-top: 1px solid #e5e5e5; -} - diff --git a/examples/blog/index.html b/examples/blog/index.html deleted file mode 100644 index d7265973c..000000000 --- a/examples/blog/index.html +++ /dev/null @@ -1,171 +0,0 @@ - - - - - - - - - - - Blog Template for Bootstrap - - - - - - - - - - - - - - - - -
- -
- -
- -
-

The Bootstrap Blog

-

The official example template of creating a blog with Bootstrap.

-
- -
- -
- -
-

Sample blog post

- - -

This blog post shows a few different types of content that's supported and styled with Bootstrap. Basic typography, images, and code are all supported.

-
-

Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Sed posuere consectetur est at lobortis. Cras mattis consectetur purus sit amet fermentum.

-
-

Curabitur blandit tempus porttitor. Nullam quis risus eget urna mollis ornare vel eu leo. Nullam id dolor id nibh ultricies vehicula ut id elit.

-
-

Etiam porta sem malesuada magna mollis euismod. Cras mattis consectetur purus sit amet fermentum. Aenean lacinia bibendum nulla sed consectetur.

-

Heading

-

Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Morbi leo risus, porta ac consectetur ac, vestibulum at eros.

-

Sub-heading

-

Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.

-
Example code block
-

Aenean lacinia bibendum nulla sed consectetur. Etiam porta sem malesuada magna mollis euismod. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa.

-

Sub-heading

-

Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aenean lacinia bibendum nulla sed consectetur. Etiam porta sem malesuada magna mollis euismod. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.

-
    -
  • Praesent commodo cursus magna, vel scelerisque nisl consectetur et.
  • -
  • Donec id elit non mi porta gravida at eget metus.
  • -
  • Nulla vitae elit libero, a pharetra augue.
  • -
-

Donec ullamcorper nulla non metus auctor fringilla. Nulla vitae elit libero, a pharetra augue.

-
    -
  1. Vestibulum id ligula porta felis euismod semper.
  2. -
  3. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
  4. -
  5. Maecenas sed diam eget risus varius blandit sit amet non magna.
  6. -
-

Cras mattis consectetur purus sit amet fermentum. Sed posuere consectetur est at lobortis.

-
- -
-

Another blog post

- - -

Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Sed posuere consectetur est at lobortis. Cras mattis consectetur purus sit amet fermentum.

-
-

Curabitur blandit tempus porttitor. Nullam quis risus eget urna mollis ornare vel eu leo. Nullam id dolor id nibh ultricies vehicula ut id elit.

-
-

Etiam porta sem malesuada magna mollis euismod. Cras mattis consectetur purus sit amet fermentum. Aenean lacinia bibendum nulla sed consectetur.

-

Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Morbi leo risus, porta ac consectetur ac, vestibulum at eros.

-
- -
-

New feature

- - -

Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aenean lacinia bibendum nulla sed consectetur. Etiam porta sem malesuada magna mollis euismod. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.

-
    -
  • Praesent commodo cursus magna, vel scelerisque nisl consectetur et.
  • -
  • Donec id elit non mi porta gravida at eget metus.
  • -
  • Nulla vitae elit libero, a pharetra augue.
  • -
-

Etiam porta sem malesuada magna mollis euismod. Cras mattis consectetur purus sit amet fermentum. Aenean lacinia bibendum nulla sed consectetur.

-

Donec ullamcorper nulla non metus auctor fringilla. Nulla vitae elit libero, a pharetra augue.

-
- - - -
- -
- - - -
- -
- -
- - - - - - - - - - - diff --git a/examples/carousel/carousel.css b/examples/carousel/carousel.css deleted file mode 100644 index a728bd899..000000000 --- a/examples/carousel/carousel.css +++ /dev/null @@ -1,148 +0,0 @@ -/* GLOBAL STYLES --------------------------------------------------- */ -/* Padding below the footer and lighter body text */ - -body { - padding-bottom: 40px; - color: #5a5a5a; -} - - - -/* CUSTOMIZE THE NAVBAR --------------------------------------------------- */ - -/* Special class on .container surrounding .navbar, used for positioning it into place. */ -.navbar-wrapper { - position: absolute; - top: 0; - left: 0; - right: 0; - z-index: 20; -} - -/* Flip around the padding for proper display in narrow viewports */ -.navbar-wrapper .container { - padding-left: 0; - padding-right: 0; -} -.navbar-wrapper .navbar { - padding-left: 15px; - padding-right: 15px; -} - - -/* CUSTOMIZE THE CAROUSEL --------------------------------------------------- */ - -/* Carousel base class */ -.carousel { - height: 500px; - margin-bottom: 60px; -} -/* Since positioning the image, we need to help out the caption */ -.carousel-caption { - z-index: 10; -} - -/* Declare heights because of positioning of img element */ -.carousel .item { - height: 500px; - background-color: #777; -} -.carousel-inner > .item > img { - position: absolute; - top: 0; - left: 0; - min-width: 100%; - height: 500px; -} - - - -/* MARKETING CONTENT --------------------------------------------------- */ - -/* Pad the edges of the mobile views a bit */ -.marketing { - padding-left: 15px; - padding-right: 15px; -} - -/* Center align the text within the three columns below the carousel */ -.marketing .col-lg-4 { - text-align: center; - margin-bottom: 20px; -} -.marketing h2 { - font-weight: normal; -} -.marketing .col-lg-4 p { - margin-left: 10px; - margin-right: 10px; -} - - -/* Featurettes -------------------------- */ - -.featurette-divider { - margin: 80px 0; /* Space out the Bootstrap
more */ -} - -/* Thin out the marketing headings */ -.featurette-heading { - font-weight: 300; - line-height: 1; - letter-spacing: -1px; -} - - - -/* RESPONSIVE CSS --------------------------------------------------- */ - -@media (min-width: 768px) { - - /* Remove the edge padding needed for mobile */ - .marketing { - padding-left: 0; - padding-right: 0; - } - - /* Navbar positioning foo */ - .navbar-wrapper { - margin-top: 20px; - } - .navbar-wrapper .container { - padding-left: 15px; - padding-right: 15px; - } - .navbar-wrapper .navbar { - padding-left: 0; - padding-right: 0; - } - - /* The navbar becomes detached from the top, so we round the corners */ - .navbar-wrapper .navbar { - border-radius: 4px; - } - - /* Bump up size of carousel content */ - .carousel-caption p { - margin-bottom: 20px; - font-size: 21px; - line-height: 1.4; - } - - .featurette-heading { - font-size: 50px; - } - -} - -@media (min-width: 992px) { - .featurette-heading { - margin-top: 120px; - } -} diff --git a/examples/carousel/index.html b/examples/carousel/index.html deleted file mode 100644 index 124674cf3..000000000 --- a/examples/carousel/index.html +++ /dev/null @@ -1,206 +0,0 @@ - - - - - - - - - - - Carousel Template for Bootstrap - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - -
-
- Generic placeholder image -

Heading

-

Donec sed odio dui. Etiam porta sem malesuada magna mollis euismod. Nullam id dolor id nibh ultricies vehicula ut id elit. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Praesent commodo cursus magna.

-

View details »

-
-
- Generic placeholder image -

Heading

-

Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh.

-

View details »

-
-
- Generic placeholder image -

Heading

-

Donec sed odio dui. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Vestibulum id ligula porta felis euismod semper. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.

-

View details »

-
-
- - - - -
- -
-
-

First featurette heading. It'll blow your mind.

-

Donec ullamcorper nulla non metus auctor fringilla. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur. Fusce dapibus, tellus ac cursus commodo.

-
-
- Generic placeholder image -
-
- -
- -
-
- Generic placeholder image -
-
-

Oh yeah, it's that good. See for yourself.

-

Donec ullamcorper nulla non metus auctor fringilla. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur. Fusce dapibus, tellus ac cursus commodo.

-
-
- -
- -
-
-

And lastly, this one. Checkmate.

-

Donec ullamcorper nulla non metus auctor fringilla. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur. Fusce dapibus, tellus ac cursus commodo.

-
-
- Generic placeholder image -
-
- -
- - - - - - - -
- - - - - - - - - diff --git a/examples/cover/cover.css b/examples/cover/cover.css deleted file mode 100644 index bac1b08c9..000000000 --- a/examples/cover/cover.css +++ /dev/null @@ -1,161 +0,0 @@ -/* - * Globals - */ - -/* Links */ -a, -a:focus, -a:hover { - color: #fff; -} - -/* Custom default button */ -.btn-default, -.btn-default:hover, -.btn-default:focus { - color: #333; - text-shadow: none; /* Prevent inheritence from `body` */ - background-color: #fff; - border: 1px solid #fff; -} - - -/* - * Base structure - */ - -html, -body { - height: 100%; - background-color: #333; -} -body { - color: #fff; - text-align: center; - text-shadow: 0 1px 3px rgba(0,0,0,.5); - box-shadow: inset 0 0 100px rgba(0,0,0,.5); -} - -/* Extra markup and styles for table-esque vertical and horizontal centering */ -.site-wrapper { - display: table; - width: 100%; - height: 100%; /* For at least Firefox */ - min-height: 100%; -} -.site-wrapper-inner { - display: table-cell; - vertical-align: top; -} -.cover-container { - margin-left: auto; - margin-right: auto; -} - -/* Padding for spacing */ -.inner { - padding: 30px; -} - - -/* - * Header - */ -.masthead-brand { - margin-top: 10px; - margin-bottom: 10px; -} - -.masthead-nav > li { - display: inline-block; -} -.masthead-nav > li + li { - margin-left: 20px; -} -.masthead-nav > li > a { - padding-left: 0; - padding-right: 0; - font-size: 16px; - font-weight: bold; - color: #fff; /* IE8 proofing */ - color: rgba(255,255,255,.75); - border-bottom: 2px solid transparent; -} -.masthead-nav > li > a:hover, -.masthead-nav > li > a:focus { - background-color: transparent; - border-bottom-color: rgba(255,255,255,.25); -} -.masthead-nav > .active > a, -.masthead-nav > .active > a:hover, -.masthead-nav > .active > a:focus { - color: #fff; - border-bottom-color: #fff; -} - -@media (min-width: 768px) { - .masthead-brand { - float: left; - } - .masthead-nav { - float: right; - } -} - - -/* - * Cover - */ - -.cover { - padding: 0 20px; -} -.cover .btn-lg { - padding: 10px 20px; - font-weight: bold; -} - - -/* - * Footer - */ - -.mastfoot { - color: #999; /* IE8 proofing */ - color: rgba(255,255,255,.5); -} - - -/* - * Affix and center - */ - -@media (min-width: 768px) { - /* Pull out the header and footer */ - .masthead { - position: fixed; - top: 0; - } - .mastfoot { - position: fixed; - bottom: 0; - } - /* Start the vertical centering */ - .site-wrapper-inner { - vertical-align: middle; - } - /* Handle the widths */ - .masthead, - .mastfoot, - .cover-container { - width: 100%; /* Must be percentage or pixels for horizontal alignment */ - } -} - -@media (min-width: 992px) { - .masthead, - .mastfoot, - .cover-container { - width: 700px; - } -} diff --git a/examples/cover/index.html b/examples/cover/index.html deleted file mode 100644 index 714909177..000000000 --- a/examples/cover/index.html +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - - - - - - Cover Template for Bootstrap - - - - - - - - - - - - - - - - -
- -
- -
- -
-
-

Cover

- -
-
- -
-

Cover your page.

-

Cover is a one-page template for building simple and beautiful home pages. Download, edit the text, and add your own fullscreen background photo to make it your own.

-

- Learn more -

-
- -
-
-

Cover template for Bootstrap, by @mdo.

-
-
- -
- -
- -
- - - - - - - - diff --git a/examples/dashboard/dashboard.css b/examples/dashboard/dashboard.css deleted file mode 100644 index 750124bf8..000000000 --- a/examples/dashboard/dashboard.css +++ /dev/null @@ -1,93 +0,0 @@ -/* - * Base structure - */ - -/* Move down content because we have a fixed navbar that is 50px tall */ -body { - padding-top: 50px; -} - - -/* - * Global add-ons - */ - -.sub-header { - padding-bottom: 10px; - border-bottom: 1px solid #eee; -} - - -/* - * Sidebar - */ - -/* Hide for mobile, show later */ -.sidebar { - display: none; -} -@media (min-width: 768px) { - .sidebar { - position: fixed; - top: 0; - left: 0; - bottom: 0; - z-index: 1000; - display: block; - padding: 70px 20px 20px; - background-color: #f5f5f5; - border-right: 1px solid #eee; - } -} - -/* Sidebar navigation */ -.nav-sidebar { - margin-left: -20px; - margin-right: -21px; /* 20px padding + 1px border */ - margin-bottom: 20px; -} -.nav-sidebar > li > a { - padding-left: 20px; - padding-right: 20px; -} -.nav-sidebar > .active > a { - color: #fff; - background-color: #428bca; -} - - -/* - * Main content - */ - -.main { - padding: 20px; -} -@media (min-width: 768px) { - .main { - padding-left: 40px; - pading-right: 40px; - } -} -.main .page-header { - margin-top: 0; -} - - -/* - * Placeholder dashboard ideas - */ - -.placeholders { - margin-bottom: 30px; - text-align: center; -} -.placeholders h4 { - margin-bottom: 0; -} -.placeholder { - margin-bottom: 20px; -} -.placeholder img { - border-radius: 50%; -} diff --git a/examples/dashboard/index.html b/examples/dashboard/index.html deleted file mode 100644 index 1bb3c48f8..000000000 --- a/examples/dashboard/index.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - - - - - - Dashboard Template for Bootstrap - - - - - - - - - - - - - - - - - - -
-
- -
-

Dashboard

- -
-
- Generic placeholder thumbnail -

Label

- Something else -
-
- Generic placeholder thumbnail -

Label

- Something else -
-
- Generic placeholder thumbnail -

Label

- Something else -
-
- Generic placeholder thumbnail -

Label

- Something else -
-
- -

Section title

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#HeaderHeaderHeaderHeader
1,001Loremipsumdolorsit
1,002ametconsecteturadipiscingelit
1,003IntegernecodioPraesent
1,003liberoSedcursusante
1,004dapibusdiamSednisi
1,005Nullaquissemat
1,006nibhelementumimperdietDuis
1,007sagittisipsumPraesentmauris
1,008Fuscenectellussed
1,009auguesemperportaMauris
1,010massaVestibulumlaciniaarcu
1,011egetnullaClassaptent
1,012tacitisociosquadlitora
1,013torquentperconubianostra
1,014perinceptoshimenaeosCurabitur
1,015sodalesligulainlibero
-
-
-
-
- - - - - - - - diff --git a/examples/grid/grid.css b/examples/grid/grid.css deleted file mode 100644 index 963b128e3..000000000 --- a/examples/grid/grid.css +++ /dev/null @@ -1,28 +0,0 @@ -.container { - padding-left: 15px; - padding-right: 15px; -} - -h4 { - margin-top: 25px; -} -.row { - margin-bottom: 20px; -} -.row .row { - margin-top: 10px; - margin-bottom: 0; -} -[class*="col-"] { - padding-top: 15px; - padding-bottom: 15px; - background-color: #eee; - border: 1px solid #ddd; - background-color: rgba(86,61,124,.15); - border: 1px solid rgba(86,61,124,.2); -} - -hr { - margin-top: 40px; - margin-bottom: 40px; -} \ No newline at end of file diff --git a/examples/grid/index.html b/examples/grid/index.html deleted file mode 100644 index 30093254e..000000000 --- a/examples/grid/index.html +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - - - - - - Grid Template for Bootstrap - - - - - - - - - - - - - - - -
- - - -

Three equal columns

-

Get three equal-width columns starting at desktops and scaling to large desktops. On mobile devices, tablets and below, the columns will automatically stack.

-
-
.col-md-4
-
.col-md-4
-
.col-md-4
-
- -

Three unequal columns

-

Get three columns starting at desktops and scaling to large desktops of various widths. Remember, grid columns should add up to twelve for a single horizontal block. More than that, and columns start stacking no matter the viewport.

-
-
.col-md-3
-
.col-md-6
-
.col-md-3
-
- -

Two columns

-

Get two columns starting at desktops and scaling to large desktops.

-
-
.col-md-8
-
.col-md-4
-
- -

Full width, single column

-

No grid classes are necessary for full-width elements.

- -
- -

Two columns with two nested columns

-

Per the documentation, nesting is easy—just put a row of columns within an existing row. This gives you two columns starting at desktops and scaling to large desktops, with another two (equal widths) within the larger column.

-

At mobile device sizes, tablets and down, these columns and their nested columns will stack.

-
-
- .col-md-8 -
-
.col-md-6
-
.col-md-6
-
-
-
.col-md-4
-
- -
- -

Mixed: mobile and desktop

-

The Bootstrap 3 grid system has four tiers of classes: xs (phones), sm (tablets), md (desktops), and lg (larger desktops). You can use nearly any combination of these classes to create more dynamic and flexible layouts.

-

Each tier of classes scales up, meaning if you plan on setting the same widths for xs and sm, you only need to specify xs.

-
-
.col-xs-12 .col-md-8
-
.col-xs-6 .col-md-4
-
-
-
.col-xs-6 .col-md-4
-
.col-xs-6 .col-md-4
-
.col-xs-6 .col-md-4
-
-
-
.col-xs-6
-
.col-xs-6
-
- -
- -

Mixed: mobile, tablet, and desktop

-

-
-
.col-xs-12 .col-sm-6 .col-lg-8
-
.col-xs-6 .col-lg-4
-
-
-
.col-xs-6 .col-sm-4
-
.col-xs-6 .col-sm-4
-
.col-xs-6 .col-sm-4
-
- -
- -

Column clearing

-

Clear floats at specific breakpoints to prevent awkward wrapping with uneven content.

-
-
- .col-xs-6 .col-sm-3 -
- Resize your viewport or check it out on your phone for an example. -
-
.col-xs-6 .col-sm-3
- - -
- -
.col-xs-6 .col-sm-3
-
.col-xs-6 .col-sm-3
-
- -
- -

Offset, push, and pull resets

-

Reset offsets, pushes, and pulls at specific breakpoints.

-
-
.col-sm-5 .col-md-6
-
.col-sm-5 .col-sm-offset-2 .col-md-6 .col-md-offset-0
-
-
-
.col-sm-6 .col-md-5 .col-lg-6
-
.col-sm-6 .col-md-5 .col-md-offset-2 .col-lg-6 .col-lg-offset-0
-
- - -
- - - - - - diff --git a/examples/jumbotron-narrow/index.html b/examples/jumbotron-narrow/index.html deleted file mode 100644 index ed94ed2b8..000000000 --- a/examples/jumbotron-narrow/index.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - - - Narrow Jumbotron Template for Bootstrap - - - - - - - - - - - - - - - - -
-
- -

Project name

-
- -
-

Jumbotron heading

-

Cras justo odio, dapibus ac facilisis in, egestas eget quam. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.

-

Sign up today

-
- -
-
-

Subheading

-

Donec id elit non mi porta gravida at eget metus. Maecenas faucibus mollis interdum.

- -

Subheading

-

Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Cras mattis consectetur purus sit amet fermentum.

- -

Subheading

-

Maecenas sed diam eget risus varius blandit sit amet non magna.

-
- -
-

Subheading

-

Donec id elit non mi porta gravida at eget metus. Maecenas faucibus mollis interdum.

- -

Subheading

-

Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Cras mattis consectetur purus sit amet fermentum.

- -

Subheading

-

Maecenas sed diam eget risus varius blandit sit amet non magna.

-
-
- - - -
- - - - - - diff --git a/examples/jumbotron-narrow/jumbotron-narrow.css b/examples/jumbotron-narrow/jumbotron-narrow.css deleted file mode 100644 index ae7a83f32..000000000 --- a/examples/jumbotron-narrow/jumbotron-narrow.css +++ /dev/null @@ -1,79 +0,0 @@ -/* Space out content a bit */ -body { - padding-top: 20px; - padding-bottom: 20px; -} - -/* Everything but the jumbotron gets side spacing for mobile first views */ -.header, -.marketing, -.footer { - padding-left: 15px; - padding-right: 15px; -} - -/* Custom page header */ -.header { - border-bottom: 1px solid #e5e5e5; -} -/* Make the masthead heading the same height as the navigation */ -.header h3 { - margin-top: 0; - margin-bottom: 0; - line-height: 40px; - padding-bottom: 19px; -} - -/* Custom page footer */ -.footer { - padding-top: 19px; - color: #777; - border-top: 1px solid #e5e5e5; -} - -/* Customize container */ -@media (min-width: 768px) { - .container { - max-width: 730px; - } -} -.container-narrow > hr { - margin: 30px 0; -} - -/* Main marketing message and sign up button */ -.jumbotron { - text-align: center; - border-bottom: 1px solid #e5e5e5; -} -.jumbotron .btn { - font-size: 21px; - padding: 14px 24px; -} - -/* Supporting marketing content */ -.marketing { - margin: 40px 0; -} -.marketing p + h4 { - margin-top: 28px; -} - -/* Responsive: Portrait tablets and up */ -@media screen and (min-width: 768px) { - /* Remove the padding we set earlier */ - .header, - .marketing, - .footer { - padding-left: 0; - padding-right: 0; - } - /* Space out the masthead */ - .header { - margin-bottom: 30px; - } - /* Remove the bottom border on the jumbotron for visual effect */ - .jumbotron { - border-bottom: 0; - } -} diff --git a/examples/jumbotron/index.html b/examples/jumbotron/index.html deleted file mode 100644 index 1c265d828..000000000 --- a/examples/jumbotron/index.html +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - - - Jumbotron Template for Bootstrap - - - - - - - - - - - - - - - - - - - -
-
-

Hello, world!

-

This is a template for a simple marketing or informational website. It includes a large callout called a jumbotron and three supporting pieces of content. Use it as a starting point to create something more unique.

-

Learn more »

-
-
- -
- -
-
-

Heading

-

Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui.

-

View details »

-
-
-

Heading

-

Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui.

-

View details »

-
-
-

Heading

-

Donec sed odio dui. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Vestibulum id ligula porta felis euismod semper. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.

-

View details »

-
-
- -
- -
-

© Company 2013

-
-
- - - - - - - - diff --git a/examples/jumbotron/jumbotron.css b/examples/jumbotron/jumbotron.css deleted file mode 100644 index 179d40879..000000000 --- a/examples/jumbotron/jumbotron.css +++ /dev/null @@ -1,5 +0,0 @@ -/* Move down content because we have a fixed navbar that is 50px tall */ -body { - padding-top: 50px; - padding-bottom: 20px; -} diff --git a/examples/justified-nav/index.html b/examples/justified-nav/index.html deleted file mode 100644 index 11ea6b8bf..000000000 --- a/examples/justified-nav/index.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - - - Justified Nav Template for Bootstrap - - - - - - - - - - - - - - - - -
- -
-

Project name

- -
- - -
-

Marketing stuff!

-

Cras justo odio, dapibus ac facilisis in, egestas eget quam. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet.

-

Get started today

-
- - -
-
-

Safari bug warning!

-

Safari exhibits a bug in which resizing your browser horizontally causes rendering errors in the justified nav that are cleared upon refreshing.

-

Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui.

-

View details »

-
-
-

Heading

-

Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui.

-

View details »

-
-
-

Heading

-

Donec sed odio dui. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Vestibulum id ligula porta felis euismod semper. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa.

-

View details »

-
-
- - - - -
- - - - - - diff --git a/examples/justified-nav/justified-nav.css b/examples/justified-nav/justified-nav.css deleted file mode 100644 index baf0e1130..000000000 --- a/examples/justified-nav/justified-nav.css +++ /dev/null @@ -1,88 +0,0 @@ -body { - padding-top: 20px; -} - -.footer { - border-top: 1px solid #eee; - margin-top: 40px; - padding-top: 40px; - padding-bottom: 40px; -} - -/* Main marketing message and sign up button */ -.jumbotron { - text-align: center; - background-color: transparent; -} -.jumbotron .btn { - font-size: 21px; - padding: 14px 24px; -} - -/* Customize the nav-justified links to be fill the entire space of the .navbar */ - -.nav-justified { - background-color: #eee; - border-radius: 5px; - border: 1px solid #ccc; -} -.nav-justified > li > a { - margin-bottom: 0; - padding-top: 15px; - padding-bottom: 15px; - color: #777; - font-weight: bold; - text-align: center; - border-bottom: 1px solid #d5d5d5; - background-color: #e5e5e5; /* Old browsers */ - background-repeat: repeat-x; /* Repeat the gradient */ - background-image: -moz-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%); /* FF3.6+ */ - background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */ - background-image: -webkit-linear-gradient(top, #f5f5f5 0%,#e5e5e5 100%); /* Chrome 10+,Safari 5.1+ */ - background-image: -o-linear-gradient(top, #f5f5f5 0%,#e5e5e5 100%); /* Opera 11.10+ */ - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */ - background-image: linear-gradient(top, #f5f5f5 0%,#e5e5e5 100%); /* W3C */ -} -.nav-justified > .active > a, -.nav-justified > .active > a:hover, -.nav-justified > .active > a:focus { - background-color: #ddd; - background-image: none; - box-shadow: inset 0 3px 7px rgba(0,0,0,.15); -} -.nav-justified > li:first-child > a { - border-radius: 5px 5px 0 0; -} -.nav-justified > li:last-child > a { - border-bottom: 0; - border-radius: 0 0 5px 5px; -} - -@media (min-width: 768px) { - .nav-justified { - max-height: 52px; - } - .nav-justified > li > a { - border-left: 1px solid #fff; - border-right: 1px solid #d5d5d5; - } - .nav-justified > li:first-child > a { - border-left: 0; - border-radius: 5px 0 0 5px; - } - .nav-justified > li:last-child > a { - border-radius: 0 5px 5px 0; - border-right: 0; - } -} - -/* Responsive: Portrait tablets and up */ -@media screen and (min-width: 768px) { - /* Remove the padding we set earlier */ - .masthead, - .marketing, - .footer { - padding-left: 0; - padding-right: 0; - } -} diff --git a/examples/navbar-fixed-top/index.html b/examples/navbar-fixed-top/index.html deleted file mode 100644 index 290e178db..000000000 --- a/examples/navbar-fixed-top/index.html +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - - - Fixed Top Navbar Example for Bootstrap - - - - - - - - - - - - - - - - - - - -
- - -
-

Navbar example

-

This example is a quick exercise to illustrate how the default, static and fixed to top navbar work. It includes the responsive CSS and HTML, so it also adapts to your viewport and device.

-

To see the difference between static and fixed top navbars, just scroll.

-

- View navbar docs » -

-
- -
- - - - - - - - diff --git a/examples/navbar-fixed-top/navbar-fixed-top.css b/examples/navbar-fixed-top/navbar-fixed-top.css deleted file mode 100644 index b0c883742..000000000 --- a/examples/navbar-fixed-top/navbar-fixed-top.css +++ /dev/null @@ -1,4 +0,0 @@ -body { - min-height: 2000px; - padding-top: 70px; -} diff --git a/examples/navbar-static-top/index.html b/examples/navbar-static-top/index.html deleted file mode 100644 index 6ea2fe76e..000000000 --- a/examples/navbar-static-top/index.html +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - - - Static Top Navbar Example for Bootstrap - - - - - - - - - - - - - - - - - - - - -
- - -
-

Navbar example

-

This example is a quick exercise to illustrate how the default, static and fixed to top navbar work. It includes the responsive CSS and HTML, so it also adapts to your viewport and device.

-

To see the difference between static and fixed top navbars, just scroll.

-

- View navbar docs » -

-
- -
- - - - - - - - diff --git a/examples/navbar-static-top/navbar-static-top.css b/examples/navbar-static-top/navbar-static-top.css deleted file mode 100644 index 59a37e75a..000000000 --- a/examples/navbar-static-top/navbar-static-top.css +++ /dev/null @@ -1,7 +0,0 @@ -body { - min-height: 2000px; -} - -.navbar-static-top { - margin-bottom: 19px; -} \ No newline at end of file diff --git a/examples/navbar/index.html b/examples/navbar/index.html deleted file mode 100644 index 6d701c624..000000000 --- a/examples/navbar/index.html +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - - - Navbar Template for Bootstrap - - - - - - - - - - - - - - - - -
- - - - - -
-

Navbar example

-

This example is a quick exercise to illustrate how the default, static navbar and fixed to top navbar work. It includes the responsive CSS and HTML, so it also adapts to your viewport and device.

-

- View navbar docs » -

-
- -
- - - - - - - - diff --git a/examples/navbar/navbar.css b/examples/navbar/navbar.css deleted file mode 100644 index d2195240b..000000000 --- a/examples/navbar/navbar.css +++ /dev/null @@ -1,8 +0,0 @@ -body { - padding-top: 20px; - padding-bottom: 20px; -} - -.navbar { - margin-bottom: 20px; -} diff --git a/examples/non-responsive/index.html b/examples/non-responsive/index.html deleted file mode 100644 index bbed7efb9..000000000 --- a/examples/non-responsive/index.html +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - - - - - - - - Non-responsive Template for Bootstrap - - - - - - - - - - - - - - - - - - - -
- - - -

What changes

-

Note the lack of the <meta name="viewport" content="width=device-width, initial-scale=1.0">, which disables the zooming aspect of sites in mobile devices. In addition, we reset our container's width and are basically good to go.

- -

Regarding navbars

-

As a heads up, the navbar component is rather tricky here in that the styles for displaying it are rather specific and detailed. Overrides to ensure desktop styles display are not as performant or sleek as one would like. Just be aware there may be potential gotchas as you build on top of this example when using the navbar.

- -

Browsers, scrolling, and fixed elements

-

Non-responsive layouts highlight a key drawback to fixed elements. Any fixed component, such as a fixed navbar, will not be scrollable when the viewport becomes narrower than the page content. In other words, given the non-responsive container width of 970px and a viewport of 800px, you'll potentially hide 170px of content.

-

There is no way around this as it's default browser behavior. The only solution is a responsive layout or using a non-fixed element.

- -

Non-responsive grid system

-
-
One third
-
One third
-
One third
-
- -
- - - - - - - - diff --git a/examples/non-responsive/non-responsive.css b/examples/non-responsive/non-responsive.css deleted file mode 100644 index 9813bb9fe..000000000 --- a/examples/non-responsive/non-responsive.css +++ /dev/null @@ -1,120 +0,0 @@ -/* Template-specific stuff - * - * Customizations just for the template; these are not necessary for anything - * with disabling the responsiveness. - */ - -/* Account for fixed navbar */ -body { - padding-top: 70px; - padding-bottom: 30px; - min-width: 970px; -} - -/* Finesse the page header spacing */ -.page-header { - margin-bottom: 30px; -} -.page-header .lead { - margin-bottom: 10px; -} - - -/* Non-responsive overrides - * - * Utilitze the following CSS to disable the responsive-ness of the container, - * grid system, and navbar. - */ - -/* Reset the container */ -.container { - max-width: none !important; - width: 970px; -} - -/* Demonstrate the grids */ -.col-xs-4 { - padding-top: 15px; - padding-bottom: 15px; - background-color: #eee; - border: 1px solid #ddd; - background-color: rgba(86,61,124,.15); - border: 1px solid rgba(86,61,124,.2); -} - -.container .navbar-header, -.container .navbar-collapse { - margin-right: 0; - margin-left: 0; -} - -/* Always float the navbar header */ -.navbar-header { - float: left; -} - -/* Undo the collapsing navbar */ -.navbar-collapse { - display: block !important; - height: auto !important; - padding-bottom: 0; - overflow: visible !important; -} - -.navbar-toggle { - display: none; -} -.navbar-collapse { - border-top: 0; -} - -.navbar-brand { - margin-left: -15px; -} - -/* Always apply the floated nav */ -.navbar-nav { - float: left; - margin: 0; -} -.navbar-nav > li { - float: left; -} -.navbar-nav > li > a { - padding: 15px; -} - -/* Redeclare since we override the float above */ -.navbar-nav.navbar-right { - float: right; -} - -/* Undo custom dropdowns */ -.navbar .navbar-nav .open .dropdown-menu { - position: absolute; - float: left; - background-color: #fff; - border: 1px solid #cccccc; - border: 1px solid rgba(0, 0, 0, 0.15); - border-width: 0 1px 1px; - border-radius: 0 0 4px 4px; - -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); - box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); -} -.navbar-default .navbar-nav .open .dropdown-menu > li > a { - color: #333; -} -.navbar .navbar-nav .open .dropdown-menu > li > a:hover, -.navbar .navbar-nav .open .dropdown-menu > li > a:focus, -.navbar .navbar-nav .open .dropdown-menu > .active > a, -.navbar .navbar-nav .open .dropdown-menu > .active > a:hover, -.navbar .navbar-nav .open .dropdown-menu > .active > a:focus { - color: #fff !important; - background-color: #428bca !important; -} -.navbar .navbar-nav .open .dropdown-menu > .disabled > a, -.navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover, -.navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus { - color: #999 !important; - background-color: transparent !important; -} diff --git a/examples/offcanvas/index.html b/examples/offcanvas/index.html deleted file mode 100644 index f1a447485..000000000 --- a/examples/offcanvas/index.html +++ /dev/null @@ -1,130 +0,0 @@ - - - - - - - - - - - Off Canvas Template for Bootstrap - - - - - - - - - - - - - - - - - -
- -
- -
-

- -

-
-

Hello, world!

-

This is an example to show the potential of an offcanvas layout pattern in Bootstrap. Try some responsive-range viewport sizes to see it in action.

-
-
-
-

Heading

-

Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui.

-

View details »

-
-
-

Heading

-

Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui.

-

View details »

-
-
-

Heading

-

Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui.

-

View details »

-
-
-

Heading

-

Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui.

-

View details »

-
-
-

Heading

-

Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui.

-

View details »

-
-
-

Heading

-

Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui.

-

View details »

-
-
-
- - -
- -
- -
-

© Company 2013

-
- -
- - - - - - - - - - diff --git a/examples/offcanvas/offcanvas.css b/examples/offcanvas/offcanvas.css deleted file mode 100644 index ef632dc00..000000000 --- a/examples/offcanvas/offcanvas.css +++ /dev/null @@ -1,51 +0,0 @@ -/* - * Style tweaks - * -------------------------------------------------- - */ -html, -body { - overflow-x: hidden; /* Prevent scroll on narrow devices */ -} -body { - padding-top: 70px; -} -footer { - padding: 30px 0; -} - -/* - * Off Canvas - * -------------------------------------------------- - */ -@media screen and (max-width: 767px) { - .row-offcanvas { - position: relative; - -webkit-transition: all 0.25s ease-out; - -moz-transition: all 0.25s ease-out; - transition: all 0.25s ease-out; - } - - .row-offcanvas-right - .sidebar-offcanvas { - right: -50%; /* 6 columns */ - } - - .row-offcanvas-left - .sidebar-offcanvas { - left: -50%; /* 6 columns */ - } - - .row-offcanvas-right.active { - right: 50%; /* 6 columns */ - } - - .row-offcanvas-left.active { - left: 50%; /* 6 columns */ - } - - .sidebar-offcanvas { - position: absolute; - top: 0; - width: 50%; /* 6 columns */ - } -} diff --git a/examples/offcanvas/offcanvas.js b/examples/offcanvas/offcanvas.js deleted file mode 100644 index 12f2dff51..000000000 --- a/examples/offcanvas/offcanvas.js +++ /dev/null @@ -1,5 +0,0 @@ -$(document).ready(function() { - $('[data-toggle=offcanvas]').click(function() { - $('.row-offcanvas').toggleClass('active'); - }); -}); \ No newline at end of file diff --git a/examples/screenshots/blog.jpg b/examples/screenshots/blog.jpg deleted file mode 100644 index 13425d3bf..000000000 Binary files a/examples/screenshots/blog.jpg and /dev/null differ diff --git a/examples/screenshots/carousel.jpg b/examples/screenshots/carousel.jpg deleted file mode 100644 index a63a1ba9d..000000000 Binary files a/examples/screenshots/carousel.jpg and /dev/null differ diff --git a/examples/screenshots/cover.jpg b/examples/screenshots/cover.jpg deleted file mode 100644 index 2a81259de..000000000 Binary files a/examples/screenshots/cover.jpg and /dev/null differ diff --git a/examples/screenshots/dashboard.jpg b/examples/screenshots/dashboard.jpg deleted file mode 100644 index fb7b0526d..000000000 Binary files a/examples/screenshots/dashboard.jpg and /dev/null differ diff --git a/examples/screenshots/grid.jpg b/examples/screenshots/grid.jpg deleted file mode 100644 index 2407cf293..000000000 Binary files a/examples/screenshots/grid.jpg and /dev/null differ diff --git a/examples/screenshots/jumbotron-narrow.jpg b/examples/screenshots/jumbotron-narrow.jpg deleted file mode 100644 index 915d10f4c..000000000 Binary files a/examples/screenshots/jumbotron-narrow.jpg and /dev/null differ diff --git a/examples/screenshots/jumbotron.jpg b/examples/screenshots/jumbotron.jpg deleted file mode 100644 index 30c11a2c8..000000000 Binary files a/examples/screenshots/jumbotron.jpg and /dev/null differ diff --git a/examples/screenshots/justified-nav.jpg b/examples/screenshots/justified-nav.jpg deleted file mode 100644 index 5f57923e6..000000000 Binary files a/examples/screenshots/justified-nav.jpg and /dev/null differ diff --git a/examples/screenshots/navbar-fixed.jpg b/examples/screenshots/navbar-fixed.jpg deleted file mode 100644 index 16a03b0bc..000000000 Binary files a/examples/screenshots/navbar-fixed.jpg and /dev/null differ diff --git a/examples/screenshots/navbar-static.jpg b/examples/screenshots/navbar-static.jpg deleted file mode 100644 index 8fe3529fb..000000000 Binary files a/examples/screenshots/navbar-static.jpg and /dev/null differ diff --git a/examples/screenshots/navbar.jpg b/examples/screenshots/navbar.jpg deleted file mode 100644 index 3120c507a..000000000 Binary files a/examples/screenshots/navbar.jpg and /dev/null differ diff --git a/examples/screenshots/non-responsive.jpg b/examples/screenshots/non-responsive.jpg deleted file mode 100644 index 0b8953ce1..000000000 Binary files a/examples/screenshots/non-responsive.jpg and /dev/null differ diff --git a/examples/screenshots/offcanvas.jpg b/examples/screenshots/offcanvas.jpg deleted file mode 100644 index 76b7d6702..000000000 Binary files a/examples/screenshots/offcanvas.jpg and /dev/null differ diff --git a/examples/screenshots/sign-in.jpg b/examples/screenshots/sign-in.jpg deleted file mode 100644 index 4191c33b8..000000000 Binary files a/examples/screenshots/sign-in.jpg and /dev/null differ diff --git a/examples/screenshots/starter-template.jpg b/examples/screenshots/starter-template.jpg deleted file mode 100644 index 2545aa32f..000000000 Binary files a/examples/screenshots/starter-template.jpg and /dev/null differ diff --git a/examples/screenshots/sticky-footer-navbar.jpg b/examples/screenshots/sticky-footer-navbar.jpg deleted file mode 100644 index 6226bf4ac..000000000 Binary files a/examples/screenshots/sticky-footer-navbar.jpg and /dev/null differ diff --git a/examples/screenshots/sticky-footer.jpg b/examples/screenshots/sticky-footer.jpg deleted file mode 100644 index 644f6dd26..000000000 Binary files a/examples/screenshots/sticky-footer.jpg and /dev/null differ diff --git a/examples/screenshots/theme.jpg b/examples/screenshots/theme.jpg deleted file mode 100644 index ad527b55a..000000000 Binary files a/examples/screenshots/theme.jpg and /dev/null differ diff --git a/examples/signin/index.html b/examples/signin/index.html deleted file mode 100644 index 975c827ed..000000000 --- a/examples/signin/index.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - - - - - - Signin Template for Bootstrap - - - - - - - - - - - - - - - - -
- - - -
- - - - - - diff --git a/examples/signin/signin.css b/examples/signin/signin.css deleted file mode 100644 index a6bf9b159..000000000 --- a/examples/signin/signin.css +++ /dev/null @@ -1,40 +0,0 @@ -body { - padding-top: 40px; - padding-bottom: 40px; - background-color: #eee; -} - -.form-signin { - max-width: 330px; - padding: 15px; - margin: 0 auto; -} -.form-signin .form-signin-heading, -.form-signin .checkbox { - margin-bottom: 10px; -} -.form-signin .checkbox { - font-weight: normal; -} -.form-signin .form-control { - position: relative; - font-size: 16px; - height: auto; - padding: 10px; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; -} -.form-signin .form-control:focus { - z-index: 2; -} -.form-signin input[type="text"] { - margin-bottom: -1px; - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; -} -.form-signin input[type="password"] { - margin-bottom: 10px; - border-top-left-radius: 0; - border-top-right-radius: 0; -} \ No newline at end of file diff --git a/examples/starter-template/index.html b/examples/starter-template/index.html deleted file mode 100644 index 25392c4dc..000000000 --- a/examples/starter-template/index.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - - - - - - Starter Template for Bootstrap - - - - - - - - - - - - - - - - - - -
- -
-

Bootstrap starter template

-

Use this document as a way to quickly start any new project.
All you get is this text and a mostly barebones HTML document.

-
- -
- - - - - - - - diff --git a/examples/starter-template/starter-template.css b/examples/starter-template/starter-template.css deleted file mode 100644 index 4af7a6177..000000000 --- a/examples/starter-template/starter-template.css +++ /dev/null @@ -1,7 +0,0 @@ -body { - padding-top: 50px; -} -.starter-template { - padding: 40px 15px; - text-align: center; -} diff --git a/examples/sticky-footer-navbar/index.html b/examples/sticky-footer-navbar/index.html deleted file mode 100644 index 3bdeeda65..000000000 --- a/examples/sticky-footer-navbar/index.html +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - - - Sticky Footer Navbar Template for Bootstrap - - - - - - - - - - - - - - - - - -
- - - - - -
- -

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 default sticky footer minus the navbar.

-
-
- - - - - - - - - - diff --git a/examples/sticky-footer-navbar/sticky-footer-navbar.css b/examples/sticky-footer-navbar/sticky-footer-navbar.css deleted file mode 100644 index 7ca093add..000000000 --- a/examples/sticky-footer-navbar/sticky-footer-navbar.css +++ /dev/null @@ -1,45 +0,0 @@ -/* Sticky footer styles --------------------------------------------------- */ - -html, -body { - height: 100%; - /* The html and body elements cannot have any padding or margin. */ -} - -/* Wrapper for page content to push down footer */ -#wrap { - min-height: 100%; - height: auto; - /* Negative indent footer by its height */ - margin: 0 auto -60px; - /* Pad bottom by footer height */ - padding: 0 0 60px; -} - -/* Set the fixed height of the footer here */ -#footer { - height: 60px; - background-color: #f5f5f5; -} - - -/* Custom page CSS --------------------------------------------------- */ -/* Not required for template or sticky footer method. */ - -#wrap > .container { - padding: 60px 15px 0; -} -.container .text-muted { - margin: 20px 0; -} - -#footer > .container { - padding-left: 15px; - padding-right: 15px; -} - -code { - font-size: 80%; -} diff --git a/examples/sticky-footer/index.html b/examples/sticky-footer/index.html deleted file mode 100644 index dcd353d44..000000000 --- a/examples/sticky-footer/index.html +++ /dev/null @@ -1,55 +0,0 @@ - - - - - - - - - - - Sticky Footer Template for Bootstrap - - - - - - - - - - - - - - - - - -
- - -
- -

Pin a fixed-height footer to the bottom of the viewport in desktop browsers with this custom HTML and CSS.

-

Use the sticky footer with a fixed navbar if need be, too.

-
-
- - - - - - - - diff --git a/examples/sticky-footer/sticky-footer.css b/examples/sticky-footer/sticky-footer.css deleted file mode 100644 index 54ed9e876..000000000 --- a/examples/sticky-footer/sticky-footer.css +++ /dev/null @@ -1,38 +0,0 @@ -/* Sticky footer styles --------------------------------------------------- */ - -html, -body { - height: 100%; - /* The html and body elements cannot have any padding or margin. */ -} - -/* Wrapper for page content to push down footer */ -#wrap { - min-height: 100%; - height: auto; - /* Negative indent footer by its height */ - margin: 0 auto -60px; - /* Pad bottom by footer height */ - padding: 0 0 60px; -} - -/* Set the fixed height of the footer here */ -#footer { - height: 60px; - background-color: #f5f5f5; -} - - -/* Custom page CSS --------------------------------------------------- */ -/* Not required for template or sticky footer method. */ - -.container { - width: auto; - max-width: 680px; - padding: 0 15px; -} -.container .text-muted { - margin: 20px 0; -} diff --git a/examples/theme/index.html b/examples/theme/index.html deleted file mode 100644 index 4c997a8b4..000000000 --- a/examples/theme/index.html +++ /dev/null @@ -1,384 +0,0 @@ - - - - - - - - - - - Theme Template for Bootstrap - - - - - - - - - - - - - - - - - - - - - -
- - -
-

Hello, world!

-

This is a template for a simple marketing or informational website. It includes a large callout called a jumbotron and three supporting pieces of content. Use it as a starting point to create something more unique.

-

Learn more »

-
- - - - -

- - - - - - - -

-

- - - - - - - -

-

- - - - - - - -

-

- - - - - - - -

- - - - - A generic square placeholder image with a white border around it, making it resemble a photograph taken with an old instant camera - - - - - - - - - - - - - - - - - - -
- Well done! You successfully read this important alert message. -
-
- Heads up! This alert needs your attention, but it's not super important. -
-
- Warning! Best check yo self, you're not looking too good. -
-
- Oh snap! Change a few things up and try submitting again. -
- - - - -
-
60% Complete
-
-
-
40% Complete (success)
-
-
-
20% Complete
-
-
-
60% Complete (warning)
-
-
-
80% Complete (danger)
-
-
-
35% Complete (success)
-
20% Complete (warning)
-
10% Complete (danger)
-
- - - - - - - - - -
-
-
-
-

Panel title

-
-
- Panel content -
-
-
-
-

Panel title

-
-
- Panel content -
-
-
-
-
-
-

Panel title

-
-
- Panel content -
-
-
-
-

Panel title

-
-
- Panel content -
-
-
-
-
-
-

Panel title

-
-
- Panel content -
-
-
-
-

Panel title

-
-
- Panel content -
-
-
-
- - - - -
-

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas sed diam eget risus varius blandit sit amet non magna. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Cras mattis consectetur purus sit amet fermentum. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Aenean lacinia bibendum nulla sed consectetur.

-
- - -
- - - - - - - - - diff --git a/examples/theme/theme.css b/examples/theme/theme.css deleted file mode 100644 index e7559231e..000000000 --- a/examples/theme/theme.css +++ /dev/null @@ -1,14 +0,0 @@ -body { - padding-top: 70px; - padding-bottom: 30px; -} - -.theme-dropdown .dropdown-menu { - display: block; - position: static; - margin-bottom: 20px; -} - -.theme-showcase > p > .btn { - margin: 5px 0; -} \ No newline at end of file -- cgit v1.2.3