summaryrefslogtreecommitdiff
path: root/spacelab/bootstrap.css
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2014-11-13 04:08:26 -0500
committerThomas Park <thomas@thomaspark.me>2014-11-13 04:08:26 -0500
commit2d27fbca0e00dfd8e275d39f8e5ae9f40fb5c4c9 (patch)
tree06e753dd388fec04fcad8e6ef8953ceec1fbdd0f /spacelab/bootstrap.css
parentdc0928d084dce2a2def47a2c4f42af7b19f7e2b9 (diff)
rebuild themes with autoprefixer, closes #359
Diffstat (limited to 'spacelab/bootstrap.css')
-rw-r--r--spacelab/bootstrap.css139
1 files changed, 100 insertions, 39 deletions
diff --git a/spacelab/bootstrap.css b/spacelab/bootstrap.css
index b249a1d6..04d252da 100644
--- a/spacelab/bootstrap.css
+++ b/spacelab/bootstrap.css
@@ -1,6 +1,6 @@
@import url("//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700");
/*!
- * bootswatch v3.3.1
+ * bootswatch v3.3.1+1
* Homepage: http://bootswatch.com
* Copyright 2012-2014 Thomas Park
* Licensed under MIT
@@ -97,7 +97,8 @@ figure {
}
hr {
-moz-box-sizing: content-box;
- box-sizing: content-box;
+ -webkit-box-sizing: content-box;
+ box-sizing: content-box;
height: 0;
}
pre {
@@ -147,7 +148,9 @@ input {
}
input[type="checkbox"],
input[type="radio"] {
- box-sizing: border-box;
+ -webkit-box-sizing: border-box;
+ -moz-box-sizing: border-box;
+ box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
@@ -194,7 +197,8 @@ th {
*:after {
background: transparent !important;
color: #000 !important;
- box-shadow: none !important;
+ -webkit-box-shadow: none !important;
+ box-shadow: none !important;
text-shadow: none !important;
}
a,
@@ -1346,13 +1350,15 @@ kbd {
color: #ffffff;
background-color: #333333;
border-radius: 3px;
- box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
+ -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
+ box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: bold;
- box-shadow: none;
+ -webkit-box-shadow: none;
+ box-shadow: none;
}
pre {
display: block;
@@ -2359,7 +2365,7 @@ output {
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
- -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
+ -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
@@ -2746,7 +2752,8 @@ select[multiple].form-group-lg .form-control {
font-weight: normal;
text-align: center;
vertical-align: middle;
- touch-action: manipulation;
+ -ms-touch-action: manipulation;
+ touch-action: manipulation;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
@@ -3157,11 +3164,14 @@ tbody.collapse.in {
height: 0;
overflow: hidden;
-webkit-transition-property: height, visibility;
- transition-property: height, visibility;
+ -o-transition-property: height, visibility;
+ transition-property: height, visibility;
-webkit-transition-duration: 0.35s;
- transition-duration: 0.35s;
+ -o-transition-duration: 0.35s;
+ transition-duration: 0.35s;
-webkit-transition-timing-function: ease;
- transition-timing-function: ease;
+ -o-transition-timing-function: ease;
+ transition-timing-function: ease;
}
.caret {
display: inline-block;
@@ -3198,7 +3208,8 @@ tbody.collapse.in {
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
- background-clip: padding-box;
+ -webkit-background-clip: padding-box;
+ background-clip: padding-box;
}
.dropdown-menu.pull-right {
right: 0;
@@ -3839,7 +3850,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
padding-right: 15px;
padding-left: 15px;
border-top: 1px solid transparent;
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
-webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
@@ -3849,7 +3861,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.navbar-collapse {
width: auto;
border-top: 0;
- box-shadow: none;
+ -webkit-box-shadow: none;
+ box-shadow: none;
}
.navbar-collapse.collapse {
display: block !important;
@@ -3990,7 +4003,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
margin-top: 0;
background-color: transparent;
border: 0;
- box-shadow: none;
+ -webkit-box-shadow: none;
+ box-shadow: none;
}
.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
@@ -4751,6 +4765,14 @@ a.thumbnail.active {
background-position: 0 0;
}
}
+@-o-keyframes progress-bar-stripes {
+ from {
+ background-position: 40px 0;
+ }
+ to {
+ background-position: 0 0;
+ }
+}
@keyframes progress-bar-stripes {
from {
background-position: 40px 0;
@@ -4788,7 +4810,8 @@ a.thumbnail.active {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
- background-size: 40px 40px;
+ -webkit-background-size: 40px 40px;
+ background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
@@ -5461,7 +5484,6 @@ button.close {
-o-transform: translate(0, -25%);
transform: translate(0, -25%);
-webkit-transition: -webkit-transform 0.3s ease-out;
- -moz-transition: -moz-transform 0.3s ease-out;
-o-transition: -o-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
}
@@ -5488,7 +5510,8 @@ button.close {
border-radius: 6px;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
- background-clip: padding-box;
+ -webkit-background-clip: padding-box;
+ background-clip: padding-box;
outline: 0;
}
.modal-backdrop {
@@ -5680,7 +5703,8 @@ button.close {
line-height: 1.42857143;
text-align: left;
background-color: #ffffff;
- background-clip: padding-box;
+ -webkit-background-clip: padding-box;
+ background-clip: padding-box;
border: 1px solid #cccccc;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
@@ -5808,24 +5832,31 @@ button.close {
}
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner > .item {
- transition: transform 0.6s ease-in-out;
- backface-visibility: hidden;
- perspective: 1000;
+ -webkit-transition: -webkit-transform 0.6s ease-in-out;
+ -o-transition: -o-transform 0.6s ease-in-out;
+ transition: transform 0.6s ease-in-out;
+ -webkit-backface-visibility: hidden;
+ backface-visibility: hidden;
+ -webkit-perspective: 1000;
+ perspective: 1000;
}
.carousel-inner > .item.next,
.carousel-inner > .item.active.right {
- transform: translate3d(100%, 0, 0);
+ -webkit-transform: translate3d(100%, 0, 0);
+ transform: translate3d(100%, 0, 0);
left: 0;
}
.carousel-inner > .item.prev,
.carousel-inner > .item.active.left {
- transform: translate3d(-100%, 0, 0);
+ -webkit-transform: translate3d(-100%, 0, 0);
+ transform: translate3d(-100%, 0, 0);
left: 0;
}
.carousel-inner > .item.next.left,
.carousel-inner > .item.prev.right,
.carousel-inner > .item.active {
- transform: translate3d(0, 0, 0);
+ -webkit-transform: translate3d(0, 0, 0);
+ transform: translate3d(0, 0, 0);
left: 0;
}
}
@@ -5875,6 +5906,7 @@ button.close {
.carousel-control.left {
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
+ background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
@@ -5884,6 +5916,7 @@ button.close {
right: 0;
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
+ background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
@@ -6296,20 +6329,24 @@ button.close {
.navbar {
background-image: -webkit-linear-gradient(#ffffff, #eeeeee 50%, #e4e4e4);
background-image: -o-linear-gradient(#ffffff, #eeeeee 50%, #e4e4e4);
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%, #eeeeee), to(#e4e4e4));
background-image: linear-gradient(#ffffff, #eeeeee 50%, #e4e4e4);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe4e4e4', GradientType=0);
- filter: none;
+ -webkit-filter: none;
+ filter: none;
border: 1px solid #d5d5d5;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
.navbar-inverse {
background-image: -webkit-linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
background-image: -o-linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#6d94bf), color-stop(50%, #446e9b), to(#3e648d));
background-image: linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6d94bf', endColorstr='#ff3e648d', GradientType=0);
- filter: none;
+ -webkit-filter: none;
+ filter: none;
border: 1px solid #345578;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
@@ -6349,109 +6386,133 @@ button.close {
.btn-default {
background-image: -webkit-linear-gradient(#6d7070, #474949 50%, #3d3f3f);
background-image: -o-linear-gradient(#6d7070, #474949 50%, #3d3f3f);
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#6d7070), color-stop(50%, #474949), to(#3d3f3f));
background-image: linear-gradient(#6d7070, #474949 50%, #3d3f3f);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6d7070', endColorstr='#ff3d3f3f', GradientType=0);
- filter: none;
+ -webkit-filter: none;
+ filter: none;
border: 1px solid #2e2f2f;
}
.btn-default:hover {
background-image: -webkit-linear-gradient(#636565, #3d3f3f 50%, #333434);
background-image: -o-linear-gradient(#636565, #3d3f3f 50%, #333434);
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#636565), color-stop(50%, #3d3f3f), to(#333434));
background-image: linear-gradient(#636565, #3d3f3f 50%, #333434);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff636565', endColorstr='#ff333434', GradientType=0);
- filter: none;
+ -webkit-filter: none;
+ filter: none;
border: 1px solid #242525;
}
.btn-primary {
background-image: -webkit-linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
background-image: -o-linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#6d94bf), color-stop(50%, #446e9b), to(#3e648d));
background-image: linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6d94bf', endColorstr='#ff3e648d', GradientType=0);
- filter: none;
+ -webkit-filter: none;
+ filter: none;
border: 1px solid #345578;
}
.btn-primary:hover {
background-image: -webkit-linear-gradient(#5f8ab9, #3e648d 50%, #385a7f);
background-image: -o-linear-gradient(#5f8ab9, #3e648d 50%, #385a7f);
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#5f8ab9), color-stop(50%, #3e648d), to(#385a7f));
background-image: linear-gradient(#5f8ab9, #3e648d 50%, #385a7f);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5f8ab9', endColorstr='#ff385a7f', GradientType=0);
- filter: none;
+ -webkit-filter: none;
+ filter: none;
border: 1px solid #2e4b69;
}
.btn-success {
background-image: -webkit-linear-gradient(#61dd45, #3cb521 50%, #36a41e);
background-image: -o-linear-gradient(#61dd45, #3cb521 50%, #36a41e);
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#61dd45), color-stop(50%, #3cb521), to(#36a41e));
background-image: linear-gradient(#61dd45, #3cb521 50%, #36a41e);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff61dd45', endColorstr='#ff36a41e', GradientType=0);
- filter: none;
+ -webkit-filter: none;
+ filter: none;
border: 1px solid #2e8a19;
}
.btn-success:hover {
background-image: -webkit-linear-gradient(#52da34, #36a41e 50%, #31921b);
background-image: -o-linear-gradient(#52da34, #36a41e 50%, #31921b);
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#52da34), color-stop(50%, #36a41e), to(#31921b));
background-image: linear-gradient(#52da34, #36a41e 50%, #31921b);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff52da34', endColorstr='#ff31921b', GradientType=0);
- filter: none;
+ -webkit-filter: none;
+ filter: none;
border: 1px solid #287916;
}
.btn-info {
background-image: -webkit-linear-gradient(#7bbdf7, #3399f3 50%, #208ff2);
background-image: -o-linear-gradient(#7bbdf7, #3399f3 50%, #208ff2);
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#7bbdf7), color-stop(50%, #3399f3), to(#208ff2));
background-image: linear-gradient(#7bbdf7, #3399f3 50%, #208ff2);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7bbdf7', endColorstr='#ff208ff2', GradientType=0);
- filter: none;
+ -webkit-filter: none;
+ filter: none;
border: 1px solid #0e80e5;
}
.btn-info:hover {
background-image: -webkit-linear-gradient(#68b3f6, #208ff2 50%, #0e86ef);
background-image: -o-linear-gradient(#68b3f6, #208ff2 50%, #0e86ef);
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#68b3f6), color-stop(50%, #208ff2), to(#0e86ef));
background-image: linear-gradient(#68b3f6, #208ff2 50%, #0e86ef);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff68b3f6', endColorstr='#ff0e86ef', GradientType=0);
- filter: none;
+ -webkit-filter: none;
+ filter: none;
border: 1px solid #0c75d2;
}
.btn-warning {
background-image: -webkit-linear-gradient(#ff9c21, #d47500 50%, #c06a00);
background-image: -o-linear-gradient(#ff9c21, #d47500 50%, #c06a00);
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9c21), color-stop(50%, #d47500), to(#c06a00));
background-image: linear-gradient(#ff9c21, #d47500 50%, #c06a00);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff9c21', endColorstr='#ffc06a00', GradientType=0);
- filter: none;
+ -webkit-filter: none;
+ filter: none;
border: 1px solid #a15900;
}
.btn-warning:hover {
background-image: -webkit-linear-gradient(#ff930d, #c06a00 50%, #ab5e00);
background-image: -o-linear-gradient(#ff930d, #c06a00 50%, #ab5e00);
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#ff930d), color-stop(50%, #c06a00), to(#ab5e00));
background-image: linear-gradient(#ff930d, #c06a00 50%, #ab5e00);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff930d', endColorstr='#ffab5e00', GradientType=0);
- filter: none;
+ -webkit-filter: none;
+ filter: none;
border: 1px solid #8d4e00;
}
.btn-danger {
background-image: -webkit-linear-gradient(#ff1d1b, #cd0200 50%, #b90200);
background-image: -o-linear-gradient(#ff1d1b, #cd0200 50%, #b90200);
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#ff1d1b), color-stop(50%, #cd0200), to(#b90200));
background-image: linear-gradient(#ff1d1b, #cd0200 50%, #b90200);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff1d1b', endColorstr='#ffb90200', GradientType=0);
- filter: none;
+ -webkit-filter: none;
+ filter: none;
border: 1px solid #9a0200;
}
.btn-danger:hover {
background-image: -webkit-linear-gradient(#ff0906, #b90200 50%, #a40200);
background-image: -o-linear-gradient(#ff0906, #b90200 50%, #a40200);
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#ff0906), color-stop(50%, #b90200), to(#a40200));
background-image: linear-gradient(#ff0906, #b90200 50%, #a40200);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff0906', endColorstr='#ffa40200', GradientType=0);
- filter: none;
+ -webkit-filter: none;
+ filter: none;
border: 1px solid #860100;
}
.btn:active,