mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-28 23:59:53 +02:00
Merge branch '2.1.0-wip' of https://github.com/twitter/bootstrap into respclasses
This commit is contained in:
9
docs/assets/css/bootstrap-responsive.css
vendored
9
docs/assets/css/bootstrap-responsive.css
vendored
@@ -362,6 +362,9 @@
|
|||||||
.uneditable-input {
|
.uneditable-input {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
.controls-row [class*="span"] + [class*="span"] {
|
||||||
|
margin-left: 30px;
|
||||||
|
}
|
||||||
input.span12,
|
input.span12,
|
||||||
textarea.span12,
|
textarea.span12,
|
||||||
.uneditable-input.span12 {
|
.uneditable-input.span12 {
|
||||||
@@ -704,6 +707,9 @@
|
|||||||
.uneditable-input {
|
.uneditable-input {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
.controls-row [class*="span"] + [class*="span"] {
|
||||||
|
margin-left: 20px;
|
||||||
|
}
|
||||||
input.span12,
|
input.span12,
|
||||||
textarea.span12,
|
textarea.span12,
|
||||||
.uneditable-input.span12 {
|
.uneditable-input.span12 {
|
||||||
@@ -798,6 +804,9 @@
|
|||||||
.thumbnails {
|
.thumbnails {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
.thumbnails > li {
|
||||||
|
float: none;
|
||||||
|
}
|
||||||
[class*="span"],
|
[class*="span"],
|
||||||
.row-fluid [class*="span"] {
|
.row-fluid [class*="span"] {
|
||||||
display: block;
|
display: block;
|
||||||
|
453
docs/assets/css/bootstrap.css
vendored
453
docs/assets/css/bootstrap.css
vendored
@@ -851,7 +851,7 @@ legend {
|
|||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin-bottom: 30px;
|
margin-bottom: 20px;
|
||||||
font-size: 21px;
|
font-size: 21px;
|
||||||
line-height: 40px;
|
line-height: 40px;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
@@ -1143,6 +1143,10 @@ textarea,
|
|||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.controls-row [class*="span"] + [class*="span"] {
|
||||||
|
margin-left: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
input.span12,
|
input.span12,
|
||||||
textarea.span12,
|
textarea.span12,
|
||||||
.uneditable-input.span12 {
|
.uneditable-input.span12 {
|
||||||
@@ -1215,6 +1219,25 @@ textarea.span1,
|
|||||||
width: 50px;
|
width: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.controls-row {
|
||||||
|
*zoom: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.controls-row:before,
|
||||||
|
.controls-row:after {
|
||||||
|
display: table;
|
||||||
|
line-height: 0;
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
|
||||||
|
.controls-row:after {
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
|
|
||||||
|
.controls-row [class*="span"] {
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
input[disabled],
|
input[disabled],
|
||||||
select[disabled],
|
select[disabled],
|
||||||
textarea[disabled],
|
textarea[disabled],
|
||||||
@@ -1385,19 +1408,19 @@ select:focus:required:invalid:focus {
|
|||||||
*zoom: 1;
|
*zoom: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-prepend,
|
.input-append,
|
||||||
.input-append {
|
.input-prepend {
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
font-size: 0;
|
font-size: 0;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-prepend input,
|
|
||||||
.input-append input,
|
.input-append input,
|
||||||
.input-prepend select,
|
.input-prepend input,
|
||||||
.input-append select,
|
.input-append select,
|
||||||
.input-prepend .uneditable-input,
|
.input-prepend select,
|
||||||
.input-append .uneditable-input {
|
.input-append .uneditable-input,
|
||||||
|
.input-prepend .uneditable-input {
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
*margin-left: 0;
|
*margin-left: 0;
|
||||||
@@ -1408,17 +1431,17 @@ select:focus:required:invalid:focus {
|
|||||||
border-radius: 0 3px 3px 0;
|
border-radius: 0 3px 3px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-prepend input:focus,
|
|
||||||
.input-append input:focus,
|
.input-append input:focus,
|
||||||
.input-prepend select:focus,
|
.input-prepend input:focus,
|
||||||
.input-append select:focus,
|
.input-append select:focus,
|
||||||
.input-prepend .uneditable-input:focus,
|
.input-prepend select:focus,
|
||||||
.input-append .uneditable-input:focus {
|
.input-append .uneditable-input:focus,
|
||||||
|
.input-prepend .uneditable-input:focus {
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-prepend .add-on,
|
.input-append .add-on,
|
||||||
.input-append .add-on {
|
.input-prepend .add-on {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: auto;
|
width: auto;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
@@ -1434,18 +1457,18 @@ select:focus:required:invalid:focus {
|
|||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-prepend .add-on,
|
|
||||||
.input-append .add-on,
|
.input-append .add-on,
|
||||||
.input-prepend .btn,
|
.input-prepend .add-on,
|
||||||
.input-append .btn {
|
.input-append .btn,
|
||||||
|
.input-prepend .btn {
|
||||||
margin-left: -1px;
|
margin-left: -1px;
|
||||||
-webkit-border-radius: 0;
|
-webkit-border-radius: 0;
|
||||||
-moz-border-radius: 0;
|
-moz-border-radius: 0;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-prepend .active,
|
.input-append .active,
|
||||||
.input-append .active {
|
.input-prepend .active {
|
||||||
background-color: #a9dba9;
|
background-color: #a9dba9;
|
||||||
border-color: #46a546;
|
border-color: #46a546;
|
||||||
}
|
}
|
||||||
@@ -1501,7 +1524,7 @@ select:focus:required:invalid:focus {
|
|||||||
border-radius: 0 3px 3px 0;
|
border-radius: 0 3px 3px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
input.search-query {
|
.search-query {
|
||||||
padding-right: 14px;
|
padding-right: 14px;
|
||||||
padding-right: 4px \9;
|
padding-right: 4px \9;
|
||||||
padding-left: 14px;
|
padding-left: 14px;
|
||||||
@@ -1514,6 +1537,39 @@ input.search-query {
|
|||||||
border-radius: 14px;
|
border-radius: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Allow for input prepend/append in search forms */
|
||||||
|
|
||||||
|
.form-search .input-append .search-query,
|
||||||
|
.form-search .input-prepend .search-query {
|
||||||
|
-webkit-border-radius: 0;
|
||||||
|
-moz-border-radius: 0;
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-search .input-append .search-query {
|
||||||
|
-webkit-border-radius: 14px 0 0 14px;
|
||||||
|
-moz-border-radius: 14px 0 0 14px;
|
||||||
|
border-radius: 14px 0 0 14px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-search .input-append .btn {
|
||||||
|
-webkit-border-radius: 0 14px 14px 0;
|
||||||
|
-moz-border-radius: 0 14px 14px 0;
|
||||||
|
border-radius: 0 14px 14px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-search .input-prepend .search-query {
|
||||||
|
-webkit-border-radius: 0 14px 14px 0;
|
||||||
|
-moz-border-radius: 0 14px 14px 0;
|
||||||
|
border-radius: 0 14px 14px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-search .input-prepend .btn {
|
||||||
|
-webkit-border-radius: 14px 0 0 14px;
|
||||||
|
-moz-border-radius: 14px 0 0 14px;
|
||||||
|
border-radius: 14px 0 0 14px;
|
||||||
|
}
|
||||||
|
|
||||||
.form-search input,
|
.form-search input,
|
||||||
.form-inline input,
|
.form-inline input,
|
||||||
.form-horizontal input,
|
.form-horizontal input,
|
||||||
@@ -2740,7 +2796,7 @@ button.close {
|
|||||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
|
||||||
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
|
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
|
||||||
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
|
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
|
||||||
background-image: linear-gradient(top, #ffffff, #e6e6e6);
|
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
|
||||||
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
|
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
border: 1px solid #cccccc;
|
border: 1px solid #cccccc;
|
||||||
@@ -2764,6 +2820,7 @@ button.close {
|
|||||||
.btn.active,
|
.btn.active,
|
||||||
.btn.disabled,
|
.btn.disabled,
|
||||||
.btn[disabled] {
|
.btn[disabled] {
|
||||||
|
color: #333333;
|
||||||
background-color: #e6e6e6;
|
background-color: #e6e6e6;
|
||||||
*background-color: #d9d9d9;
|
*background-color: #d9d9d9;
|
||||||
}
|
}
|
||||||
@@ -2849,22 +2906,6 @@ button.close {
|
|||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-primary,
|
|
||||||
.btn-primary:hover,
|
|
||||||
.btn-warning,
|
|
||||||
.btn-warning:hover,
|
|
||||||
.btn-danger,
|
|
||||||
.btn-danger:hover,
|
|
||||||
.btn-success,
|
|
||||||
.btn-success:hover,
|
|
||||||
.btn-info,
|
|
||||||
.btn-info:hover,
|
|
||||||
.btn-inverse,
|
|
||||||
.btn-inverse:hover {
|
|
||||||
color: #ffffff;
|
|
||||||
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn-primary.active,
|
.btn-primary.active,
|
||||||
.btn-warning.active,
|
.btn-warning.active,
|
||||||
.btn-danger.active,
|
.btn-danger.active,
|
||||||
@@ -2880,12 +2921,14 @@ button.close {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn-primary {
|
.btn-primary {
|
||||||
|
color: #ffffff;
|
||||||
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
||||||
background-color: #006dcc;
|
background-color: #006dcc;
|
||||||
*background-color: #0044cc;
|
*background-color: #0044cc;
|
||||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
|
||||||
background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
|
background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
|
||||||
background-image: -o-linear-gradient(top, #0088cc, #0044cc);
|
background-image: -o-linear-gradient(top, #0088cc, #0044cc);
|
||||||
background-image: linear-gradient(top, #0088cc, #0044cc);
|
background-image: linear-gradient(to bottom, #0088cc, #0044cc);
|
||||||
background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
|
background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
border-color: #0044cc #0044cc #002a80;
|
border-color: #0044cc #0044cc #002a80;
|
||||||
@@ -2899,6 +2942,7 @@ button.close {
|
|||||||
.btn-primary.active,
|
.btn-primary.active,
|
||||||
.btn-primary.disabled,
|
.btn-primary.disabled,
|
||||||
.btn-primary[disabled] {
|
.btn-primary[disabled] {
|
||||||
|
color: #ffffff;
|
||||||
background-color: #0044cc;
|
background-color: #0044cc;
|
||||||
*background-color: #003bb3;
|
*background-color: #003bb3;
|
||||||
}
|
}
|
||||||
@@ -2909,12 +2953,14 @@ button.close {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn-warning {
|
.btn-warning {
|
||||||
|
color: #ffffff;
|
||||||
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
||||||
background-color: #faa732;
|
background-color: #faa732;
|
||||||
*background-color: #f89406;
|
*background-color: #f89406;
|
||||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
|
||||||
background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
|
background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
|
||||||
background-image: -o-linear-gradient(top, #fbb450, #f89406);
|
background-image: -o-linear-gradient(top, #fbb450, #f89406);
|
||||||
background-image: linear-gradient(top, #fbb450, #f89406);
|
background-image: linear-gradient(to bottom, #fbb450, #f89406);
|
||||||
background-image: -moz-linear-gradient(top, #fbb450, #f89406);
|
background-image: -moz-linear-gradient(top, #fbb450, #f89406);
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
border-color: #f89406 #f89406 #ad6704;
|
border-color: #f89406 #f89406 #ad6704;
|
||||||
@@ -2928,6 +2974,7 @@ button.close {
|
|||||||
.btn-warning.active,
|
.btn-warning.active,
|
||||||
.btn-warning.disabled,
|
.btn-warning.disabled,
|
||||||
.btn-warning[disabled] {
|
.btn-warning[disabled] {
|
||||||
|
color: #ffffff;
|
||||||
background-color: #f89406;
|
background-color: #f89406;
|
||||||
*background-color: #df8505;
|
*background-color: #df8505;
|
||||||
}
|
}
|
||||||
@@ -2938,12 +2985,14 @@ button.close {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn-danger {
|
.btn-danger {
|
||||||
|
color: #ffffff;
|
||||||
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
||||||
background-color: #da4f49;
|
background-color: #da4f49;
|
||||||
*background-color: #bd362f;
|
*background-color: #bd362f;
|
||||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
|
||||||
background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
|
background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
|
||||||
background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
|
background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
|
||||||
background-image: linear-gradient(top, #ee5f5b, #bd362f);
|
background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
|
||||||
background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
|
background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
border-color: #bd362f #bd362f #802420;
|
border-color: #bd362f #bd362f #802420;
|
||||||
@@ -2957,6 +3006,7 @@ button.close {
|
|||||||
.btn-danger.active,
|
.btn-danger.active,
|
||||||
.btn-danger.disabled,
|
.btn-danger.disabled,
|
||||||
.btn-danger[disabled] {
|
.btn-danger[disabled] {
|
||||||
|
color: #ffffff;
|
||||||
background-color: #bd362f;
|
background-color: #bd362f;
|
||||||
*background-color: #a9302a;
|
*background-color: #a9302a;
|
||||||
}
|
}
|
||||||
@@ -2967,12 +3017,14 @@ button.close {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn-success {
|
.btn-success {
|
||||||
|
color: #ffffff;
|
||||||
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
||||||
background-color: #5bb75b;
|
background-color: #5bb75b;
|
||||||
*background-color: #51a351;
|
*background-color: #51a351;
|
||||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
|
||||||
background-image: -webkit-linear-gradient(top, #62c462, #51a351);
|
background-image: -webkit-linear-gradient(top, #62c462, #51a351);
|
||||||
background-image: -o-linear-gradient(top, #62c462, #51a351);
|
background-image: -o-linear-gradient(top, #62c462, #51a351);
|
||||||
background-image: linear-gradient(top, #62c462, #51a351);
|
background-image: linear-gradient(to bottom, #62c462, #51a351);
|
||||||
background-image: -moz-linear-gradient(top, #62c462, #51a351);
|
background-image: -moz-linear-gradient(top, #62c462, #51a351);
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
border-color: #51a351 #51a351 #387038;
|
border-color: #51a351 #51a351 #387038;
|
||||||
@@ -2986,6 +3038,7 @@ button.close {
|
|||||||
.btn-success.active,
|
.btn-success.active,
|
||||||
.btn-success.disabled,
|
.btn-success.disabled,
|
||||||
.btn-success[disabled] {
|
.btn-success[disabled] {
|
||||||
|
color: #ffffff;
|
||||||
background-color: #51a351;
|
background-color: #51a351;
|
||||||
*background-color: #499249;
|
*background-color: #499249;
|
||||||
}
|
}
|
||||||
@@ -2996,12 +3049,14 @@ button.close {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn-info {
|
.btn-info {
|
||||||
|
color: #ffffff;
|
||||||
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
||||||
background-color: #49afcd;
|
background-color: #49afcd;
|
||||||
*background-color: #2f96b4;
|
*background-color: #2f96b4;
|
||||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
|
||||||
background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
|
background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
|
||||||
background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
|
background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
|
||||||
background-image: linear-gradient(top, #5bc0de, #2f96b4);
|
background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
|
||||||
background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
|
background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
border-color: #2f96b4 #2f96b4 #1f6377;
|
border-color: #2f96b4 #2f96b4 #1f6377;
|
||||||
@@ -3015,6 +3070,7 @@ button.close {
|
|||||||
.btn-info.active,
|
.btn-info.active,
|
||||||
.btn-info.disabled,
|
.btn-info.disabled,
|
||||||
.btn-info[disabled] {
|
.btn-info[disabled] {
|
||||||
|
color: #ffffff;
|
||||||
background-color: #2f96b4;
|
background-color: #2f96b4;
|
||||||
*background-color: #2a85a0;
|
*background-color: #2a85a0;
|
||||||
}
|
}
|
||||||
@@ -3025,12 +3081,14 @@ button.close {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn-inverse {
|
.btn-inverse {
|
||||||
|
color: #ffffff;
|
||||||
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
||||||
background-color: #363636;
|
background-color: #363636;
|
||||||
*background-color: #222222;
|
*background-color: #222222;
|
||||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
|
||||||
background-image: -webkit-linear-gradient(top, #444444, #222222);
|
background-image: -webkit-linear-gradient(top, #444444, #222222);
|
||||||
background-image: -o-linear-gradient(top, #444444, #222222);
|
background-image: -o-linear-gradient(top, #444444, #222222);
|
||||||
background-image: linear-gradient(top, #444444, #222222);
|
background-image: linear-gradient(to bottom, #444444, #222222);
|
||||||
background-image: -moz-linear-gradient(top, #444444, #222222);
|
background-image: -moz-linear-gradient(top, #444444, #222222);
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
border-color: #222222 #222222 #000000;
|
border-color: #222222 #222222 #000000;
|
||||||
@@ -3044,6 +3102,7 @@ button.close {
|
|||||||
.btn-inverse.active,
|
.btn-inverse.active,
|
||||||
.btn-inverse.disabled,
|
.btn-inverse.disabled,
|
||||||
.btn-inverse[disabled] {
|
.btn-inverse[disabled] {
|
||||||
|
color: #ffffff;
|
||||||
background-color: #222222;
|
background-color: #222222;
|
||||||
*background-color: #151515;
|
*background-color: #151515;
|
||||||
}
|
}
|
||||||
@@ -3775,7 +3834,7 @@ input[type="submit"].btn.btn-mini {
|
|||||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
|
||||||
background-image: -webkit-linear-gradient(top, #222222, #111111);
|
background-image: -webkit-linear-gradient(top, #222222, #111111);
|
||||||
background-image: -o-linear-gradient(top, #222222, #111111);
|
background-image: -o-linear-gradient(top, #222222, #111111);
|
||||||
background-image: linear-gradient(top, #222222, #111111);
|
background-image: linear-gradient(to bottom, #222222, #111111);
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
-webkit-border-radius: 4px;
|
-webkit-border-radius: 4px;
|
||||||
-moz-border-radius: 4px;
|
-moz-border-radius: 4px;
|
||||||
@@ -3828,7 +3887,7 @@ input[type="submit"].btn.btn-mini {
|
|||||||
|
|
||||||
.navbar .btn,
|
.navbar .btn,
|
||||||
.navbar .btn-group {
|
.navbar .btn-group {
|
||||||
margin-top: 5px;
|
margin-top: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar .btn-group .btn {
|
.navbar .btn-group .btn {
|
||||||
@@ -3855,11 +3914,12 @@ input[type="submit"].btn.btn-mini {
|
|||||||
.navbar-form select,
|
.navbar-form select,
|
||||||
.navbar-form .radio,
|
.navbar-form .radio,
|
||||||
.navbar-form .checkbox {
|
.navbar-form .checkbox {
|
||||||
margin-top: 5px;
|
margin-top: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-form input,
|
.navbar-form input,
|
||||||
.navbar-form select {
|
.navbar-form select,
|
||||||
|
.navbar-form .btn {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
@@ -4044,12 +4104,14 @@ input[type="submit"].btn.btn-mini {
|
|||||||
padding: 7px 10px;
|
padding: 7px 10px;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
|
color: #ffffff;
|
||||||
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
||||||
background-color: #0e0e0e;
|
background-color: #0e0e0e;
|
||||||
*background-color: #040404;
|
*background-color: #040404;
|
||||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
|
||||||
background-image: -webkit-linear-gradient(top, #151515, #040404);
|
background-image: -webkit-linear-gradient(top, #151515, #040404);
|
||||||
background-image: -o-linear-gradient(top, #151515, #040404);
|
background-image: -o-linear-gradient(top, #151515, #040404);
|
||||||
background-image: linear-gradient(top, #151515, #040404);
|
background-image: linear-gradient(to bottom, #151515, #040404);
|
||||||
background-image: -moz-linear-gradient(top, #151515, #040404);
|
background-image: -moz-linear-gradient(top, #151515, #040404);
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
border-color: #040404 #040404 #000000;
|
border-color: #040404 #040404 #000000;
|
||||||
@@ -4066,6 +4128,7 @@ input[type="submit"].btn.btn-mini {
|
|||||||
.navbar .btn-navbar.active,
|
.navbar .btn-navbar.active,
|
||||||
.navbar .btn-navbar.disabled,
|
.navbar .btn-navbar.disabled,
|
||||||
.navbar .btn-navbar[disabled] {
|
.navbar .btn-navbar[disabled] {
|
||||||
|
color: #ffffff;
|
||||||
background-color: #040404;
|
background-color: #040404;
|
||||||
*background-color: #000000;
|
*background-color: #000000;
|
||||||
}
|
}
|
||||||
@@ -4178,7 +4241,7 @@ input[type="submit"].btn.btn-mini {
|
|||||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f1f1f1));
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f1f1f1));
|
||||||
background-image: -webkit-linear-gradient(top, #ffffff, #f1f1f1);
|
background-image: -webkit-linear-gradient(top, #ffffff, #f1f1f1);
|
||||||
background-image: -o-linear-gradient(top, #ffffff, #f1f1f1);
|
background-image: -o-linear-gradient(top, #ffffff, #f1f1f1);
|
||||||
background-image: linear-gradient(top, #ffffff, #f1f1f1);
|
background-image: linear-gradient(to bottom, #ffffff, #f1f1f1);
|
||||||
background-image: -moz-linear-gradient(top, #ffffff, #f1f1f1);
|
background-image: -moz-linear-gradient(top, #ffffff, #f1f1f1);
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
border: 1px solid #e5e5e5;
|
border: 1px solid #e5e5e5;
|
||||||
@@ -4281,7 +4344,7 @@ input[type="submit"].btn.btn-mini {
|
|||||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));
|
||||||
background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
|
background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
|
||||||
background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
|
background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
|
||||||
background-image: linear-gradient(top, #ffffff, #f5f5f5);
|
background-image: linear-gradient(to bottom, #ffffff, #f5f5f5);
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #ddd;
|
||||||
-webkit-border-radius: 3px;
|
-webkit-border-radius: 3px;
|
||||||
@@ -4579,91 +4642,19 @@ input[type="submit"].btn.btn-mini {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tooltip.top {
|
.tooltip.top {
|
||||||
margin-top: -2px;
|
margin-top: -3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tooltip.right {
|
.tooltip.right {
|
||||||
margin-left: 2px;
|
margin-left: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tooltip.bottom {
|
.tooltip.bottom {
|
||||||
margin-top: 2px;
|
margin-top: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tooltip.left {
|
.tooltip.left {
|
||||||
margin-left: -2px;
|
margin-left: -3px;
|
||||||
}
|
|
||||||
|
|
||||||
.tooltip.top .tooltip-arrow {
|
|
||||||
bottom: -10px;
|
|
||||||
left: 50%;
|
|
||||||
margin-left: -10px;
|
|
||||||
border-top: 10px solid #cccccc;
|
|
||||||
border-top: 10px solid rgba(0, 0, 0, 0.2);
|
|
||||||
border-right: 10px solid transparent;
|
|
||||||
border-left: 10px solid transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tooltip.top .tooltip-arrow:after {
|
|
||||||
bottom: 1px;
|
|
||||||
left: -9px;
|
|
||||||
border-top: 9px solid #ffffff;
|
|
||||||
border-right: 9px solid transparent;
|
|
||||||
border-left: 9px solid transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tooltip.left .tooltip-arrow {
|
|
||||||
top: 50%;
|
|
||||||
right: -10px;
|
|
||||||
margin-top: -10px;
|
|
||||||
border-top: 10px solid transparent;
|
|
||||||
border-bottom: 10px solid transparent;
|
|
||||||
border-left: 10px solid #cccccc;
|
|
||||||
border-left: 10px solid rgba(0, 0, 0, 0.2);
|
|
||||||
}
|
|
||||||
|
|
||||||
.tooltip.left .tooltip-arrow:after {
|
|
||||||
right: 1px;
|
|
||||||
bottom: -9px;
|
|
||||||
border-top: 9px solid transparent;
|
|
||||||
border-bottom: 9px solid transparent;
|
|
||||||
border-left: 9px solid #ffffff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tooltip.bottom .tooltip-arrow {
|
|
||||||
top: -10px;
|
|
||||||
left: 50%;
|
|
||||||
margin-left: -10px;
|
|
||||||
border-right: 10px solid transparent;
|
|
||||||
border-bottom: 10px solid #cccccc;
|
|
||||||
border-bottom: 10px solid rgba(0, 0, 0, 0.2);
|
|
||||||
border-left: 10px solid transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tooltip.bottom .tooltip-arrow:after {
|
|
||||||
top: 1px;
|
|
||||||
left: -9px;
|
|
||||||
border-right: 9px solid transparent;
|
|
||||||
border-bottom: 9px solid #f5f5f5;
|
|
||||||
border-left: 9px solid transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tooltip.right .tooltip-arrow {
|
|
||||||
top: 50%;
|
|
||||||
left: -10px;
|
|
||||||
margin-top: -10px;
|
|
||||||
border-top: 10px solid transparent;
|
|
||||||
border-right: 10px solid #cccccc;
|
|
||||||
border-right: 10px solid rgba(0, 0, 0, 0.2);
|
|
||||||
border-bottom: 10px solid transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tooltip.right .tooltip-arrow:after {
|
|
||||||
bottom: -9px;
|
|
||||||
left: 1px;
|
|
||||||
border-top: 9px solid transparent;
|
|
||||||
border-right: 9px solid #ffffff;
|
|
||||||
border-bottom: 9px solid transparent;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.tooltip-inner {
|
.tooltip-inner {
|
||||||
@@ -4682,6 +4673,40 @@ input[type="submit"].btn.btn-mini {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
width: 0;
|
width: 0;
|
||||||
height: 0;
|
height: 0;
|
||||||
|
border-color: transparent;
|
||||||
|
border-style: solid;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tooltip.top .tooltip-arrow {
|
||||||
|
bottom: 0;
|
||||||
|
left: 50%;
|
||||||
|
margin-left: -5px;
|
||||||
|
border-top-color: #000000;
|
||||||
|
border-width: 5px 5px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tooltip.right .tooltip-arrow {
|
||||||
|
top: 50%;
|
||||||
|
left: 0;
|
||||||
|
margin-top: -5px;
|
||||||
|
border-right-color: #000000;
|
||||||
|
border-width: 5px 5px 5px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tooltip.left .tooltip-arrow {
|
||||||
|
top: 50%;
|
||||||
|
right: 0;
|
||||||
|
margin-top: -5px;
|
||||||
|
border-left-color: #000000;
|
||||||
|
border-width: 5px 0 5px 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tooltip.bottom .tooltip-arrow {
|
||||||
|
top: 0;
|
||||||
|
left: 50%;
|
||||||
|
margin-left: -5px;
|
||||||
|
border-bottom-color: #000000;
|
||||||
|
border-width: 0 5px 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.popover {
|
.popover {
|
||||||
@@ -4690,7 +4715,7 @@ input[type="submit"].btn.btn-mini {
|
|||||||
left: 0;
|
left: 0;
|
||||||
z-index: 1010;
|
z-index: 1010;
|
||||||
display: none;
|
display: none;
|
||||||
width: 218px;
|
width: 238px;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
border: 1px solid rgba(0, 0, 0, 0.2);
|
border: 1px solid rgba(0, 0, 0, 0.2);
|
||||||
@@ -4721,99 +4746,14 @@ input[type="submit"].btn.btn-mini {
|
|||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.popover.top .arrow {
|
|
||||||
bottom: -10px;
|
|
||||||
left: 50%;
|
|
||||||
margin-left: -10px;
|
|
||||||
border-top: 10px solid #cccccc;
|
|
||||||
border-top: 10px solid rgba(0, 0, 0, 0.2);
|
|
||||||
border-right: 10px solid transparent;
|
|
||||||
border-left: 10px solid transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
.popover.top .arrow:after {
|
|
||||||
bottom: 1px;
|
|
||||||
left: -9px;
|
|
||||||
border-top: 9px solid #ffffff;
|
|
||||||
border-right: 9px solid transparent;
|
|
||||||
border-left: 9px solid transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
.popover.right .arrow {
|
|
||||||
top: 50%;
|
|
||||||
left: -10px;
|
|
||||||
margin-top: -10px;
|
|
||||||
border-top: 10px solid transparent;
|
|
||||||
border-right: 10px solid #cccccc;
|
|
||||||
border-right: 10px solid rgba(0, 0, 0, 0.2);
|
|
||||||
border-bottom: 10px solid transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
.popover.right .arrow:after {
|
|
||||||
bottom: -9px;
|
|
||||||
left: 1px;
|
|
||||||
border-top: 9px solid transparent;
|
|
||||||
border-right: 9px solid #ffffff;
|
|
||||||
border-bottom: 9px solid transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
.popover.bottom .arrow {
|
|
||||||
top: -10px;
|
|
||||||
left: 50%;
|
|
||||||
margin-left: -10px;
|
|
||||||
border-right: 10px solid transparent;
|
|
||||||
border-bottom: 10px solid #cccccc;
|
|
||||||
border-bottom: 10px solid rgba(0, 0, 0, 0.2);
|
|
||||||
border-left: 10px solid transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
.popover.bottom .arrow:after {
|
|
||||||
top: 1px;
|
|
||||||
left: -9px;
|
|
||||||
border-right: 9px solid transparent;
|
|
||||||
border-bottom: 9px solid #f5f5f5;
|
|
||||||
border-left: 9px solid transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
.popover.left .arrow {
|
|
||||||
top: 50%;
|
|
||||||
right: -10px;
|
|
||||||
margin-top: -10px;
|
|
||||||
border-top: 10px solid transparent;
|
|
||||||
border-bottom: 10px solid transparent;
|
|
||||||
border-left: 10px solid #cccccc;
|
|
||||||
border-left: 10px solid rgba(0, 0, 0, 0.2);
|
|
||||||
}
|
|
||||||
|
|
||||||
.popover.left .arrow:after {
|
|
||||||
right: 1px;
|
|
||||||
bottom: -9px;
|
|
||||||
border-top: 9px solid transparent;
|
|
||||||
border-bottom: 9px solid transparent;
|
|
||||||
border-left: 9px solid #ffffff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.popover .arrow {
|
|
||||||
position: absolute;
|
|
||||||
width: 0;
|
|
||||||
height: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.popover .arrow:after {
|
|
||||||
position: absolute;
|
|
||||||
display: inline-block;
|
|
||||||
width: 0;
|
|
||||||
height: 0;
|
|
||||||
content: "";
|
|
||||||
}
|
|
||||||
|
|
||||||
.popover-title {
|
.popover-title {
|
||||||
padding: 8px 14px;
|
padding: 8px 14px;
|
||||||
|
margin: 0;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
background-color: #f5f5f5;
|
background-color: #f5f5f5;
|
||||||
border-bottom: 1px solid #e5e5e5;
|
border-bottom: 1px solid #dcdcdc;
|
||||||
-webkit-border-radius: 5px 5px 0 0;
|
-webkit-border-radius: 5px 5px 0 0;
|
||||||
-moz-border-radius: 5px 5px 0 0;
|
-moz-border-radius: 5px 5px 0 0;
|
||||||
border-radius: 5px 5px 0 0;
|
border-radius: 5px 5px 0 0;
|
||||||
@@ -4829,6 +4769,81 @@ input[type="submit"].btn.btn-mini {
|
|||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.popover .arrow,
|
||||||
|
.popover .arrow:after {
|
||||||
|
position: absolute;
|
||||||
|
display: inline-block;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border-color: transparent;
|
||||||
|
border-style: solid;
|
||||||
|
}
|
||||||
|
|
||||||
|
.popover .arrow:after {
|
||||||
|
z-index: -1;
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
|
||||||
|
.popover.top .arrow {
|
||||||
|
bottom: -10px;
|
||||||
|
left: 50%;
|
||||||
|
margin-left: -10px;
|
||||||
|
border-top-color: #ffffff;
|
||||||
|
border-width: 10px 10px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.popover.top .arrow:after {
|
||||||
|
bottom: -1px;
|
||||||
|
left: -11px;
|
||||||
|
border-top-color: rgba(0, 0, 0, 0.2);
|
||||||
|
border-width: 11px 11px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.popover.right .arrow {
|
||||||
|
top: 50%;
|
||||||
|
left: -10px;
|
||||||
|
margin-top: -10px;
|
||||||
|
border-right-color: #ffffff;
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.popover.right .arrow:after {
|
||||||
|
bottom: -11px;
|
||||||
|
left: -1px;
|
||||||
|
border-right-color: rgba(0, 0, 0, 0.2);
|
||||||
|
border-width: 11px 11px 11px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.popover.bottom .arrow {
|
||||||
|
top: -10px;
|
||||||
|
left: 50%;
|
||||||
|
margin-left: -10px;
|
||||||
|
border-bottom-color: #f5f5f5;
|
||||||
|
border-width: 0 10px 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.popover.bottom .arrow:after {
|
||||||
|
top: -1px;
|
||||||
|
left: -11px;
|
||||||
|
border-bottom-color: rgba(0, 0, 0, 0.2);
|
||||||
|
border-width: 0 11px 11px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.popover.left .arrow {
|
||||||
|
top: 50%;
|
||||||
|
right: -10px;
|
||||||
|
margin-top: -10px;
|
||||||
|
border-left-color: #ffffff;
|
||||||
|
border-width: 10px 0 10px 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.popover.left .arrow:after {
|
||||||
|
right: -1px;
|
||||||
|
bottom: -11px;
|
||||||
|
border-left-color: rgba(0, 0, 0, 0.2);
|
||||||
|
border-width: 11px 0 11px 11px;
|
||||||
|
}
|
||||||
|
|
||||||
.thumbnails {
|
.thumbnails {
|
||||||
margin-left: -20px;
|
margin-left: -20px;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
@@ -5025,7 +5040,7 @@ a.badge:hover {
|
|||||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
|
||||||
background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
|
background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
|
||||||
background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
|
background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
|
||||||
background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
|
background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
-webkit-border-radius: 4px;
|
-webkit-border-radius: 4px;
|
||||||
-moz-border-radius: 4px;
|
-moz-border-radius: 4px;
|
||||||
@@ -5047,7 +5062,7 @@ a.badge:hover {
|
|||||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
|
||||||
background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
|
background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
|
||||||
background-image: -o-linear-gradient(top, #149bdf, #0480be);
|
background-image: -o-linear-gradient(top, #149bdf, #0480be);
|
||||||
background-image: linear-gradient(top, #149bdf, #0480be);
|
background-image: linear-gradient(to bottom, #149bdf, #0480be);
|
||||||
background-image: -moz-linear-gradient(top, #149bdf, #0480be);
|
background-image: -moz-linear-gradient(top, #149bdf, #0480be);
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
|
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
|
||||||
@@ -5090,7 +5105,7 @@ a.badge:hover {
|
|||||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
|
||||||
background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
|
background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
|
||||||
background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
|
background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
|
||||||
background-image: linear-gradient(top, #ee5f5b, #c43c35);
|
background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
|
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
|
||||||
}
|
}
|
||||||
@@ -5110,7 +5125,7 @@ a.badge:hover {
|
|||||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
|
||||||
background-image: -webkit-linear-gradient(top, #62c462, #57a957);
|
background-image: -webkit-linear-gradient(top, #62c462, #57a957);
|
||||||
background-image: -o-linear-gradient(top, #62c462, #57a957);
|
background-image: -o-linear-gradient(top, #62c462, #57a957);
|
||||||
background-image: linear-gradient(top, #62c462, #57a957);
|
background-image: linear-gradient(to bottom, #62c462, #57a957);
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
|
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
|
||||||
}
|
}
|
||||||
@@ -5130,7 +5145,7 @@ a.badge:hover {
|
|||||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
|
||||||
background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
|
background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
|
||||||
background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
|
background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
|
||||||
background-image: linear-gradient(top, #5bc0de, #339bb9);
|
background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
|
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
|
||||||
}
|
}
|
||||||
@@ -5150,7 +5165,7 @@ a.badge:hover {
|
|||||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
|
||||||
background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
|
background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
|
||||||
background-image: -o-linear-gradient(top, #fbb450, #f89406);
|
background-image: -o-linear-gradient(top, #fbb450, #f89406);
|
||||||
background-image: linear-gradient(top, #fbb450, #f89406);
|
background-image: linear-gradient(to bottom, #fbb450, #f89406);
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
|
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
|
||||||
}
|
}
|
||||||
|
@@ -598,6 +598,17 @@ form.bs-docs-example {
|
|||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Tooltips */
|
||||||
|
.bs-docs-tooltip-examples {
|
||||||
|
text-align: center;
|
||||||
|
margin: 0 0 10px;
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
.bs-docs-tooltip-examples li {
|
||||||
|
display: inline;
|
||||||
|
padding: 0 10px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Popovers */
|
/* Popovers */
|
||||||
.bs-docs-example-popover {
|
.bs-docs-example-popover {
|
||||||
padding-bottom: 24px;
|
padding-bottom: 24px;
|
||||||
@@ -607,8 +618,8 @@ form.bs-docs-example {
|
|||||||
position: relative;
|
position: relative;
|
||||||
display: block;
|
display: block;
|
||||||
float: left;
|
float: left;
|
||||||
width: 210px;
|
width: 260px;
|
||||||
margin: 10px;
|
margin: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
2172
docs/base-css.html
2172
docs/base-css.html
File diff suppressed because it is too large
Load Diff
2678
docs/components.html
2678
docs/components.html
File diff suppressed because it is too large
Load Diff
147
docs/extend.html
147
docs/extend.html
@@ -68,96 +68,109 @@
|
|||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
||||||
<!-- Masthead
|
<!-- Subhead
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<header class="jumbotron subhead" id="overview">
|
<header class="jumbotron subhead" id="overview">
|
||||||
<h1>Extending Bootstrap</h1>
|
<h1>Extending Bootstrap</h1>
|
||||||
<p class="lead">Extend Bootstrap with <a href="http://lesscss.org" target="_blank">LESS</a>, a CSS preprocessor, to take advantage of the variables, mixins, and more used to build Bootstrap's CSS.</p>
|
<p class="lead">Extend Bootstrap to take advantage of included styles and components, as well as LESS variables and mixins.</p>
|
||||||
<div class="navbar navbar-subnav">
|
|
||||||
<div class="navbar-inner">
|
|
||||||
<ul class="nav">
|
|
||||||
<li><a href="#builtWith">Built with Less</a></li>
|
|
||||||
<li><a href="#compiling">Compiling Bootstrap</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- BUILT WITH LESS
|
<!-- Docs nav
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<section id="builtWith">
|
<div class="row">
|
||||||
<div class="page-header">
|
<div class="span3 bs-docs-sidebar">
|
||||||
<h1>Built with LESS</h1>
|
<ul class="nav nav-list bs-docs-sidenav">
|
||||||
|
<li><a href="#built-with-less">Built with LESS</a></li>
|
||||||
|
<li><a href="#compiling">Compiling Bootstrap</a></li>
|
||||||
|
<li><a href="#static-assets">Use as static assets</a></li>
|
||||||
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="span9">
|
||||||
<h3>Why LESS?</h3>
|
|
||||||
<p>Bootstrap is made with LESS at its core, a dynamic stylesheet language created by our good friend, <a href="http://cloudhead.io">Alexis Sellier</a>. It makes developing systems-based CSS faster, easier, and more fun.</p>
|
|
||||||
|
|
||||||
<h3>What's included?</h3>
|
|
||||||
<p>As an extension of CSS, LESS includes variables, mixins for reusable snippets of code, operations for simple math, nesting, and even color functions.</p>
|
|
||||||
|
|
||||||
<h3>Learn more</h3>
|
|
||||||
<img style="float: right; height: 36px;" src="assets/img/less-logo-large.png" alt="LESS CSS">
|
|
||||||
<p>Visit the official website at <a href="http://lesscss.org">http://lesscss.org</a> to learn more.</p>
|
|
||||||
|
|
||||||
<h3><a href="#variables">Variables</a></h3>
|
|
||||||
<p>Managing colors and pixel values in CSS can be a bit of a pain, usually full of copy and paste. Not with LESS though—assign colors or pixel values as variables and change them once.</p>
|
|
||||||
|
|
||||||
<h3><a href="#mixins">Mixins</a></h3>
|
|
||||||
<p>Those three border-radius declarations you need to make in regular ol' CSS? Now they're down to one line with the help of mixins, snippets of code you can reuse anywhere.</p>
|
|
||||||
|
|
||||||
<h3>Operations</h3>
|
|
||||||
<p>Make your grid, leading, and more super flexible by doing the math on the fly with operations. Multiply, divide, add, and subtract your way to CSS sanity.</p>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- COMPILING LESS AND BOOTSTRAP
|
<!-- BUILT WITH LESS
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<section id="compiling">
|
<section id="built-with-less">
|
||||||
<div class="page-header">
|
<div class="page-header">
|
||||||
<h1>Compiling Bootstrap with LESS</h1>
|
<h1>Built with LESS</h1>
|
||||||
</div>
|
</div>
|
||||||
<div class="alert alert-info">
|
|
||||||
<strong>Note:</strong> If you're submitting a pull request to GitHub with modified CSS, you <strong>must</strong> recompile the CSS via any of these methods.
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<h2>Tools for compiling</h2>
|
<h3>Why LESS?</h3>
|
||||||
|
<p>Bootstrap is made with LESS at its core, a dynamic stylesheet language created by our good friend, <a href="http://cloudhead.io">Alexis Sellier</a>. It makes developing systems-based CSS faster, easier, and more fun.</p>
|
||||||
|
|
||||||
<h3>Node with makefile</h3>
|
<h3>What's included?</h3>
|
||||||
<p>Install the LESS command line compiler, JSHint, Recess, and uglify-js globally with npm by running the following command:</p>
|
<p>As an extension of CSS, LESS includes variables, mixins for reusable snippets of code, operations for simple math, nesting, and even color functions.</p>
|
||||||
<pre>$ npm install -g less jshint recess uglify-js</pre>
|
|
||||||
<p>Once installed just run <code>make</code> from the root of your bootstrap directory and you're all set.</p>
|
|
||||||
<p>Additionally, if you have <a href="https://github.com/mynyml/watchr">watchr</a> installed, you may run <code>make watch</code> to have bootstrap automatically rebuilt every time you edit a file in the bootstrap lib (this isn't required, just a convenience method).</p>
|
|
||||||
|
|
||||||
<h3>Command line</h3>
|
<h3>Learn more</h3>
|
||||||
<p>Install the LESS command line tool via Node and run the following command:</p>
|
<img style="float: right; height: 36px;" src="assets/img/less-logo-large.png" alt="LESS CSS">
|
||||||
<pre>$ lessc ./less/bootstrap.less > bootstrap.css</pre>
|
<p>Visit the official website at <a href="http://lesscss.org">http://lesscss.org</a> to learn more.</p>
|
||||||
<p>Be sure to include <code>--compress</code> in that command if you're trying to save some bytes!</p>
|
</section>
|
||||||
|
|
||||||
<h3>Javascript</h3>
|
|
||||||
<p><a href="http://lesscss.org/">Download the latest Less.js</a> and include the path to it (and Bootstrap) in the <code><head></code>.</p>
|
|
||||||
|
<!-- COMPILING LESS AND BOOTSTRAP
|
||||||
|
================================================== -->
|
||||||
|
<section id="compiling">
|
||||||
|
<div class="page-header">
|
||||||
|
<h1>Compiling Bootstrap with LESS</h1>
|
||||||
|
</div>
|
||||||
|
<div class="alert alert-info">
|
||||||
|
<strong>Note:</strong> If you're submitting a pull request to GitHub with modified CSS, you <strong>must</strong> recompile the CSS via any of these methods.
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<h2>Tools for compiling</h2>
|
||||||
|
|
||||||
|
<h3>Node with makefile</h3>
|
||||||
|
<p>Install the LESS command line compiler, JSHint, Recess, and uglify-js globally with npm by running the following command:</p>
|
||||||
|
<pre>$ npm install -g less jshint recess uglify-js</pre>
|
||||||
|
<p>Once installed just run <code>make</code> from the root of your bootstrap directory and you're all set.</p>
|
||||||
|
<p>Additionally, if you have <a href="https://github.com/mynyml/watchr">watchr</a> installed, you may run <code>make watch</code> to have bootstrap automatically rebuilt every time you edit a file in the bootstrap lib (this isn't required, just a convenience method).</p>
|
||||||
|
|
||||||
|
<h3>Command line</h3>
|
||||||
|
<p>Install the LESS command line tool via Node and run the following command:</p>
|
||||||
|
<pre>$ lessc ./less/bootstrap.less > bootstrap.css</pre>
|
||||||
|
<p>Be sure to include <code>--compress</code> in that command if you're trying to save some bytes!</p>
|
||||||
|
|
||||||
|
<h3>Javascript</h3>
|
||||||
|
<p><a href="http://lesscss.org/">Download the latest Less.js</a> and include the path to it (and Bootstrap) in the <code><head></code>.</p>
|
||||||
<pre class="prettyprint">
|
<pre class="prettyprint">
|
||||||
<link rel="stylesheet/less" href="/path/to/bootstrap.less">
|
<link rel="stylesheet/less" href="/path/to/bootstrap.less">
|
||||||
<script src="/path/to/less.js"></script>
|
<script src="/path/to/less.js"></script>
|
||||||
</pre>
|
</pre>
|
||||||
<p>To recompile the .less files, just save them and reload your page. Less.js compiles them and stores them in local storage.</p>
|
<p>To recompile the .less files, just save them and reload your page. Less.js compiles them and stores them in local storage.</p>
|
||||||
|
|
||||||
<h3>Unofficial Mac app</h3>
|
<h3>Unofficial Mac app</h3>
|
||||||
<p><a href="http://incident57.com/less/">The unofficial Mac app</a> watches directories of .less files and compiles the code to local files after every save of a watched .less file.</p>
|
<p><a href="http://incident57.com/less/">The unofficial Mac app</a> watches directories of .less files and compiles the code to local files after every save of a watched .less file.</p>
|
||||||
<p>If you like, you can toggle preferences in the app for automatic minifying and which directory the compiled files end up in.</p>
|
<p>If you like, you can toggle preferences in the app for automatic minifying and which directory the compiled files end up in.</p>
|
||||||
|
|
||||||
<h3>More Mac apps</h3>
|
<h3>More Mac apps</h3>
|
||||||
<h4><a href="http://crunchapp.net/" target="_blank">Crunch</a></h4>
|
<h4><a href="http://crunchapp.net/" target="_blank">Crunch</a></h4>
|
||||||
<p>Crunch is a great looking LESS editor and compiler built on Adobe Air.</p>
|
<p>Crunch is a great looking LESS editor and compiler built on Adobe Air.</p>
|
||||||
<h4><a href="http://incident57.com/codekit/" target="_blank">CodeKit</a></h4>
|
<h4><a href="http://incident57.com/codekit/" target="_blank">CodeKit</a></h4>
|
||||||
<p>Created by the same guy as the unofficial Mac app, CodeKit is a Mac app that compiles LESS, SASS, Stylus, and CoffeeScript.</p>
|
<p>Created by the same guy as the unofficial Mac app, CodeKit is a Mac app that compiles LESS, SASS, Stylus, and CoffeeScript.</p>
|
||||||
<h4><a href="http://wearekiss.com/simpless" target="_blank">Simpless</a></h4>
|
<h4><a href="http://wearekiss.com/simpless" target="_blank">Simpless</a></h4>
|
||||||
<p>Mac, Linux, and PC app for drag and drop compiling of LESS files. Plus, the <a href="https://github.com/Paratron/SimpLESS" target="_blank">source code is on GitHub</a>.</p>
|
<p>Mac, Linux, and PC app for drag and drop compiling of LESS files. Plus, the <a href="https://github.com/Paratron/SimpLESS" target="_blank">source code is on GitHub</a>.</p>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Static assets
|
||||||
|
================================================== -->
|
||||||
|
<section id="static-assets">
|
||||||
|
<div class="page-header">
|
||||||
|
<h1>Use as static assets</h1>
|
||||||
|
</div>
|
||||||
|
<p>...</p>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<!-- Footer
|
<!-- Footer
|
||||||
|
2319
docs/javascript.html
2319
docs/javascript.html
File diff suppressed because it is too large
Load Diff
@@ -68,26 +68,17 @@
|
|||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
||||||
<!-- Masthead
|
<!-- Subhead
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<header class="jumbotron subhead" id="overview">
|
<header class="jumbotron subhead" id="overview">
|
||||||
<h1>Scaffolding</h1>
|
<h1>Scaffolding</h1>
|
||||||
<p class="lead">Bootstrap is built on a responsive 12-column grid. We've also included fixed- and fluid-width layouts based on that system.</p>
|
<p class="lead">Bootstrap is built on a responsive 12-column grid. We've also included fixed- and fluid-width layouts based on that system.</p>
|
||||||
<div class="navbar navbar-subnav">
|
|
||||||
<div class="navbar-inner">
|
|
||||||
<ul class="nav">
|
|
||||||
<li><a href="#global">Global styles</a></li>
|
|
||||||
<li><a href="#gridSystem">Grid system</a></li>
|
|
||||||
<li><a href="#fluidGridSystem">Fluid grid system</a></li>
|
|
||||||
<li><a href="#gridCustomization">Customizing</a></li>
|
|
||||||
<li><a href="#layouts">Layouts</a></li>
|
|
||||||
<li><a href="#responsive">Responsive design</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Docs nav
|
||||||
|
================================================== -->
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="span3 bs-docs-sidebar">
|
<div class="span3 bs-docs-sidebar">
|
||||||
<ul class="nav nav-list bs-docs-sidenav">
|
<ul class="nav nav-list bs-docs-sidenav">
|
||||||
@@ -103,15 +94,15 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Global Bootstrap settings
|
<!-- Global Bootstrap settings
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<section id="global">
|
<section id="global">
|
||||||
<div class="page-header">
|
<div class="page-header">
|
||||||
<h1>Global styles <small>for CSS reset, typography, and links</small></h1>
|
<h1>Global styles <small>for CSS reset, typography, and links</small></h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2>Requires HTML5 doctype</h2>
|
<h2>Requires HTML5 doctype</h2>
|
||||||
<p>Bootstrap makes use of certain HTML elements and CSS properties that require the use of the HTML5 doctype. Include it at the beginning of all your projects.</p>
|
<p>Bootstrap makes use of certain HTML elements and CSS properties that require the use of the HTML5 doctype. Include it at the beginning of all your projects.</p>
|
||||||
<pre class="prettyprint linenums">
|
<pre class="prettyprint linenums">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
@@ -119,89 +110,89 @@
|
|||||||
</html>
|
</html>
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<h2>Typography and links</h2>
|
<h2>Typography and links</h2>
|
||||||
<p>Bootstrap sets basic global display, typography, and link styles. Specifically, we:</p>
|
<p>Bootstrap sets basic global display, typography, and link styles. Specifically, we:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Remove <code>margin</code> on the body</li>
|
<li>Remove <code>margin</code> on the body</li>
|
||||||
<li>Set <code>background-color: white;</code> on the <code>body</code></li>
|
<li>Set <code>background-color: white;</code> on the <code>body</code></li>
|
||||||
<li>Use the <code>@baseFontFamily</code>, <code>@baseFontSize</code>, and <code>@baseLineHeight</code> attributes as our typographyic base</li>
|
<li>Use the <code>@baseFontFamily</code>, <code>@baseFontSize</code>, and <code>@baseLineHeight</code> attributes as our typographyic base</li>
|
||||||
<li>Set the global link color via <code>@linkColor</code> and apply link underlines only on <code>:hover</code></li>
|
<li>Set the global link color via <code>@linkColor</code> and apply link underlines only on <code>:hover</code></li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>These styles can be found within <strong>scaffolding.less</strong>.</p>
|
<p>These styles can be found within <strong>scaffolding.less</strong>.</p>
|
||||||
|
|
||||||
<h2>Reset via Normalize</h2>
|
<h2>Reset via Normalize</h2>
|
||||||
<p>With Bootstrap 2, the old reset block has been dropped in favor of <a href="http://necolas.github.com/normalize.css/" target="_blank">Normalize.css</a>, a project by <a href="http://twitter.com/necolas" target="_blank">Nicolas Gallagher</a> that also powers the <a href="http://html5boilerplate.com" target="_blank">HTML5 Boilerplate</a>. While we use much of Normalize within our <strong>reset.less</strong>, we have removed some elements specifically for Bootstrap.</p>
|
<p>With Bootstrap 2, the old reset block has been dropped in favor of <a href="http://necolas.github.com/normalize.css/" target="_blank">Normalize.css</a>, a project by <a href="http://twitter.com/necolas" target="_blank">Nicolas Gallagher</a> that also powers the <a href="http://html5boilerplate.com" target="_blank">HTML5 Boilerplate</a>. While we use much of Normalize within our <strong>reset.less</strong>, we have removed some elements specifically for Bootstrap.</p>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Grid system
|
<!-- Grid system
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<section id="gridSystem">
|
<section id="gridSystem">
|
||||||
<div class="page-header">
|
<div class="page-header">
|
||||||
<h1>Default grid system <small>12 columns with a responsive twist</small></h1>
|
<h1>Default grid system <small>12 columns with a responsive twist</small></h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2>Live grid example</h2>
|
<h2>Live grid example</h2>
|
||||||
<p>The default Bootstrap grid system utilizes <strong>12 columns</strong>, making for a 940px wide container without <a href="#responsive">responsive features</a> enabled. With the responsive CSS file added, the grid adapts to be 724px and 1170px wide depending on your viewport. Below 767px viewports, the columns become fluid and stack vertically.</p>
|
<p>The default Bootstrap grid system utilizes <strong>12 columns</strong>, making for a 940px wide container without <a href="#responsive">responsive features</a> enabled. With the responsive CSS file added, the grid adapts to be 724px and 1170px wide depending on your viewport. Below 767px viewports, the columns become fluid and stack vertically.</p>
|
||||||
<div class="bs-docs-grid">
|
<div class="bs-docs-grid">
|
||||||
<div class="row show-grid">
|
<div class="row show-grid">
|
||||||
<div class="span1">1</div>
|
<div class="span1">1</div>
|
||||||
<div class="span1">1</div>
|
<div class="span1">1</div>
|
||||||
<div class="span1">1</div>
|
<div class="span1">1</div>
|
||||||
<div class="span1">1</div>
|
<div class="span1">1</div>
|
||||||
<div class="span1">1</div>
|
<div class="span1">1</div>
|
||||||
<div class="span1">1</div>
|
<div class="span1">1</div>
|
||||||
<div class="span1">1</div>
|
<div class="span1">1</div>
|
||||||
<div class="span1">1</div>
|
<div class="span1">1</div>
|
||||||
<div class="span1">1</div>
|
<div class="span1">1</div>
|
||||||
<div class="span1">1</div>
|
<div class="span1">1</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row show-grid">
|
<div class="row show-grid">
|
||||||
<div class="span2">2</div>
|
<div class="span2">2</div>
|
||||||
<div class="span4">4</div>
|
<div class="span4">4</div>
|
||||||
<div class="span4">4</div>
|
<div class="span4">4</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row show-grid">
|
<div class="row show-grid">
|
||||||
<div class="span4">4</div>
|
<div class="span4">4</div>
|
||||||
<div class="span6">6</div>
|
<div class="span6">6</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row show-grid">
|
<div class="row show-grid">
|
||||||
<div class="span5">5</div>
|
<div class="span5">5</div>
|
||||||
<div class="span5">5</div>
|
<div class="span5">5</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row show-grid">
|
<div class="row show-grid">
|
||||||
<div class="span10">10</div>
|
<div class="span10">10</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h3>Basic grid HTML</h3>
|
<h3>Basic grid HTML</h3>
|
||||||
<p>For a simple two column layout, create a <code>.row</code> and add the appropriate number of <code>.span*</code> columns. As this is a 12-column grid, each <code>.span*</code> spans a number of those 12 columns, and should always add up to 12 for each row.</p>
|
<p>For a simple two column layout, create a <code>.row</code> and add the appropriate number of <code>.span*</code> columns. As this is a 12-column grid, each <code>.span*</code> spans a number of those 12 columns, and should always add up to 12 for each row.</p>
|
||||||
<pre class="prettyprint linenums">
|
<pre class="prettyprint linenums">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="span4">...</div>
|
<div class="span4">...</div>
|
||||||
<div class="span8">...</div>
|
<div class="span8">...</div>
|
||||||
</div>
|
</div>
|
||||||
</pre>
|
</pre>
|
||||||
<p>Given this example, we have <code>.span4</code> and <code>.span8</code>, making for 12 total columns and a complete row.</p>
|
<p>Given this example, we have <code>.span4</code> and <code>.span8</code>, making for 12 total columns and a complete row.</p>
|
||||||
|
|
||||||
<h2>Offsetting columns</h2>
|
<h2>Offsetting columns</h2>
|
||||||
<p>Move columns to the left using <code>.offset*</code> classes. Each class increases the left margin of a column by a whole column. For example, <code>.offset4</code> moves <code>.span4</code> over four columns.</p>
|
<p>Move columns to the left using <code>.offset*</code> classes. Each class increases the left margin of a column by a whole column. For example, <code>.offset4</code> moves <code>.span4</code> over four columns.</p>
|
||||||
<div class="bs-docs-grid">
|
<div class="bs-docs-grid">
|
||||||
<div class="row show-grid">
|
<div class="row show-grid">
|
||||||
<div class="span4">4</div>
|
<div class="span4">4</div>
|
||||||
<div class="span4 offset2">4 offset 2</div>
|
<div class="span4 offset2">4 offset 2</div>
|
||||||
</div><!-- /row -->
|
</div><!-- /row -->
|
||||||
<div class="row show-grid">
|
<div class="row show-grid">
|
||||||
<div class="span3 offset2">3 offset 2</div>
|
<div class="span3 offset2">3 offset 2</div>
|
||||||
<div class="span3 offset2">3 offset 2</div>
|
<div class="span3 offset2">3 offset 2</div>
|
||||||
</div><!-- /row -->
|
</div><!-- /row -->
|
||||||
<div class="row show-grid">
|
<div class="row show-grid">
|
||||||
<div class="span6 offset4">6 offset 4</div>
|
<div class="span6 offset4">6 offset 4</div>
|
||||||
</div><!-- /row -->
|
</div><!-- /row -->
|
||||||
</div>
|
</div>
|
||||||
<pre class="prettyprint linenums">
|
<pre class="prettyprint linenums">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="span4">...</div>
|
<div class="span4">...</div>
|
||||||
@@ -209,23 +200,23 @@
|
|||||||
</div>
|
</div>
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<h2>Nesting columns</h2>
|
<h2>Nesting columns</h2>
|
||||||
<p>To nest your content with the default grid, add a new <code>.row</code> and set of <code>.span*</code> columns within an existing <code>.span*</code> column. Nested rows should include a set of columns that add up to the number of columns of its parent.</p>
|
<p>To nest your content with the default grid, add a new <code>.row</code> and set of <code>.span*</code> columns within an existing <code>.span*</code> column. Nested rows should include a set of columns that add up to the number of columns of its parent.</p>
|
||||||
<h3>Example</h3>
|
<h3>Example</h3>
|
||||||
<p>Here two nested <code>.span4</code> columns are placed within a <code>.span8</code>.</p>
|
<p>Here two nested <code>.span4</code> columns are placed within a <code>.span8</code>.</p>
|
||||||
<div class="row show-grid">
|
|
||||||
<div class="span10">
|
|
||||||
Level 1 of column
|
|
||||||
<div class="row show-grid">
|
<div class="row show-grid">
|
||||||
<div class="span5">
|
<div class="span10">
|
||||||
Level 2
|
Level 1 of column
|
||||||
</div>
|
<div class="row show-grid">
|
||||||
<div class="span5">
|
<div class="span5">
|
||||||
Level 2
|
Level 2
|
||||||
|
</div>
|
||||||
|
<div class="span5">
|
||||||
|
Level 2
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<pre class="prettyprint linenums">
|
<pre class="prettyprint linenums">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="span10">
|
<div class="span10">
|
||||||
@@ -237,54 +228,54 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</pre>
|
</pre>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Fluid grid system
|
<!-- Fluid grid system
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<section id="fluidGridSystem">
|
<section id="fluidGridSystem">
|
||||||
<div class="page-header">
|
<div class="page-header">
|
||||||
<h1>Fluid grid system <small>12 responsive, percent-based columns</small></h1>
|
<h1>Fluid grid system <small>12 responsive, percent-based columns</small></h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2>Live fluid grid example</h2>
|
<h2>Live fluid grid example</h2>
|
||||||
<p>The fluid grid system uses percents instead of pixels for column widths. It has the same responsive capabilities as our fixed grid system, ensuring proper proportions for key screen resolutions and devices.</p>
|
<p>The fluid grid system uses percents instead of pixels for column widths. It has the same responsive capabilities as our fixed grid system, ensuring proper proportions for key screen resolutions and devices.</p>
|
||||||
<div class="bs-docs-grid">
|
<div class="bs-docs-grid">
|
||||||
<div class="row-fluid show-grid">
|
<div class="row-fluid show-grid">
|
||||||
<div class="span1">1</div>
|
<div class="span1">1</div>
|
||||||
<div class="span1">1</div>
|
<div class="span1">1</div>
|
||||||
<div class="span1">1</div>
|
<div class="span1">1</div>
|
||||||
<div class="span1">1</div>
|
<div class="span1">1</div>
|
||||||
<div class="span1">1</div>
|
<div class="span1">1</div>
|
||||||
<div class="span1">1</div>
|
<div class="span1">1</div>
|
||||||
<div class="span1">1</div>
|
<div class="span1">1</div>
|
||||||
<div class="span1">1</div>
|
<div class="span1">1</div>
|
||||||
<div class="span1">1</div>
|
<div class="span1">1</div>
|
||||||
<div class="span1">1</div>
|
<div class="span1">1</div>
|
||||||
<div class="span1">1</div>
|
<div class="span1">1</div>
|
||||||
<div class="span1">1</div>
|
<div class="span1">1</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row-fluid show-grid">
|
<div class="row-fluid show-grid">
|
||||||
<div class="span4">4</div>
|
<div class="span4">4</div>
|
||||||
<div class="span4">4</div>
|
<div class="span4">4</div>
|
||||||
<div class="span4">4</div>
|
<div class="span4">4</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row-fluid show-grid">
|
<div class="row-fluid show-grid">
|
||||||
<div class="span4">4</div>
|
<div class="span4">4</div>
|
||||||
<div class="span8">8</div>
|
<div class="span8">8</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row-fluid show-grid">
|
<div class="row-fluid show-grid">
|
||||||
<div class="span6">6</div>
|
<div class="span6">6</div>
|
||||||
<div class="span6">6</div>
|
<div class="span6">6</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row-fluid show-grid">
|
<div class="row-fluid show-grid">
|
||||||
<div class="span12">12</div>
|
<div class="span12">12</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h3>Basic fluid grid HTML</h3>
|
<h3>Basic fluid grid HTML</h3>
|
||||||
<p>Make any row "fluid" by changing <code>.row</code> to <code>.row-fluid</code>. The column classes stay the exact same, making it easy to flip between fixed and fluid grids.</p>
|
<p>Make any row "fluid" by changing <code>.row</code> to <code>.row-fluid</code>. The column classes stay the exact same, making it easy to flip between fixed and fluid grids.</p>
|
||||||
<pre class="prettyprint linenums">
|
<pre class="prettyprint linenums">
|
||||||
<div class="row-fluid">
|
<div class="row-fluid">
|
||||||
<div class="span4">...</div>
|
<div class="span4">...</div>
|
||||||
@@ -292,21 +283,21 @@
|
|||||||
</div>
|
</div>
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<h2>Fluid offsetting</h2>
|
<h2>Fluid offsetting</h2>
|
||||||
<p>Operates the same way as the fixed grid system offsetting: add <code>.offset*</code> to any column to offset by that many columns.</p>
|
<p>Operates the same way as the fixed grid system offsetting: add <code>.offset*</code> to any column to offset by that many columns.</p>
|
||||||
<div class="bs-docs-grid">
|
<div class="bs-docs-grid">
|
||||||
<div class="row-fluid show-grid">
|
<div class="row-fluid show-grid">
|
||||||
<div class="span4">4</div>
|
<div class="span4">4</div>
|
||||||
<div class="span4 offset4">4 offset 4</div>
|
<div class="span4 offset4">4 offset 4</div>
|
||||||
</div><!-- /row -->
|
</div><!-- /row -->
|
||||||
<div class="row-fluid show-grid">
|
<div class="row-fluid show-grid">
|
||||||
<div class="span3 offset3">3 offset 3</div>
|
<div class="span3 offset3">3 offset 3</div>
|
||||||
<div class="span3 offset3">3 offset 3</div>
|
<div class="span3 offset3">3 offset 3</div>
|
||||||
</div><!-- /row -->
|
</div><!-- /row -->
|
||||||
<div class="row-fluid show-grid">
|
<div class="row-fluid show-grid">
|
||||||
<div class="span6 offset6">6 offset 6</div>
|
<div class="span6 offset6">6 offset 6</div>
|
||||||
</div><!-- /row -->
|
</div><!-- /row -->
|
||||||
</div>
|
</div>
|
||||||
<pre class="prettyprint linenums">
|
<pre class="prettyprint linenums">
|
||||||
<div class="row-fluid">
|
<div class="row-fluid">
|
||||||
<div class="span4">...</div>
|
<div class="span4">...</div>
|
||||||
@@ -314,21 +305,21 @@
|
|||||||
</div>
|
</div>
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<h2>Fluid nesting</h2>
|
<h2>Fluid nesting</h2>
|
||||||
<p>Nesting with fluid grids is a bit different: the number of nested columns should not match the parent's number of columns. Instead, each level of nested columns are reset because each row takes up 100% of the parent column.</p>
|
<p>Nesting with fluid grids is a bit different: the number of nested columns should not match the parent's number of columns. Instead, each level of nested columns are reset because each row takes up 100% of the parent column.</p>
|
||||||
<div class="row-fluid show-grid">
|
|
||||||
<div class="span12">
|
|
||||||
Fluid 12
|
|
||||||
<div class="row-fluid show-grid">
|
<div class="row-fluid show-grid">
|
||||||
<div class="span6">
|
<div class="span12">
|
||||||
Fluid 6
|
Fluid 12
|
||||||
</div>
|
<div class="row-fluid show-grid">
|
||||||
<div class="span6">
|
<div class="span6">
|
||||||
Fluid 6
|
Fluid 6
|
||||||
|
</div>
|
||||||
|
<div class="span6">
|
||||||
|
Fluid 6
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<pre class="prettyprint linenums">
|
<pre class="prettyprint linenums">
|
||||||
<div class="row-fluid">
|
<div class="row-fluid">
|
||||||
<div class="span12">
|
<div class="span12">
|
||||||
@@ -341,78 +332,78 @@
|
|||||||
</div>
|
</div>
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Customizaton
|
<!-- Customizaton
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<section id="gridCustomization">
|
<section id="gridCustomization">
|
||||||
<div class="page-header">
|
<div class="page-header">
|
||||||
<h1>Grid customization</h1>
|
<h1>Grid customization</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2>Variables in LESS</h2>
|
<h2>Variables in LESS</h2>
|
||||||
<p>The default grid is built on a few variables for easy customization via LESS. All variables can be found in <strong>variables.less</strong>.</p>
|
<p>The default grid is built on a few variables for easy customization via LESS. All variables can be found in <strong>variables.less</strong>.</p>
|
||||||
<table class="table table-bordered table-striped">
|
<table class="table table-bordered table-striped">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Variable</th>
|
<th>Variable</th>
|
||||||
<th>Default value</th>
|
<th>Default value</th>
|
||||||
<th>Description</th>
|
<th>Description</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td><code>@gridColumns</code></td>
|
<td><code>@gridColumns</code></td>
|
||||||
<td>12</td>
|
<td>12</td>
|
||||||
<td>Number of columns</td>
|
<td>Number of columns</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><code>@gridColumnWidth</code></td>
|
<td><code>@gridColumnWidth</code></td>
|
||||||
<td>60px</td>
|
<td>60px</td>
|
||||||
<td>Width of each column</td>
|
<td>Width of each column</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><code>@gridGutterWidth</code></td>
|
<td><code>@gridGutterWidth</code></td>
|
||||||
<td>20px</td>
|
<td>20px</td>
|
||||||
<td>Negative space between columns</td>
|
<td>Negative space between columns</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><code>@fluidGridColumnWidth</code></td>
|
<td><code>@fluidGridColumnWidth</code></td>
|
||||||
<td>6.382978723%</td>
|
<td>6.382978723%</td>
|
||||||
<td>Width of each fluid column</td>
|
<td>Width of each fluid column</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><code>@fluidGridGutterWidth</code></td>
|
<td><code>@fluidGridGutterWidth</code></td>
|
||||||
<td>2.127659574%</td>
|
<td>2.127659574%</td>
|
||||||
<td>Negative space between fluid columns</td>
|
<td>Negative space between fluid columns</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<h3>How to customize</h3>
|
<h3>How to customize</h3>
|
||||||
<p>Modifying the grid means changing the three <code>@grid*</code> variables and recompiling Bootstrap. Change the grid variables in <strong>variables.less</strong> and use one of the <a href="less.html#compiling">four ways documented to recompile</a>. If you're adding more columns, be sure to add the CSS for those in <strong>grid.less</strong>.</p>
|
<p>Modifying the grid means changing the three <code>@grid*</code> variables and recompiling Bootstrap. Change the grid variables in <strong>variables.less</strong> and use one of the <a href="less.html#compiling">four ways documented to recompile</a>. If you're adding more columns, be sure to add the CSS for those in <strong>grid.less</strong>.</p>
|
||||||
|
|
||||||
<h2>Staying responsive</h2>
|
<h2>Staying responsive</h2>
|
||||||
<p>Customization of the grid only works at the default level, the 940px grid. To maintain the responsive aspects of Bootstrap, you'll also have to manually customize the grids in <strong>responsive.less</strong> until a future update improves this.</p>
|
<p>Customization of the grid only works at the default level, the 940px grid. To maintain the responsive aspects of Bootstrap, you'll also have to manually customize the grids in <strong>responsive.less</strong> until a future update improves this.</p>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Layouts (Default and fluid)
|
<!-- Layouts (Default and fluid)
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<section id="layouts">
|
<section id="layouts">
|
||||||
<div class="page-header">
|
<div class="page-header">
|
||||||
<h1>Layouts <small>Basic templates to create webpages</small></h1>
|
<h1>Layouts <small>Basic templates to create webpages</small></h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2>Fixed layout</h2>
|
<h2>Fixed layout</h2>
|
||||||
<p>Provides a common fixed-width (and optionally responsive) layout with only <code><div class="container"></code> required.</p>
|
<p>Provides a common fixed-width (and optionally responsive) layout with only <code><div class="container"></code> required.</p>
|
||||||
<div class="mini-layout">
|
<div class="mini-layout">
|
||||||
<div class="mini-layout-body"></div>
|
<div class="mini-layout-body"></div>
|
||||||
</div>
|
</div>
|
||||||
<pre class="prettyprint linenums">
|
<pre class="prettyprint linenums">
|
||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
@@ -421,12 +412,12 @@
|
|||||||
</body>
|
</body>
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<h2>Fluid layout</h2>
|
<h2>Fluid layout</h2>
|
||||||
<p>Create a fluid, two-column page with <code><div class="container-fluid"></code>—great for applications and docs.</p>
|
<p>Create a fluid, two-column page with <code><div class="container-fluid"></code>—great for applications and docs.</p>
|
||||||
<div class="mini-layout fluid">
|
<div class="mini-layout fluid">
|
||||||
<div class="mini-layout-sidebar"></div>
|
<div class="mini-layout-sidebar"></div>
|
||||||
<div class="mini-layout-body"></div>
|
<div class="mini-layout-body"></div>
|
||||||
</div>
|
</div>
|
||||||
<pre class="prettyprint linenums">
|
<pre class="prettyprint linenums">
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
<div class="row-fluid">
|
<div class="row-fluid">
|
||||||
@@ -439,78 +430,78 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</pre>
|
</pre>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Responsive design
|
<!-- Responsive design
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<section id="responsive">
|
<section id="responsive">
|
||||||
<div class="page-header">
|
<div class="page-header">
|
||||||
<h1>Responsive design <small>Media queries for various devices and resolutions</small></h1>
|
<h1>Responsive design <small>Media queries for various devices and resolutions</small></h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2>Enabling responsive features</h2>
|
<h2>Enabling responsive features</h2>
|
||||||
<p>Turn on responsive CSS in your project by including the proper meta tag and additional stylesheet within the <code><head></code> of your document. If you've compiled Bootstrap from the Customize page, you need only include the meta tag.</p>
|
<p>Turn on responsive CSS in your project by including the proper meta tag and additional stylesheet within the <code><head></code> of your document. If you've compiled Bootstrap from the Customize page, you need only include the meta tag.</p>
|
||||||
<pre class="prettyprint linenums">
|
<pre class="prettyprint linenums">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<link href="assets/css/bootstrap-responsive.css" rel="stylesheet">
|
<link href="assets/css/bootstrap-responsive.css" rel="stylesheet">
|
||||||
</pre>
|
</pre>
|
||||||
<p><span class="label label-info">Heads up!</span> Bootstrap doesn't include responsive features by default at this time as not everything needs to be responsive. Instead of encouraging developers to remove this feature, we figure it best to enable it as needed.</p>
|
<p><span class="label label-info">Heads up!</span> Bootstrap doesn't include responsive features by default at this time as not everything needs to be responsive. Instead of encouraging developers to remove this feature, we figure it best to enable it as needed.</p>
|
||||||
|
|
||||||
<h2>About responsive Bootstrap</h2>
|
<h2>About responsive Bootstrap</h2>
|
||||||
<img src="assets/img/responsive-illustrations.png" alt="Responsive devices" style="float: right; margin: 0 0 20px 20px;">
|
<img src="assets/img/responsive-illustrations.png" alt="Responsive devices" style="float: right; margin: 0 0 20px 20px;">
|
||||||
<p>Media queries allow for custom CSS based on a number of conditions—ratios, widths, display type, etc—but usually focuses around <code>min-width</code> and <code>max-width</code>.</p>
|
<p>Media queries allow for custom CSS based on a number of conditions—ratios, widths, display type, etc—but usually focuses around <code>min-width</code> and <code>max-width</code>.</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Modify the width of column in our grid</li>
|
<li>Modify the width of column in our grid</li>
|
||||||
<li>Stack elements instead of float wherever necessary</li>
|
<li>Stack elements instead of float wherever necessary</li>
|
||||||
<li>Resize headings and text to be more appropriate for devices</li>
|
<li>Resize headings and text to be more appropriate for devices</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>Use media queries responsibly and only as a start to your mobile audiences. For larger projects, do consider dedicated code bases and not layers of media queries.</p>
|
<p>Use media queries responsibly and only as a start to your mobile audiences. For larger projects, do consider dedicated code bases and not layers of media queries.</p>
|
||||||
|
|
||||||
<h2>Supported devices</h2>
|
<h2>Supported devices</h2>
|
||||||
<p>Bootstrap supports a handful of media queries in a single file to help make your projects more appropriate on different devices and screen resolutions. Here's what's included:</p>
|
<p>Bootstrap supports a handful of media queries in a single file to help make your projects more appropriate on different devices and screen resolutions. Here's what's included:</p>
|
||||||
<table class="table table-bordered table-striped">
|
<table class="table table-bordered table-striped">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Label</th>
|
<th>Label</th>
|
||||||
<th>Layout width</th>
|
<th>Layout width</th>
|
||||||
<th>Column width</th>
|
<th>Column width</th>
|
||||||
<th>Gutter width</th>
|
<th>Gutter width</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Phones</td>
|
<td>Phones</td>
|
||||||
<td>480px and below</td>
|
<td>480px and below</td>
|
||||||
<td class="muted" colspan="2">Fluid columns, no fixed widths</td>
|
<td class="muted" colspan="2">Fluid columns, no fixed widths</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Phones to tablets</td>
|
<td>Phones to tablets</td>
|
||||||
<td>767px and below</td>
|
<td>767px and below</td>
|
||||||
<td class="muted" colspan="2">Fluid columns, no fixed widths</td>
|
<td class="muted" colspan="2">Fluid columns, no fixed widths</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Portrait tablets</td>
|
<td>Portrait tablets</td>
|
||||||
<td>768px and above</td>
|
<td>768px and above</td>
|
||||||
<td>42px</td>
|
<td>42px</td>
|
||||||
<td>20px</td>
|
<td>20px</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Default</td>
|
<td>Default</td>
|
||||||
<td>980px and up</td>
|
<td>980px and up</td>
|
||||||
<td>60px</td>
|
<td>60px</td>
|
||||||
<td>20px</td>
|
<td>20px</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Large display</td>
|
<td>Large display</td>
|
||||||
<td>1200px and up</td>
|
<td>1200px and up</td>
|
||||||
<td>70px</td>
|
<td>70px</td>
|
||||||
<td>30px</td>
|
<td>30px</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<pre class="prettyprint linenums">
|
<pre class="prettyprint linenums">
|
||||||
/* Landscape phones and down */
|
/* Landscape phones and down */
|
||||||
@media (max-width: 480px) { ... }
|
@media (max-width: 480px) { ... }
|
||||||
@@ -526,81 +517,84 @@
|
|||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|
||||||
<h2>Responsive utility classes</h2>
|
<h2>Responsive utility classes</h2>
|
||||||
<p>For faster mobile-friendly development, use these utility classes for showing and hiding content by device. Below is a table of the available classes and their effect on a given media query layout (labeled by device). They can be found in <code>responsive.less</code>.</p>
|
<p>For faster mobile-friendly development, use these utility classes for showing and hiding content by device. Below is a table of the available classes and their effect on a given media query layout (labeled by device). They can be found in <code>responsive.less</code>.</p>
|
||||||
<table class="table table-bordered table-striped responsive-utilities">
|
<table class="table table-bordered table-striped responsive-utilities">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Class</th>
|
<th>Class</th>
|
||||||
<th>Phones <small>480px and below</small></th>
|
<th>Phones <small>767px and below</small></th>
|
||||||
<th>Tablets <small>767px and below</small></th>
|
<th>Tablets <small>979px to 768px</small></th>
|
||||||
<th>Desktops <small>768px and above</small></th>
|
<th>Desktops <small>Default</small></th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<th><code>.visible-phone</code></th>
|
<th><code>.visible-phone</code></th>
|
||||||
<td class="is-visible">Visible</td>
|
<td class="is-visible">Visible</td>
|
||||||
<td class="is-hidden">Hidden</td>
|
<td class="is-hidden">Hidden</td>
|
||||||
<td class="is-hidden">Hidden</td>
|
<td class="is-hidden">Hidden</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th><code>.visible-tablet</code></th>
|
<th><code>.visible-tablet</code></th>
|
||||||
<td class="is-hidden">Hidden</td>
|
<td class="is-hidden">Hidden</td>
|
||||||
<td class="is-visible">Visible</td>
|
<td class="is-visible">Visible</td>
|
||||||
<td class="is-hidden">Hidden</td>
|
<td class="is-hidden">Hidden</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th><code>.visible-desktop</code></th>
|
<th><code>.visible-desktop</code></th>
|
||||||
<td class="is-hidden">Hidden</td>
|
<td class="is-hidden">Hidden</td>
|
||||||
<td class="is-hidden">Hidden</td>
|
<td class="is-hidden">Hidden</td>
|
||||||
<td class="is-visible">Visible</td>
|
<td class="is-visible">Visible</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th><code>.hidden-phone</code></th>
|
<th><code>.hidden-phone</code></th>
|
||||||
<td class="is-hidden">Hidden</td>
|
<td class="is-hidden">Hidden</td>
|
||||||
<td class="is-visible">Visible</td>
|
<td class="is-visible">Visible</td>
|
||||||
<td class="is-visible">Visible</td>
|
<td class="is-visible">Visible</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th><code>.hidden-tablet</code></th>
|
<th><code>.hidden-tablet</code></th>
|
||||||
<td class="is-visible">Visible</td>
|
<td class="is-visible">Visible</td>
|
||||||
<td class="is-hidden">Hidden</td>
|
<td class="is-hidden">Hidden</td>
|
||||||
<td class="is-visible">Visible</td>
|
<td class="is-visible">Visible</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th><code>.hidden-desktop</code></th>
|
<th><code>.hidden-desktop</code></th>
|
||||||
<td class="is-visible">Visible</td>
|
<td class="is-visible">Visible</td>
|
||||||
<td class="is-visible">Visible</td>
|
<td class="is-visible">Visible</td>
|
||||||
<td class="is-hidden">Hidden</td>
|
<td class="is-hidden">Hidden</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<h3>When to use</h3>
|
<h3>When to use</h3>
|
||||||
<p>Use on a limited basis and avoid creating entirely different versions of the same site. Instead, use them to complement each device's presentation.</p>
|
<p>Use on a limited basis and avoid creating entirely different versions of the same site. Instead, use them to complement each device's presentation.</p>
|
||||||
|
|
||||||
<h3>Responsive utilities test case</h3>
|
<h3>Responsive utilities test case</h3>
|
||||||
<p>Resize your browser or load on different devices to test the above classes.</p>
|
<p>Resize your browser or load on different devices to test the above classes.</p>
|
||||||
<h4>Visible on...</h4>
|
<h4>Visible on...</h4>
|
||||||
<p>Green checkmarks indicate that class is visible in your current viewport.</p>
|
<p>Green checkmarks indicate that class is visible in your current viewport.</p>
|
||||||
<ul class="responsive-utilities-test">
|
<ul class="responsive-utilities-test">
|
||||||
<li>Phone<span class="visible-phone">✔ Phone</span></li>
|
<li>Phone<span class="visible-phone">✔ Phone</span></li>
|
||||||
<li>Tablet<span class="visible-tablet">✔ Tablet</span></li>
|
<li>Tablet<span class="visible-tablet">✔ Tablet</span></li>
|
||||||
<li>Desktop<span class="visible-desktop">✔ Desktop</span></li>
|
<li>Desktop<span class="visible-desktop">✔ Desktop</span></li>
|
||||||
</ul>
|
</ul>
|
||||||
<h4>Hidden on...</h4>
|
<h4>Hidden on...</h4>
|
||||||
<p>Here, green checkmarks indicate that class is hidden in your current viewport.</p>
|
<p>Here, green checkmarks indicate that class is hidden in your current viewport.</p>
|
||||||
<ul class="responsive-utilities-test hidden-on">
|
<ul class="responsive-utilities-test hidden-on">
|
||||||
<li>Phone<span class="hidden-phone">✔ Phone</span></li>
|
<li>Phone<span class="hidden-phone">✔ Phone</span></li>
|
||||||
<li>Tablet<span class="hidden-tablet">✔ Tablet</span></li>
|
<li>Tablet<span class="hidden-tablet">✔ Tablet</span></li>
|
||||||
<li>Desktop<span class="hidden-desktop">✔ Desktop</span></li>
|
<li>Desktop<span class="hidden-desktop">✔ Desktop</span></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- Footer
|
<!-- Footer
|
||||||
================================================== -->
|
================================================== -->
|
||||||
|
2191
docs/templates/pages/base-css.mustache
vendored
2191
docs/templates/pages/base-css.mustache
vendored
File diff suppressed because it is too large
Load Diff
2694
docs/templates/pages/components.mustache
vendored
2694
docs/templates/pages/components.mustache
vendored
File diff suppressed because it is too large
Load Diff
147
docs/templates/pages/extend.mustache
vendored
147
docs/templates/pages/extend.mustache
vendored
@@ -1,90 +1,103 @@
|
|||||||
<!-- Masthead
|
<!-- Subhead
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<header class="jumbotron subhead" id="overview">
|
<header class="jumbotron subhead" id="overview">
|
||||||
<h1>{{_i}}Extending Bootstrap{{/i}}</h1>
|
<h1>{{_i}}Extending Bootstrap{{/i}}</h1>
|
||||||
<p class="lead">{{_i}}Extend Bootstrap with <a href="http://lesscss.org" target="_blank">LESS</a>, a CSS preprocessor, to take advantage of the variables, mixins, and more used to build Bootstrap's CSS.{{/i}}</p>
|
<p class="lead">{{_i}}Extend Bootstrap to take advantage of included styles and components, as well as LESS variables and mixins.{{/i}}</p>
|
||||||
<div class="navbar navbar-subnav">
|
|
||||||
<div class="navbar-inner">
|
|
||||||
<ul class="nav">
|
|
||||||
<li><a href="#builtWith">{{_i}}Built with Less{{/i}}</a></li>
|
|
||||||
<li><a href="#compiling">{{_i}}Compiling Bootstrap{{/i}}</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- BUILT WITH LESS
|
<!-- Docs nav
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<section id="builtWith">
|
<div class="row">
|
||||||
<div class="page-header">
|
<div class="span3 bs-docs-sidebar">
|
||||||
<h1>{{_i}}Built with LESS{{/i}}</h1>
|
<ul class="nav nav-list bs-docs-sidenav">
|
||||||
|
<li><a href="#built-with-less">{{_i}}Built with LESS{{/i}}</a></li>
|
||||||
|
<li><a href="#compiling">{{_i}}Compiling Bootstrap{{/i}}</a></li>
|
||||||
|
<li><a href="#static-assets">{{_i}}Use as static assets{{/i}}</a></li>
|
||||||
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="span9">
|
||||||
<h3>{{_i}}Why LESS?{{/i}}</h3>
|
|
||||||
<p>{{_i}}Bootstrap is made with LESS at its core, a dynamic stylesheet language created by our good friend, <a href="http://cloudhead.io">Alexis Sellier</a>. It makes developing systems-based CSS faster, easier, and more fun.{{/i}}</p>
|
|
||||||
|
|
||||||
<h3>{{_i}}What's included?{{/i}}</h3>
|
|
||||||
<p>{{_i}}As an extension of CSS, LESS includes variables, mixins for reusable snippets of code, operations for simple math, nesting, and even color functions.{{/i}}</p>
|
|
||||||
|
|
||||||
<h3>{{_i}}Learn more{{/i}}</h3>
|
|
||||||
<img style="float: right; height: 36px;" src="assets/img/less-logo-large.png" alt="LESS CSS">
|
|
||||||
<p>{{_i}}Visit the official website at <a href="http://lesscss.org">http://lesscss.org</a> to learn more.{{/i}}</p>
|
|
||||||
|
|
||||||
<h3><a href="#variables">{{_i}}Variables{{/i}}</a></h3>
|
|
||||||
<p>{{_i}}Managing colors and pixel values in CSS can be a bit of a pain, usually full of copy and paste. Not with LESS though—assign colors or pixel values as variables and change them once.{{/i}}</p>
|
|
||||||
|
|
||||||
<h3><a href="#mixins">{{_i}}Mixins{{/i}}</a></h3>
|
|
||||||
<p>{{_i}}Those three border-radius declarations you need to make in regular ol' CSS? Now they're down to one line with the help of mixins, snippets of code you can reuse anywhere.{{/i}}</p>
|
|
||||||
|
|
||||||
<h3>{{_i}}Operations{{/i}}</h3>
|
|
||||||
<p>{{_i}}Make your grid, leading, and more super flexible by doing the math on the fly with operations. Multiply, divide, add, and subtract your way to CSS sanity.{{/i}}</p>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- COMPILING LESS AND BOOTSTRAP
|
<!-- BUILT WITH LESS
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<section id="compiling">
|
<section id="built-with-less">
|
||||||
<div class="page-header">
|
<div class="page-header">
|
||||||
<h1>{{_i}}Compiling Bootstrap with LESS{{/i}}</h1>
|
<h1>{{_i}}Built with LESS{{/i}}</h1>
|
||||||
</div>
|
</div>
|
||||||
<div class="alert alert-info">
|
|
||||||
{{_i}}<strong>Note:</strong> If you're submitting a pull request to GitHub with modified CSS, you <strong>must</strong> recompile the CSS via any of these methods.{{/i}}
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<h2>{{_i}}Tools for compiling{{/i}}</h2>
|
<h3>{{_i}}Why LESS?{{/i}}</h3>
|
||||||
|
<p>{{_i}}Bootstrap is made with LESS at its core, a dynamic stylesheet language created by our good friend, <a href="http://cloudhead.io">Alexis Sellier</a>. It makes developing systems-based CSS faster, easier, and more fun.{{/i}}</p>
|
||||||
|
|
||||||
<h3>{{_i}}Node with makefile{{/i}}</h3>
|
<h3>{{_i}}What's included?{{/i}}</h3>
|
||||||
<p>{{_i}}Install the LESS command line compiler, JSHint, Recess, and uglify-js globally with npm by running the following command:{{/i}}</p>
|
<p>{{_i}}As an extension of CSS, LESS includes variables, mixins for reusable snippets of code, operations for simple math, nesting, and even color functions.{{/i}}</p>
|
||||||
<pre>$ npm install -g less jshint recess uglify-js</pre>
|
|
||||||
<p>{{_i}}Once installed just run <code>make</code> from the root of your bootstrap directory and you're all set.{{/i}}</p>
|
|
||||||
<p>{{_i}}Additionally, if you have <a href="https://github.com/mynyml/watchr">watchr</a> installed, you may run <code>make watch</code> to have bootstrap automatically rebuilt every time you edit a file in the bootstrap lib (this isn't required, just a convenience method).{{/i}}</p>
|
|
||||||
|
|
||||||
<h3>{{_i}}Command line{{/i}}</h3>
|
<h3>{{_i}}Learn more{{/i}}</h3>
|
||||||
<p>{{_i}}Install the LESS command line tool via Node and run the following command:{{/i}}</p>
|
<img style="float: right; height: 36px;" src="assets/img/less-logo-large.png" alt="LESS CSS">
|
||||||
<pre>$ lessc ./less/bootstrap.less > bootstrap.css</pre>
|
<p>{{_i}}Visit the official website at <a href="http://lesscss.org">http://lesscss.org</a> to learn more.{{/i}}</p>
|
||||||
<p>{{_i}}Be sure to include <code>--compress</code> in that command if you're trying to save some bytes!{{/i}}</p>
|
</section>
|
||||||
|
|
||||||
<h3>{{_i}}Javascript{{/i}}</h3>
|
|
||||||
<p>{{_i}}<a href="http://lesscss.org/">Download the latest Less.js</a> and include the path to it (and Bootstrap) in the <code><head></code>.{{/i}}</p>
|
|
||||||
|
<!-- COMPILING LESS AND BOOTSTRAP
|
||||||
|
================================================== -->
|
||||||
|
<section id="compiling">
|
||||||
|
<div class="page-header">
|
||||||
|
<h1>{{_i}}Compiling Bootstrap with LESS{{/i}}</h1>
|
||||||
|
</div>
|
||||||
|
<div class="alert alert-info">
|
||||||
|
{{_i}}<strong>Note:</strong> If you're submitting a pull request to GitHub with modified CSS, you <strong>must</strong> recompile the CSS via any of these methods.{{/i}}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<h2>{{_i}}Tools for compiling{{/i}}</h2>
|
||||||
|
|
||||||
|
<h3>{{_i}}Node with makefile{{/i}}</h3>
|
||||||
|
<p>{{_i}}Install the LESS command line compiler, JSHint, Recess, and uglify-js globally with npm by running the following command:{{/i}}</p>
|
||||||
|
<pre>$ npm install -g less jshint recess uglify-js</pre>
|
||||||
|
<p>{{_i}}Once installed just run <code>make</code> from the root of your bootstrap directory and you're all set.{{/i}}</p>
|
||||||
|
<p>{{_i}}Additionally, if you have <a href="https://github.com/mynyml/watchr">watchr</a> installed, you may run <code>make watch</code> to have bootstrap automatically rebuilt every time you edit a file in the bootstrap lib (this isn't required, just a convenience method).{{/i}}</p>
|
||||||
|
|
||||||
|
<h3>{{_i}}Command line{{/i}}</h3>
|
||||||
|
<p>{{_i}}Install the LESS command line tool via Node and run the following command:{{/i}}</p>
|
||||||
|
<pre>$ lessc ./less/bootstrap.less > bootstrap.css</pre>
|
||||||
|
<p>{{_i}}Be sure to include <code>--compress</code> in that command if you're trying to save some bytes!{{/i}}</p>
|
||||||
|
|
||||||
|
<h3>{{_i}}Javascript{{/i}}</h3>
|
||||||
|
<p>{{_i}}<a href="http://lesscss.org/">Download the latest Less.js</a> and include the path to it (and Bootstrap) in the <code><head></code>.{{/i}}</p>
|
||||||
<pre class="prettyprint">
|
<pre class="prettyprint">
|
||||||
<link rel="stylesheet/less" href="/path/to/bootstrap.less">
|
<link rel="stylesheet/less" href="/path/to/bootstrap.less">
|
||||||
<script src="/path/to/less.js"></script>
|
<script src="/path/to/less.js"></script>
|
||||||
</pre>
|
</pre>
|
||||||
<p>{{_i}}To recompile the .less files, just save them and reload your page. Less.js compiles them and stores them in local storage.{{/i}}</p>
|
<p>{{_i}}To recompile the .less files, just save them and reload your page. Less.js compiles them and stores them in local storage.{{/i}}</p>
|
||||||
|
|
||||||
<h3>{{_i}}Unofficial Mac app{{/i}}</h3>
|
<h3>{{_i}}Unofficial Mac app{{/i}}</h3>
|
||||||
<p>{{_i}}<a href="http://incident57.com/less/">The unofficial Mac app</a> watches directories of .less files and compiles the code to local files after every save of a watched .less file.{{/i}}</p>
|
<p>{{_i}}<a href="http://incident57.com/less/">The unofficial Mac app</a> watches directories of .less files and compiles the code to local files after every save of a watched .less file.{{/i}}</p>
|
||||||
<p>{{_i}}If you like, you can toggle preferences in the app for automatic minifying and which directory the compiled files end up in.{{/i}}</p>
|
<p>{{_i}}If you like, you can toggle preferences in the app for automatic minifying and which directory the compiled files end up in.{{/i}}</p>
|
||||||
|
|
||||||
<h3>{{_i}}More Mac apps{{/i}}</h3>
|
<h3>{{_i}}More Mac apps{{/i}}</h3>
|
||||||
<h4><a href="http://crunchapp.net/" target="_blank">Crunch</a></h4>
|
<h4><a href="http://crunchapp.net/" target="_blank">Crunch</a></h4>
|
||||||
<p>{{_i}}Crunch is a great looking LESS editor and compiler built on Adobe Air.{{/i}}</p>
|
<p>{{_i}}Crunch is a great looking LESS editor and compiler built on Adobe Air.{{/i}}</p>
|
||||||
<h4><a href="http://incident57.com/codekit/" target="_blank">CodeKit</a></h4>
|
<h4><a href="http://incident57.com/codekit/" target="_blank">CodeKit</a></h4>
|
||||||
<p>{{_i}}Created by the same guy as the unofficial Mac app, CodeKit is a Mac app that compiles LESS, SASS, Stylus, and CoffeeScript.{{/i}}</p>
|
<p>{{_i}}Created by the same guy as the unofficial Mac app, CodeKit is a Mac app that compiles LESS, SASS, Stylus, and CoffeeScript.{{/i}}</p>
|
||||||
<h4><a href="http://wearekiss.com/simpless" target="_blank">Simpless</a></h4>
|
<h4><a href="http://wearekiss.com/simpless" target="_blank">Simpless</a></h4>
|
||||||
<p>{{_i}}Mac, Linux, and PC app for drag and drop compiling of LESS files. Plus, the <a href="https://github.com/Paratron/SimpLESS" target="_blank">source code is on GitHub</a>.{{/i}}</p>
|
<p>{{_i}}Mac, Linux, and PC app for drag and drop compiling of LESS files. Plus, the <a href="https://github.com/Paratron/SimpLESS" target="_blank">source code is on GitHub</a>.{{/i}}</p>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Static assets
|
||||||
|
================================================== -->
|
||||||
|
<section id="static-assets">
|
||||||
|
<div class="page-header">
|
||||||
|
<h1>{{_i}}Use as static assets{{/i}}</h1>
|
||||||
|
</div>
|
||||||
|
<p>...</p>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>{{! /span9 }}
|
||||||
|
</div>{{! row}}
|
||||||
|
2326
docs/templates/pages/javascript.mustache
vendored
2326
docs/templates/pages/javascript.mustache
vendored
File diff suppressed because it is too large
Load Diff
745
docs/templates/pages/scaffolding.mustache
vendored
745
docs/templates/pages/scaffolding.mustache
vendored
@@ -1,23 +1,14 @@
|
|||||||
<!-- Masthead
|
<!-- Subhead
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<header class="jumbotron subhead" id="overview">
|
<header class="jumbotron subhead" id="overview">
|
||||||
<h1>{{_i}}Scaffolding{{/i}}</h1>
|
<h1>{{_i}}Scaffolding{{/i}}</h1>
|
||||||
<p class="lead">{{_i}}Bootstrap is built on a responsive 12-column grid. We've also included fixed- and fluid-width layouts based on that system.{{/i}}</p>
|
<p class="lead">{{_i}}Bootstrap is built on a responsive 12-column grid. We've also included fixed- and fluid-width layouts based on that system.{{/i}}</p>
|
||||||
<div class="navbar navbar-subnav">
|
|
||||||
<div class="navbar-inner">
|
|
||||||
<ul class="nav">
|
|
||||||
<li><a href="#global">{{_i}}Global styles{{/i}}</a></li>
|
|
||||||
<li><a href="#gridSystem">{{_i}}Grid system{{/i}}</a></li>
|
|
||||||
<li><a href="#fluidGridSystem">{{_i}}Fluid grid system{{/i}}</a></li>
|
|
||||||
<li><a href="#gridCustomization">{{_i}}Customizing{{/i}}</a></li>
|
|
||||||
<li><a href="#layouts">{{_i}}Layouts{{/i}}</a></li>
|
|
||||||
<li><a href="#responsive">{{_i}}Responsive design{{/i}}</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Docs nav
|
||||||
|
================================================== -->
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="span3 bs-docs-sidebar">
|
<div class="span3 bs-docs-sidebar">
|
||||||
<ul class="nav nav-list bs-docs-sidenav">
|
<ul class="nav nav-list bs-docs-sidenav">
|
||||||
@@ -33,15 +24,15 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Global Bootstrap settings
|
<!-- Global Bootstrap settings
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<section id="global">
|
<section id="global">
|
||||||
<div class="page-header">
|
<div class="page-header">
|
||||||
<h1>{{_i}}Global styles <small>for CSS reset, typography, and links</small>{{/i}}</h1>
|
<h1>{{_i}}Global styles <small>for CSS reset, typography, and links</small>{{/i}}</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2>{{_i}}Requires HTML5 doctype{{/i}}</h2>
|
<h2>{{_i}}Requires HTML5 doctype{{/i}}</h2>
|
||||||
<p>{{_i}}Bootstrap makes use of certain HTML elements and CSS properties that require the use of the HTML5 doctype. Include it at the beginning of all your projects.{{/i}}</p>
|
<p>{{_i}}Bootstrap makes use of certain HTML elements and CSS properties that require the use of the HTML5 doctype. Include it at the beginning of all your projects.{{/i}}</p>
|
||||||
<pre class="prettyprint linenums">
|
<pre class="prettyprint linenums">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
@@ -49,89 +40,89 @@
|
|||||||
</html>
|
</html>
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<h2>{{_i}}Typography and links{{/i}}</h2>
|
<h2>{{_i}}Typography and links{{/i}}</h2>
|
||||||
<p>{{_i}}Bootstrap sets basic global display, typography, and link styles. Specifically, we:{{/i}}</p>
|
<p>{{_i}}Bootstrap sets basic global display, typography, and link styles. Specifically, we:{{/i}}</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>{{_i}}Remove <code>margin</code> on the body{{/i}}</li>
|
<li>{{_i}}Remove <code>margin</code> on the body{{/i}}</li>
|
||||||
<li>{{_i}}Set <code>background-color: white;</code> on the <code>body</code>{{/i}}</li>
|
<li>{{_i}}Set <code>background-color: white;</code> on the <code>body</code>{{/i}}</li>
|
||||||
<li>{{_i}}Use the <code>@baseFontFamily</code>, <code>@baseFontSize</code>, and <code>@baseLineHeight</code> attributes as our typographyic base{{/i}}</li>
|
<li>{{_i}}Use the <code>@baseFontFamily</code>, <code>@baseFontSize</code>, and <code>@baseLineHeight</code> attributes as our typographyic base{{/i}}</li>
|
||||||
<li>{{_i}}Set the global link color via <code>@linkColor</code> and apply link underlines only on <code>:hover</code>{{/i}}</li>
|
<li>{{_i}}Set the global link color via <code>@linkColor</code> and apply link underlines only on <code>:hover</code>{{/i}}</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>{{_i}}These styles can be found within <strong>scaffolding.less</strong>.{{/i}}</p>
|
<p>{{_i}}These styles can be found within <strong>scaffolding.less</strong>.{{/i}}</p>
|
||||||
|
|
||||||
<h2>{{_i}}Reset via Normalize{{/i}}</h2>
|
<h2>{{_i}}Reset via Normalize{{/i}}</h2>
|
||||||
<p>{{_i}}With Bootstrap 2, the old reset block has been dropped in favor of <a href="http://necolas.github.com/normalize.css/" target="_blank">Normalize.css</a>, a project by <a href="http://twitter.com/necolas" target="_blank">Nicolas Gallagher</a> that also powers the <a href="http://html5boilerplate.com" target="_blank">HTML5 Boilerplate</a>. While we use much of Normalize within our <strong>reset.less</strong>, we have removed some elements specifically for Bootstrap.{{/i}}</p>
|
<p>{{_i}}With Bootstrap 2, the old reset block has been dropped in favor of <a href="http://necolas.github.com/normalize.css/" target="_blank">Normalize.css</a>, a project by <a href="http://twitter.com/necolas" target="_blank">Nicolas Gallagher</a> that also powers the <a href="http://html5boilerplate.com" target="_blank">HTML5 Boilerplate</a>. While we use much of Normalize within our <strong>reset.less</strong>, we have removed some elements specifically for Bootstrap.{{/i}}</p>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Grid system
|
<!-- Grid system
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<section id="gridSystem">
|
<section id="gridSystem">
|
||||||
<div class="page-header">
|
<div class="page-header">
|
||||||
<h1>{{_i}}Default grid system <small>12 columns with a responsive twist</small>{{/i}}</h1>
|
<h1>{{_i}}Default grid system <small>12 columns with a responsive twist</small>{{/i}}</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2>{{_i}}Live grid example{{/i}}</h2>
|
<h2>{{_i}}Live grid example{{/i}}</h2>
|
||||||
<p>{{_i}}The default Bootstrap grid system utilizes <strong>12 columns</strong>, making for a 940px wide container without <a href="#responsive">responsive features</a> enabled. With the responsive CSS file added, the grid adapts to be 724px and 1170px wide depending on your viewport. Below 767px viewports, the columns become fluid and stack vertically.{{/i}}</p>
|
<p>{{_i}}The default Bootstrap grid system utilizes <strong>12 columns</strong>, making for a 940px wide container without <a href="#responsive">responsive features</a> enabled. With the responsive CSS file added, the grid adapts to be 724px and 1170px wide depending on your viewport. Below 767px viewports, the columns become fluid and stack vertically.{{/i}}</p>
|
||||||
<div class="bs-docs-grid">
|
<div class="bs-docs-grid">
|
||||||
<div class="row show-grid">
|
<div class="row show-grid">
|
||||||
<div class="span1">1</div>
|
<div class="span1">1</div>
|
||||||
<div class="span1">1</div>
|
<div class="span1">1</div>
|
||||||
<div class="span1">1</div>
|
<div class="span1">1</div>
|
||||||
<div class="span1">1</div>
|
<div class="span1">1</div>
|
||||||
<div class="span1">1</div>
|
<div class="span1">1</div>
|
||||||
<div class="span1">1</div>
|
<div class="span1">1</div>
|
||||||
<div class="span1">1</div>
|
<div class="span1">1</div>
|
||||||
<div class="span1">1</div>
|
<div class="span1">1</div>
|
||||||
<div class="span1">1</div>
|
<div class="span1">1</div>
|
||||||
<div class="span1">1</div>
|
<div class="span1">1</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row show-grid">
|
<div class="row show-grid">
|
||||||
<div class="span2">2</div>
|
<div class="span2">2</div>
|
||||||
<div class="span4">4</div>
|
<div class="span4">4</div>
|
||||||
<div class="span4">4</div>
|
<div class="span4">4</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row show-grid">
|
<div class="row show-grid">
|
||||||
<div class="span4">4</div>
|
<div class="span4">4</div>
|
||||||
<div class="span6">6</div>
|
<div class="span6">6</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row show-grid">
|
<div class="row show-grid">
|
||||||
<div class="span5">5</div>
|
<div class="span5">5</div>
|
||||||
<div class="span5">5</div>
|
<div class="span5">5</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row show-grid">
|
<div class="row show-grid">
|
||||||
<div class="span10">10</div>
|
<div class="span10">10</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h3>{{_i}}Basic grid HTML{{/i}}</h3>
|
<h3>{{_i}}Basic grid HTML{{/i}}</h3>
|
||||||
<p>{{_i}}For a simple two column layout, create a <code>.row</code> and add the appropriate number of <code>.span*</code> columns. As this is a 12-column grid, each <code>.span*</code> spans a number of those 12 columns, and should always add up to 12 for each row.{{/i}}</p>
|
<p>{{_i}}For a simple two column layout, create a <code>.row</code> and add the appropriate number of <code>.span*</code> columns. As this is a 12-column grid, each <code>.span*</code> spans a number of those 12 columns, and should always add up to 12 for each row.{{/i}}</p>
|
||||||
<pre class="prettyprint linenums">
|
<pre class="prettyprint linenums">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="span4">...</div>
|
<div class="span4">...</div>
|
||||||
<div class="span8">...</div>
|
<div class="span8">...</div>
|
||||||
</div>
|
</div>
|
||||||
</pre>
|
</pre>
|
||||||
<p>{{_i}}Given this example, we have <code>.span4</code> and <code>.span8</code>, making for 12 total columns and a complete row.{{/i}}</p>
|
<p>{{_i}}Given this example, we have <code>.span4</code> and <code>.span8</code>, making for 12 total columns and a complete row.{{/i}}</p>
|
||||||
|
|
||||||
<h2>{{_i}}Offsetting columns{{/i}}</h2>
|
<h2>{{_i}}Offsetting columns{{/i}}</h2>
|
||||||
<p>{{_i}}Move columns to the left using <code>.offset*</code> classes. Each class increases the left margin of a column by a whole column. For example, <code>.offset4</code> moves <code>.span4</code> over four columns.{{/i}}</p>
|
<p>{{_i}}Move columns to the left using <code>.offset*</code> classes. Each class increases the left margin of a column by a whole column. For example, <code>.offset4</code> moves <code>.span4</code> over four columns.{{/i}}</p>
|
||||||
<div class="bs-docs-grid">
|
<div class="bs-docs-grid">
|
||||||
<div class="row show-grid">
|
<div class="row show-grid">
|
||||||
<div class="span4">4</div>
|
<div class="span4">4</div>
|
||||||
<div class="span4 offset2">4 offset 2</div>
|
<div class="span4 offset2">4 offset 2</div>
|
||||||
</div><!-- /row -->
|
</div><!-- /row -->
|
||||||
<div class="row show-grid">
|
<div class="row show-grid">
|
||||||
<div class="span3 offset2">3 offset 2</div>
|
<div class="span3 offset2">3 offset 2</div>
|
||||||
<div class="span3 offset2">3 offset 2</div>
|
<div class="span3 offset2">3 offset 2</div>
|
||||||
</div><!-- /row -->
|
</div><!-- /row -->
|
||||||
<div class="row show-grid">
|
<div class="row show-grid">
|
||||||
<div class="span6 offset4">6 offset 4</div>
|
<div class="span6 offset4">6 offset 4</div>
|
||||||
</div><!-- /row -->
|
</div><!-- /row -->
|
||||||
</div>
|
</div>
|
||||||
<pre class="prettyprint linenums">
|
<pre class="prettyprint linenums">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="span4">...</div>
|
<div class="span4">...</div>
|
||||||
@@ -139,23 +130,23 @@
|
|||||||
</div>
|
</div>
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<h2>{{_i}}Nesting columns{{/i}}</h2>
|
<h2>{{_i}}Nesting columns{{/i}}</h2>
|
||||||
<p>{{_i}}To nest your content with the default grid, add a new <code>.row</code> and set of <code>.span*</code> columns within an existing <code>.span*</code> column. Nested rows should include a set of columns that add up to the number of columns of its parent.{{/i}}</p>
|
<p>{{_i}}To nest your content with the default grid, add a new <code>.row</code> and set of <code>.span*</code> columns within an existing <code>.span*</code> column. Nested rows should include a set of columns that add up to the number of columns of its parent.{{/i}}</p>
|
||||||
<h3>{{_i}}Example{{/i}}</h3>
|
<h3>{{_i}}Example{{/i}}</h3>
|
||||||
<p>{{_i}}Here two nested <code>.span4</code> columns are placed within a <code>.span8</code>.{{/i}}</p>
|
<p>{{_i}}Here two nested <code>.span4</code> columns are placed within a <code>.span8</code>.{{/i}}</p>
|
||||||
<div class="row show-grid">
|
|
||||||
<div class="span10">
|
|
||||||
{{_i}}Level 1 of column{{/i}}
|
|
||||||
<div class="row show-grid">
|
<div class="row show-grid">
|
||||||
<div class="span5">
|
<div class="span10">
|
||||||
{{_i}}Level 2{{/i}}
|
{{_i}}Level 1 of column{{/i}}
|
||||||
</div>
|
<div class="row show-grid">
|
||||||
<div class="span5">
|
<div class="span5">
|
||||||
{{_i}}Level 2{{/i}}
|
{{_i}}Level 2{{/i}}
|
||||||
|
</div>
|
||||||
|
<div class="span5">
|
||||||
|
{{_i}}Level 2{{/i}}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<pre class="prettyprint linenums">
|
<pre class="prettyprint linenums">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="span10">
|
<div class="span10">
|
||||||
@@ -167,54 +158,54 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</pre>
|
</pre>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Fluid grid system
|
<!-- Fluid grid system
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<section id="fluidGridSystem">
|
<section id="fluidGridSystem">
|
||||||
<div class="page-header">
|
<div class="page-header">
|
||||||
<h1>{{_i}}Fluid grid system <small>12 responsive, percent-based columns</small>{{/i}}</h1>
|
<h1>{{_i}}Fluid grid system <small>12 responsive, percent-based columns</small>{{/i}}</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2>{{_i}}Live fluid grid example{{/i}}</h2>
|
<h2>{{_i}}Live fluid grid example{{/i}}</h2>
|
||||||
<p>{{_i}}The fluid grid system uses percents instead of pixels for column widths. It has the same responsive capabilities as our fixed grid system, ensuring proper proportions for key screen resolutions and devices.{{/i}}</p>
|
<p>{{_i}}The fluid grid system uses percents instead of pixels for column widths. It has the same responsive capabilities as our fixed grid system, ensuring proper proportions for key screen resolutions and devices.{{/i}}</p>
|
||||||
<div class="bs-docs-grid">
|
<div class="bs-docs-grid">
|
||||||
<div class="row-fluid show-grid">
|
<div class="row-fluid show-grid">
|
||||||
<div class="span1">1</div>
|
<div class="span1">1</div>
|
||||||
<div class="span1">1</div>
|
<div class="span1">1</div>
|
||||||
<div class="span1">1</div>
|
<div class="span1">1</div>
|
||||||
<div class="span1">1</div>
|
<div class="span1">1</div>
|
||||||
<div class="span1">1</div>
|
<div class="span1">1</div>
|
||||||
<div class="span1">1</div>
|
<div class="span1">1</div>
|
||||||
<div class="span1">1</div>
|
<div class="span1">1</div>
|
||||||
<div class="span1">1</div>
|
<div class="span1">1</div>
|
||||||
<div class="span1">1</div>
|
<div class="span1">1</div>
|
||||||
<div class="span1">1</div>
|
<div class="span1">1</div>
|
||||||
<div class="span1">1</div>
|
<div class="span1">1</div>
|
||||||
<div class="span1">1</div>
|
<div class="span1">1</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row-fluid show-grid">
|
<div class="row-fluid show-grid">
|
||||||
<div class="span4">4</div>
|
<div class="span4">4</div>
|
||||||
<div class="span4">4</div>
|
<div class="span4">4</div>
|
||||||
<div class="span4">4</div>
|
<div class="span4">4</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row-fluid show-grid">
|
<div class="row-fluid show-grid">
|
||||||
<div class="span4">4</div>
|
<div class="span4">4</div>
|
||||||
<div class="span8">8</div>
|
<div class="span8">8</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row-fluid show-grid">
|
<div class="row-fluid show-grid">
|
||||||
<div class="span6">6</div>
|
<div class="span6">6</div>
|
||||||
<div class="span6">6</div>
|
<div class="span6">6</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row-fluid show-grid">
|
<div class="row-fluid show-grid">
|
||||||
<div class="span12">12</div>
|
<div class="span12">12</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h3>{{_i}}Basic fluid grid HTML{{/i}}</h3>
|
<h3>{{_i}}Basic fluid grid HTML{{/i}}</h3>
|
||||||
<p>{{_i}}Make any row "fluid" by changing <code>.row</code> to <code>.row-fluid</code>. The column classes stay the exact same, making it easy to flip between fixed and fluid grids.{{/i}}</p>
|
<p>{{_i}}Make any row "fluid" by changing <code>.row</code> to <code>.row-fluid</code>. The column classes stay the exact same, making it easy to flip between fixed and fluid grids.{{/i}}</p>
|
||||||
<pre class="prettyprint linenums">
|
<pre class="prettyprint linenums">
|
||||||
<div class="row-fluid">
|
<div class="row-fluid">
|
||||||
<div class="span4">...</div>
|
<div class="span4">...</div>
|
||||||
@@ -222,21 +213,21 @@
|
|||||||
</div>
|
</div>
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<h2>{{_i}}Fluid offsetting{{/i}}</h2>
|
<h2>{{_i}}Fluid offsetting{{/i}}</h2>
|
||||||
<p>{{_i}}Operates the same way as the fixed grid system offsetting: add <code>.offset*</code> to any column to offset by that many columns.{{/i}}</p>
|
<p>{{_i}}Operates the same way as the fixed grid system offsetting: add <code>.offset*</code> to any column to offset by that many columns.{{/i}}</p>
|
||||||
<div class="bs-docs-grid">
|
<div class="bs-docs-grid">
|
||||||
<div class="row-fluid show-grid">
|
<div class="row-fluid show-grid">
|
||||||
<div class="span4">4</div>
|
<div class="span4">4</div>
|
||||||
<div class="span4 offset4">4 offset 4</div>
|
<div class="span4 offset4">4 offset 4</div>
|
||||||
</div><!-- /row -->
|
</div><!-- /row -->
|
||||||
<div class="row-fluid show-grid">
|
<div class="row-fluid show-grid">
|
||||||
<div class="span3 offset3">3 offset 3</div>
|
<div class="span3 offset3">3 offset 3</div>
|
||||||
<div class="span3 offset3">3 offset 3</div>
|
<div class="span3 offset3">3 offset 3</div>
|
||||||
</div><!-- /row -->
|
</div><!-- /row -->
|
||||||
<div class="row-fluid show-grid">
|
<div class="row-fluid show-grid">
|
||||||
<div class="span6 offset6">6 offset 6</div>
|
<div class="span6 offset6">6 offset 6</div>
|
||||||
</div><!-- /row -->
|
</div><!-- /row -->
|
||||||
</div>
|
</div>
|
||||||
<pre class="prettyprint linenums">
|
<pre class="prettyprint linenums">
|
||||||
<div class="row-fluid">
|
<div class="row-fluid">
|
||||||
<div class="span4">...</div>
|
<div class="span4">...</div>
|
||||||
@@ -244,21 +235,21 @@
|
|||||||
</div>
|
</div>
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<h2>{{_i}}Fluid nesting{{/i}}</h2>
|
<h2>{{_i}}Fluid nesting{{/i}}</h2>
|
||||||
<p>{{_i}}Nesting with fluid grids is a bit different: the number of nested columns should not match the parent's number of columns. Instead, each level of nested columns are reset because each row takes up 100% of the parent column.{{/i}}</p>
|
<p>{{_i}}Nesting with fluid grids is a bit different: the number of nested columns should not match the parent's number of columns. Instead, each level of nested columns are reset because each row takes up 100% of the parent column.{{/i}}</p>
|
||||||
<div class="row-fluid show-grid">
|
|
||||||
<div class="span12">
|
|
||||||
{{_i}}Fluid 12{{/i}}
|
|
||||||
<div class="row-fluid show-grid">
|
<div class="row-fluid show-grid">
|
||||||
<div class="span6">
|
<div class="span12">
|
||||||
{{_i}}Fluid 6{{/i}}
|
{{_i}}Fluid 12{{/i}}
|
||||||
</div>
|
<div class="row-fluid show-grid">
|
||||||
<div class="span6">
|
<div class="span6">
|
||||||
{{_i}}Fluid 6{{/i}}
|
{{_i}}Fluid 6{{/i}}
|
||||||
|
</div>
|
||||||
|
<div class="span6">
|
||||||
|
{{_i}}Fluid 6{{/i}}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<pre class="prettyprint linenums">
|
<pre class="prettyprint linenums">
|
||||||
<div class="row-fluid">
|
<div class="row-fluid">
|
||||||
<div class="span12">
|
<div class="span12">
|
||||||
@@ -271,78 +262,78 @@
|
|||||||
</div>
|
</div>
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Customizaton
|
<!-- Customizaton
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<section id="gridCustomization">
|
<section id="gridCustomization">
|
||||||
<div class="page-header">
|
<div class="page-header">
|
||||||
<h1>{{_i}}Grid customization{{/i}}</h1>
|
<h1>{{_i}}Grid customization{{/i}}</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2>{{_i}}Variables in LESS{{/i}}</h2>
|
<h2>{{_i}}Variables in LESS{{/i}}</h2>
|
||||||
<p>{{_i}}The default grid is built on a few variables for easy customization via LESS. All variables can be found in <strong>variables.less</strong>.{{/i}}</p>
|
<p>{{_i}}The default grid is built on a few variables for easy customization via LESS. All variables can be found in <strong>variables.less</strong>.{{/i}}</p>
|
||||||
<table class="table table-bordered table-striped">
|
<table class="table table-bordered table-striped">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>{{_i}}Variable{{/i}}</th>
|
<th>{{_i}}Variable{{/i}}</th>
|
||||||
<th>{{_i}}Default value{{/i}}</th>
|
<th>{{_i}}Default value{{/i}}</th>
|
||||||
<th>{{_i}}Description{{/i}}</th>
|
<th>{{_i}}Description{{/i}}</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td><code>@gridColumns</code></td>
|
<td><code>@gridColumns</code></td>
|
||||||
<td>12</td>
|
<td>12</td>
|
||||||
<td>{{_i}}Number of columns{{/i}}</td>
|
<td>{{_i}}Number of columns{{/i}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><code>@gridColumnWidth</code></td>
|
<td><code>@gridColumnWidth</code></td>
|
||||||
<td>60px</td>
|
<td>60px</td>
|
||||||
<td>{{_i}}Width of each column{{/i}}</td>
|
<td>{{_i}}Width of each column{{/i}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><code>@gridGutterWidth</code></td>
|
<td><code>@gridGutterWidth</code></td>
|
||||||
<td>20px</td>
|
<td>20px</td>
|
||||||
<td>{{_i}}Negative space between columns{{/i}}</td>
|
<td>{{_i}}Negative space between columns{{/i}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><code>@fluidGridColumnWidth</code></td>
|
<td><code>@fluidGridColumnWidth</code></td>
|
||||||
<td>6.382978723%</td>
|
<td>6.382978723%</td>
|
||||||
<td>{{_i}}Width of each fluid column{{/i}}</td>
|
<td>{{_i}}Width of each fluid column{{/i}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><code>@fluidGridGutterWidth</code></td>
|
<td><code>@fluidGridGutterWidth</code></td>
|
||||||
<td>2.127659574%</td>
|
<td>2.127659574%</td>
|
||||||
<td>{{_i}}Negative space between fluid columns{{/i}}</td>
|
<td>{{_i}}Negative space between fluid columns{{/i}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<h3>{{_i}}How to customize{{/i}}</h3>
|
<h3>{{_i}}How to customize{{/i}}</h3>
|
||||||
<p>{{_i}}Modifying the grid means changing the three <code>@grid*</code> variables and recompiling Bootstrap. Change the grid variables in <strong>variables.less</strong> and use one of the <a href="less.html#compiling">four ways documented to recompile</a>. If you're adding more columns, be sure to add the CSS for those in <strong>grid.less</strong>.{{/i}}</p>
|
<p>{{_i}}Modifying the grid means changing the three <code>@grid*</code> variables and recompiling Bootstrap. Change the grid variables in <strong>variables.less</strong> and use one of the <a href="less.html#compiling">four ways documented to recompile</a>. If you're adding more columns, be sure to add the CSS for those in <strong>grid.less</strong>.{{/i}}</p>
|
||||||
|
|
||||||
<h2>{{_i}}Staying responsive{{/i}}</h2>
|
<h2>{{_i}}Staying responsive{{/i}}</h2>
|
||||||
<p>{{_i}}Customization of the grid only works at the default level, the 940px grid. To maintain the responsive aspects of Bootstrap, you'll also have to manually customize the grids in <strong>responsive.less</strong> until a future update improves this.{{/i}}</p>
|
<p>{{_i}}Customization of the grid only works at the default level, the 940px grid. To maintain the responsive aspects of Bootstrap, you'll also have to manually customize the grids in <strong>responsive.less</strong> until a future update improves this.{{/i}}</p>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Layouts (Default and fluid)
|
<!-- Layouts (Default and fluid)
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<section id="layouts">
|
<section id="layouts">
|
||||||
<div class="page-header">
|
<div class="page-header">
|
||||||
<h1>{{_i}}Layouts <small>Basic templates to create webpages</small>{{/i}}</h1>
|
<h1>{{_i}}Layouts <small>Basic templates to create webpages</small>{{/i}}</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2>{{_i}}Fixed layout{{/i}}</h2>
|
<h2>{{_i}}Fixed layout{{/i}}</h2>
|
||||||
<p>{{_i}}Provides a common fixed-width (and optionally responsive) layout with only <code><div class="container"></code> required.{{/i}}</p>
|
<p>{{_i}}Provides a common fixed-width (and optionally responsive) layout with only <code><div class="container"></code> required.{{/i}}</p>
|
||||||
<div class="mini-layout">
|
<div class="mini-layout">
|
||||||
<div class="mini-layout-body"></div>
|
<div class="mini-layout-body"></div>
|
||||||
</div>
|
</div>
|
||||||
<pre class="prettyprint linenums">
|
<pre class="prettyprint linenums">
|
||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
@@ -351,12 +342,12 @@
|
|||||||
</body>
|
</body>
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<h2>{{_i}}Fluid layout{{/i}}</h2>
|
<h2>{{_i}}Fluid layout{{/i}}</h2>
|
||||||
<p>{{_i}}Create a fluid, two-column page with <code><div class="container-fluid"></code>—great for applications and docs.{{/i}}</p>
|
<p>{{_i}}Create a fluid, two-column page with <code><div class="container-fluid"></code>—great for applications and docs.{{/i}}</p>
|
||||||
<div class="mini-layout fluid">
|
<div class="mini-layout fluid">
|
||||||
<div class="mini-layout-sidebar"></div>
|
<div class="mini-layout-sidebar"></div>
|
||||||
<div class="mini-layout-body"></div>
|
<div class="mini-layout-body"></div>
|
||||||
</div>
|
</div>
|
||||||
<pre class="prettyprint linenums">
|
<pre class="prettyprint linenums">
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
<div class="row-fluid">
|
<div class="row-fluid">
|
||||||
@@ -369,81 +360,81 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</pre>
|
</pre>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Responsive design
|
<!-- Responsive design
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<section id="responsive">
|
<section id="responsive">
|
||||||
<div class="page-header">
|
<div class="page-header">
|
||||||
<h1>{{_i}}Responsive design <small>Media queries for various devices and resolutions</small>{{/i}}</h1>
|
<h1>{{_i}}Responsive design <small>Media queries for various devices and resolutions</small>{{/i}}</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{! Enabling }}
|
{{! Enabling }}
|
||||||
<h2>{{_i}}Enabling responsive features{{/i}}</h2>
|
<h2>{{_i}}Enabling responsive features{{/i}}</h2>
|
||||||
<p>{{_i}}Turn on responsive CSS in your project by including the proper meta tag and additional stylesheet within the <code><head></code> of your document. If you've compiled Bootstrap from the Customize page, you need only include the meta tag.{{/i}}</p>
|
<p>{{_i}}Turn on responsive CSS in your project by including the proper meta tag and additional stylesheet within the <code><head></code> of your document. If you've compiled Bootstrap from the Customize page, you need only include the meta tag.{{/i}}</p>
|
||||||
<pre class="prettyprint linenums">
|
<pre class="prettyprint linenums">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<link href="assets/css/bootstrap-responsive.css" rel="stylesheet">
|
<link href="assets/css/bootstrap-responsive.css" rel="stylesheet">
|
||||||
</pre>
|
</pre>
|
||||||
<p><span class="label label-info">{{_i}}Heads up!{{/i}}</span> {{_i}} Bootstrap doesn't include responsive features by default at this time as not everything needs to be responsive. Instead of encouraging developers to remove this feature, we figure it best to enable it as needed.{{/i}}</p>
|
<p><span class="label label-info">{{_i}}Heads up!{{/i}}</span> {{_i}} Bootstrap doesn't include responsive features by default at this time as not everything needs to be responsive. Instead of encouraging developers to remove this feature, we figure it best to enable it as needed.{{/i}}</p>
|
||||||
|
|
||||||
{{! About }}
|
{{! About }}
|
||||||
<h2>{{_i}}About responsive Bootstrap{{/i}}</h2>
|
<h2>{{_i}}About responsive Bootstrap{{/i}}</h2>
|
||||||
<img src="assets/img/responsive-illustrations.png" alt="Responsive devices" style="float: right; margin: 0 0 20px 20px;">
|
<img src="assets/img/responsive-illustrations.png" alt="Responsive devices" style="float: right; margin: 0 0 20px 20px;">
|
||||||
<p>{{_i}}Media queries allow for custom CSS based on a number of conditions—ratios, widths, display type, etc—but usually focuses around <code>min-width</code> and <code>max-width</code>.{{/i}}</p>
|
<p>{{_i}}Media queries allow for custom CSS based on a number of conditions—ratios, widths, display type, etc—but usually focuses around <code>min-width</code> and <code>max-width</code>.{{/i}}</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>{{_i}}Modify the width of column in our grid{{/i}}</li>
|
<li>{{_i}}Modify the width of column in our grid{{/i}}</li>
|
||||||
<li>{{_i}}Stack elements instead of float wherever necessary{{/i}}</li>
|
<li>{{_i}}Stack elements instead of float wherever necessary{{/i}}</li>
|
||||||
<li>{{_i}}Resize headings and text to be more appropriate for devices{{/i}}</li>
|
<li>{{_i}}Resize headings and text to be more appropriate for devices{{/i}}</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>{{_i}}Use media queries responsibly and only as a start to your mobile audiences. For larger projects, do consider dedicated code bases and not layers of media queries.{{/i}}</p>
|
<p>{{_i}}Use media queries responsibly and only as a start to your mobile audiences. For larger projects, do consider dedicated code bases and not layers of media queries.{{/i}}</p>
|
||||||
|
|
||||||
{{! Supported }}
|
{{! Supported }}
|
||||||
<h2>{{_i}}Supported devices{{/i}}</h2>
|
<h2>{{_i}}Supported devices{{/i}}</h2>
|
||||||
<p>{{_i}}Bootstrap supports a handful of media queries in a single file to help make your projects more appropriate on different devices and screen resolutions. Here's what's included:{{/i}}</p>
|
<p>{{_i}}Bootstrap supports a handful of media queries in a single file to help make your projects more appropriate on different devices and screen resolutions. Here's what's included:{{/i}}</p>
|
||||||
<table class="table table-bordered table-striped">
|
<table class="table table-bordered table-striped">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>{{_i}}Label{{/i}}</th>
|
<th>{{_i}}Label{{/i}}</th>
|
||||||
<th>{{_i}}Layout width{{/i}}</th>
|
<th>{{_i}}Layout width{{/i}}</th>
|
||||||
<th>{{_i}}Column width{{/i}}</th>
|
<th>{{_i}}Column width{{/i}}</th>
|
||||||
<th>{{_i}}Gutter width{{/i}}</th>
|
<th>{{_i}}Gutter width{{/i}}</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{_i}}Phones{{/i}}</td>
|
<td>{{_i}}Phones{{/i}}</td>
|
||||||
<td>480px and below</td>
|
<td>480px and below</td>
|
||||||
<td class="muted" colspan="2">{{_i}}Fluid columns, no fixed widths{{/i}}</td>
|
<td class="muted" colspan="2">{{_i}}Fluid columns, no fixed widths{{/i}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{_i}}Phones to tablets{{/i}}</td>
|
<td>{{_i}}Phones to tablets{{/i}}</td>
|
||||||
<td>767px and below</td>
|
<td>767px and below</td>
|
||||||
<td class="muted" colspan="2">{{_i}}Fluid columns, no fixed widths{{/i}}</td>
|
<td class="muted" colspan="2">{{_i}}Fluid columns, no fixed widths{{/i}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{_i}}Portrait tablets{{/i}}</td>
|
<td>{{_i}}Portrait tablets{{/i}}</td>
|
||||||
<td>768px and above</td>
|
<td>768px and above</td>
|
||||||
<td>42px</td>
|
<td>42px</td>
|
||||||
<td>20px</td>
|
<td>20px</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{_i}}Default{{/i}}</td>
|
<td>{{_i}}Default{{/i}}</td>
|
||||||
<td>980px and up</td>
|
<td>980px and up</td>
|
||||||
<td>60px</td>
|
<td>60px</td>
|
||||||
<td>20px</td>
|
<td>20px</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{_i}}Large display{{/i}}</td>
|
<td>{{_i}}Large display{{/i}}</td>
|
||||||
<td>1200px and up</td>
|
<td>1200px and up</td>
|
||||||
<td>70px</td>
|
<td>70px</td>
|
||||||
<td>30px</td>
|
<td>30px</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<pre class="prettyprint linenums">
|
<pre class="prettyprint linenums">
|
||||||
/* {{_i}}Landscape phones and down{{/i}} */
|
/* {{_i}}Landscape phones and down{{/i}} */
|
||||||
@media (max-width: 480px) { ... }
|
@media (max-width: 480px) { ... }
|
||||||
@@ -459,79 +450,81 @@
|
|||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|
||||||
{{! Responsive utility classes }}
|
{{! Responsive utility classes }}
|
||||||
<h2>{{_i}}Responsive utility classes{{/i}}</h2>
|
<h2>{{_i}}Responsive utility classes{{/i}}</h2>
|
||||||
<p>{{_i}}For faster mobile-friendly development, use these utility classes for showing and hiding content by device. Below is a table of the available classes and their effect on a given media query layout (labeled by device). They can be found in <code>responsive.less</code>.{{/i}}</p>
|
<p>{{_i}}For faster mobile-friendly development, use these utility classes for showing and hiding content by device. Below is a table of the available classes and their effect on a given media query layout (labeled by device). They can be found in <code>responsive.less</code>.{{/i}}</p>
|
||||||
<table class="table table-bordered table-striped responsive-utilities">
|
<table class="table table-bordered table-striped responsive-utilities">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>{{_i}}Class{{/i}}</th>
|
<th>{{_i}}Class{{/i}}</th>
|
||||||
<th>{{_i}}Phones <small>480px and below</small>{{/i}}</th>
|
<th>{{_i}}Phones <small>767px and below</small>{{/i}}</th>
|
||||||
<th>{{_i}}Tablets <small>767px and below</small>{{/i}}</th>
|
<th>{{_i}}Tablets <small>979px to 768px</small>{{/i}}</th>
|
||||||
<th>{{_i}}Desktops <small>768px and above</small>{{/i}}</th>
|
<th>{{_i}}Desktops <small>Default</small>{{/i}}</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<th><code>.visible-phone</code></th>
|
<th><code>.visible-phone</code></th>
|
||||||
<td class="is-visible">{{_i}}Visible{{/i}}</td>
|
<td class="is-visible">{{_i}}Visible{{/i}}</td>
|
||||||
<td class="is-hidden">{{_i}}Hidden{{/i}}</td>
|
<td class="is-hidden">{{_i}}Hidden{{/i}}</td>
|
||||||
<td class="is-hidden">{{_i}}Hidden{{/i}}</td>
|
<td class="is-hidden">{{_i}}Hidden{{/i}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th><code>.visible-tablet</code></th>
|
<th><code>.visible-tablet</code></th>
|
||||||
<td class="is-hidden">{{_i}}Hidden{{/i}}</td>
|
<td class="is-hidden">{{_i}}Hidden{{/i}}</td>
|
||||||
<td class="is-visible">{{_i}}Visible{{/i}}</td>
|
<td class="is-visible">{{_i}}Visible{{/i}}</td>
|
||||||
<td class="is-hidden">{{_i}}Hidden{{/i}}</td>
|
<td class="is-hidden">{{_i}}Hidden{{/i}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th><code>.visible-desktop</code></th>
|
<th><code>.visible-desktop</code></th>
|
||||||
<td class="is-hidden">{{_i}}Hidden{{/i}}</td>
|
<td class="is-hidden">{{_i}}Hidden{{/i}}</td>
|
||||||
<td class="is-hidden">{{_i}}Hidden{{/i}}</td>
|
<td class="is-hidden">{{_i}}Hidden{{/i}}</td>
|
||||||
<td class="is-visible">{{_i}}Visible{{/i}}</td>
|
<td class="is-visible">{{_i}}Visible{{/i}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th><code>.hidden-phone</code></th>
|
<th><code>.hidden-phone</code></th>
|
||||||
<td class="is-hidden">{{_i}}Hidden{{/i}}</td>
|
<td class="is-hidden">{{_i}}Hidden{{/i}}</td>
|
||||||
<td class="is-visible">{{_i}}Visible{{/i}}</td>
|
<td class="is-visible">{{_i}}Visible{{/i}}</td>
|
||||||
<td class="is-visible">{{_i}}Visible{{/i}}</td>
|
<td class="is-visible">{{_i}}Visible{{/i}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th><code>.hidden-tablet</code></th>
|
<th><code>.hidden-tablet</code></th>
|
||||||
<td class="is-visible">{{_i}}Visible{{/i}}</td>
|
<td class="is-visible">{{_i}}Visible{{/i}}</td>
|
||||||
<td class="is-hidden">{{_i}}Hidden{{/i}}</td>
|
<td class="is-hidden">{{_i}}Hidden{{/i}}</td>
|
||||||
<td class="is-visible">{{_i}}Visible{{/i}}</td>
|
<td class="is-visible">{{_i}}Visible{{/i}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th><code>.hidden-desktop</code></th>
|
<th><code>.hidden-desktop</code></th>
|
||||||
<td class="is-visible">{{_i}}Visible{{/i}}</td>
|
<td class="is-visible">{{_i}}Visible{{/i}}</td>
|
||||||
<td class="is-visible">{{_i}}Visible{{/i}}</td>
|
<td class="is-visible">{{_i}}Visible{{/i}}</td>
|
||||||
<td class="is-hidden">{{_i}}Hidden{{/i}}</td>
|
<td class="is-hidden">{{_i}}Hidden{{/i}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<h3>{{_i}}When to use{{/i}}</h3>
|
<h3>{{_i}}When to use{{/i}}</h3>
|
||||||
<p>{{_i}}Use on a limited basis and avoid creating entirely different versions of the same site. Instead, use them to complement each device's presentation.{{/i}}</p>
|
<p>{{_i}}Use on a limited basis and avoid creating entirely different versions of the same site. Instead, use them to complement each device's presentation.{{/i}}</p>
|
||||||
|
|
||||||
<h3>{{_i}}Responsive utilities test case{{/i}}</h3>
|
<h3>{{_i}}Responsive utilities test case{{/i}}</h3>
|
||||||
<p>{{_i}}Resize your browser or load on different devices to test the above classes.{{/i}}</p>
|
<p>{{_i}}Resize your browser or load on different devices to test the above classes.{{/i}}</p>
|
||||||
<h4>{{_i}}Visible on...{{/i}}</h4>
|
<h4>{{_i}}Visible on...{{/i}}</h4>
|
||||||
<p>{{_i}}Green checkmarks indicate that class is visible in your current viewport.{{/i}}</p>
|
<p>{{_i}}Green checkmarks indicate that class is visible in your current viewport.{{/i}}</p>
|
||||||
<ul class="responsive-utilities-test">
|
<ul class="responsive-utilities-test">
|
||||||
<li>{{_i}}Phone{{/i}}<span class="visible-phone">✔ {{_i}}Phone{{/i}}</span></li>
|
<li>{{_i}}Phone{{/i}}<span class="visible-phone">✔ {{_i}}Phone{{/i}}</span></li>
|
||||||
<li>{{_i}}Tablet{{/i}}<span class="visible-tablet">✔ {{_i}}Tablet{{/i}}</span></li>
|
<li>{{_i}}Tablet{{/i}}<span class="visible-tablet">✔ {{_i}}Tablet{{/i}}</span></li>
|
||||||
<li>{{_i}}Desktop{{/i}}<span class="visible-desktop">✔ {{_i}}Desktop{{/i}}</span></li>
|
<li>{{_i}}Desktop{{/i}}<span class="visible-desktop">✔ {{_i}}Desktop{{/i}}</span></li>
|
||||||
</ul>
|
</ul>
|
||||||
<h4>{{_i}}Hidden on...{{/i}}</h4>
|
<h4>{{_i}}Hidden on...{{/i}}</h4>
|
||||||
<p>{{_i}}Here, green checkmarks indicate that class is hidden in your current viewport.{{/i}}</p>
|
<p>{{_i}}Here, green checkmarks indicate that class is hidden in your current viewport.{{/i}}</p>
|
||||||
<ul class="responsive-utilities-test hidden-on">
|
<ul class="responsive-utilities-test hidden-on">
|
||||||
<li>{{_i}}Phone{{/i}}<span class="hidden-phone">✔ {{_i}}Phone{{/i}}</span></li>
|
<li>{{_i}}Phone{{/i}}<span class="hidden-phone">✔ {{_i}}Phone{{/i}}</span></li>
|
||||||
<li>{{_i}}Tablet{{/i}}<span class="hidden-tablet">✔ {{_i}}Tablet{{/i}}</span></li>
|
<li>{{_i}}Tablet{{/i}}<span class="hidden-tablet">✔ {{_i}}Tablet{{/i}}</span></li>
|
||||||
<li>{{_i}}Desktop{{/i}}<span class="hidden-desktop">✔ {{_i}}Desktop{{/i}}</span></li>
|
<li>{{_i}}Desktop{{/i}}<span class="hidden-desktop">✔ {{_i}}Desktop{{/i}}</span></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
</div>{{! /span9 }}
|
||||||
|
</div>{{! row}}
|
||||||
|
@@ -15,12 +15,10 @@
|
|||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
*line-height: 20px;
|
*line-height: 20px;
|
||||||
color: @grayDark;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-shadow: 0 1px 1px rgba(255,255,255,.75);
|
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
.buttonBackground(@btnBackground, @btnBackgroundHighlight);
|
.buttonBackground(@btnBackground, @btnBackgroundHighlight, @grayDark, 0 1px 1px rgba(255,255,255,.75));
|
||||||
border: 1px solid @btnBorder;
|
border: 1px solid @btnBorder;
|
||||||
*border: 0; // Remove the border to prevent IE7's black border on input:focus
|
*border: 0; // Remove the border to prevent IE7's black border on input:focus
|
||||||
border-bottom-color: darken(@btnBorder, 10%);
|
border-bottom-color: darken(@btnBorder, 10%);
|
||||||
@@ -105,23 +103,6 @@
|
|||||||
// Alternate buttons
|
// Alternate buttons
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
||||||
// Set text color
|
|
||||||
// -------------------------
|
|
||||||
.btn-primary,
|
|
||||||
.btn-primary:hover,
|
|
||||||
.btn-warning,
|
|
||||||
.btn-warning:hover,
|
|
||||||
.btn-danger,
|
|
||||||
.btn-danger:hover,
|
|
||||||
.btn-success,
|
|
||||||
.btn-success:hover,
|
|
||||||
.btn-info,
|
|
||||||
.btn-info:hover,
|
|
||||||
.btn-inverse,
|
|
||||||
.btn-inverse:hover {
|
|
||||||
color: @white;
|
|
||||||
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
|
|
||||||
}
|
|
||||||
// Provide *some* extra contrast for those who can get it
|
// Provide *some* extra contrast for those who can get it
|
||||||
.btn-primary.active,
|
.btn-primary.active,
|
||||||
.btn-warning.active,
|
.btn-warning.active,
|
||||||
|
@@ -22,7 +22,7 @@ legend {
|
|||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin-bottom: @baseLineHeight * 1.5;
|
margin-bottom: @baseLineHeight;
|
||||||
font-size: @baseFontSize * 1.5;
|
font-size: @baseFontSize * 1.5;
|
||||||
line-height: @baseLineHeight * 2;
|
line-height: @baseLineHeight * 2;
|
||||||
color: @grayDark;
|
color: @grayDark;
|
||||||
@@ -290,8 +290,18 @@ textarea[class*="span"],
|
|||||||
// GRID SIZING FOR INPUTS
|
// GRID SIZING FOR INPUTS
|
||||||
// ----------------------
|
// ----------------------
|
||||||
|
|
||||||
|
// Grid sizes
|
||||||
#grid > .input(@gridColumnWidth, @gridGutterWidth);
|
#grid > .input(@gridColumnWidth, @gridGutterWidth);
|
||||||
|
|
||||||
|
// Control row for multiple inputs per line
|
||||||
|
.controls-row {
|
||||||
|
.clearfix(); // Clear the float from controls
|
||||||
|
}
|
||||||
|
.controls-row [class*="span"] {
|
||||||
|
float: left; // Float to collapse white-space for proper grid alignment
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// DISABLED STATE
|
// DISABLED STATE
|
||||||
@@ -389,8 +399,8 @@ select:focus:required:invalid {
|
|||||||
// ------------
|
// ------------
|
||||||
|
|
||||||
// Allow us to put symbols and text within the input field for a cleaner look
|
// Allow us to put symbols and text within the input field for a cleaner look
|
||||||
.input-prepend,
|
.input-append,
|
||||||
.input-append {
|
.input-prepend {
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
font-size: 0;
|
font-size: 0;
|
||||||
white-space: nowrap; // Prevent span and input from separating
|
white-space: nowrap; // Prevent span and input from separating
|
||||||
@@ -479,15 +489,34 @@ select:focus:required:invalid {
|
|||||||
// SEARCH FORM
|
// SEARCH FORM
|
||||||
// -----------
|
// -----------
|
||||||
|
|
||||||
input.search-query {
|
.search-query {
|
||||||
padding-right: 14px;
|
padding-right: 14px;
|
||||||
padding-right: 4px \9;
|
padding-right: 4px \9;
|
||||||
padding-left: 14px;
|
padding-left: 14px;
|
||||||
padding-left: 4px \9; /* IE7-8 doesn't have border-radius, so don't indent the padding */
|
padding-left: 4px \9; /* IE7-8 doesn't have border-radius, so don't indent the padding */
|
||||||
margin-bottom: 0; // remove the default margin on all inputs
|
margin-bottom: 0; // Remove the default margin on all inputs
|
||||||
.border-radius(14px);
|
.border-radius(14px);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Allow for input prepend/append in search forms */
|
||||||
|
.form-search .input-append .search-query,
|
||||||
|
.form-search .input-prepend .search-query {
|
||||||
|
.border-radius(0); // Override due to specificity
|
||||||
|
}
|
||||||
|
.form-search .input-append .search-query {
|
||||||
|
.border-radius(14px 0 0 14px)
|
||||||
|
}
|
||||||
|
.form-search .input-append .btn {
|
||||||
|
.border-radius(0 14px 14px 0)
|
||||||
|
}
|
||||||
|
.form-search .input-prepend .search-query {
|
||||||
|
.border-radius(0 14px 14px 0)
|
||||||
|
}
|
||||||
|
.form-search .input-prepend .btn {
|
||||||
|
.border-radius(14px 0 0 14px)
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// HORIZONTAL & VERTICAL FORMS
|
// HORIZONTAL & VERTICAL FORMS
|
||||||
|
@@ -389,7 +389,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Gradient Bar Colors for buttons and alerts
|
// Gradient Bar Colors for buttons and alerts
|
||||||
.gradientBar(@primaryColor, @secondaryColor) {
|
.gradientBar(@primaryColor, @secondaryColor, @textColor: #fff, @textShadow: 0 -1px 0 rgba(0,0,0,.25)) {
|
||||||
|
color: @textColor;
|
||||||
|
text-shadow: @textShadow;
|
||||||
#gradient > .vertical(@primaryColor, @secondaryColor);
|
#gradient > .vertical(@primaryColor, @secondaryColor);
|
||||||
border-color: @secondaryColor @secondaryColor darken(@secondaryColor, 15%);
|
border-color: @secondaryColor @secondaryColor darken(@secondaryColor, 15%);
|
||||||
border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) fadein(rgba(0,0,0,.1), 15%);
|
border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) fadein(rgba(0,0,0,.1), 15%);
|
||||||
@@ -481,14 +483,15 @@
|
|||||||
|
|
||||||
// Button backgrounds
|
// Button backgrounds
|
||||||
// ------------------
|
// ------------------
|
||||||
.buttonBackground(@startColor, @endColor) {
|
.buttonBackground(@startColor, @endColor, @textColor: #fff, @textShadow: 0 -1px 0 rgba(0,0,0,.25)) {
|
||||||
// gradientBar will set the background to a pleasing blend of these, to support IE<=9
|
// gradientBar will set the background to a pleasing blend of these, to support IE<=9
|
||||||
.gradientBar(@startColor, @endColor);
|
.gradientBar(@startColor, @endColor, @textColor, @textShadow);
|
||||||
*background-color: @endColor; /* Darken IE7 buttons by default so they stand out more given they won't have borders */
|
*background-color: @endColor; /* Darken IE7 buttons by default so they stand out more given they won't have borders */
|
||||||
.reset-filter();
|
.reset-filter();
|
||||||
|
|
||||||
// in these cases the gradient won't cover the background, so we override
|
// in these cases the gradient won't cover the background, so we override
|
||||||
&:hover, &:active, &.active, &.disabled, &[disabled] {
|
&:hover, &:active, &.active, &.disabled, &[disabled] {
|
||||||
|
color: @textColor;
|
||||||
background-color: @endColor;
|
background-color: @endColor;
|
||||||
*background-color: darken(@endColor, 5%);
|
*background-color: darken(@endColor, 5%);
|
||||||
}
|
}
|
||||||
@@ -508,75 +511,7 @@
|
|||||||
margin-top: (@navbarHeight - @elementHeight) / 2;
|
margin-top: (@navbarHeight - @elementHeight) / 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Popover arrows
|
|
||||||
// -------------------------
|
|
||||||
// For tipsies and popovers
|
|
||||||
#popoverArrow {
|
|
||||||
.top(@arrowWidth: 10px, @color: rgba(0,0,0,.2)) {
|
|
||||||
bottom: -@arrowWidth;
|
|
||||||
left: 50%;
|
|
||||||
margin-left: -@arrowWidth;
|
|
||||||
border-left: @arrowWidth solid transparent;
|
|
||||||
border-right: @arrowWidth solid transparent;
|
|
||||||
border-top: @arrowWidth solid #ccc;
|
|
||||||
border-top: @arrowWidth solid @color;
|
|
||||||
&:after {
|
|
||||||
border-left: @arrowWidth - 1 solid transparent;
|
|
||||||
border-right: @arrowWidth - 1 solid transparent;
|
|
||||||
border-top: @arrowWidth - 1 solid #fff;
|
|
||||||
bottom: 1px;
|
|
||||||
left: -@arrowWidth + 1;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.right(@arrowWidth: 10px, @color: rgba(0,0,0,.2)) {
|
|
||||||
top: 50%;
|
|
||||||
left: -@arrowWidth;
|
|
||||||
margin-top: -@arrowWidth;
|
|
||||||
border-top: @arrowWidth solid transparent;
|
|
||||||
border-bottom: @arrowWidth solid transparent;
|
|
||||||
border-right: @arrowWidth solid #ccc;
|
|
||||||
border-right: @arrowWidth solid @color;
|
|
||||||
&:after {
|
|
||||||
border-top: @arrowWidth - 1 solid transparent;
|
|
||||||
border-bottom: @arrowWidth - 1 solid transparent;
|
|
||||||
border-right: @arrowWidth - 1 solid #fff;
|
|
||||||
bottom: -@arrowWidth + 1;
|
|
||||||
left: 1px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.bottom(@arrowWidth: 10px, @color: rgba(0,0,0,.2)) {
|
|
||||||
top: -@arrowWidth;
|
|
||||||
left: 50%;
|
|
||||||
margin-left: -@arrowWidth;
|
|
||||||
border-left: @arrowWidth solid transparent;
|
|
||||||
border-right: @arrowWidth solid transparent;
|
|
||||||
border-bottom: @arrowWidth solid #ccc;
|
|
||||||
border-bottom: @arrowWidth solid @color;
|
|
||||||
&:after {
|
|
||||||
border-left: @arrowWidth - 1 solid transparent;
|
|
||||||
border-right: @arrowWidth - 1 solid transparent;
|
|
||||||
border-bottom: @arrowWidth - 1 solid #f5f5f5;
|
|
||||||
top: 1px;
|
|
||||||
left: -@arrowWidth + 1;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.left(@arrowWidth: 10px, @color: rgba(0,0,0,.2)) {
|
|
||||||
top: 50%;
|
|
||||||
right: -@arrowWidth;
|
|
||||||
margin-top: -@arrowWidth;
|
|
||||||
border-top: @arrowWidth solid transparent;
|
|
||||||
border-bottom: @arrowWidth solid transparent;
|
|
||||||
border-left: @arrowWidth solid #ccc;
|
|
||||||
border-left: @arrowWidth solid @color;
|
|
||||||
&:after {
|
|
||||||
border-top: @arrowWidth - 1 solid transparent;
|
|
||||||
border-bottom: @arrowWidth - 1 solid transparent;
|
|
||||||
border-left: @arrowWidth - 1 solid #fff;
|
|
||||||
bottom: -@arrowWidth + 1;
|
|
||||||
right: 1px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Grid System
|
// Grid System
|
||||||
// -----------
|
// -----------
|
||||||
@@ -721,6 +656,11 @@
|
|||||||
margin-left: 0; // override margin-left from core grid system
|
margin-left: 0; // override margin-left from core grid system
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Space grid-sized controls properly if multiple per line
|
||||||
|
.controls-row [class*="span"] + [class*="span"] {
|
||||||
|
margin-left: @gridGutterWidth;
|
||||||
|
}
|
||||||
|
|
||||||
// generate .spanX
|
// generate .spanX
|
||||||
.spanX (@gridColumns);
|
.spanX (@gridColumns);
|
||||||
|
|
||||||
|
@@ -72,7 +72,7 @@
|
|||||||
// Buttons in navbar
|
// Buttons in navbar
|
||||||
.btn,
|
.btn,
|
||||||
.btn-group {
|
.btn-group {
|
||||||
.navbarVerticalAlign(30px); // Vertically center in navbar
|
.navbarVerticalAlign(28px); // Vertically center in navbar
|
||||||
}
|
}
|
||||||
.btn-group .btn {
|
.btn-group .btn {
|
||||||
margin: 0; // then undo the margin here so we don't accidentally double it
|
margin: 0; // then undo the margin here so we don't accidentally double it
|
||||||
@@ -87,10 +87,11 @@
|
|||||||
select,
|
select,
|
||||||
.radio,
|
.radio,
|
||||||
.checkbox {
|
.checkbox {
|
||||||
.navbarVerticalAlign(30px); // Vertically center in navbar
|
.navbarVerticalAlign(28px); // Vertically center in navbar
|
||||||
}
|
}
|
||||||
input,
|
input,
|
||||||
select {
|
select,
|
||||||
|
.btn {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
@@ -9,7 +9,7 @@
|
|||||||
left: 0;
|
left: 0;
|
||||||
z-index: @zindexPopover;
|
z-index: @zindexPopover;
|
||||||
display: none;
|
display: none;
|
||||||
width: 218px;
|
width: 238px;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
-webkit-background-clip: padding-box;
|
-webkit-background-clip: padding-box;
|
||||||
-moz-background-clip: padding;
|
-moz-background-clip: padding;
|
||||||
@@ -25,34 +25,16 @@
|
|||||||
&.bottom { margin-top: 10px; }
|
&.bottom { margin-top: 10px; }
|
||||||
&.left { margin-right: 10px; }
|
&.left { margin-right: 10px; }
|
||||||
|
|
||||||
// Call the mixin for the arrows
|
|
||||||
&.top .arrow { #popoverArrow > .top(); }
|
|
||||||
&.right .arrow { #popoverArrow > .right(); }
|
|
||||||
&.bottom .arrow { #popoverArrow > .bottom(); }
|
|
||||||
&.left .arrow { #popoverArrow > .left(); }
|
|
||||||
|
|
||||||
// Common arrow styles
|
|
||||||
.arrow {
|
|
||||||
position: absolute;
|
|
||||||
width: 0;
|
|
||||||
height: 0;
|
|
||||||
&:after {
|
|
||||||
position: absolute;
|
|
||||||
display: inline-block;
|
|
||||||
width: 0;
|
|
||||||
height: 0;
|
|
||||||
content: "";
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.popover-title {
|
.popover-title {
|
||||||
|
margin: 0; // reset heading margin
|
||||||
padding: 8px 14px;
|
padding: 8px 14px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
background-color: #f5f5f5;
|
background-color: @popoverTitleBackground;
|
||||||
border-bottom: 1px solid #e5e5e5;
|
border-bottom: 1px solid darken(@popoverTitleBackground, 10%);
|
||||||
.border-radius(5px 5px 0 0);
|
.border-radius(5px 5px 0 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -62,3 +44,73 @@
|
|||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Arrows
|
||||||
|
.popover .arrow,
|
||||||
|
.popover .arrow:after {
|
||||||
|
position: absolute;
|
||||||
|
display: inline-block;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border-color: transparent;
|
||||||
|
border-style: solid;
|
||||||
|
}
|
||||||
|
.popover .arrow:after {
|
||||||
|
content: "";
|
||||||
|
z-index: -1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.popover {
|
||||||
|
&.top .arrow {
|
||||||
|
bottom: -@popoverArrowWidth;
|
||||||
|
left: 50%;
|
||||||
|
margin-left: -@popoverArrowWidth;
|
||||||
|
border-width: @popoverArrowWidth @popoverArrowWidth 0;
|
||||||
|
border-top-color: @popoverArrowColor;
|
||||||
|
&:after {
|
||||||
|
border-width: @popoverArrowOuterWidth @popoverArrowOuterWidth 0;
|
||||||
|
border-top-color: @popoverArrowOuterColor;
|
||||||
|
bottom: -1px;
|
||||||
|
left: -@popoverArrowOuterWidth;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
&.right .arrow {
|
||||||
|
top: 50%;
|
||||||
|
left: -@popoverArrowWidth;
|
||||||
|
margin-top: -@popoverArrowWidth;
|
||||||
|
border-width: @popoverArrowWidth @popoverArrowWidth @popoverArrowWidth 0;
|
||||||
|
border-right-color: @popoverArrowColor;
|
||||||
|
&:after {
|
||||||
|
border-width: @popoverArrowOuterWidth @popoverArrowOuterWidth @popoverArrowOuterWidth 0;
|
||||||
|
border-right-color: @popoverArrowOuterColor;
|
||||||
|
bottom: -@popoverArrowOuterWidth;
|
||||||
|
left: -1px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
&.bottom .arrow {
|
||||||
|
top: -@popoverArrowWidth;
|
||||||
|
left: 50%;
|
||||||
|
margin-left: -@popoverArrowWidth;
|
||||||
|
border-width: 0 @popoverArrowWidth @popoverArrowWidth;
|
||||||
|
border-bottom-color: @popoverTitleBackground;
|
||||||
|
&:after {
|
||||||
|
border-width: 0 @popoverArrowOuterWidth @popoverArrowOuterWidth;
|
||||||
|
border-bottom-color: @popoverArrowOuterColor;
|
||||||
|
top: -1px;
|
||||||
|
left: -@popoverArrowOuterWidth;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
&.left .arrow {
|
||||||
|
top: 50%;
|
||||||
|
right: -@popoverArrowWidth;
|
||||||
|
margin-top: -@popoverArrowWidth;
|
||||||
|
border-width: @popoverArrowWidth 0 @popoverArrowWidth @popoverArrowWidth;
|
||||||
|
border-left-color: @popoverArrowColor;
|
||||||
|
&:after {
|
||||||
|
border-width: @popoverArrowOuterWidth 0 @popoverArrowOuterWidth @popoverArrowOuterWidth;
|
||||||
|
border-left-color: @popoverArrowOuterColor;
|
||||||
|
bottom: -@popoverArrowOuterWidth;
|
||||||
|
right: -1px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@@ -51,6 +51,9 @@
|
|||||||
.thumbnails {
|
.thumbnails {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
.thumbnails > li {
|
||||||
|
float: none;
|
||||||
|
}
|
||||||
// Make all grid-sized elements block level again
|
// Make all grid-sized elements block level again
|
||||||
[class*="span"],
|
[class*="span"],
|
||||||
.row-fluid [class*="span"] {
|
.row-fluid [class*="span"] {
|
||||||
|
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
|
|
||||||
// Body reset
|
// Body reset
|
||||||
// ----------
|
// -------------------------
|
||||||
|
|
||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@@ -17,7 +17,7 @@ body {
|
|||||||
|
|
||||||
|
|
||||||
// Links
|
// Links
|
||||||
// -----
|
// -------------------------
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: @linkColor;
|
color: @linkColor;
|
||||||
|
@@ -3,6 +3,7 @@
|
|||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
// Base class
|
||||||
.tooltip {
|
.tooltip {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: @zindexTooltip;
|
z-index: @zindexTooltip;
|
||||||
@@ -12,26 +13,58 @@
|
|||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
.opacity(0);
|
.opacity(0);
|
||||||
&.in { .opacity(80); }
|
&.in { .opacity(80); }
|
||||||
&.top { margin-top: -2px; }
|
&.top { margin-top: -3px; }
|
||||||
&.right { margin-left: 2px; }
|
&.right { margin-left: 3px; }
|
||||||
&.bottom { margin-top: 2px; }
|
&.bottom { margin-top: 3px; }
|
||||||
&.left { margin-left: -2px; }
|
&.left { margin-left: -3px; }
|
||||||
&.top .tooltip-arrow { #popoverArrow > .top(); }
|
|
||||||
&.left .tooltip-arrow { #popoverArrow > .left(); }
|
|
||||||
&.bottom .tooltip-arrow { #popoverArrow > .bottom(); }
|
|
||||||
&.right .tooltip-arrow { #popoverArrow > .right(); }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Wrapper for the tooltip content
|
||||||
.tooltip-inner {
|
.tooltip-inner {
|
||||||
max-width: 200px;
|
max-width: 200px;
|
||||||
padding: 3px 8px;
|
padding: 3px 8px;
|
||||||
color: @white;
|
color: @tooltipColor;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
background-color: @black;
|
background-color: @tooltipBackground;
|
||||||
.border-radius(4px);
|
.border-radius(4px);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Arrows
|
||||||
.tooltip-arrow {
|
.tooltip-arrow {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 0;
|
width: 0;
|
||||||
height: 0;
|
height: 0;
|
||||||
|
border-color: transparent;
|
||||||
|
border-style: solid;
|
||||||
|
}
|
||||||
|
.tooltip {
|
||||||
|
&.top .tooltip-arrow {
|
||||||
|
bottom: 0;
|
||||||
|
left: 50%;
|
||||||
|
margin-left: -@tooltipArrowWidth;
|
||||||
|
border-width: @tooltipArrowWidth @tooltipArrowWidth 0;
|
||||||
|
border-top-color: @tooltipArrowColor;
|
||||||
|
}
|
||||||
|
&.right .tooltip-arrow {
|
||||||
|
top: 50%;
|
||||||
|
left: 0;
|
||||||
|
margin-top: -@tooltipArrowWidth;
|
||||||
|
border-width: @tooltipArrowWidth @tooltipArrowWidth @tooltipArrowWidth 0;
|
||||||
|
border-right-color: @tooltipArrowColor;
|
||||||
|
}
|
||||||
|
&.left .tooltip-arrow {
|
||||||
|
top: 50%;
|
||||||
|
right: 0;
|
||||||
|
margin-top: -@tooltipArrowWidth;
|
||||||
|
border-width: @tooltipArrowWidth 0 @tooltipArrowWidth @tooltipArrowWidth;
|
||||||
|
border-left-color: @tooltipArrowColor;
|
||||||
|
}
|
||||||
|
&.bottom .tooltip-arrow {
|
||||||
|
top: 0;
|
||||||
|
left: 50%;
|
||||||
|
margin-left: -@tooltipArrowWidth;
|
||||||
|
border-width: 0 @tooltipArrowWidth @tooltipArrowWidth;
|
||||||
|
border-bottom-color: @tooltipArrowColor;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@@ -198,6 +198,22 @@
|
|||||||
@infoBorder: darken(spin(@infoBackground, -10), 7%);
|
@infoBorder: darken(spin(@infoBackground, -10), 7%);
|
||||||
|
|
||||||
|
|
||||||
|
// Tooltips and popovers
|
||||||
|
// -------------------------
|
||||||
|
@tooltipColor: #fff;
|
||||||
|
@tooltipBackground: #000;
|
||||||
|
@tooltipArrowWidth: 5px;
|
||||||
|
@tooltipArrowColor: @tooltipBackground;
|
||||||
|
|
||||||
|
@popoverArrowWidth: 10px;
|
||||||
|
@popoverArrowColor: #fff;
|
||||||
|
@popoverTitleBackground: #f5f5f5;
|
||||||
|
|
||||||
|
// Special enhancement for popovers
|
||||||
|
@popoverArrowOuterWidth: @popoverArrowWidth + 1;
|
||||||
|
@popoverArrowOuterColor: rgba(0,0,0,.2);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// GRID
|
// GRID
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user