From 4fe37339653c909368ba772ea9214c0b2a511fee Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Fri, 16 Aug 2013 16:26:07 -0700 Subject: update bootstrap to 3.0.0-rc2 --- .../bootstrap/examples/carousel/carousel.css | 128 +++++++++++++ .../bootstrap/examples/carousel/index.html | 197 +++++++++++++++++++++ bower_components/bootstrap/examples/grid/grid.css | 28 +++ .../bootstrap/examples/grid/index.html | 109 ++++++++++++ .../bootstrap/examples/jumbotron-narrow/index.html | 68 +++++++ .../examples/jumbotron-narrow/jumbotron-narrow.css | 78 ++++++++ .../bootstrap/examples/jumbotron/index.html | 104 +++++++++++ .../bootstrap/examples/jumbotron/jumbotron.css | 24 +++ .../bootstrap/examples/justified-nav/index.html | 74 ++++++++ .../examples/justified-nav/justified-nav.css | 97 ++++++++++ .../bootstrap/examples/navbar-fixed-top/index.html | 79 +++++++++ .../examples/navbar-fixed-top/navbar-fixed-top.css | 4 + .../examples/navbar-static-top/index.html | 80 +++++++++ .../navbar-static-top/navbar-static-top.css | 7 + .../bootstrap/examples/navbar/index.html | 77 ++++++++ .../bootstrap/examples/navbar/navbar.css | 7 + .../bootstrap/examples/offcanvas/index.html | 117 ++++++++++++ .../bootstrap/examples/offcanvas/offcanvas.css | 48 +++++ .../bootstrap/examples/offcanvas/offcanvas.js | 5 + .../bootstrap/examples/screenshots/carousel.jpg | Bin 0 -> 142210 bytes .../bootstrap/examples/screenshots/grid.jpg | Bin 0 -> 162322 bytes .../examples/screenshots/jumbotron-narrow.jpg | Bin 0 -> 122875 bytes .../bootstrap/examples/screenshots/jumbotron.jpg | Bin 0 -> 139193 bytes .../examples/screenshots/justified-nav.jpg | Bin 0 -> 141141 bytes .../examples/screenshots/navbar-fixed.jpg | Bin 0 -> 64181 bytes .../examples/screenshots/navbar-static.jpg | Bin 0 -> 65464 bytes .../bootstrap/examples/screenshots/navbar.jpg | Bin 0 -> 69340 bytes .../bootstrap/examples/screenshots/offcanvas.jpg | Bin 0 -> 202908 bytes .../bootstrap/examples/screenshots/sign-in.jpg | Bin 0 -> 24724 bytes .../examples/screenshots/starter-template.jpg | Bin 0 -> 38764 bytes .../examples/screenshots/sticky-footer-navbar.jpg | Bin 0 -> 71177 bytes .../examples/screenshots/sticky-footer.jpg | Bin 0 -> 42344 bytes .../bootstrap/examples/signin/index.html | 36 ++++ .../bootstrap/examples/signin/signin.css | 40 +++++ .../bootstrap/examples/starter-template/index.html | 53 ++++++ .../examples/starter-template/starter-template.css | 7 + .../examples/sticky-footer-navbar/index.html | 78 ++++++++ .../sticky-footer-navbar/sticky-footer-navbar.css | 46 +++++ .../bootstrap/examples/sticky-footer/index.html | 41 +++++ .../examples/sticky-footer/sticky-footer.css | 39 ++++ 40 files changed, 1671 insertions(+) create mode 100755 bower_components/bootstrap/examples/carousel/carousel.css create mode 100755 bower_components/bootstrap/examples/carousel/index.html create mode 100755 bower_components/bootstrap/examples/grid/grid.css create mode 100755 bower_components/bootstrap/examples/grid/index.html create mode 100755 bower_components/bootstrap/examples/jumbotron-narrow/index.html create mode 100755 bower_components/bootstrap/examples/jumbotron-narrow/jumbotron-narrow.css create mode 100755 bower_components/bootstrap/examples/jumbotron/index.html create mode 100755 bower_components/bootstrap/examples/jumbotron/jumbotron.css create mode 100755 bower_components/bootstrap/examples/justified-nav/index.html create mode 100755 bower_components/bootstrap/examples/justified-nav/justified-nav.css create mode 100755 bower_components/bootstrap/examples/navbar-fixed-top/index.html create mode 100755 bower_components/bootstrap/examples/navbar-fixed-top/navbar-fixed-top.css create mode 100755 bower_components/bootstrap/examples/navbar-static-top/index.html create mode 100755 bower_components/bootstrap/examples/navbar-static-top/navbar-static-top.css create mode 100755 bower_components/bootstrap/examples/navbar/index.html create mode 100755 bower_components/bootstrap/examples/navbar/navbar.css create mode 100755 bower_components/bootstrap/examples/offcanvas/index.html create mode 100755 bower_components/bootstrap/examples/offcanvas/offcanvas.css create mode 100755 bower_components/bootstrap/examples/offcanvas/offcanvas.js create mode 100755 bower_components/bootstrap/examples/screenshots/carousel.jpg create mode 100755 bower_components/bootstrap/examples/screenshots/grid.jpg create mode 100755 bower_components/bootstrap/examples/screenshots/jumbotron-narrow.jpg create mode 100755 bower_components/bootstrap/examples/screenshots/jumbotron.jpg create mode 100755 bower_components/bootstrap/examples/screenshots/justified-nav.jpg create mode 100755 bower_components/bootstrap/examples/screenshots/navbar-fixed.jpg create mode 100755 bower_components/bootstrap/examples/screenshots/navbar-static.jpg create mode 100755 bower_components/bootstrap/examples/screenshots/navbar.jpg create mode 100755 bower_components/bootstrap/examples/screenshots/offcanvas.jpg create mode 100755 bower_components/bootstrap/examples/screenshots/sign-in.jpg create mode 100755 bower_components/bootstrap/examples/screenshots/starter-template.jpg create mode 100755 bower_components/bootstrap/examples/screenshots/sticky-footer-navbar.jpg create mode 100755 bower_components/bootstrap/examples/screenshots/sticky-footer.jpg create mode 100755 bower_components/bootstrap/examples/signin/index.html create mode 100755 bower_components/bootstrap/examples/signin/signin.css create mode 100755 bower_components/bootstrap/examples/starter-template/index.html create mode 100755 bower_components/bootstrap/examples/starter-template/starter-template.css create mode 100755 bower_components/bootstrap/examples/sticky-footer-navbar/index.html create mode 100755 bower_components/bootstrap/examples/sticky-footer-navbar/sticky-footer-navbar.css create mode 100755 bower_components/bootstrap/examples/sticky-footer/index.html create mode 100755 bower_components/bootstrap/examples/sticky-footer/sticky-footer.css (limited to 'bower_components/bootstrap/examples') diff --git a/bower_components/bootstrap/examples/carousel/carousel.css b/bower_components/bootstrap/examples/carousel/carousel.css new file mode 100755 index 00000000..452fdfee --- /dev/null +++ b/bower_components/bootstrap/examples/carousel/carousel.css @@ -0,0 +1,128 @@ +/* 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: relative; + z-index: 15; +} + + + +/* CUSTOMIZE THE CAROUSEL +-------------------------------------------------- */ + +/* Carousel base class */ +.carousel { + margin-bottom: 60px; + + /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */ + margin-top: -90px; +} +/* 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; +} +.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) { + + /* Remve the edge padding needed for mobile */ + .marketing { + padding-left: 0; + padding-right: 0; + } + + /* Navbar positioning foo */ + .navbar-wrapper { + margin-top: 20px; + } + /* 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/bower_components/bootstrap/examples/carousel/index.html b/bower_components/bootstrap/examples/carousel/index.html new file mode 100755 index 00000000..37dd691a --- /dev/null +++ b/bower_components/bootstrap/examples/carousel/index.html @@ -0,0 +1,197 @@ + + + + + + + + + + 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/bower_components/bootstrap/examples/grid/grid.css b/bower_components/bootstrap/examples/grid/grid.css new file mode 100755 index 00000000..963b128e --- /dev/null +++ b/bower_components/bootstrap/examples/grid/grid.css @@ -0,0 +1,28 @@ +.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/bower_components/bootstrap/examples/grid/index.html b/bower_components/bootstrap/examples/grid/index.html new file mode 100755 index 00000000..3db13f58 --- /dev/null +++ b/bower_components/bootstrap/examples/grid/index.html @@ -0,0 +1,109 @@ + + + + + + + + + + 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-md-6
+
.col-xs-6 .col-md-6
+
+ +
+ +

Mixed: mobile, tablet, and desktop

+

+
+
.col-xs-12 .col-lg-8
+
.col-xs-6 .col-lg-4
+
+
+
.col-xs-6 .col-sm-4 .col-lg-4
+
.col-xs-6 .col-sm-4 .col-lg-4
+
.col-xs-6 .col-sm-4 .col-lg-4
+
+
+
.col-xs-6 .col-sm-6 .col-lg-6
+
.col-xs-6 .col-sm-6 .col-lg-6
+
+ +
+ + + diff --git a/bower_components/bootstrap/examples/jumbotron-narrow/index.html b/bower_components/bootstrap/examples/jumbotron-narrow/index.html new file mode 100755 index 00000000..9c3c1b6c --- /dev/null +++ b/bower_components/bootstrap/examples/jumbotron-narrow/index.html @@ -0,0 +1,68 @@ + + + + + + + + + + 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/bower_components/bootstrap/examples/jumbotron-narrow/jumbotron-narrow.css b/bower_components/bootstrap/examples/jumbotron-narrow/jumbotron-narrow.css new file mode 100755 index 00000000..36a1d7ca --- /dev/null +++ b/bower_components/bootstrap/examples/jumbotron-narrow/jumbotron-narrow.css @@ -0,0 +1,78 @@ +/* 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; +} + +/* Custom container */ +.container-narrow { + margin: 0 auto; + max-width: 700px; +} +.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/bower_components/bootstrap/examples/jumbotron/index.html b/bower_components/bootstrap/examples/jumbotron/index.html new file mode 100755 index 00000000..fd874a80 --- /dev/null +++ b/bower_components/bootstrap/examples/jumbotron/index.html @@ -0,0 +1,104 @@ + + + + + + + + + + Jumbotron Template for Bootstrap + + + + + + + + + + + + +
+ + +
+

Hello, world!

+

This is a template for a simple marketing or informational website. It includes a large callout called the hero unit 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

+
+
+ +
+ + + + + \ No newline at end of file diff --git a/bower_components/bootstrap/examples/jumbotron/jumbotron.css b/bower_components/bootstrap/examples/jumbotron/jumbotron.css new file mode 100755 index 00000000..594e2c79 --- /dev/null +++ b/bower_components/bootstrap/examples/jumbotron/jumbotron.css @@ -0,0 +1,24 @@ +/* Move down content because we have a fixed navbar that is 50px tall */ +body { + padding-top: 50px; + padding-bottom: 20px; +} + +/* Wrapping element */ +/* Set some basic padding to keep content from hitting the edges */ +.body-content { + padding-left: 15px; + padding-right: 15px; +} + +/* Responsive: Portrait tablets and up */ +@media screen and (min-width: 768px) { + /* Let the jumbotron breathe */ + .jumbotron { + margin-top: 20px; + } + /* Remove padding from wrapping element since we kick in the grid classes here */ + .body-content { + padding: 0; + } +} \ No newline at end of file diff --git a/bower_components/bootstrap/examples/justified-nav/index.html b/bower_components/bootstrap/examples/justified-nav/index.html new file mode 100755 index 00000000..f01005f3 --- /dev/null +++ b/bower_components/bootstrap/examples/justified-nav/index.html @@ -0,0 +1,74 @@ + + + + + + + + + + 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

+
+ + +
+ + +
+
+

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.

+

View details »

+
+
+ +
+ + + + +
+ + + \ No newline at end of file diff --git a/bower_components/bootstrap/examples/justified-nav/justified-nav.css b/bower_components/bootstrap/examples/justified-nav/justified-nav.css new file mode 100755 index 00000000..be983ba6 --- /dev/null +++ b/bower_components/bootstrap/examples/justified-nav/justified-nav.css @@ -0,0 +1,97 @@ +body { + padding-top: 20px; +} + +/* Everything but the jumbotron gets side spacing for mobile-first views */ +.masthead, +.footer { + padding-left: 15px; + padding-right: 15px; +} + +.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 { + 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: -ms-linear-gradient(top, #f5f5f5 0%,#e5e5e5 100%); /* IE10+ */ + 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/bower_components/bootstrap/examples/navbar-fixed-top/index.html b/bower_components/bootstrap/examples/navbar-fixed-top/index.html new file mode 100755 index 00000000..94089799 --- /dev/null +++ b/bower_components/bootstrap/examples/navbar-fixed-top/index.html @@ -0,0 +1,79 @@ + + + + + + + + + + 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/bower_components/bootstrap/examples/navbar-fixed-top/navbar-fixed-top.css b/bower_components/bootstrap/examples/navbar-fixed-top/navbar-fixed-top.css new file mode 100755 index 00000000..b0c88374 --- /dev/null +++ b/bower_components/bootstrap/examples/navbar-fixed-top/navbar-fixed-top.css @@ -0,0 +1,4 @@ +body { + min-height: 2000px; + padding-top: 70px; +} diff --git a/bower_components/bootstrap/examples/navbar-static-top/index.html b/bower_components/bootstrap/examples/navbar-static-top/index.html new file mode 100755 index 00000000..10da9d49 --- /dev/null +++ b/bower_components/bootstrap/examples/navbar-static-top/index.html @@ -0,0 +1,80 @@ + + + + + + + + + + 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/bower_components/bootstrap/examples/navbar-static-top/navbar-static-top.css b/bower_components/bootstrap/examples/navbar-static-top/navbar-static-top.css new file mode 100755 index 00000000..59a37e75 --- /dev/null +++ b/bower_components/bootstrap/examples/navbar-static-top/navbar-static-top.css @@ -0,0 +1,7 @@ +body { + min-height: 2000px; +} + +.navbar-static-top { + margin-bottom: 19px; +} \ No newline at end of file diff --git a/bower_components/bootstrap/examples/navbar/index.html b/bower_components/bootstrap/examples/navbar/index.html new file mode 100755 index 00000000..ab626126 --- /dev/null +++ b/bower_components/bootstrap/examples/navbar/index.html @@ -0,0 +1,77 @@ + + + + + + + + + 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/bower_components/bootstrap/examples/navbar/navbar.css b/bower_components/bootstrap/examples/navbar/navbar.css new file mode 100755 index 00000000..f593a6bf --- /dev/null +++ b/bower_components/bootstrap/examples/navbar/navbar.css @@ -0,0 +1,7 @@ +body { +padding: 30px; +} + +.navbar { +margin-bottom: 30px; +} \ No newline at end of file diff --git a/bower_components/bootstrap/examples/offcanvas/index.html b/bower_components/bootstrap/examples/offcanvas/index.html new file mode 100755 index 00000000..5d6b7b81 --- /dev/null +++ b/bower_components/bootstrap/examples/offcanvas/index.html @@ -0,0 +1,117 @@ + + + + + + + + + + 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

+
+ +
+ + + + + + + \ No newline at end of file diff --git a/bower_components/bootstrap/examples/offcanvas/offcanvas.css b/bower_components/bootstrap/examples/offcanvas/offcanvas.css new file mode 100755 index 00000000..df60d6af --- /dev/null +++ b/bower_components/bootstrap/examples/offcanvas/offcanvas.css @@ -0,0 +1,48 @@ +/* + * Style twaks + * -------------------------------------------------- + */ +body { + padding-top: 70px; +} +footer { + padding-left: 15px; + padding-right: 15px; +} + +/* + * Off Canvas + * -------------------------------------------------- + */ +@media screen and (max-width: 768px) { + .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 */ + } +} \ No newline at end of file diff --git a/bower_components/bootstrap/examples/offcanvas/offcanvas.js b/bower_components/bootstrap/examples/offcanvas/offcanvas.js new file mode 100755 index 00000000..12f2dff5 --- /dev/null +++ b/bower_components/bootstrap/examples/offcanvas/offcanvas.js @@ -0,0 +1,5 @@ +$(document).ready(function() { + $('[data-toggle=offcanvas]').click(function() { + $('.row-offcanvas').toggleClass('active'); + }); +}); \ No newline at end of file diff --git a/bower_components/bootstrap/examples/screenshots/carousel.jpg b/bower_components/bootstrap/examples/screenshots/carousel.jpg new file mode 100755 index 00000000..8c545c10 Binary files /dev/null and b/bower_components/bootstrap/examples/screenshots/carousel.jpg differ diff --git a/bower_components/bootstrap/examples/screenshots/grid.jpg b/bower_components/bootstrap/examples/screenshots/grid.jpg new file mode 100755 index 00000000..5aafbf47 Binary files /dev/null and b/bower_components/bootstrap/examples/screenshots/grid.jpg differ diff --git a/bower_components/bootstrap/examples/screenshots/jumbotron-narrow.jpg b/bower_components/bootstrap/examples/screenshots/jumbotron-narrow.jpg new file mode 100755 index 00000000..e9338b77 Binary files /dev/null and b/bower_components/bootstrap/examples/screenshots/jumbotron-narrow.jpg differ diff --git a/bower_components/bootstrap/examples/screenshots/jumbotron.jpg b/bower_components/bootstrap/examples/screenshots/jumbotron.jpg new file mode 100755 index 00000000..bb996135 Binary files /dev/null and b/bower_components/bootstrap/examples/screenshots/jumbotron.jpg differ diff --git a/bower_components/bootstrap/examples/screenshots/justified-nav.jpg b/bower_components/bootstrap/examples/screenshots/justified-nav.jpg new file mode 100755 index 00000000..01689c3c Binary files /dev/null and b/bower_components/bootstrap/examples/screenshots/justified-nav.jpg differ diff --git a/bower_components/bootstrap/examples/screenshots/navbar-fixed.jpg b/bower_components/bootstrap/examples/screenshots/navbar-fixed.jpg new file mode 100755 index 00000000..cac325f4 Binary files /dev/null and b/bower_components/bootstrap/examples/screenshots/navbar-fixed.jpg differ diff --git a/bower_components/bootstrap/examples/screenshots/navbar-static.jpg b/bower_components/bootstrap/examples/screenshots/navbar-static.jpg new file mode 100755 index 00000000..460624b6 Binary files /dev/null and b/bower_components/bootstrap/examples/screenshots/navbar-static.jpg differ diff --git a/bower_components/bootstrap/examples/screenshots/navbar.jpg b/bower_components/bootstrap/examples/screenshots/navbar.jpg new file mode 100755 index 00000000..3bd2fe68 Binary files /dev/null and b/bower_components/bootstrap/examples/screenshots/navbar.jpg differ diff --git a/bower_components/bootstrap/examples/screenshots/offcanvas.jpg b/bower_components/bootstrap/examples/screenshots/offcanvas.jpg new file mode 100755 index 00000000..e1985074 Binary files /dev/null and b/bower_components/bootstrap/examples/screenshots/offcanvas.jpg differ diff --git a/bower_components/bootstrap/examples/screenshots/sign-in.jpg b/bower_components/bootstrap/examples/screenshots/sign-in.jpg new file mode 100755 index 00000000..6d5504e6 Binary files /dev/null and b/bower_components/bootstrap/examples/screenshots/sign-in.jpg differ diff --git a/bower_components/bootstrap/examples/screenshots/starter-template.jpg b/bower_components/bootstrap/examples/screenshots/starter-template.jpg new file mode 100755 index 00000000..5285a655 Binary files /dev/null and b/bower_components/bootstrap/examples/screenshots/starter-template.jpg differ diff --git a/bower_components/bootstrap/examples/screenshots/sticky-footer-navbar.jpg b/bower_components/bootstrap/examples/screenshots/sticky-footer-navbar.jpg new file mode 100755 index 00000000..f9d88cdf Binary files /dev/null and b/bower_components/bootstrap/examples/screenshots/sticky-footer-navbar.jpg differ diff --git a/bower_components/bootstrap/examples/screenshots/sticky-footer.jpg b/bower_components/bootstrap/examples/screenshots/sticky-footer.jpg new file mode 100755 index 00000000..6bab18d9 Binary files /dev/null and b/bower_components/bootstrap/examples/screenshots/sticky-footer.jpg differ diff --git a/bower_components/bootstrap/examples/signin/index.html b/bower_components/bootstrap/examples/signin/index.html new file mode 100755 index 00000000..544e8fec --- /dev/null +++ b/bower_components/bootstrap/examples/signin/index.html @@ -0,0 +1,36 @@ + + + + + + + + + + Signin Template for Bootstrap + + + + + + + + + + +
+ + + +
+ + + \ No newline at end of file diff --git a/bower_components/bootstrap/examples/signin/signin.css b/bower_components/bootstrap/examples/signin/signin.css new file mode 100755 index 00000000..a6bf9b15 --- /dev/null +++ b/bower_components/bootstrap/examples/signin/signin.css @@ -0,0 +1,40 @@ +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/bower_components/bootstrap/examples/starter-template/index.html b/bower_components/bootstrap/examples/starter-template/index.html new file mode 100755 index 00000000..d48a9dff --- /dev/null +++ b/bower_components/bootstrap/examples/starter-template/index.html @@ -0,0 +1,53 @@ + + + + + + + + + + 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.

+
+ +
+ + + + + \ No newline at end of file diff --git a/bower_components/bootstrap/examples/starter-template/starter-template.css b/bower_components/bootstrap/examples/starter-template/starter-template.css new file mode 100755 index 00000000..4af7a617 --- /dev/null +++ b/bower_components/bootstrap/examples/starter-template/starter-template.css @@ -0,0 +1,7 @@ +body { + padding-top: 50px; +} +.starter-template { + padding: 40px 15px; + text-align: center; +} diff --git a/bower_components/bootstrap/examples/sticky-footer-navbar/index.html b/bower_components/bootstrap/examples/sticky-footer-navbar/index.html new file mode 100755 index 00000000..3fab506b --- /dev/null +++ b/bower_components/bootstrap/examples/sticky-footer-navbar/index.html @@ -0,0 +1,78 @@ + + + + + + + + + + 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.

+
+
+ + + + + + + + \ No newline at end of file diff --git a/bower_components/bootstrap/examples/sticky-footer-navbar/sticky-footer-navbar.css b/bower_components/bootstrap/examples/sticky-footer-navbar/sticky-footer-navbar.css new file mode 100755 index 00000000..6978a999 --- /dev/null +++ b/bower_components/bootstrap/examples/sticky-footer-navbar/sticky-footer-navbar.css @@ -0,0 +1,46 @@ +/* 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 !important; + height: 100%; + /* 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 .credit { + margin: 20px 0; +} + +#footer > .container { + padding-left: 15px; + padding-right: 15px; +} + +code { + font-size: 80%; +} \ No newline at end of file diff --git a/bower_components/bootstrap/examples/sticky-footer/index.html b/bower_components/bootstrap/examples/sticky-footer/index.html new file mode 100755 index 00000000..6a5a2062 --- /dev/null +++ b/bower_components/bootstrap/examples/sticky-footer/index.html @@ -0,0 +1,41 @@ + + + + + + + + + + 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.

+
+
+ + + + + \ No newline at end of file diff --git a/bower_components/bootstrap/examples/sticky-footer/sticky-footer.css b/bower_components/bootstrap/examples/sticky-footer/sticky-footer.css new file mode 100755 index 00000000..45be6ccb --- /dev/null +++ b/bower_components/bootstrap/examples/sticky-footer/sticky-footer.css @@ -0,0 +1,39 @@ +/* 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 !important; + height: 100%; + /* 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 .credit { + margin: 20px 0; +} \ No newline at end of file -- cgit v1.2.3