From 4642156cbc6da4a9e25dce2168f2fb9b726de042 Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Tue, 6 Aug 2013 15:19:12 -0400 Subject: unignore bower_components --- .../bootstrap/less/tests/buttons.html | 139 ++ .../bootstrap/less/tests/css-tests.css | 150 +++ .../bootstrap/less/tests/css-tests.html | 1399 ++++++++++++++++++++ .../bootstrap/less/tests/forms-responsive.html | 71 + 2/bower_components/bootstrap/less/tests/forms.html | 179 +++ .../bootstrap/less/tests/navbar-fixed-top.html | 104 ++ .../bootstrap/less/tests/navbar-static-top.html | 107 ++ .../bootstrap/less/tests/navbar.html | 107 ++ 8 files changed, 2256 insertions(+) create mode 100644 2/bower_components/bootstrap/less/tests/buttons.html create mode 100644 2/bower_components/bootstrap/less/tests/css-tests.css create mode 100644 2/bower_components/bootstrap/less/tests/css-tests.html create mode 100644 2/bower_components/bootstrap/less/tests/forms-responsive.html create mode 100644 2/bower_components/bootstrap/less/tests/forms.html create mode 100644 2/bower_components/bootstrap/less/tests/navbar-fixed-top.html create mode 100644 2/bower_components/bootstrap/less/tests/navbar-static-top.html create mode 100644 2/bower_components/bootstrap/less/tests/navbar.html (limited to '2/bower_components/bootstrap/less/tests') diff --git a/2/bower_components/bootstrap/less/tests/buttons.html b/2/bower_components/bootstrap/less/tests/buttons.html new file mode 100644 index 00000000..9b3c2c57 --- /dev/null +++ b/2/bower_components/bootstrap/less/tests/buttons.html @@ -0,0 +1,139 @@ + + + + + Buttons · Bootstrap + + + + + + + + + + + + + + + + + + + + + + +
+ +

Dropups

+ + + +
+ + + + + + + + + + + + + + + + + + + diff --git a/2/bower_components/bootstrap/less/tests/css-tests.css b/2/bower_components/bootstrap/less/tests/css-tests.css new file mode 100644 index 00000000..0f5604ee --- /dev/null +++ b/2/bower_components/bootstrap/less/tests/css-tests.css @@ -0,0 +1,150 @@ +/*! + * Bootstrap CSS Tests + */ + + +/* Remove background image */ +body { + background-image: none; +} + +/* Space out subhead */ +.subhead { + margin-bottom: 36px; +} +/*h4 { + margin-bottom: 5px; +} +*/ + +.type-test { + margin-bottom: 20px; + padding: 0 20px 20px; + background: url(../../docs/assets/img/grid-baseline-20px.png); +} +.type-test h1, +.type-test h2, +.type-test h3, +.type-test h4, +.type-test h5, +.type-test h6 { + background-color: rgba(255,0,0,.2); +} + + +/* colgroup tests */ +.col1 { + background-color: rgba(255,0,0,.1); +} +.col2 { + background-color: rgba(0,255,0,.1); +} +.col3 { + background-color: rgba(0,0,255,.1); +} + + +/* Fluid row inputs */ +#rowInputs .row > [class*=span], +#fluidRowInputs .row-fluid > [class*=span] { + background-color: rgba(255,0,0,.1); +} + + +/* Fluid grid */ +.fluid-grid { + margin-bottom: 45px; +} +.fluid-grid .row { + height: 40px; + padding-top: 10px; + margin-top: 10px; + color: #ddd; + text-align: center; +} +.fluid-grid .span1 { + background-color: #999; +} + + +/* Gradients */ + +[class^="gradient-"] { + width: 100%; + height: 400px; + margin: 20px 0; + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + border-radius: 5px; +} + +.gradient-horizontal { + background-color: #333333; + background-image: -moz-linear-gradient(left, #555555, #333333); + background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#555555), to(#333333)); + background-image: -webkit-linear-gradient(left, #555555, #333333); + background-image: -o-linear-gradient(left, #555555, #333333); + background-image: linear-gradient(to right, #555555, #333333); + background-repeat: repeat-x; + filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff555555', endColorstr='#ff333333', GradientType=1); +} + +.gradient-vertical { + background-color: #474747; + background-image: -moz-linear-gradient(top, #555555, #333333); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#333333)); + background-image: -webkit-linear-gradient(top, #555555, #333333); + background-image: -o-linear-gradient(top, #555555, #333333); + background-image: linear-gradient(to bottom, #555555, #333333); + background-repeat: repeat-x; + filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff555555', endColorstr='#ff333333', GradientType=0); +} + +.gradient-directional { + background-color: #333333; + background-image: -moz-linear-gradient(45deg, #555555, #333333); + background-image: -webkit-linear-gradient(45deg, #555555, #333333); + background-image: -o-linear-gradient(45deg, #555555, #333333); + background-image: linear-gradient(45deg, #555555, #333333); + background-repeat: repeat-x; +} + +.gradient-vertical-three { + background-color: #8940a5; + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00b3ee), color-stop(50%, #7a43b6), to(#c3325f)); + background-image: -webkit-linear-gradient(#00b3ee, #7a43b6 50%, #c3325f); + background-image: -moz-linear-gradient(top, #00b3ee, #7a43b6 50%, #c3325f); + background-image: -o-linear-gradient(#00b3ee, #7a43b6 50%, #c3325f); + background-image: linear-gradient(#00b3ee, #7a43b6 50%, #c3325f); + background-repeat: no-repeat; + filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff00b3ee', endColorstr='#ffc3325f', GradientType=0); +} + +.gradient-radial { + background-color: #333333; + background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(#555555), to(#333333)); + background-image: -webkit-radial-gradient(circle, #555555, #333333); + background-image: -moz-radial-gradient(circle, #555555, #333333); + background-image: -o-radial-gradient(circle, #555555, #333333); + background-repeat: no-repeat; +} + +.gradient-striped { + background-color: #555555; + background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); + background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); +} + +.gradient-horizontal-three { + background-color: #00b3ee; + background-image: -webkit-gradient(left, linear, 0 0, 0 100%, from(#00b3ee), color-stop(50%, #7a43b6), to(#c3325f)); + background-image: -webkit-linear-gradient(left, #00b3ee, #7a43b6 50%, #c3325f); + background-image: -moz-linear-gradient(left, #00b3ee, #7a43b6 50%, #c3325f); + background-image: -o-linear-gradient(left, #00b3ee, #7a43b6 50%, #c3325f); + background-image: linear-gradient(to right, #00b3ee, #7a43b6 50%, #c3325f); + background-repeat: no-repeat; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b3ee', endColorstr='#c3325f', GradientType=0); +} diff --git a/2/bower_components/bootstrap/less/tests/css-tests.html b/2/bower_components/bootstrap/less/tests/css-tests.html new file mode 100644 index 00000000..6778e9e6 --- /dev/null +++ b/2/bower_components/bootstrap/less/tests/css-tests.html @@ -0,0 +1,1399 @@ + + + + + CSS Tests · Twitter Bootstrap + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+

CSS Tests

+

One stop shop for quick debugging and edge-case tests of CSS.

+
+
+ + +
+ +
+ + + + + + + +
+
+
+

h1. Heading 1

+

h2. Heading 2

+

h3. Heading 3

+

h4. Heading 4

+
h5. Heading 5
+
h6. Heading 6
+

Sed posuere consectetur est at lobortis. Maecenas sed diam eget risus varius blandit sit amet non magna. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.

+
+
+
+
+

h1. Heading 1

+

Sed posuere consectetur est at lobortis. Maecenas sed diam eget risus varius blandit sit amet non magna. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.

+

h2. Heading 2

+

Sed posuere consectetur est at lobortis. Maecenas sed diam eget risus varius blandit sit amet non magna. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.

+

h3. Heading 3

+

Sed posuere consectetur est at lobortis. Maecenas sed diam eget risus varius blandit sit amet non magna. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.

+

h4. Heading 4

+

Sed posuere consectetur est at lobortis. Maecenas sed diam eget risus varius blandit sit amet non magna. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.

+
h5. Heading 5
+

Sed posuere consectetur est at lobortis. Maecenas sed diam eget risus varius blandit sit amet non magna. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.

+
h6. Heading 6
+

Sed posuere consectetur est at lobortis. Maecenas sed diam eget risus varius blandit sit amet non magna. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.

+
+
+
+ + + + + + + +
+
+ +
+
+ +
+
+ +
+
+ +
+ +
+
+ +
+
+ +
+
+ +
+
+ +

+ + + + + + + + +
+
+
12 +
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
+
+
+
+
11 +
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
+
+
1 +
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
+
+
+
+
10 +
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
+
+
2 +
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
+
+
+
+
9 +
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
+
+
3 +
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
+
+
+
+
8 +
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
+
+
4 +
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
+
+
+
+
7 +
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
+
+
5 +
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
+
+
+
+
6 +
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
+
+
6 +
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
+
+
+
+ + + + + + + +
+
+

Bordered without thead

+ + + + + + + + + + + + + + + + + + +
123
123
123
+

Bordered without thead, with caption

+ + + + + + + + + + + + + + + + + + + +
Table caption
123
123
123
+

Bordered without thead, with colgroup

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
123
123
123
369
+

Bordered with thead, with colgroup

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ABC
123
123
123
369
+
+
+

Bordered with thead and caption

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Table caption
123
123
123
123
369
+

Bordered with rowspan and colspan

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
123
1 and 23
123
13
2 and 3
+
+
+ + +

Grid sizing

+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
123
1 and 23
123
13
2 and 3
+
+
+ +

Nesting and striping

+ + + + + + + + + + + +
Test
+ + + + + + + + + + + + + + + + + + + + + +
TestTest
+ test + + test +
+ test + + test +
+ test + + test +
+
+ +

Fluid grid sizing

+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
123
1 and 23
123
13
2 and 3
+
+
+ + + + + + + +

Buttons and button groups

+
+ + + +
+ +

Horizontal form errors

+
+
+ +
+ + Please correct the error +
+
+
+ +
+
+

Prepend and append on inputs

+
+
+
+ @ + +
+
+
+
+ + @ +
+
+
+
+ $ + + .00 +
+
+
+
+
+

Prepend and append with uneditable

+
+
+ $ + Some value here +
+
+ Some value here + .00 +
+
+ $ + Some value here + .00 +
+
+
+
+

Prepend with type="submit"

+ +
+ + +
+
+ + + +
+
+
+ +

Fluid prepended and appended inputs

+
+
+
+
+
+ @ +
+
+
+
+ @ +
+
+
+
+ $.00 +
+
+
+
+
+ +

Fixed row with inputs

+

Inputs should not extend past the light red background, set on their parent, a .span* column.

+ +
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +

Fluid row with inputs

+

Inputs should not extend past the light red background, set on their parent, a .span* column.

+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+ +
+ +

Inline form in fluid row

+ +
+
+
+ + + + +
+
+
+ + +
+ + +

Fluid textarea at .span12

+
+
+ +
+
+ + +
+ + +

Selects

+
+ +
+ + +
+ + + + + + + + +

Dropdown link with hash URL

+ + +

Dropdown link with custom URL and data-target

+ + +

Dropdown on a button

+
+ + +
+ +
+ + + + + + +

Default thumbnails (no grid sizing)

+
    +
  • + +
  • +
  • + +
  • +
  • + +
  • +
  • + +
  • +
+ + + +

Standard grid sizing

+ + +

Fluid thumbnails

+
+
+ +
+
+ + + + + + + +
+ +
+
+

I'm in Section 1.

+ +
+ +
+
+

I'm in Section 1.1.

+
+
+

I'm in Section 1.2.

+
+
+

I'm in Section 1.3.

+
+
+
+
+
+

Howdy, I'm in Section 2.

+
+
+

What up girl, this is Section 3.

+
+
+
+ +
+ + + + + + +
+
+

Inline label

+

Cras justo odio, dapibus ac facilisis in, egestas eget quam. Maecenas sed diam Label name eget risus varius blandit sit amet non magna. Fusce .class-name dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.

+
+
+
+ + Hey! Read this. +
+
+
+ + +
+
+ +
+ + + + + + + + + + + + + +
+ Maecenas faucibus mollis interdum. Nulla vitae elit libero, a pharetra augue. Donec ullamcorper nulla non metus auctor fringilla. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. + +
+ + + + +
+
+ +

Mini buttons: text and icon

+
+ + +
+ +
+ + + + + + + +

Visible on...

+
    +
  • Phone✔ Phone
  • +
  • Tablet✔ Tablet
  • +
  • Desktop✔ Desktop
  • +
+
    +
  • Phone + Tablet✔ Phone + Tablet
  • +
  • Tablet + Desktop✔ Tablet + Desktop
  • +
  • All✔ All
  • +
+ +

Hidden on...

+
    +
  • Phone✔ Phone
  • +
  • Tablet✔ Tablet
  • +
  • Desktop✔ Desktop
  • +
+
    +
  • Phone + Tablet✔ Phone + Tablet
  • +
  • Tablet + Desktop✔ Tablet + Desktop
  • +
  • All✔ All
  • +
+ + + + + + + +

Horizontal

+
+ +

Vertical

+
+ +

Directional

+
+ +

Three colors

+
+ +

Radial

+
+ +

Striped

+
+ +

Horizontal three colors

+
+ + + + + +

Alert default

+
+ + Alert! Best check yourself, you're not looking too good. +
+
+ +

Alert! Best check yourself, you're not looking too good.

+
+ +

Success

+
+ + Success! Best check yourself, you're not looking too good. +
+
+ +

Success! Best check yourself, you're not looking too good.

+
+ +

Info

+
+ + Info! Best check yourself, you're not looking too good. +
+
+ +

Info! Best check yourself, you're not looking too good.

+
+ +

Warning

+
+ + Warning! Best check yourself, you're not looking too good. +
+
+ +

Warning! Best check yourself, you're not looking too good.

+
+ +

Error

+
+ + Error! Best check yourself, you're not looking too good. +
+
+ +

Error! Best check yourself, you're not looking too good.

+
+ + +
+ + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/2/bower_components/bootstrap/less/tests/forms-responsive.html b/2/bower_components/bootstrap/less/tests/forms-responsive.html new file mode 100644 index 00000000..c3e208d0 --- /dev/null +++ b/2/bower_components/bootstrap/less/tests/forms-responsive.html @@ -0,0 +1,71 @@ + + + + + Bootstrap, from Twitter + + + + + + + + + + + + + + + + + + + + + + +
+ + + +

Vertical alignment

+ + + span1 + +

Width across elements

+
+ +
+
+ +
+
+ span2 +
+ + + + +
+ + + span1 +
+ +
+ + + diff --git a/2/bower_components/bootstrap/less/tests/forms.html b/2/bower_components/bootstrap/less/tests/forms.html new file mode 100644 index 00000000..a63d728a --- /dev/null +++ b/2/bower_components/bootstrap/less/tests/forms.html @@ -0,0 +1,179 @@ + + + + + Bootstrap, from Twitter + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+
+ + + + +
+ + + + +
+ + + + +
+ + + + +
+ + + + +
+ + + + +
+ + + + +
+ + + + +
+ + + + +
+
+ + + + +
+ + + + +
+ + + + +
+ + + + +
+ + + + +
+ + + + +
+ + + + +
+ + + + +
+ + + + +
+
+ + + + +
+ + + + +
+ + + + +
+ + + + +
+ + + + +
+ + + + +
+ + + + +
+
+ +
+ + + diff --git a/2/bower_components/bootstrap/less/tests/navbar-fixed-top.html b/2/bower_components/bootstrap/less/tests/navbar-fixed-top.html new file mode 100644 index 00000000..2d9a7a71 --- /dev/null +++ b/2/bower_components/bootstrap/less/tests/navbar-fixed-top.html @@ -0,0 +1,104 @@ + + + + + Bootstrap, from Twitter + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+

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/2/bower_components/bootstrap/less/tests/navbar-static-top.html b/2/bower_components/bootstrap/less/tests/navbar-static-top.html new file mode 100644 index 00000000..4bead8ec --- /dev/null +++ b/2/bower_components/bootstrap/less/tests/navbar-static-top.html @@ -0,0 +1,107 @@ + + + + + Bootstrap, from Twitter + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+

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/2/bower_components/bootstrap/less/tests/navbar.html b/2/bower_components/bootstrap/less/tests/navbar.html new file mode 100644 index 00000000..d5ad4784 --- /dev/null +++ b/2/bower_components/bootstrap/less/tests/navbar.html @@ -0,0 +1,107 @@ + + + + + Bootstrap, from Twitter + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
+

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 » +

+
+ +
+ + + + + + + + + + + + + + + + + + + -- cgit v1.2.3