aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2015-12-24 12:50:15 +0200
committerXhmikosR <[email protected]>2015-12-24 12:50:15 +0200
commit612ff4f5d13adf58347ce6ee981d799f72503815 (patch)
tree0f15d33ede9f81b45b9ca489772bf041bc2f1051 /dist/css/bootstrap.css
parent53bc3ffbf3c72796f7aeb59fa95189ae1c8103f7 (diff)
downloadbootstrap-612ff4f5d13adf58347ce6ee981d799f72503815.tar.xz
bootstrap-612ff4f5d13adf58347ce6ee981d799f72503815.zip
Run `grunt`.
[ci skip]
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css507
1 files changed, 286 insertions, 221 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index 68b821d38..db8fcd15d 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -3794,6 +3794,12 @@ input[type="button"].btn-block {
padding: 1.25rem;
}
+.card-block::after {
+ display: table;
+ clear: both;
+ content: "";
+}
+
.card-title {
margin-bottom: .75rem;
}
@@ -3829,6 +3835,12 @@ input[type="button"].btn-block {
border-bottom: 1px solid #e5e5e5;
}
+.card-header::after {
+ display: table;
+ clear: both;
+ content: "";
+}
+
.card-header:first-child {
border-radius: .25rem .25rem 0 0;
}
@@ -3839,6 +3851,12 @@ input[type="button"].btn-block {
border-top: 1px solid #e5e5e5;
}
+.card-footer::after {
+ display: table;
+ clear: both;
+ content: "";
+}
+
.card-footer:last-child {
border-radius: 0 0 .25rem .25rem;
}
@@ -4036,18 +4054,18 @@ input[type="button"].btn-block {
content: "";
}
-.breadcrumb > li {
+.breadcrumb-item {
float: left;
}
-.breadcrumb > li + li::before {
+.breadcrumb-item + .breadcrumb-item::before {
padding-right: .5rem;
padding-left: .5rem;
color: #818a91;
content: "/";
}
-.breadcrumb > .active {
+.breadcrumb-item.active {
color: #818a91;
}
@@ -4425,20 +4443,23 @@ a.label:focus, a.label:hover {
.progress[value] {
-webkit-appearance: none;
- color: #0074d9;
+ background-color: #eee;
border: 0;
+ border-radius: .25rem;
-moz-appearance: none;
appearance: none;
}
-.progress[value]::-webkit-progress-bar {
- background-color: #eee;
- border-radius: .25rem;
+.progress[value]::-ms-fill {
+ background-color: #0074d9;
+ border: 0;
}
-.progress[value]::-webkit-progress-value::before {
- content: attr(value);
+.progress[value]::-moz-progress-bar {
+ background-color: #0074d9;
+ border-top-left-radius: .25rem;
+ border-bottom-left-radius: .25rem;
}
.progress[value]::-webkit-progress-value {
@@ -4447,11 +4468,34 @@ a.label:focus, a.label:hover {
border-bottom-left-radius: .25rem;
}
+.progress[value="0"]::-moz-progress-bar {
+ min-width: 2rem;
+ color: #818a91;
+ background-color: transparent;
+ background-image: none;
+}
+
+.progress[value="100"]::-moz-progress-bar {
+ border-top-right-radius: .25rem;
+ border-bottom-right-radius: .25rem;
+}
+
.progress[value="100"]::-webkit-progress-value {
border-top-right-radius: .25rem;
border-bottom-right-radius: .25rem;
}
+.progress[value]::-webkit-progress-bar {
+ background-color: #eee;
+ border-radius: .25rem;
+}
+
+base::-moz-progress-bar,
+.progress[value] {
+ background-color: #eee;
+ border-radius: .25rem;
+}
+
@media screen and (min-width: 0\0) {
.progress {
background-color: #eee;
@@ -4489,6 +4533,11 @@ a.label:focus, a.label:hover {
background-size: 1rem 1rem;
}
+.progress-striped[value]::-ms-fill {
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
+ background-size: 1rem 1rem;
+}
+
@media screen and (min-width: 0\0) {
.progress-bar-striped {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
@@ -4524,6 +4573,10 @@ a.label:focus, a.label:hover {
background-color: #5cb85c;
}
+.progress-success[value]::-ms-fill {
+ background-color: #5cb85c;
+}
+
@media screen and (min-width: 0\0) {
.progress-success .progress-bar {
background-color: #5cb85c;
@@ -4538,6 +4591,10 @@ a.label:focus, a.label:hover {
background-color: #5bc0de;
}
+.progress-info[value]::-ms-fill {
+ background-color: #5bc0de;
+}
+
@media screen and (min-width: 0\0) {
.progress-info .progress-bar {
background-color: #5bc0de;
@@ -4552,6 +4609,10 @@ a.label:focus, a.label:hover {
background-color: #f0ad4e;
}
+.progress-warning[value]::-ms-fill {
+ background-color: #f0ad4e;
+}
+
@media screen and (min-width: 0\0) {
.progress-warning .progress-bar {
background-color: #f0ad4e;
@@ -4566,6 +4627,10 @@ a.label:focus, a.label:hover {
background-color: #d9534f;
}
+.progress-danger[value]::-ms-fill {
+ background-color: #d9534f;
+}
+
@media screen and (min-width: 0\0) {
.progress-danger .progress-bar {
background-color: #d9534f;
@@ -5544,10 +5609,58 @@ button.close {
}
}
-.clearfix::after {
- display: table;
- clear: both;
- content: "";
+.bg-inverse {
+ color: #eceeef;
+ background-color: #373a3c;
+}
+
+.bg-faded {
+ background-color: #f7f7f9;
+}
+
+.bg-primary {
+ color: #fff !important;
+ background-color: #0275d8 !important;
+}
+
+a.bg-primary:focus, a.bg-primary:hover {
+ background-color: #025aa5;
+}
+
+.bg-success {
+ color: #fff !important;
+ background-color: #5cb85c !important;
+}
+
+a.bg-success:focus, a.bg-success:hover {
+ background-color: #449d44;
+}
+
+.bg-info {
+ color: #fff !important;
+ background-color: #5bc0de !important;
+}
+
+a.bg-info:focus, a.bg-info:hover {
+ background-color: #31b0d5;
+}
+
+.bg-warning {
+ color: #fff !important;
+ background-color: #f0ad4e !important;
+}
+
+a.bg-warning:focus, a.bg-warning:hover {
+ background-color: #ec971f;
+}
+
+.bg-danger {
+ color: #fff !important;
+ background-color: #d9534f !important;
+}
+
+a.bg-danger:focus, a.bg-danger:hover {
+ background-color: #c9302c;
}
.center-block {
@@ -5556,6 +5669,12 @@ button.close {
margin-left: auto;
}
+.clearfix::after {
+ display: table;
+ clear: both;
+ content: "";
+}
+
.pull-xs-left {
float: left !important;
}
@@ -5636,214 +5755,6 @@ button.close {
clip: auto;
}
-.invisible {
- visibility: hidden !important;
-}
-
-.text-hide {
- font: "0/0" a;
- color: transparent;
- text-shadow: none;
- background-color: transparent;
- border: 0;
-}
-
-.text-justify {
- text-align: justify !important;
-}
-
-.text-nowrap {
- white-space: nowrap !important;
-}
-
-.text-truncate {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
-}
-
-.text-xs-left {
- text-align: left !important;
-}
-
-.text-xs-right {
- text-align: right !important;
-}
-
-.text-xs-center {
- text-align: center !important;
-}
-
-@media (min-width: 544px) {
- .text-sm-left {
- text-align: left !important;
- }
- .text-sm-right {
- text-align: right !important;
- }
- .text-sm-center {
- text-align: center !important;
- }
-}
-
-@media (min-width: 768px) {
- .text-md-left {
- text-align: left !important;
- }
- .text-md-right {
- text-align: right !important;
- }
- .text-md-center {
- text-align: center !important;
- }
-}
-
-@media (min-width: 992px) {
- .text-lg-left {
- text-align: left !important;
- }
- .text-lg-right {
- text-align: right !important;
- }
- .text-lg-center {
- text-align: center !important;
- }
-}
-
-@media (min-width: 1200px) {
- .text-xl-left {
- text-align: left !important;
- }
- .text-xl-right {
- text-align: right !important;
- }
- .text-xl-center {
- text-align: center !important;
- }
-}
-
-.text-lowercase {
- text-transform: lowercase !important;
-}
-
-.text-uppercase {
- text-transform: uppercase !important;
-}
-
-.text-capitalize {
- text-transform: capitalize !important;
-}
-
-.font-weight-normal {
- font-weight: normal;
-}
-
-.font-weight-bold {
- font-weight: bold;
-}
-
-.font-italic {
- font-style: italic;
-}
-
-.text-muted {
- color: #818a91;
-}
-
-.text-primary {
- color: #0275d8 !important;
-}
-
-a.text-primary:focus, a.text-primary:hover {
- color: #025aa5;
-}
-
-.text-success {
- color: #5cb85c !important;
-}
-
-a.text-success:focus, a.text-success:hover {
- color: #449d44;
-}
-
-.text-info {
- color: #5bc0de !important;
-}
-
-a.text-info:focus, a.text-info:hover {
- color: #31b0d5;
-}
-
-.text-warning {
- color: #f0ad4e !important;
-}
-
-a.text-warning:focus, a.text-warning:hover {
- color: #ec971f;
-}
-
-.text-danger {
- color: #d9534f !important;
-}
-
-a.text-danger:focus, a.text-danger:hover {
- color: #c9302c;
-}
-
-.bg-inverse {
- color: #eceeef;
- background-color: #373a3c;
-}
-
-.bg-faded {
- background-color: #f7f7f9;
-}
-
-.bg-primary {
- color: #fff !important;
- background-color: #0275d8 !important;
-}
-
-a.bg-primary:focus, a.bg-primary:hover {
- background-color: #025aa5;
-}
-
-.bg-success {
- color: #fff !important;
- background-color: #5cb85c !important;
-}
-
-a.bg-success:focus, a.bg-success:hover {
- background-color: #449d44;
-}
-
-.bg-info {
- color: #fff !important;
- background-color: #5bc0de !important;
-}
-
-a.bg-info:focus, a.bg-info:hover {
- background-color: #31b0d5;
-}
-
-.bg-warning {
- color: #fff !important;
- background-color: #f0ad4e !important;
-}
-
-a.bg-warning:focus, a.bg-warning:hover {
- background-color: #ec971f;
-}
-
-.bg-danger {
- color: #fff !important;
- background-color: #d9534f !important;
-}
-
-a.bg-danger:focus, a.bg-danger:hover {
- background-color: #c9302c;
-}
-
.m-x-auto {
margin-right: auto !important;
margin-left: auto !important;
@@ -6097,6 +6008,160 @@ a.bg-danger:focus, a.bg-danger:hover {
z-index: 1030;
}
+.text-justify {
+ text-align: justify !important;
+}
+
+.text-nowrap {
+ white-space: nowrap !important;
+}
+
+.text-truncate {
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+}
+
+.text-xs-left {
+ text-align: left !important;
+}
+
+.text-xs-right {
+ text-align: right !important;
+}
+
+.text-xs-center {
+ text-align: center !important;
+}
+
+@media (min-width: 544px) {
+ .text-sm-left {
+ text-align: left !important;
+ }
+ .text-sm-right {
+ text-align: right !important;
+ }
+ .text-sm-center {
+ text-align: center !important;
+ }
+}
+
+@media (min-width: 768px) {
+ .text-md-left {
+ text-align: left !important;
+ }
+ .text-md-right {
+ text-align: right !important;
+ }
+ .text-md-center {
+ text-align: center !important;
+ }
+}
+
+@media (min-width: 992px) {
+ .text-lg-left {
+ text-align: left !important;
+ }
+ .text-lg-right {
+ text-align: right !important;
+ }
+ .text-lg-center {
+ text-align: center !important;
+ }
+}
+
+@media (min-width: 1200px) {
+ .text-xl-left {
+ text-align: left !important;
+ }
+ .text-xl-right {
+ text-align: right !important;
+ }
+ .text-xl-center {
+ text-align: center !important;
+ }
+}
+
+.text-lowercase {
+ text-transform: lowercase !important;
+}
+
+.text-uppercase {
+ text-transform: uppercase !important;
+}
+
+.text-capitalize {
+ text-transform: capitalize !important;
+}
+
+.font-weight-normal {
+ font-weight: normal;
+}
+
+.font-weight-bold {
+ font-weight: bold;
+}
+
+.font-italic {
+ font-style: italic;
+}
+
+.text-muted {
+ color: #818a91;
+}
+
+.text-primary {
+ color: #0275d8 !important;
+}
+
+a.text-primary:focus, a.text-primary:hover {
+ color: #025aa5;
+}
+
+.text-success {
+ color: #5cb85c !important;
+}
+
+a.text-success:focus, a.text-success:hover {
+ color: #449d44;
+}
+
+.text-info {
+ color: #5bc0de !important;
+}
+
+a.text-info:focus, a.text-info:hover {
+ color: #31b0d5;
+}
+
+.text-warning {
+ color: #f0ad4e !important;
+}
+
+a.text-warning:focus, a.text-warning:hover {
+ color: #ec971f;
+}
+
+.text-danger {
+ color: #d9534f !important;
+}
+
+a.text-danger:focus, a.text-danger:hover {
+ color: #c9302c;
+}
+
+.text-hide {
+ font: "0/0" a;
+ color: transparent;
+ text-shadow: none;
+ background-color: transparent;
+ border: 0;
+}
+
+.invisible {
+ visibility: hidden !important;
+}
+
.hidden-xs-up {
display: none !important;
}