Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
e4c1ef7c
Commit
e4c1ef7c
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
more closely align property order with recess
parent
0991c7c3
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.csscomb.json
+157
-172
.csscomb.json
dist/css/bootstrap-theme.css
+32
-32
dist/css/bootstrap-theme.css
dist/css/bootstrap.css
+292
-292
dist/css/bootstrap.css
with
481 additions
and
496 deletions
+481
-496
.csscomb.json
+
157
-
172
View file @
e4c1ef7c
...
@@ -16,11 +16,45 @@
...
@@ -16,11 +16,45 @@
"vendor-prefix-align"
:
true
,
"vendor-prefix-align"
:
true
,
"sort-order"
:
[
"sort-order"
:
[
[
[
"position"
,
"top"
,
"right"
,
"bottom"
,
"left"
,
"z-index"
,
"display"
,
"float"
,
"width"
,
"min-width"
,
"max-width"
,
"height"
,
"min-height"
,
"max-height"
,
"-webkit-box-sizing"
,
"-moz-box-sizing"
,
"box-sizing"
,
"padding"
,
"padding-top"
,
"padding-right"
,
"padding-bottom"
,
"padding-left"
,
"margin"
,
"margin-top"
,
"margin-right"
,
"margin-bottom"
,
"margin-left"
,
"overflow"
,
"overflow-x"
,
"overflow-y"
,
"-ms-overflow-x"
,
"-ms-overflow-y"
,
"clip"
,
"clear"
,
"font"
,
"font"
,
"font-family"
,
"font-family"
,
"font-size"
,
"font-size"
,
"font-weight"
,
"font-style"
,
"font-style"
,
"font-weight"
,
"font-variant"
,
"font-variant"
,
"font-size-adjust"
,
"font-size-adjust"
,
"font-stretch"
,
"font-stretch"
,
...
@@ -29,62 +63,64 @@
...
@@ -29,62 +63,64 @@
"font-emphasize-position"
,
"font-emphasize-position"
,
"font-emphasize-style"
,
"font-emphasize-style"
,
"font-smooth"
,
"font-smooth"
,
"-webkit-hyphens"
,
"-moz-hyphens"
,
"hyphens"
,
"line-height"
,
"line-height"
,
"position"
,
"color"
,
"z-index"
,
"text-align"
,
"top"
,
"-webkit-text-align-last"
,
"right"
,
"-moz-text-align-last"
,
"bottom"
,
"-ms-text-align-last"
,
"left"
,
"text-align-last"
,
"display"
,
"text-emphasis"
,
"text-emphasis-color"
,
"text-emphasis-style"
,
"text-emphasis-position"
,
"text-decoration"
,
"text-indent"
,
"text-justify"
,
"text-outline"
,
"-ms-text-overflow"
,
"text-overflow"
,
"text-overflow-ellipsis"
,
"text-overflow-mode"
,
"text-shadow"
,
"text-transform"
,
"text-wrap"
,
"letter-spacing"
,
"-ms-word-break"
,
"word-break"
,
"word-spacing"
,
"-ms-word-wrap"
,
"word-wrap"
,
"-moz-tab-size"
,
"-o-tab-size"
,
"tab-size"
,
"white-space"
,
"vertical-align"
,
"list-style"
,
"list-style-position"
,
"list-style-type"
,
"list-style-image"
,
"pointer-events"
,
"cursor"
,
"visibility"
,
"visibility"
,
"float"
,
"clear"
,
"overflow"
,
"overflow-x"
,
"overflow-y"
,
"-ms-overflow-x"
,
"-ms-overflow-y"
,
"clip"
,
"zoom"
,
"zoom"
,
"flex-direction"
,
"flex-direction"
,
"flex-order"
,
"flex-order"
,
"flex-pack"
,
"flex-pack"
,
"flex-align"
,
"flex-align"
,
"-webkit-box-sizing"
,
"-moz-box-sizing"
,
"box-sizing"
,
"width"
,
"min-width"
,
"max-width"
,
"height"
,
"min-height"
,
"max-height"
,
"margin"
,
"margin-top"
,
"margin-right"
,
"margin-bottom"
,
"margin-left"
,
"padding"
,
"padding-top"
,
"padding-right"
,
"padding-bottom"
,
"padding-left"
,
"table-layout"
,
"table-layout"
,
"empty-cells"
,
"empty-cells"
,
"caption-side"
,
"caption-side"
,
"border-spacing"
,
"border-spacing"
,
"border-collapse"
,
"border-collapse"
,
"list-style"
,
"list-style-position"
,
"list-style-type"
,
"list-style-image"
,
"content"
,
"content"
,
"quotes"
,
"quotes"
,
"counter-reset"
,
"counter-reset"
,
"counter-increment"
,
"counter-increment"
,
"resize"
,
"resize"
,
"cursor"
,
"-webkit-user-select"
,
"-webkit-user-select"
,
"-moz-user-select"
,
"-moz-user-select"
,
"-ms-user-select"
,
"-ms-user-select"
,
...
@@ -94,6 +130,86 @@
...
@@ -94,6 +130,86 @@
"nav-right"
,
"nav-right"
,
"nav-down"
,
"nav-down"
,
"nav-left"
,
"nav-left"
,
"filter:progid:DXImageTransform.Microsoft.AlphaImageLoader"
,
"background"
,
"background-color"
,
"-ms-filter:
\\
'progid:DXImageTransform.Microsoft.gradient"
,
"filter:progid:DXImageTransform.Microsoft.gradient"
,
"background-image"
,
"background-repeat"
,
"background-attachment"
,
"background-position"
,
"background-position-x"
,
"background-position-y"
,
"-webkit-background-clip"
,
"-moz-background-clip"
,
"background-clip"
,
"background-origin"
,
"-webkit-background-size"
,
"-moz-background-size"
,
"-o-background-size"
,
"background-size"
,
"border"
,
"border-color"
,
"border-style"
,
"border-width"
,
"border-top"
,
"border-top-color"
,
"border-top-style"
,
"border-top-width"
,
"border-right"
,
"border-right-color"
,
"border-right-style"
,
"border-right-width"
,
"border-bottom"
,
"border-bottom-color"
,
"border-bottom-style"
,
"border-bottom-width"
,
"border-left"
,
"border-left-color"
,
"border-left-style"
,
"border-left-width"
,
"border-radius"
,
"border-top-left-radius"
,
"border-top-right-radius"
,
"border-bottom-right-radius"
,
"border-bottom-left-radius"
,
"-webkit-border-image"
,
"-moz-border-image"
,
"-o-border-image"
,
"border-image"
,
"-webkit-border-image-source"
,
"-moz-border-image-source"
,
"-o-border-image-source"
,
"border-image-source"
,
"-webkit-border-image-slice"
,
"-moz-border-image-slice"
,
"-o-border-image-slice"
,
"border-image-slice"
,
"-webkit-border-image-width"
,
"-moz-border-image-width"
,
"-o-border-image-width"
,
"border-image-width"
,
"-webkit-border-image-outset"
,
"-moz-border-image-outset"
,
"-o-border-image-outset"
,
"border-image-outset"
,
"-webkit-border-image-repeat"
,
"-moz-border-image-repeat"
,
"-o-border-image-repeat"
,
"border-image-repeat"
,
"outline"
,
"outline-width"
,
"outline-style"
,
"outline-color"
,
"outline-offset"
,
"-webkit-box-shadow"
,
"-moz-box-shadow"
,
"box-shadow"
,
"filter:progid:DXImageTransform.Microsoft.Alpha(Opacity"
,
"-ms-filter:
\\
'progid:DXImageTransform.Microsoft.Alpha"
,
"opacity"
,
"-ms-interpolation-mode"
,
"-webkit-transition"
,
"-webkit-transition"
,
"-moz-transition"
,
"-moz-transition"
,
"-ms-transition"
,
"-ms-transition"
,
...
@@ -168,138 +284,7 @@
...
@@ -168,138 +284,7 @@
"-moz-animation-direction"
,
"-moz-animation-direction"
,
"-ms-animation-direction"
,
"-ms-animation-direction"
,
"-o-animation-direction"
,
"-o-animation-direction"
,
"animation-direction"
,
"animation-direction"
"text-align"
,
"-webkit-text-align-last"
,
"-moz-text-align-last"
,
"-ms-text-align-last"
,
"text-align-last"
,
"vertical-align"
,
"white-space"
,
"text-decoration"
,
"text-emphasis"
,
"text-emphasis-color"
,
"text-emphasis-style"
,
"text-emphasis-position"
,
"text-indent"
,
"-ms-text-justify"
,
"text-justify"
,
"letter-spacing"
,
"word-spacing"
,
"-ms-writing-mode"
,
"text-outline"
,
"text-transform"
,
"text-wrap"
,
"text-overflow"
,
"-ms-text-overflow"
,
"text-overflow-ellipsis"
,
"text-overflow-mode"
,
"-ms-word-wrap"
,
"word-wrap"
,
"word-break"
,
"-ms-word-break"
,
"-moz-tab-size"
,
"-o-tab-size"
,
"tab-size"
,
"-webkit-hyphens"
,
"-moz-hyphens"
,
"hyphens"
,
"pointer-events"
,
"opacity"
,
"filter:progid:DXImageTransform.Microsoft.Alpha(Opacity"
,
"-ms-filter:
\\
'progid:DXImageTransform.Microsoft.Alpha"
,
"-ms-interpolation-mode"
,
"color"
,
"border"
,
"border-width"
,
"border-style"
,
"border-color"
,
"border-top"
,
"border-top-width"
,
"border-top-style"
,
"border-top-color"
,
"border-right"
,
"border-right-width"
,
"border-right-style"
,
"border-right-color"
,
"border-bottom"
,
"border-bottom-width"
,
"border-bottom-style"
,
"border-bottom-color"
,
"border-left"
,
"border-left-width"
,
"border-left-style"
,
"border-left-color"
,
"-webkit-border-radius"
,
"-moz-border-radius"
,
"border-radius"
,
"-webkit-border-top-left-radius"
,
"-moz-border-radius-topleft"
,
"border-top-left-radius"
,
"-webkit-border-top-right-radius"
,
"-moz-border-radius-topright"
,
"border-top-right-radius"
,
"-webkit-border-bottom-right-radius"
,
"-moz-border-radius-bottomright"
,
"border-bottom-right-radius"
,
"-webkit-border-bottom-left-radius"
,
"-moz-border-radius-bottomleft"
,
"border-bottom-left-radius"
,
"-webkit-border-image"
,
"-moz-border-image"
,
"-o-border-image"
,
"border-image"
,
"-webkit-border-image-source"
,
"-moz-border-image-source"
,
"-o-border-image-source"
,
"border-image-source"
,
"-webkit-border-image-slice"
,
"-moz-border-image-slice"
,
"-o-border-image-slice"
,
"border-image-slice"
,
"-webkit-border-image-width"
,
"-moz-border-image-width"
,
"-o-border-image-width"
,
"border-image-width"
,
"-webkit-border-image-outset"
,
"-moz-border-image-outset"
,
"-o-border-image-outset"
,
"border-image-outset"
,
"-webkit-border-image-repeat"
,
"-moz-border-image-repeat"
,
"-o-border-image-repeat"
,
"border-image-repeat"
,
"outline"
,
"outline-width"
,
"outline-style"
,
"outline-color"
,
"outline-offset"
,
"background"
,
"filter:progid:DXImageTransform.Microsoft.AlphaImageLoader"
,
"background-color"
,
"background-image"
,
"background-repeat"
,
"background-attachment"
,
"background-position"
,
"background-position-x"
,
"-ms-background-position-x"
,
"background-position-y"
,
"-ms-background-position-y"
,
"-webkit-background-clip"
,
"-moz-background-clip"
,
"background-clip"
,
"background-origin"
,
"-webkit-background-size"
,
"-moz-background-size"
,
"-o-background-size"
,
"background-size"
,
"box-decoration-break"
,
"-webkit-box-shadow"
,
"-moz-box-shadow"
,
"box-shadow"
,
"filter:progid:DXImageTransform.Microsoft.gradient"
,
"-ms-filter:
\\
'progid:DXImageTransform.Microsoft.gradient"
,
"text-shadow"
]
]
]
]
}
}
This diff is collapsed.
Click to expand it.
dist/css/bootstrap-theme.css
+
32
-
32
View file @
e4c1ef7c
...
@@ -11,9 +11,9 @@
...
@@ -11,9 +11,9 @@
.btn-info
,
.btn-info
,
.btn-warning
,
.btn-warning
,
.btn-danger
{
.btn-danger
{
text-shadow
:
0
-1px
0
rgba
(
0
,
0
,
0
,
.2
);
-webkit-box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
.15
),
0
1px
1px
rgba
(
0
,
0
,
0
,
.075
);
-webkit-box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
.15
),
0
1px
1px
rgba
(
0
,
0
,
0
,
.075
);
box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
.15
),
0
1px
1px
rgba
(
0
,
0
,
0
,
.075
);
box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
.15
),
0
1px
1px
rgba
(
0
,
0
,
0
,
.075
);
text-shadow
:
0
-1px
0
rgba
(
0
,
0
,
0
,
.2
);
}
}
.btn-default
:active
,
.btn-default
:active
,
.btn-primary
:active
,
.btn-primary
:active
,
...
@@ -35,14 +35,14 @@
...
@@ -35,14 +35,14 @@
background-image
:
none
;
background-image
:
none
;
}
}
.btn-default
{
.btn-default
{
border-color
:
#dbdbdb
;
text-shadow
:
0
1px
0
#fff
;
border-color
:
#ccc
;
background-image
:
-webkit-linear-gradient
(
top
,
#fff
0%
,
#e0e0e0
100%
);
background-image
:
-webkit-linear-gradient
(
top
,
#fff
0%
,
#e0e0e0
100%
);
background-image
:
linear-gradient
(
to
bottom
,
#fff
0%
,
#e0e0e0
100%
);
background-image
:
linear-gradient
(
to
bottom
,
#fff
0%
,
#e0e0e0
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#ffffffff'
,
endColorstr
=
'#ffe0e0e0'
,
GradientType
=
0
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#ffffffff'
,
endColorstr
=
'#ffe0e0e0'
,
GradientType
=
0
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
enabled
=
false
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
enabled
=
false
);
background-repeat
:
repeat-x
;
background-repeat
:
repeat-x
;
text-shadow
:
0
1px
0
#fff
;
border-color
:
#dbdbdb
;
border-color
:
#ccc
;
}
}
.btn-default
:hover
,
.btn-default
:hover
,
.btn-default
:focus
{
.btn-default
:focus
{
...
@@ -51,16 +51,16 @@
...
@@ -51,16 +51,16 @@
}
}
.btn-default
:active
,
.btn-default
:active
,
.btn-default.active
{
.btn-default.active
{
border-color
:
#dbdbdb
;
background-color
:
#e0e0e0
;
background-color
:
#e0e0e0
;
border-color
:
#dbdbdb
;
}
}
.btn-primary
{
.btn-primary
{
border-color
:
#2b669a
;
background-image
:
-webkit-linear-gradient
(
top
,
#428bca
0%
,
#2d6ca2
100%
);
background-image
:
-webkit-linear-gradient
(
top
,
#428bca
0%
,
#2d6ca2
100%
);
background-image
:
linear-gradient
(
to
bottom
,
#428bca
0%
,
#2d6ca2
100%
);
background-image
:
linear-gradient
(
to
bottom
,
#428bca
0%
,
#2d6ca2
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#ff428bca'
,
endColorstr
=
'#ff2d6ca2'
,
GradientType
=
0
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#ff428bca'
,
endColorstr
=
'#ff2d6ca2'
,
GradientType
=
0
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
enabled
=
false
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
enabled
=
false
);
background-repeat
:
repeat-x
;
background-repeat
:
repeat-x
;
border-color
:
#2b669a
;
}
}
.btn-primary
:hover
,
.btn-primary
:hover
,
.btn-primary
:focus
{
.btn-primary
:focus
{
...
@@ -69,16 +69,16 @@
...
@@ -69,16 +69,16 @@
}
}
.btn-primary
:active
,
.btn-primary
:active
,
.btn-primary.active
{
.btn-primary.active
{
border-color
:
#2b669a
;
background-color
:
#2d6ca2
;
background-color
:
#2d6ca2
;
border-color
:
#2b669a
;
}
}
.btn-success
{
.btn-success
{
border-color
:
#3e8f3e
;
background-image
:
-webkit-linear-gradient
(
top
,
#5cb85c
0%
,
#419641
100%
);
background-image
:
-webkit-linear-gradient
(
top
,
#5cb85c
0%
,
#419641
100%
);
background-image
:
linear-gradient
(
to
bottom
,
#5cb85c
0%
,
#419641
100%
);
background-image
:
linear-gradient
(
to
bottom
,
#5cb85c
0%
,
#419641
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#ff5cb85c'
,
endColorstr
=
'#ff419641'
,
GradientType
=
0
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#ff5cb85c'
,
endColorstr
=
'#ff419641'
,
GradientType
=
0
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
enabled
=
false
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
enabled
=
false
);
background-repeat
:
repeat-x
;
background-repeat
:
repeat-x
;
border-color
:
#3e8f3e
;
}
}
.btn-success
:hover
,
.btn-success
:hover
,
.btn-success
:focus
{
.btn-success
:focus
{
...
@@ -87,16 +87,16 @@
...
@@ -87,16 +87,16 @@
}
}
.btn-success
:active
,
.btn-success
:active
,
.btn-success.active
{
.btn-success.active
{
border-color
:
#3e8f3e
;
background-color
:
#419641
;
background-color
:
#419641
;
border-color
:
#3e8f3e
;
}
}
.btn-warning
{
.btn-warning
{
border-color
:
#e38d13
;
background-image
:
-webkit-linear-gradient
(
top
,
#f0ad4e
0%
,
#eb9316
100%
);
background-image
:
-webkit-linear-gradient
(
top
,
#f0ad4e
0%
,
#eb9316
100%
);
background-image
:
linear-gradient
(
to
bottom
,
#f0ad4e
0%
,
#eb9316
100%
);
background-image
:
linear-gradient
(
to
bottom
,
#f0ad4e
0%
,
#eb9316
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#fff0ad4e'
,
endColorstr
=
'#ffeb9316'
,
GradientType
=
0
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#fff0ad4e'
,
endColorstr
=
'#ffeb9316'
,
GradientType
=
0
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
enabled
=
false
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
enabled
=
false
);
background-repeat
:
repeat-x
;
background-repeat
:
repeat-x
;
border-color
:
#e38d13
;
}
}
.btn-warning
:hover
,
.btn-warning
:hover
,
.btn-warning
:focus
{
.btn-warning
:focus
{
...
@@ -105,16 +105,16 @@
...
@@ -105,16 +105,16 @@
}
}
.btn-warning
:active
,
.btn-warning
:active
,
.btn-warning.active
{
.btn-warning.active
{
border-color
:
#e38d13
;
background-color
:
#eb9316
;
background-color
:
#eb9316
;
border-color
:
#e38d13
;
}
}
.btn-danger
{
.btn-danger
{
border-color
:
#b92c28
;
background-image
:
-webkit-linear-gradient
(
top
,
#d9534f
0%
,
#c12e2a
100%
);
background-image
:
-webkit-linear-gradient
(
top
,
#d9534f
0%
,
#c12e2a
100%
);
background-image
:
linear-gradient
(
to
bottom
,
#d9534f
0%
,
#c12e2a
100%
);
background-image
:
linear-gradient
(
to
bottom
,
#d9534f
0%
,
#c12e2a
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#ffd9534f'
,
endColorstr
=
'#ffc12e2a'
,
GradientType
=
0
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#ffd9534f'
,
endColorstr
=
'#ffc12e2a'
,
GradientType
=
0
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
enabled
=
false
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
enabled
=
false
);
background-repeat
:
repeat-x
;
background-repeat
:
repeat-x
;
border-color
:
#b92c28
;
}
}
.btn-danger
:hover
,
.btn-danger
:hover
,
.btn-danger
:focus
{
.btn-danger
:focus
{
...
@@ -123,16 +123,16 @@
...
@@ -123,16 +123,16 @@
}
}
.btn-danger
:active
,
.btn-danger
:active
,
.btn-danger.active
{
.btn-danger.active
{
border-color
:
#b92c28
;
background-color
:
#c12e2a
;
background-color
:
#c12e2a
;
border-color
:
#b92c28
;
}
}
.btn-info
{
.btn-info
{
border-color
:
#28a4c9
;
background-image
:
-webkit-linear-gradient
(
top
,
#5bc0de
0%
,
#2aabd2
100%
);
background-image
:
-webkit-linear-gradient
(
top
,
#5bc0de
0%
,
#2aabd2
100%
);
background-image
:
linear-gradient
(
to
bottom
,
#5bc0de
0%
,
#2aabd2
100%
);
background-image
:
linear-gradient
(
to
bottom
,
#5bc0de
0%
,
#2aabd2
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#ff5bc0de'
,
endColorstr
=
'#ff2aabd2'
,
GradientType
=
0
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#ff5bc0de'
,
endColorstr
=
'#ff2aabd2'
,
GradientType
=
0
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
enabled
=
false
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
enabled
=
false
);
background-repeat
:
repeat-x
;
background-repeat
:
repeat-x
;
border-color
:
#28a4c9
;
}
}
.btn-info
:hover
,
.btn-info
:hover
,
.btn-info
:focus
{
.btn-info
:focus
{
...
@@ -141,8 +141,8 @@
...
@@ -141,8 +141,8 @@
}
}
.btn-info
:active
,
.btn-info
:active
,
.btn-info.active
{
.btn-info.active
{
border-color
:
#28a4c9
;
background-color
:
#2aabd2
;
background-color
:
#2aabd2
;
border-color
:
#28a4c9
;
}
}
.thumbnail
,
.thumbnail
,
.img-thumbnail
{
.img-thumbnail
{
...
@@ -167,12 +167,12 @@
...
@@ -167,12 +167,12 @@
background-repeat
:
repeat-x
;
background-repeat
:
repeat-x
;
}
}
.navbar-default
{
.navbar-default
{
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#ffffffff'
,
endColorstr
=
'#fff8f8f8'
,
GradientType
=
0
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
enabled
=
false
);
border-radius
:
4px
;
background-image
:
-webkit-linear-gradient
(
top
,
#fff
0%
,
#f8f8f8
100%
);
background-image
:
-webkit-linear-gradient
(
top
,
#fff
0%
,
#f8f8f8
100%
);
background-image
:
linear-gradient
(
to
bottom
,
#fff
0%
,
#f8f8f8
100%
);
background-image
:
linear-gradient
(
to
bottom
,
#fff
0%
,
#f8f8f8
100%
);
background-repeat
:
repeat-x
;
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#ffffffff'
,
endColorstr
=
'#fff8f8f8'
,
GradientType
=
0
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
enabled
=
false
);
border-radius
:
4px
;
-webkit-box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
.15
),
0
1px
5px
rgba
(
0
,
0
,
0
,
.075
);
-webkit-box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
.15
),
0
1px
5px
rgba
(
0
,
0
,
0
,
.075
);
box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
.15
),
0
1px
5px
rgba
(
0
,
0
,
0
,
.075
);
box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
.15
),
0
1px
5px
rgba
(
0
,
0
,
0
,
.075
);
}
}
...
@@ -213,37 +213,37 @@
...
@@ -213,37 +213,37 @@
border-radius
:
0
;
border-radius
:
0
;
}
}
.alert
{
.alert
{
text-shadow
:
0
1px
0
rgba
(
255
,
255
,
255
,
.2
);
-webkit-box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
.25
),
0
1px
2px
rgba
(
0
,
0
,
0
,
.05
);
-webkit-box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
.25
),
0
1px
2px
rgba
(
0
,
0
,
0
,
.05
);
box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
.25
),
0
1px
2px
rgba
(
0
,
0
,
0
,
.05
);
box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
.25
),
0
1px
2px
rgba
(
0
,
0
,
0
,
.05
);
text-shadow
:
0
1px
0
rgba
(
255
,
255
,
255
,
.2
);
}
}
.alert-success
{
.alert-success
{
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#ffdff0d8'
,
endColorstr
=
'#ffc8e5bc'
,
GradientType
=
0
);
border-color
:
#b2dba1
;
background-image
:
-webkit-linear-gradient
(
top
,
#dff0d8
0%
,
#c8e5bc
100%
);
background-image
:
-webkit-linear-gradient
(
top
,
#dff0d8
0%
,
#c8e5bc
100%
);
background-image
:
linear-gradient
(
to
bottom
,
#dff0d8
0%
,
#c8e5bc
100%
);
background-image
:
linear-gradient
(
to
bottom
,
#dff0d8
0%
,
#c8e5bc
100%
);
background-repeat
:
repeat-x
;
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#ffdff0d8'
,
endColorstr
=
'#ffc8e5bc'
,
GradientType
=
0
);
border-color
:
#b2dba1
;
}
}
.alert-info
{
.alert-info
{
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#ffd9edf7'
,
endColorstr
=
'#ffb9def0'
,
GradientType
=
0
);
border-color
:
#9acfea
;
background-image
:
-webkit-linear-gradient
(
top
,
#d9edf7
0%
,
#b9def0
100%
);
background-image
:
-webkit-linear-gradient
(
top
,
#d9edf7
0%
,
#b9def0
100%
);
background-image
:
linear-gradient
(
to
bottom
,
#d9edf7
0%
,
#b9def0
100%
);
background-image
:
linear-gradient
(
to
bottom
,
#d9edf7
0%
,
#b9def0
100%
);
background-repeat
:
repeat-x
;
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#ffd9edf7'
,
endColorstr
=
'#ffb9def0'
,
GradientType
=
0
);
border-color
:
#9acfea
;
}
}
.alert-warning
{
.alert-warning
{
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#fffcf8e3'
,
endColorstr
=
'#fff8efc0'
,
GradientType
=
0
);
border-color
:
#f5e79e
;
background-image
:
-webkit-linear-gradient
(
top
,
#fcf8e3
0%
,
#f8efc0
100%
);
background-image
:
-webkit-linear-gradient
(
top
,
#fcf8e3
0%
,
#f8efc0
100%
);
background-image
:
linear-gradient
(
to
bottom
,
#fcf8e3
0%
,
#f8efc0
100%
);
background-image
:
linear-gradient
(
to
bottom
,
#fcf8e3
0%
,
#f8efc0
100%
);
background-repeat
:
repeat-x
;
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#fffcf8e3'
,
endColorstr
=
'#fff8efc0'
,
GradientType
=
0
);
border-color
:
#f5e79e
;
}
}
.alert-danger
{
.alert-danger
{
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#fff2dede'
,
endColorstr
=
'#ffe7c3c3'
,
GradientType
=
0
);
border-color
:
#dca7a7
;
background-image
:
-webkit-linear-gradient
(
top
,
#f2dede
0%
,
#e7c3c3
100%
);
background-image
:
-webkit-linear-gradient
(
top
,
#f2dede
0%
,
#e7c3c3
100%
);
background-image
:
linear-gradient
(
to
bottom
,
#f2dede
0%
,
#e7c3c3
100%
);
background-image
:
linear-gradient
(
to
bottom
,
#f2dede
0%
,
#e7c3c3
100%
);
background-repeat
:
repeat-x
;
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#fff2dede'
,
endColorstr
=
'#ffe7c3c3'
,
GradientType
=
0
);
border-color
:
#dca7a7
;
}
}
.progress
{
.progress
{
background-image
:
-webkit-linear-gradient
(
top
,
#ebebeb
0%
,
#f5f5f5
100%
);
background-image
:
-webkit-linear-gradient
(
top
,
#ebebeb
0%
,
#f5f5f5
100%
);
...
@@ -289,12 +289,12 @@
...
@@ -289,12 +289,12 @@
.list-group-item.active
,
.list-group-item.active
,
.list-group-item.active
:hover
,
.list-group-item.active
:hover
,
.list-group-item.active
:focus
{
.list-group-item.active
:focus
{
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#ff428bca'
,
endColorstr
=
'#ff3278b3'
,
GradientType
=
0
);
text-shadow
:
0
-1px
0
#3071a9
;
border-color
:
#3278b3
;
background-image
:
-webkit-linear-gradient
(
top
,
#428bca
0%
,
#3278b3
100%
);
background-image
:
-webkit-linear-gradient
(
top
,
#428bca
0%
,
#3278b3
100%
);
background-image
:
linear-gradient
(
to
bottom
,
#428bca
0%
,
#3278b3
100%
);
background-image
:
linear-gradient
(
to
bottom
,
#428bca
0%
,
#3278b3
100%
);
background-repeat
:
repeat-x
;
background-repeat
:
repeat-x
;
text-shadow
:
0
-1px
0
#3071a9
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#ff428bca'
,
endColorstr
=
'#ff3278b3'
,
GradientType
=
0
);
border-color
:
#3278b3
;
}
}
.panel
{
.panel
{
-webkit-box-shadow
:
0
1px
2px
rgba
(
0
,
0
,
0
,
.05
);
-webkit-box-shadow
:
0
1px
2px
rgba
(
0
,
0
,
0
,
.05
);
...
@@ -337,11 +337,11 @@
...
@@ -337,11 +337,11 @@
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#fff2dede'
,
endColorstr
=
'#ffebcccc'
,
GradientType
=
0
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#fff2dede'
,
endColorstr
=
'#ffebcccc'
,
GradientType
=
0
);
}
}
.well
{
.well
{
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#ffe8e8e8'
,
endColorstr
=
'#fff5f5f5'
,
GradientType
=
0
);
border-color
:
#dcdcdc
;
background-image
:
-webkit-linear-gradient
(
top
,
#e8e8e8
0%
,
#f5f5f5
100%
);
background-image
:
-webkit-linear-gradient
(
top
,
#e8e8e8
0%
,
#f5f5f5
100%
);
background-image
:
linear-gradient
(
to
bottom
,
#e8e8e8
0%
,
#f5f5f5
100%
);
background-image
:
linear-gradient
(
to
bottom
,
#e8e8e8
0%
,
#f5f5f5
100%
);
background-repeat
:
repeat-x
;
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#ffe8e8e8'
,
endColorstr
=
'#fff5f5f5'
,
GradientType
=
0
);
border-color
:
#dcdcdc
;
-webkit-box-shadow
:
inset
0
1px
3px
rgba
(
0
,
0
,
0
,
.05
),
0
1px
0
rgba
(
255
,
255
,
255
,
.1
);
-webkit-box-shadow
:
inset
0
1px
3px
rgba
(
0
,
0
,
0
,
.05
),
0
1px
0
rgba
(
255
,
255
,
255
,
.1
);
box-shadow
:
inset
0
1px
3px
rgba
(
0
,
0
,
0
,
.05
),
0
1px
0
rgba
(
255
,
255
,
255
,
.1
);
box-shadow
:
inset
0
1px
3px
rgba
(
0
,
0
,
0
,
.05
),
0
1px
0
rgba
(
255
,
255
,
255
,
.1
);
}
}
This diff is collapsed.
Click to expand it.
dist/css/bootstrap.css
+
292
-
292
View file @
e4c1ef7c
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment