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
189b1131
Commit
189b1131
authored
Mar 17, 2012
by
Thomas Park
Browse files
all: hero-unit support
parent
e4add32f
Changes
34
Hide whitespace changes
Inline
Side-by-side
cerulean/bootstrap.css
View file @
189b1131
...
...
@@ -401,7 +401,7 @@ h6 {
.page-header
{
padding-bottom
:
17px
;
margin
:
18px
0
;
border-bottom
:
1px
solid
#
eeeeee
;
border-bottom
:
1px
solid
#
f5f5f5
;
}
.page-header
h1
{
line-height
:
1
;
...
...
@@ -457,7 +457,7 @@ dd {
hr
{
margin
:
18px
0
;
border
:
0
;
border-top
:
1px
solid
#
eeeeee
;
border-top
:
1px
solid
#
f5f5f5
;
border-bottom
:
1px
solid
#ffffff
;
}
strong
{
...
...
@@ -480,7 +480,7 @@ abbr.initialism {
blockquote
{
padding
:
0
0
0
15px
;
margin
:
0
0
18px
;
border-left
:
5px
solid
#
eeeeee
;
border-left
:
5px
solid
#
f5f5f5
;
}
blockquote
p
{
margin-bottom
:
0
;
...
...
@@ -501,7 +501,7 @@ blockquote.pull-right {
padding-left
:
0
;
padding-right
:
15px
;
border-left
:
0
;
border-right
:
5px
solid
#
eeeeee
;
border-right
:
5px
solid
#
f5f5f5
;
}
blockquote
.pull-right
p
,
blockquote
.pull-right
small
{
...
...
@@ -840,7 +840,7 @@ textarea[disabled],
input
[
readonly
],
select
[
readonly
],
textarea
[
readonly
]
{
background-color
:
#
eeeeee
;
background-color
:
#
f5f5f5
;
border-color
:
#ddd
;
cursor
:
not-allowed
;
}
...
...
@@ -937,7 +937,7 @@ select:focus:required:invalid:focus {
padding
:
17px
20px
18px
;
margin-top
:
18px
;
margin-bottom
:
18px
;
background-color
:
#
eeeeee
;
background-color
:
#
f5f5f5
;
border-top
:
1px
solid
#ddd
;
*
zoom
:
1
;
}
...
...
@@ -1021,7 +1021,7 @@ select:focus:required:invalid:focus {
text-align
:
center
;
text-shadow
:
0
1px
0
#ffffff
;
vertical-align
:
middle
;
background-color
:
#
eeeeee
;
background-color
:
#
f5f5f5
;
border
:
1px
solid
#ccc
;
}
.input-prepend
.add-on
,
...
...
@@ -2482,7 +2482,7 @@ input[type="submit"].btn.btn-mini {
}
.nav
>
li
>
a
:hover
{
text-decoration
:
none
;
background-color
:
#
eeeeee
;
background-color
:
#
f5f5f5
;
}
.nav
.nav-header
{
display
:
block
;
...
...
@@ -2571,7 +2571,7 @@ input[type="submit"].btn.btn-mini {
border-radius
:
4px
4px
0
0
;
}
.nav-tabs
>
li
>
a
:hover
{
border-color
:
#
eeeeee
#eeeeee
#dddddd
;
border-color
:
#
f5f5f5
#f5f5f5
#dddddd
;
}
.nav-tabs
>
.active
>
a
,
.nav-tabs
>
.active
>
a
:hover
{
...
...
@@ -2748,7 +2748,7 @@ input[type="submit"].btn.btn-mini {
border-radius
:
4px
0
0
4px
;
}
.tabs-left
.nav-tabs
>
li
>
a
:hover
{
border-color
:
#
eeeeee
#dddddd
#
eeeeee
#eeeeee
;
border-color
:
#
f5f5f5
#dddddd
#
f5f5f5
#f5f5f5
;
}
.tabs-left
.nav-tabs
.active
>
a
,
.tabs-left
.nav-tabs
.active
>
a
:hover
{
...
...
@@ -2767,7 +2767,7 @@ input[type="submit"].btn.btn-mini {
border-radius
:
0
4px
4px
0
;
}
.tabs-right
.nav-tabs
>
li
>
a
:hover
{
border-color
:
#
eeeeee
#eeeeee
#eeeeee
#dddddd
;
border-color
:
#
f5f5f5
#f5f5f5
#f5f5f5
#dddddd
;
}
.tabs-right
.nav-tabs
.active
>
a
,
.tabs-right
.nav-tabs
.active
>
a
:hover
{
...
...
@@ -2854,7 +2854,7 @@ input[type="submit"].btn.btn-mini {
height
:
auto
;
}
.navbar
{
color
:
#
eeeeee
;
color
:
#
f5f5f5
;
}
.navbar
.brand
:hover
{
text-decoration
:
none
;
...
...
@@ -3003,7 +3003,7 @@ input[type="submit"].btn.btn-mini {
float
:
none
;
padding
:
10px
10px
11px
;
line-height
:
19px
;
color
:
#
eeeeee
;
color
:
#
f5f5f5
;
text-decoration
:
none
;
text-shadow
:
0
-1px
0
rgba
(
0
,
0
,
0
,
0.25
);
}
...
...
@@ -3956,7 +3956,7 @@ a.thumbnail:hover {
.hero-unit
{
padding
:
60px
;
margin-bottom
:
30px
;
background-color
:
#
eeeeee
;
background-color
:
#
f5f5f5
;
-webkit-border-radius
:
6px
;
-moz-border-radius
:
6px
;
border-radius
:
6px
;
...
...
cerulean/bootstrap.min.css
View file @
189b1131
...
...
@@ -81,7 +81,7 @@ h4,h5,h6{line-height:18px;}
h4
{
font-size
:
14px
;}
h4
small
{
font-size
:
12px
;}
h5
{
font-size
:
12px
;}
h6
{
font-size
:
11px
;
color
:
#999999
;
text-transform
:
uppercase
;}
.page-header
{
padding-bottom
:
17px
;
margin
:
18px
0
;
border-bottom
:
1px
solid
#
eeeeee
;}
.page-header
{
padding-bottom
:
17px
;
margin
:
18px
0
;
border-bottom
:
1px
solid
#
f5f5f5
;}
.page-header
h1
{
line-height
:
1
;}
ul
,
ol
{
padding
:
0
;
margin
:
0
0
9px
25px
;}
ul
ul
,
ul
ol
,
ol
ol
,
ol
ul
{
margin-bottom
:
0
;}
...
...
@@ -95,15 +95,15 @@ dt{font-weight:bold;line-height:17px;}
dd
{
margin-left
:
9px
;}
.dl-horizontal
dt
{
float
:
left
;
clear
:
left
;
width
:
120px
;
text-align
:
right
;}
.dl-horizontal
dd
{
margin-left
:
130px
;}
hr
{
margin
:
18px
0
;
border
:
0
;
border-top
:
1px
solid
#
eeeeee
;
border-bottom
:
1px
solid
#ffffff
;}
hr
{
margin
:
18px
0
;
border
:
0
;
border-top
:
1px
solid
#
f5f5f5
;
border-bottom
:
1px
solid
#ffffff
;}
strong
{
font-weight
:
bold
;}
em
{
font-style
:
italic
;}
.muted
{
color
:
#999999
;}
abbr
[
title
]
{
border-bottom
:
1px
dotted
#ddd
;
cursor
:
help
;}
abbr
.initialism
{
font-size
:
90%
;
text-transform
:
uppercase
;}
blockquote
{
padding
:
0
0
0
15px
;
margin
:
0
0
18px
;
border-left
:
5px
solid
#
eeeeee
;}
blockquote
p
{
margin-bottom
:
0
;
font-size
:
16px
;
font-weight
:
300
;
line-height
:
22.5px
;}
blockquote
{
padding
:
0
0
0
15px
;
margin
:
0
0
18px
;
border-left
:
5px
solid
#
f5f5f5
;}
blockquote
p
{
margin-bottom
:
0
;
font-size
:
16px
;
font-weight
:
300
;
line-height
:
22.5px
;}
blockquote
small
{
display
:
block
;
line-height
:
18px
;
color
:
#999999
;}
blockquote
small
:before
{
content
:
'\2014 \00A0'
;}
blockquote
.pull-right
{
float
:
right
;
padding-left
:
0
;
padding-right
:
15px
;
border-left
:
0
;
border-right
:
5px
solid
#
eeeeee
;}
blockquote
.pull-right
p
,
blockquote
.pull-right
small
{
text-align
:
right
;}
blockquote
.pull-right
{
float
:
right
;
padding-left
:
0
;
padding-right
:
15px
;
border-left
:
0
;
border-right
:
5px
solid
#
f5f5f5
;}
blockquote
.pull-right
p
,
blockquote
.pull-right
small
{
text-align
:
right
;}
q
:before
,
q
:after
,
blockquote
:before
,
blockquote
:after
{
content
:
""
;}
address
{
display
:
block
;
margin-bottom
:
18px
;
line-height
:
18px
;
font-style
:
normal
;}
small
{
font-size
:
100%
;}
...
...
@@ -161,7 +161,7 @@ input.span4, textarea.span4, .uneditable-input.span4{width:290px;}
input
.span3
,
textarea
.span3
,
.uneditable-input.span3
{
width
:
210px
;}
input
.span2
,
textarea
.span2
,
.uneditable-input.span2
{
width
:
130px
;}
input
.span1
,
textarea
.span1
,
.uneditable-input.span1
{
width
:
50px
;}
input
[
disabled
],
select
[
disabled
],
textarea
[
disabled
],
input
[
readonly
],
select
[
readonly
],
textarea
[
readonly
]
{
background-color
:
#
eeeeee
;
border-color
:
#ddd
;
cursor
:
not-allowed
;}
input
[
disabled
],
select
[
disabled
],
textarea
[
disabled
],
input
[
readonly
],
select
[
readonly
],
textarea
[
readonly
]
{
background-color
:
#
f5f5f5
;
border-color
:
#ddd
;
cursor
:
not-allowed
;}
.control-group.warning
>
label
,
.control-group.warning
.help-block
,
.control-group.warning
.help-inline
{
color
:
#1c628b
;}
.control-group.warning
input
,
.control-group.warning
select
,
.control-group.warning
textarea
{
color
:
#1c628b
;
border-color
:
#1c628b
;}
.control-group.warning
input
:focus
,
.control-group.warning
select
:focus
,
.control-group.warning
textarea
:focus
{
border-color
:
#134461
;
-webkit-box-shadow
:
0
0
6px
#369bd7
;
-moz-box-shadow
:
0
0
6px
#369bd7
;
box-shadow
:
0
0
6px
#369bd7
;}
.control-group.warning
.input-prepend
.add-on
,
.control-group.warning
.input-append
.add-on
{
color
:
#1c628b
;
background-color
:
#8bc5e8
;
border-color
:
#1c628b
;}
...
...
@@ -172,7 +172,7 @@ input[disabled],select[disabled],textarea[disabled],input[readonly],select[reado
.control-group.success
input
,
.control-group.success
select
,
.control-group.success
textarea
{
color
:
#669533
;
border-color
:
#669533
;}
.control-group.success
input
:focus
,
.control-group.success
select
:focus
,
.control-group.success
textarea
:focus
{
border-color
:
#4c6f26
;
-webkit-box-shadow
:
0
0
6px
#99ca63
;
-moz-box-shadow
:
0
0
6px
#99ca63
;
box-shadow
:
0
0
6px
#99ca63
;}
.control-group.success
.input-prepend
.add-on
,
.control-group.success
.input-append
.add-on
{
color
:
#669533
;
background-color
:
#ccddbb
;
border-color
:
#669533
;}
input
:focus:required:invalid
,
textarea
:focus:required:invalid
,
select
:focus:required:invalid
{
color
:
#b94a48
;
border-color
:
#ee5f5b
;}
input
:focus:required:invalid:focus
,
textarea
:focus:required:invalid:focus
,
select
:focus:required:invalid:focus
{
border-color
:
#e9322d
;
-webkit-box-shadow
:
0
0
6px
#f8b9b7
;
-moz-box-shadow
:
0
0
6px
#f8b9b7
;
box-shadow
:
0
0
6px
#f8b9b7
;}
.form-actions
{
padding
:
17px
20px
18px
;
margin-top
:
18px
;
margin-bottom
:
18px
;
background-color
:
#
eeeeee
;
border-top
:
1px
solid
#ddd
;
*
zoom
:
1
;}
.form-actions
:before
,
.form-actions
:after
{
display
:
table
;
content
:
""
;}
.form-actions
{
padding
:
17px
20px
18px
;
margin-top
:
18px
;
margin-bottom
:
18px
;
background-color
:
#
f5f5f5
;
border-top
:
1px
solid
#ddd
;
*
zoom
:
1
;}
.form-actions
:before
,
.form-actions
:after
{
display
:
table
;
content
:
""
;}
.form-actions
:after
{
clear
:
both
;}
.uneditable-input
{
display
:
block
;
background-color
:
#ffffff
;
border-color
:
#eee
;
-webkit-box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0.025
);
-moz-box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0.025
);
box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0.025
);
cursor
:
not-allowed
;}
:-moz-placeholder
{
color
:
#999999
;}
...
...
@@ -182,7 +182,7 @@ input:focus:required:invalid,textarea:focus:required:invalid,select:focus:requir
.help-inline
{
display
:
inline-block
;
*
display
:
inline
;
*
zoom
:
1
;
vertical-align
:
middle
;
padding-left
:
5px
;}
.input-prepend
,
.input-append
{
margin-bottom
:
5px
;}
.input-prepend
input
,
.input-append
input
,
.input-prepend
select
,
.input-append
select
,
.input-prepend
.uneditable-input
,
.input-append
.uneditable-input
{
*
margin-left
:
0
;
-webkit-border-radius
:
0
3px
3px
0
;
-moz-border-radius
:
0
3px
3px
0
;
border-radius
:
0
3px
3px
0
;}
.input-prepend
input
:focus
,
.input-append
input
:focus
,
.input-prepend
select
:focus
,
.input-append
select
:focus
,
.input-prepend
.uneditable-input
:focus
,
.input-append
.uneditable-input
:focus
{
position
:
relative
;
z-index
:
2
;}
.input-prepend
.uneditable-input
,
.input-append
.uneditable-input
{
border-left-color
:
#ccc
;}
.input-prepend
.add-on
,
.input-append
.add-on
{
display
:
inline-block
;
width
:
auto
;
min-width
:
16px
;
height
:
18px
;
padding
:
4px
5px
;
font-weight
:
normal
;
line-height
:
18px
;
text-align
:
center
;
text-shadow
:
0
1px
0
#ffffff
;
vertical-align
:
middle
;
background-color
:
#
eeeeee
;
border
:
1px
solid
#ccc
;}
.input-prepend
.add-on
,
.input-append
.add-on
{
display
:
inline-block
;
width
:
auto
;
min-width
:
16px
;
height
:
18px
;
padding
:
4px
5px
;
font-weight
:
normal
;
line-height
:
18px
;
text-align
:
center
;
text-shadow
:
0
1px
0
#ffffff
;
vertical-align
:
middle
;
background-color
:
#
f5f5f5
;
border
:
1px
solid
#ccc
;}
.input-prepend
.add-on
,
.input-append
.add-on
,
.input-prepend
.btn
,
.input-append
.btn
{
-webkit-border-radius
:
3px
0
0
3px
;
-moz-border-radius
:
3px
0
0
3px
;
border-radius
:
3px
0
0
3px
;}
.input-prepend
.active
,
.input-append
.active
{
background-color
:
#bede9c
;
border-color
:
#73a839
;}
.input-prepend
.add-on
,
.input-prepend
.btn
{
margin-right
:
-1px
;}
...
...
@@ -455,7 +455,7 @@ button.btn.btn-mini,input[type="submit"].btn.btn-mini{*padding-top:1px;*padding-
.alert-block
p
+
p
{
margin-top
:
5px
;}
.nav
{
margin-left
:
0
;
margin-bottom
:
18px
;
list-style
:
none
;}
.nav
>
li
>
a
{
display
:
block
;}
.nav
>
li
>
a
:hover
{
text-decoration
:
none
;
background-color
:
#
eeeeee
;}
.nav
>
li
>
a
:hover
{
text-decoration
:
none
;
background-color
:
#
f5f5f5
;}
.nav
.nav-header
{
display
:
block
;
padding
:
3px
15px
;
font-size
:
11px
;
font-weight
:
bold
;
line-height
:
18px
;
color
:
#999999
;
text-shadow
:
0
1px
0
rgba
(
255
,
255
,
255
,
0.5
);
text-transform
:
uppercase
;}
.nav
li
+
.nav-header
{
margin-top
:
9px
;}
.nav-list
{
padding-left
:
15px
;
padding-right
:
15px
;
margin-bottom
:
0
;}
...
...
@@ -470,7 +470,7 @@ button.btn.btn-mini,input[type="submit"].btn.btn-mini{*padding-top:1px;*padding-
.nav-tabs
>
li
>
a
,
.nav-pills
>
li
>
a
{
padding-right
:
12px
;
padding-left
:
12px
;
margin-right
:
2px
;
line-height
:
14px
;}
.nav-tabs
{
border-bottom
:
1px
solid
#ddd
;}
.nav-tabs
>
li
{
margin-bottom
:
-1px
;}
.nav-tabs
>
li
>
a
{
padding-top
:
8px
;
padding-bottom
:
8px
;
line-height
:
18px
;
border
:
1px
solid
transparent
;
-webkit-border-radius
:
4px
4px
0
0
;
-moz-border-radius
:
4px
4px
0
0
;
border-radius
:
4px
4px
0
0
;}
.nav-tabs
>
li
>
a
:hover
{
border-color
:
#
eeeeee
#eeeeee
#dddddd
;}
.nav-tabs
>
li
>
a
{
padding-top
:
8px
;
padding-bottom
:
8px
;
line-height
:
18px
;
border
:
1px
solid
transparent
;
-webkit-border-radius
:
4px
4px
0
0
;
-moz-border-radius
:
4px
4px
0
0
;
border-radius
:
4px
4px
0
0
;}
.nav-tabs
>
li
>
a
:hover
{
border-color
:
#
f5f5f5
#f5f5f5
#dddddd
;}
.nav-tabs
>
.active
>
a
,
.nav-tabs
>
.active
>
a
:hover
{
color
:
#555555
;
background-color
:
#ffffff
;
border
:
1px
solid
#ddd
;
border-bottom-color
:
transparent
;
cursor
:
default
;}
.nav-pills
>
li
>
a
{
padding-top
:
8px
;
padding-bottom
:
8px
;
margin-top
:
2px
;
margin-bottom
:
2px
;
-webkit-border-radius
:
5px
;
-moz-border-radius
:
5px
;
border-radius
:
5px
;}
.nav-pills
>
.active
>
a
,
.nav-pills
>
.active
>
a
:hover
{
color
:
#ffffff
;
background-color
:
#369bd7
;}
...
...
@@ -506,11 +506,11 @@ button.btn.btn-mini,input[type="submit"].btn.btn-mini{*padding-top:1px;*padding-
.tabs-left
.nav-tabs
>
li
>
a
,
.tabs-right
.nav-tabs
>
li
>
a
{
min-width
:
74px
;
margin-right
:
0
;
margin-bottom
:
3px
;}
.tabs-left
.nav-tabs
{
float
:
left
;
margin-right
:
19px
;
border-right
:
1px
solid
#ddd
;}
.tabs-left
.nav-tabs
>
li
>
a
{
margin-right
:
-1px
;
-webkit-border-radius
:
4px
0
0
4px
;
-moz-border-radius
:
4px
0
0
4px
;
border-radius
:
4px
0
0
4px
;}
.tabs-left
.nav-tabs
>
li
>
a
:hover
{
border-color
:
#
eeeeee
#dddddd
#
eeeeee
#eeeeee
;}
.tabs-left
.nav-tabs
>
li
>
a
:hover
{
border-color
:
#
f5f5f5
#dddddd
#
f5f5f5
#f5f5f5
;}
.tabs-left
.nav-tabs
.active
>
a
,
.tabs-left
.nav-tabs
.active
>
a
:hover
{
border-color
:
#ddd
transparent
#ddd
#ddd
;
*
border-right-color
:
#ffffff
;}
.tabs-right
.nav-tabs
{
float
:
right
;
margin-left
:
19px
;
border-left
:
1px
solid
#ddd
;}
.tabs-right
.nav-tabs
>
li
>
a
{
margin-left
:
-1px
;
-webkit-border-radius
:
0
4px
4px
0
;
-moz-border-radius
:
0
4px
4px
0
;
border-radius
:
0
4px
4px
0
;}
.tabs-right
.nav-tabs
>
li
>
a
:hover
{
border-color
:
#
eeeeee
#eeeeee
#eeeeee
#dddddd
;}
.tabs-right
.nav-tabs
>
li
>
a
:hover
{
border-color
:
#
f5f5f5
#f5f5f5
#f5f5f5
#dddddd
;}
.tabs-right
.nav-tabs
.active
>
a
,
.tabs-right
.nav-tabs
.active
>
a
:hover
{
border-color
:
#ddd
#ddd
#ddd
transparent
;
*
border-left-color
:
#ffffff
;}
.navbar
{
*
position
:
relative
;
*
z-index
:
2
;
overflow
:
visible
;
margin-bottom
:
18px
;}
.navbar-inner
{
padding-left
:
20px
;
padding-right
:
20px
;
background-color
:
#50a8dc
;
background-image
:
-moz-linear-gradient
(
top
,
#61b0df
,
#369bd7
);
background-image
:
-ms-linear-gradient
(
top
,
#61b0df
,
#369bd7
);
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
100%
,
from
(
#61b0df
),
to
(
#369bd7
));
background-image
:
-webkit-linear-gradient
(
top
,
#61b0df
,
#369bd7
);
background-image
:
-o-linear-gradient
(
top
,
#61b0df
,
#369bd7
);
background-image
:
linear-gradient
(
top
,
#61b0df
,
#369bd7
);
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#61b0df'
,
endColorstr
=
'#369bd7'
,
GradientType
=
0
);
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;
-webkit-box-shadow
:
0
1px
3px
rgba
(
0
,
0
,
0
,
0.25
),
inset
0
-1px
0
rgba
(
0
,
0
,
0
,
0.1
);
-moz-box-shadow
:
0
1px
3px
rgba
(
0
,
0
,
0
,
0.25
),
inset
0
-1px
0
rgba
(
0
,
0
,
0
,
0.1
);
box-shadow
:
0
1px
3px
rgba
(
0
,
0
,
0
,
0.25
),
inset
0
-1px
0
rgba
(
0
,
0
,
0
,
0.1
);}
...
...
@@ -520,7 +520,7 @@ button.btn.btn-mini,input[type="submit"].btn.btn-mini{*padding-top:1px;*padding-
.btn-navbar
.icon-bar
{
display
:
block
;
width
:
18px
;
height
:
2px
;
background-color
:
#f5f5f5
;
-webkit-border-radius
:
1px
;
-moz-border-radius
:
1px
;
border-radius
:
1px
;
-webkit-box-shadow
:
0
1px
0
rgba
(
0
,
0
,
0
,
0.25
);
-moz-box-shadow
:
0
1px
0
rgba
(
0
,
0
,
0
,
0.25
);
box-shadow
:
0
1px
0
rgba
(
0
,
0
,
0
,
0.25
);}
.btn-navbar
.icon-bar
+
.icon-bar
{
margin-top
:
3px
;}
.nav-collapse.collapse
{
height
:
auto
;}
.navbar
{
color
:
#
eeeeee
;}
.navbar
.brand
:hover
{
text-decoration
:
none
;}
.navbar
{
color
:
#
f5f5f5
;}
.navbar
.brand
:hover
{
text-decoration
:
none
;}
.navbar
.brand
{
float
:
left
;
display
:
block
;
padding
:
8px
20px
12px
;
margin-left
:
-20px
;
font-size
:
20px
;
font-weight
:
200
;
line-height
:
1
;
color
:
#ffffff
;}
.navbar
.navbar-text
{
margin-bottom
:
0
;
line-height
:
40px
;}
.navbar
.btn
,
.navbar
.btn-group
{
margin-top
:
5px
;}
...
...
@@ -542,7 +542,7 @@ button.btn.btn-mini,input[type="submit"].btn.btn-mini{*padding-top:1px;*padding-
.navbar
.nav
{
position
:
relative
;
left
:
0
;
display
:
block
;
float
:
left
;
margin
:
0
10px
0
0
;}
.navbar
.nav.pull-right
{
float
:
right
;}
.navbar
.nav
>
li
{
display
:
block
;
float
:
left
;}
.navbar
.nav
>
li
>
a
{
float
:
none
;
padding
:
10px
10px
11px
;
line-height
:
19px
;
color
:
#
eeeeee
;
text-decoration
:
none
;
text-shadow
:
0
-1px
0
rgba
(
0
,
0
,
0
,
0.25
);}
.navbar
.nav
>
li
>
a
{
float
:
none
;
padding
:
10px
10px
11px
;
line-height
:
19px
;
color
:
#
f5f5f5
;
text-decoration
:
none
;
text-shadow
:
0
-1px
0
rgba
(
0
,
0
,
0
,
0.25
);}
.navbar
.nav
>
li
>
a
:hover
{
background-color
:
transparent
;
color
:
#ffffff
;
text-decoration
:
none
;}
.navbar
.nav
.active
>
a
,
.navbar
.nav
.active
>
a
:hover
{
color
:
#ffffff
;
text-decoration
:
none
;
background-color
:
#369bd7
;}
.navbar
.divider-vertical
{
height
:
40px
;
width
:
1px
;
margin
:
0
9px
;
overflow
:
hidden
;
background-color
:
#369bd7
;
border-right
:
1px
solid
#61b0df
;}
...
...
@@ -681,7 +681,7 @@ a.thumbnail:hover{border-color:#369bd7;-webkit-box-shadow:0 1px 4px rgba(0, 105,
.carousel-control
:hover
{
color
:
#ffffff
;
text-decoration
:
none
;
opacity
:
0.9
;
filter
:
alpha
(
opacity
=
90
);}
.carousel-caption
{
position
:
absolute
;
left
:
0
;
right
:
0
;
bottom
:
0
;
padding
:
10px
15px
5px
;
background
:
#333333
;
background
:
rgba
(
0
,
0
,
0
,
0.75
);}
.carousel-caption
h4
,
.carousel-caption
p
{
color
:
#ffffff
;}
.hero-unit
{
padding
:
60px
;
margin-bottom
:
30px
;
background-color
:
#
eeeeee
;
-webkit-border-radius
:
6px
;
-moz-border-radius
:
6px
;
border-radius
:
6px
;}
.hero-unit
h1
{
margin-bottom
:
0
;
font-size
:
60px
;
line-height
:
1
;
color
:
inherit
;
letter-spacing
:
-1px
;}
.hero-unit
{
padding
:
60px
;
margin-bottom
:
30px
;
background-color
:
#
f5f5f5
;
-webkit-border-radius
:
6px
;
-moz-border-radius
:
6px
;
border-radius
:
6px
;}
.hero-unit
h1
{
margin-bottom
:
0
;
font-size
:
60px
;
line-height
:
1
;
color
:
inherit
;
letter-spacing
:
-1px
;}
.hero-unit
p
{
font-size
:
18px
;
font-weight
:
200
;
line-height
:
27px
;
color
:
inherit
;}
.pull-right
{
float
:
right
;}
.pull-left
{
float
:
left
;}
...
...
cerulean/variables.less
View file @
189b1131
...
...
@@ -17,7 +17,7 @@
@grayDark: #333;
@gray: #555;
@grayLight: #999;
@grayLighter: #
eee
;
@grayLighter: #
F5F5F5
;
@white: #fff;
...
...
cyborg/bootstrap.css
View file @
189b1131
...
...
@@ -3956,7 +3956,7 @@ a.thumbnail:hover {
.hero-unit
{
padding
:
60px
;
margin-bottom
:
30px
;
background-color
:
rgba
(
40
,
40
,
40
,
0.5
)
;
background-color
:
#131517
;
-webkit-border-radius
:
6px
;
-moz-border-radius
:
6px
;
border-radius
:
6px
;
...
...
@@ -4506,8 +4506,8 @@ pre,
pre
.prettyprint
{
background-color
:
#eeeeee
;
}
.well
{
backg
roun
d-color
:
rgba
(
40
,
40
,
40
,
0.5
);
.well
,
.he
ro
-
un
it
{
background-color
:
#131517
;
border-top
:
solid
1px
rgba
(
256
,
256
,
256
,
0.1
);
-webkit-box-shadow
:
0
2px
4px
rgba
(
0
,
0
,
0
,
0.8
);
...
...
cyborg/bootstrap.min.css
View file @
189b1131
...
...
@@ -681,7 +681,7 @@ a.thumbnail:hover{border-color:#33b5e5;-webkit-box-shadow:0 1px 4px rgba(0, 105,
.carousel-control
:hover
{
color
:
#ffffff
;
text-decoration
:
none
;
opacity
:
0.9
;
filter
:
alpha
(
opacity
=
90
);}
.carousel-caption
{
position
:
absolute
;
left
:
0
;
right
:
0
;
bottom
:
0
;
padding
:
10px
15px
5px
;
background
:
#282828
;
background
:
rgba
(
0
,
0
,
0
,
0.75
);}
.carousel-caption
h4
,
.carousel-caption
p
{
color
:
#ffffff
;}
.hero-unit
{
padding
:
60px
;
margin-bottom
:
30px
;
background-color
:
rgba
(
40
,
40
,
40
,
0.5
)
;
-webkit-border-radius
:
6px
;
-moz-border-radius
:
6px
;
border-radius
:
6px
;}
.hero-unit
h1
{
margin-bottom
:
0
;
font-size
:
60px
;
line-height
:
1
;
color
:
inherit
;
letter-spacing
:
-1px
;}
.hero-unit
{
padding
:
60px
;
margin-bottom
:
30px
;
background-color
:
#131517
;
-webkit-border-radius
:
6px
;
-moz-border-radius
:
6px
;
border-radius
:
6px
;}
.hero-unit
h1
{
margin-bottom
:
0
;
font-size
:
60px
;
line-height
:
1
;
color
:
inherit
;
letter-spacing
:
-1px
;}
.hero-unit
p
{
font-size
:
18px
;
font-weight
:
200
;
line-height
:
27px
;
color
:
inherit
;}
.pull-right
{
float
:
right
;}
.pull-left
{
float
:
left
;}
...
...
@@ -757,7 +757,7 @@ input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus,
.form-actions
,
footer
.footer
{
border-top
:
1px
solid
#222
;}
.table
,
.well
,
.prettyprint
,
input
,
textarea
,
select
{
-webkit-border-radius
:
1px
;
-moz-border-radius
:
1px
;
border-radius
:
1px
;}
code
,
pre
,
pre
.prettyprint
{
background-color
:
#eeeeee
;}
.well
{
backg
roun
d-color
:
rgba
(
40
,
40
,
40
,
0.5
);
background-color
:
#131517
;
border-top
:
solid
1px
rgba
(
256
,
256
,
256
,
0.1
);
-webkit-box-shadow
:
0
2px
4px
rgba
(
0
,
0
,
0
,
0.8
);
-moz-box-shadow
:
0
2px
4px
rgba
(
0
,
0
,
0
,
0.8
);
box-shadow
:
0
2px
4px
rgba
(
0
,
0
,
0
,
0.8
);}
.well
,
.he
ro
-
un
it
{
background-color
:
#131517
;
border-top
:
solid
1px
rgba
(
256
,
256
,
256
,
0.1
);
-webkit-box-shadow
:
0
2px
4px
rgba
(
0
,
0
,
0
,
0.8
);
-moz-box-shadow
:
0
2px
4px
rgba
(
0
,
0
,
0
,
0.8
);
box-shadow
:
0
2px
4px
rgba
(
0
,
0
,
0
,
0.8
);}
.progress
{
background-color
:
#060606
;
background-image
:
none
;
-webkit-border-radius
:
0
;
-moz-border-radius
:
0
;
border-radius
:
0
;}
.label
{
color
:
#eeeeee
;}
.label
,
.alert
{
background-color
:
#666666
;}
...
...
cyborg/bootswatch.less
View file @
189b1131
...
...
@@ -394,8 +394,7 @@ code, pre, pre.prettyprint {
background-color: @grayLighter;
}
.well {
background-color: rgba(40, 40, 40, 0.5);
.well, .hero-unit {
background-color: #131517;
border-top: solid 1px rgba(256,256,256,.1);
.box-shadow(0 2px 4px rgba(0,0,0,.8));
...
...
cyborg/variables.less
View file @
189b1131
...
...
@@ -160,7 +160,7 @@
// Hero unit
// -------------------------
@heroUnitBackground:
rgba(40, 40, 40, 0.5)
;
@heroUnitBackground:
#131517
;
@heroUnitHeadingColor: inherit;
@heroUnitLeadColor: inherit;
...
...
journal/bootstrap.css
View file @
189b1131
...
...
@@ -3989,15 +3989,6 @@ a.thumbnail:hover {
.invisible
{
visibility
:
hidden
;
}
a
{
text-decoration
:
underline
;
}
.nav
a
,
.navbar
.brand
,
.subnav
a
,
a
.btn
{
text-decoration
:
none
;
}
h1
,
h2
,
h3
,
...
...
@@ -4020,6 +4011,15 @@ h6,
.brand
{
font-weight
:
700
;
}
a
{
text-decoration
:
underline
;
}
.nav
a
,
.navbar
.brand
,
.subnav
a
,
a
.btn
{
text-decoration
:
none
;
}
.navbar
.brand
{
color
:
#222222
;
text-shadow
:
none
;
...
...
@@ -4129,6 +4129,15 @@ pre.prettyprint,
.form-actions
{
background-color
:
#eeeeee
;
}
.hero-unit
{
-webkit-box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.05
);
-moz-box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.05
);
box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.05
);
border
:
1px
solid
rgba
(
0
,
0
,
0
,
0.05
);
-webkit-border-radius
:
0
;
-moz-border-radius
:
0
;
border-radius
:
0
;
}
.table-bordered
,
.well
,
.prettyprint
{
...
...
journal/bootstrap.min.css
View file @
189b1131
...
...
@@ -688,10 +688,10 @@ a.thumbnail:hover{border-color:#222222;-webkit-box-shadow:0 1px 4px rgba(0, 105,
.hide
{
display
:
none
;}
.show
{
display
:
block
;}
.invisible
{
visibility
:
hidden
;}
a
{
text-decoration
:
underline
;}
.nav
a
,
.navbar
.brand
,
.subnav
a
,
a
.btn
{
text-decoration
:
none
;}
h1
,
h2
,
h3
,
h4
,
h5
,
h6
,
.brand
,
.navbar
,
.subnav
a
,
blockquote
>
p
{
font-family
:
'Open Sans'
,
sans-serif
;
color
:
#222222
;}
h1
,
h2
,
h3
,
h4
,
h5
,
h6
,
.brand
{
font-weight
:
700
;}
a
{
text-decoration
:
underline
;}
.nav
a
,
.navbar
.brand
,
.subnav
a
,
a
.btn
{
text-decoration
:
none
;}
.navbar
.brand
{
color
:
#222222
;
text-shadow
:
none
;
font-weight
:
bold
;}
.navbar
.brand
:hover
{
background-color
:
#EEEEEE
;}
.navbar-inner
{
border-top
:
1px
solid
#E5E5E5
;
-webkit-box-shadow
:
0
2px
4px
rgba
(
0
,
0
,
0
,
0.25
),
inset
0
-1px
0
rgba
(
0
,
0
,
0
,
0.1
);
-moz-box-shadow
:
0
2px
4px
rgba
(
0
,
0
,
0
,
0.25
),
inset
0
-1px
0
rgba
(
0
,
0
,
0
,
0.1
);
box-shadow
:
0
2px
4px
rgba
(
0
,
0
,
0
,
0.25
),
inset
0
-1px
0
rgba
(
0
,
0
,
0
,
0.1
);}
.navbar-inner
,
.navbar
.dropdown-menu
,
div
.subnav
,
div
.subnav
.nav
>
li
:first-child
>
a
,
div
.subnav
.nav
>
li
:first-child
>
a
:hover
{
-webkit-border-radius
:
0
;
-moz-border-radius
:
0
;
border-radius
:
0
;}
...
...
@@ -708,4 +708,5 @@ div.subnav{background-color:#fcfbfd;background-image:none;-webkit-box-shadow:0 1
.btn-primary
{
background-color
:
#2a2a2a
;
background-image
:
-moz-linear-gradient
(
top
,
#2f2f2f
,
#222222
);
background-image
:
-ms-linear-gradient
(
top
,
#2f2f2f
,
#222222
);
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
100%
,
from
(
#2f2f2f
),
to
(
#222222
));
background-image
:
-webkit-linear-gradient
(
top
,
#2f2f2f
,
#222222
);
background-image
:
-o-linear-gradient
(
top
,
#2f2f2f
,
#222222
);
background-image
:
linear-gradient
(
top
,
#2f2f2f
,
#222222
);
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#2f2f2f'
,
endColorstr
=
'#222222'
,
GradientType
=
0
);
border-color
:
#222222
#222222
#000000
;
border-color
:
rgba
(
0
,
0
,
0
,
0.1
)
rgba
(
0
,
0
,
0
,
0.1
)
rgba
(
0
,
0
,
0
,
0.25
);
filter
:
progid
:
dximagetransform
.
microsoft
.
gradient
(
enabled
=
false
);}
.btn-primary
:hover
,
.btn-primary
:active
,
.btn-primary.active
,
.btn-primary.disabled
,
.btn-primary
[
disabled
]
{
background-color
:
#222222
;}
.btn-primary
:active
,
.btn-primary.active
{
background-color
:
#080808
\
9
;}
code
,
pre
,
pre
.prettyprint
,
.well
,
.form-actions
{
background-color
:
#eeeeee
;}
.hero-unit
{
-webkit-box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.05
);
-moz-box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.05
);
box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.05
);
border
:
1px
solid
rgba
(
0
,
0
,
0
,
0.05
);
-webkit-border-radius
:
0
;
-moz-border-radius
:
0
;
border-radius
:
0
;}
.table-bordered
,
.well
,
.prettyprint
{
-webkit-border-radius
:
0
;
-moz-border-radius
:
0
;
border-radius
:
0
;}
journal/bootswatch.less
View file @
189b1131
...
...
@@ -121,6 +121,12 @@ code, pre, pre.prettyprint, .well, .form-actions {
background-color: @grayLighter;
}
.hero-unit {
.box-shadow(inset 0 1px 1px rgba(0,0,0,.05));
border: 1px solid rgba(0,0,0,.05);
.border-radius(0);
}
.table-bordered, .well, .prettyprint {
.border-radius(0);
}
readable/bootstrap.css
View file @
189b1131
...
...
@@ -4355,7 +4355,8 @@ input[type="file"] {
.label-info
:hover
{
background-color
:
#d9edf7
;
}
.well
{
.well
,
.hero-unit
{
-webkit-box-shadow
:
none
;
-moz-box-shadow
:
none
;
box-shadow
:
none
;
...
...
readable/bootstrap.min.css
View file @
189b1131
...
...
@@ -749,7 +749,7 @@ select,input[type="file"]{height:auto;line-height:normal;}
.label-warning
,
.label-warning
:hover
{
background-color
:
#fcf8e3
;}
.label-success
,
.label-success
:hover
{
background-color
:
#dff0d8
;}
.label-info
,
.label-info
:hover
{
background-color
:
#d9edf7
;}
.well
{
-webkit-box-shadow
:
none
;
-moz-box-shadow
:
none
;
box-shadow
:
none
;
border
:
1px
solid
#D4D4D4
;
-webkit-border-radius
:
0
;
-moz-border-radius
:
0
;
border-radius
:
0
;
background-color
:
#ffffff
;}
.well
,
.hero-unit
{
-webkit-box-shadow
:
none
;
-moz-box-shadow
:
none
;
box-shadow
:
none
;
border
:
1px
solid
#D4D4D4
;
-webkit-border-radius
:
0
;
-moz-border-radius
:
0
;
border-radius
:
0
;
background-color
:
#ffffff
;}
blockquote
{
border-left
:
6px
solid
#cdcdcd
;}
blockquote
.pull-right
{
border-right
:
6px
solid
#cdcdcd
;}
blockquote
p
{
font-size
:
1em
;
line-height
:
1.2em
;}
.thumbnail
{
background-color
:
#ffffff
;}
...
...
readable/bootswatch.less
View file @
189b1131
...
...
@@ -390,7 +390,7 @@ select, input[type="file"] {
.label-info, .label-info:hover { background-color: @infoBackground; }
.well {
.well
, .hero-unit
{
.box-shadow(none);
border: 1px solid #D4D4D4;
.border-radius(0);
...
...
simplex/bootstrap.css
View file @
189b1131
...
...
@@ -4189,3 +4189,9 @@ h6 {
i
[
class
^=
"icon-"
]
{
opacity
:
0.6
;
}
.hero-unit
{
border
:
1px
solid
rgba
(
0
,
0
,
0
,
0.05
);
-webkit-box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.05
);
-moz-box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.05
);
box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.05
);
}
simplex/bootstrap.min.css
View file @
189b1131
...
...
@@ -708,3 +708,4 @@ h6{color:#000000;}
.btn-inverse
{
background-color
:
#a54ca9
;
background-image
:
-moz-linear-gradient
(
top
,
#ac4fb0
,
#9b479f
);
background-image
:
-ms-linear-gradient
(
top
,
#ac4fb0
,
#9b479f
);
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
100%
,
from
(
#ac4fb0
),
to
(
#9b479f
));
background-image
:
-webkit-linear-gradient
(
top
,
#ac4fb0
,
#9b479f
);
background-image
:
-o-linear-gradient
(
top
,
#ac4fb0
,
#9b479f
);
background-image
:
linear-gradient
(
top
,
#ac4fb0
,
#9b479f
);
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#ac4fb0'
,
endColorstr
=
'#9b479f'
,
GradientType
=
0
);
border-color
:
#9b479f
#9b479f
#672f6a
;
border-color
:
rgba
(
0
,
0
,
0
,
0.1
)
rgba
(
0
,
0
,
0
,
0.1
)
rgba
(
0
,
0
,
0
,
0.25
);
filter
:
progid
:
dximagetransform
.
microsoft
.
gradient
(
enabled
=
false
);}
.btn-inverse
:hover
,
.btn-inverse
:active
,
.btn-inverse.active
,
.btn-inverse.disabled
,
.btn-inverse
[
disabled
]
{
background-color
:
#9b479f
;}
.btn-inverse
:active
,
.btn-inverse.active
{
background-color
:
#79377c
\
9
;}
i
[
class
^=
"icon-"
]
{
opacity
:
0.6
;}
.hero-unit
{
border
:
1px
solid
rgba
(
0
,
0
,
0
,
0.05
);
-webkit-box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.05
);
-moz-box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.05
);
box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.05
);}
simplex/bootswatch.less
View file @
189b1131
...
...
@@ -85,7 +85,11 @@ h6 {
// MISCELLANEOUS
// -----------------------------------------------------
// Make icons gray
i[class^="icon-"]{
opacity: 0.6;
}
.hero-unit {
border: 1px solid rgba(0,0,0,.05);
.box-shadow(inset 0 1px 1px rgba(0,0,0,.05));
}
\ No newline at end of file
slate/bootstrap.css
View file @
189b1131
...
...
@@ -4570,7 +4570,8 @@ footer.footer p {
color
:
#757c82
;
}
.well
,
.progress
{
.progress
,
.hero-unit
{
background-color
:
#202328
;
-webkit-box-shadow
:
inset
1px
1px
1px
rgba
(
0
,
0
,
0
,
0.5
);
-moz-box-shadow
:
inset
1px
1px
1px
rgba
(
0
,
0
,
0
,
0.5
);
...
...
slate/bootstrap.min.css
View file @
189b1131
...
...
@@ -760,6 +760,6 @@ label,input,button,select,textarea,legend{color:#757c82;}
code
,
pre
{
background-color
:
#F7F7F7
;
border
:
1px
solid
#1c1e22
;
text-shadow
:
none
;}
hr
,
legend
,
.page-header
,
.dropdown-menu
.divider
{
border-top
:
none
;
border-bottom
:
1px
solid
#1c1e22
;
background-color
:
transparent
;}
footer
.footer
{
border-top
:
1px
solid
#1c1e22
;}
footer
.footer
p
{
color
:
#757c82
;}
.well
,
.progress
{
background-color
:
#202328
;
-webkit-box-shadow
:
inset
1px
1px
1px
rgba
(
0
,
0
,
0
,
0.5
);
-moz-box-shadow
:
inset
1px
1px
1px
rgba
(
0
,
0
,
0
,
0.5
);
box-shadow
:
inset
1px
1px
1px
rgba
(
0
,
0
,
0
,
0.5
);}
.well
,
.progress
,
.hero-unit
{
background-color
:
#202328
;
-webkit-box-shadow
:
inset
1px
1px
1px
rgba
(
0
,
0
,
0
,
0.5
);
-moz-box-shadow
:
inset
1px
1px
1px
rgba
(
0
,
0
,
0
,
0.5
);
box-shadow
:
inset
1px
1px
1px
rgba
(
0
,
0
,
0
,
0.5
);}
.progress
{
background-color
:
#202328
;
background-image
:
-moz-linear-gradient
(
top
,
#202328
,
#202328
);
background-image
:
-ms-linear-gradient
(
top
,
#202328
,
#202328
);
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
100%
,
from
(
#202328
),
to
(
#202328
));
background-image
:
-webkit-linear-gradient
(
top
,
#202328
,
#202328
);
background-image
:
-o-linear-gradient
(
top
,
#202328
,
#202328
);
background-image
:
linear-gradient
(
top
,
#202328
,
#202328
);
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#202328'
,
endColorstr
=
'#202328'
,
GradientType
=
0
);}
.thumbnail
,
a
.thumbnail
:hover
{
border
:
1px
solid
#1c1e22
;}
slate/bootswatch.less
View file @
189b1131
...
...
@@ -416,7 +416,7 @@ footer.footer {
}
}
.well, .progress {
.well, .progress
, .hero-unit
{
background-color: darken(@grayDarker, 3%);
.box-shadow(inset 1px 1px 1px rgba(0, 0, 0, 0.5);
}
...
...
spacelab/bootstrap.css
View file @
189b1131
...
...
@@ -400,7 +400,7 @@ h6 {
.page-header
{
padding-bottom
:
17px
;
margin
:
18px
0
;
border-bottom
:
1px
solid
#
eeeeee
;
border-bottom
:
1px
solid
#
f5f5f5
;
}
.page-header
h1
{
line-height
:
1
;
...
...
@@ -456,7 +456,7 @@ dd {
hr
{
margin
:
18px
0
;
border
:
0
;
border-top
:
1px
solid
#
eeeeee
;
border-top
:
1px
solid
#
f5f5f5
;
border-bottom
:
1px
solid
#ffffff
;
}
strong
{
...
...
@@ -479,7 +479,7 @@ abbr.initialism {
blockquote
{
padding
:
0
0
0
15px
;
margin
:
0
0
18px
;
border-left
:
5px
solid
#
eeeeee
;
border-left
:
5px
solid
#
f5f5f5
;
}
blockquote
p
{
margin-bottom
:
0
;
...
...
@@ -500,7 +500,7 @@ blockquote.pull-right {
padding-left
:
0
;
padding-right
:
15px
;
border-left
:
0
;
border-right
:
5px
solid
#
eeeeee
;
border-right
:
5px
solid
#
f5f5f5
;
}
blockquote
.pull-right
p
,
blockquote
.pull-right
small
{
...
...
@@ -839,7 +839,7 @@ textarea[disabled],
input
[
readonly
],
select
[
readonly
],
textarea
[
readonly
]
{
background-color
:
#
eeeeee
;
background-color
:
#
f5f5f5
;
border-color
:
#ddd
;
cursor
:
not-allowed
;
}
...
...
@@ -936,7 +936,7 @@ select:focus:required:invalid:focus {
padding
:
17px
20px
18px
;
margin-top
:
18px
;
margin-bottom
:
18px
;
background-color
:
#
eeeeee
;
background-color
:
#
f5f5f5
;
border-top
:
1px
solid
#ddd
;
*
zoom
:
1
;
}
...
...
@@ -1020,7 +1020,7 @@ select:focus:required:invalid:focus {
text-align
:
center
;
text-shadow
:
0
1px
0
#ffffff
;
vertical-align
:
middle
;
background-color
:
#
eeeeee
;
background-color
:
#
f5f5f5
;
border
:
1px
solid
#ccc
;
}
.input-prepend
.add-on
,
...
...
@@ -2481,7 +2481,7 @@ input[type="submit"].btn.btn-mini {
}
.nav
>
li
>
a
:hover
{
text-decoration
:
none
;
background-color
:
#
eeeeee
;
background-color
:
#
f5f5f5
;
}
.nav
.nav-header
{
display
:
block
;
...
...
@@ -2570,7 +2570,7 @@ input[type="submit"].btn.btn-mini {
border-radius
:
4px
4px
0
0
;
}
.nav-tabs
>
li
>
a
:hover
{
border-color
:
#
eeeeee
#eeeeee
#dddddd
;
border-color
:
#
f5f5f5
#f5f5f5
#dddddd
;
}
.nav-tabs
>
.active
>
a
,
.nav-tabs
>
.active
>
a
:hover
{
...
...
@@ -2747,7 +2747,7 @@ input[type="submit"].btn.btn-mini {
border-radius
:
4px
0
0
4px
;
}
.tabs-left
.nav-tabs
>
li
>
a
:hover
{
border-color
:
#
eeeeee
#dddddd
#
eeeeee
#eeeeee
;
border-color
:
#
f5f5f5
#dddddd
#
f5f5f5
#f5f5f5
;
}
.tabs-left
.nav-tabs
.active
>
a
,
.tabs-left
.nav-tabs
.active
>
a
:hover
{
...
...
@@ -2766,7 +2766,7 @@ input[type="submit"].btn.btn-mini {
border-radius
:
0
4px
4px
0
;
}
.tabs-right
.nav-tabs
>
li
>
a
:hover
{
border-color
:
#
eeeeee
#eeeeee
#eeeeee
#dddddd
;
border-color
:
#
f5f5f5