Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
masonstrap
Commits
2d27fbca
Commit
2d27fbca
authored
Nov 13, 2014
by
Thomas Park
Browse files
rebuild themes with autoprefixer, closes #359
parent
dc0928d0
Changes
35
Hide whitespace changes
Inline
Side-by-side
api/3.json
View file @
2d27fbca
{
"version"
:
"3.3.
0
"
,
"version"
:
"3.3.
1+1
"
,
"themes"
:
[
{
"name"
:
"Cerulean"
,
...
...
bower.json
View file @
2d27fbca
{
"name"
:
"bootswatch"
,
"description"
:
"Bootswatch is a collection of themes for Bootstrap."
,
"version"
:
"3.3.1"
,
"version"
:
"3.3.1
+1
"
,
"author"
:
"Thomas Park"
,
"homepage"
:
"http://bootswatch.com"
,
"repository"
:
{
...
...
cerulean/bootstrap.css
View file @
2d27fbca
/*!
* bootswatch v3.3.1
* bootswatch v3.3.1
+1
* Homepage: http://bootswatch.com
* Copyright 2012-2014 Thomas Park
* Licensed under MIT
...
...
@@ -96,7 +96,8 @@ figure {
}
hr
{
-moz-box-sizing
:
content-box
;
box-sizing
:
content-box
;
-webkit-box-sizing
:
content-box
;
box-sizing
:
content-box
;
height
:
0
;
}
pre
{
...
...
@@ -146,7 +147,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
,
...
...
@@ -193,7 +196,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
,
...
...
@@ -1345,13 +1349,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
;
...
...
@@ -2358,7 +2364,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
;
}
...
...
@@ -2745,7 +2751,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
;
...
...
@@ -3156,11 +3163,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
;
...
...
@@ -3197,7 +3207,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
;
...
...
@@ -3838,7 +3849,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
{
...
...
@@ -3848,7 +3860,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
;
...
...
@@ -3989,7 +4002,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
{
...
...
@@ -4750,6 +4764,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
;
...
...
@@ -4787,7 +4809,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
{
...
...
@@ -5460,7 +5483,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
;
}
...
...
@@ -5487,7 +5509,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
{
...
...
@@ -5679,7 +5702,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
;
...
...
@@ -5807,24 +5831,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
;
}
}
...
...
@@ -5874,6 +5905,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
);
...
...
@@ -5883,6 +5915,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
);
...
...
@@ -6295,11 +6328,13 @@ button.close {
.navbar
{
background-image
:
-webkit-linear-gradient
(
#54b4eb
,
#2fa4e7
60%
,
#1d9ce5
);
background-image
:
-o-linear-gradient
(
#54b4eb
,
#2fa4e7
60%
,
#1d9ce5
);
background-image
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
from
(
#54b4eb
),
color-stop
(
60%
,
#2fa4e7
),
to
(
#1d9ce5
));
background-image
:
linear-gradient
(
#54b4eb
,
#2fa4e7
60%
,
#1d9ce5
);
background-repeat
:
no-repeat
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#ff54b4eb'
,
endColorstr
=
'#ff1d9ce5'
,
GradientType
=
0
);
border-bottom
:
1px
solid
#178acc
;
filter
:
none
;
-webkit-filter
:
none
;
filter
:
none
;
-webkit-box-shadow
:
0
1px
10px
rgba
(
0
,
0
,
0
,
0.1
);
box-shadow
:
0
1px
10px
rgba
(
0
,
0
,
0
,
0.1
);
}
...
...
@@ -6310,10 +6345,12 @@ button.close {
.navbar-inverse
{
background-image
:
-webkit-linear-gradient
(
#04519b
,
#044687
60%
,
#033769
);
background-image
:
-o-linear-gradient
(
#04519b
,
#044687
60%
,
#033769
);
background-image
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
from
(
#04519b
),
color-stop
(
60%
,
#044687
),
to
(
#033769
));
background-image
:
linear-gradient
(
#04519b
,
#044687
60%
,
#033769
);
background-repeat
:
no-repeat
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#ff04519b'
,
endColorstr
=
'#ff033769'
,
GradientType
=
0
);
filter
:
none
;
-webkit-filter
:
none
;
filter
:
none
;
border-bottom
:
1px
solid
#022241
;
}
.navbar-inverse
.badge
{
...
...
@@ -6338,10 +6375,12 @@ button.close {
.btn-default
{
background-image
:
-webkit-linear-gradient
(
#ffffff
,
#ffffff
60%
,
#f5f5f5
);
background-image
:
-o-linear-gradient
(
#ffffff
,
#ffffff
60%
,
#f5f5f5
);
background-image
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
from
(
#ffffff
),
color-stop
(
60%
,
#ffffff
),
to
(
#f5f5f5
));
background-image
:
linear-gradient
(
#ffffff
,
#ffffff
60%
,
#f5f5f5
);
background-repeat
:
no-repeat
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#ffffffff'
,
endColorstr
=
'#fff5f5f5'
,
GradientType
=
0
);
filter
:
none
;
-webkit-filter
:
none
;
filter
:
none
;
border-bottom
:
1px
solid
#e6e6e6
;
}
.btn-default
:hover
{
...
...
@@ -6353,55 +6392,67 @@ button.close {
.btn-default
{
background-image
:
-webkit-linear-gradient
(
#ffffff
,
#ffffff
60%
,
#f5f5f5
);
background-image
:
-o-linear-gradient
(
#ffffff
,
#ffffff
60%
,
#f5f5f5
);
background-image
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
from
(
#ffffff
),
color-stop
(
60%
,
#ffffff
),
to
(
#f5f5f5
));
background-image
:
linear-gradient
(
#ffffff
,
#ffffff
60%
,
#f5f5f5
);
background-repeat
:
no-repeat
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#ffffffff'
,
endColorstr
=
'#fff5f5f5'
,
GradientType
=
0
);
filter
:
none
;
-webkit-filter
:
none
;
filter
:
none
;
border-bottom
:
1px
solid
#e6e6e6
;
}
.btn-primary
{
background-image
:
-webkit-linear-gradient
(
#54b4eb
,
#2fa4e7
60%
,
#1d9ce5
);
background-image
:
-o-linear-gradient
(
#54b4eb
,
#2fa4e7
60%
,
#1d9ce5
);
background-image
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
from
(
#54b4eb
),
color-stop
(
60%
,
#2fa4e7
),
to
(
#1d9ce5
));
background-image
:
linear-gradient
(
#54b4eb
,
#2fa4e7
60%
,
#1d9ce5
);
background-repeat
:
no-repeat
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#ff54b4eb'
,
endColorstr
=
'#ff1d9ce5'
,
GradientType
=
0
);
filter
:
none
;
-webkit-filter
:
none
;
filter
:
none
;
border-bottom
:
1px
solid
#178acc
;
}
.btn-success
{
background-image
:
-webkit-linear-gradient
(
#88c149
,
#73a839
60%
,
#699934
);
background-image
:
-o-linear-gradient
(
#88c149
,
#73a839
60%
,
#699934
);
background-image
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
from
(
#88c149
),
color-stop
(
60%
,
#73a839
),
to
(
#699934
));
background-image
:
linear-gradient
(
#88c149
,
#73a839
60%
,
#699934
);
background-repeat
:
no-repeat
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#ff88c149'
,
endColorstr
=
'#ff699934'
,
GradientType
=
0
);
filter
:
none
;
-webkit-filter
:
none
;
filter
:
none
;
border-bottom
:
1px
solid
#59822c
;
}
.btn-info
{
background-image
:
-webkit-linear-gradient
(
#04519b
,
#033c73
60%
,
#02325f
);
background-image
:
-o-linear-gradient
(
#04519b
,
#033c73
60%
,
#02325f
);
background-image
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
from
(
#04519b
),
color-stop
(
60%
,
#033c73
),
to
(
#02325f
));
background-image
:
linear-gradient
(
#04519b
,
#033c73
60%
,
#02325f
);
background-repeat
:
no-repeat
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#ff04519b'
,
endColorstr
=
'#ff02325f'
,
GradientType
=
0
);
filter
:
none
;
-webkit-filter
:
none
;
filter
:
none
;
border-bottom
:
1px
solid
#022241
;
}
.btn-warning
{
background-image
:
-webkit-linear-gradient
(
#ff6707
,
#dd5600
60%
,
#c94e00
);
background-image
:
-o-linear-gradient
(
#ff6707
,
#dd5600
60%
,
#c94e00
);
background-image
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
from
(
#ff6707
),
color-stop
(
60%
,
#dd5600
),
to
(
#c94e00
));
background-image
:
linear-gradient
(
#ff6707
,
#dd5600
60%
,
#c94e00
);
background-repeat
:
no-repeat
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#ffff6707'
,
endColorstr
=
'#ffc94e00'
,
GradientType
=
0
);
filter
:
none
;
-webkit-filter
:
none
;
filter
:
none
;
border-bottom
:
1px
solid
#aa4200
;
}
.btn-danger
{
background-image
:
-webkit-linear-gradient
(
#e12b31
,
#c71c22
60%
,
#b5191f
);
background-image
:
-o-linear-gradient
(
#e12b31
,
#c71c22
60%
,
#b5191f
);
background-image
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
from
(
#e12b31
),
color-stop
(
60%
,
#c71c22
),
to
(
#b5191f
));
background-image
:
linear-gradient
(
#e12b31
,
#c71c22
60%
,
#b5191f
);
background-repeat
:
no-repeat
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#ffe12b31'
,
endColorstr
=
'#ffb5191f'
,
GradientType
=
0
);
filter
:
none
;
-webkit-filter
:
none
;
filter
:
none
;
border-bottom
:
1px
solid
#9a161a
;
}
.panel-primary
.panel-heading
,
...
...
cerulean/bootstrap.min.css
View file @
2d27fbca
This source diff could not be displayed because it is too large. You can
view the blob
instead.
cosmo/bootstrap.css
View file @
2d27fbca
@import
url("//fonts.googleapis.com/css?family=Source+Sans+Pro:300,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
:
0
;
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
:
0
;
-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
:
0
;
-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
:
0
;
-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
:
0
;
...
...
@@ -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
);
...
...
cosmo/bootstrap.min.css
View file @
2d27fbca
This source diff could not be displayed because it is too large. You can
view the blob
instead.
cyborg/bootstrap.css
View file @
2d27fbca
@import
url("//fonts.googleapis.com/css?family=Roboto:400,700")
;
/*!
* bootswatch v3.3.1
* bootswatch v3.3.1
+1
* Homepage: http://bootswatch.com
* Copyright 20