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
becc99a7
Commit
becc99a7
authored
Aug 07, 2012
by
Thomas Park
Browse files
cerulean: subnav-fixed... fixed
parent
825e7e92
Changes
3
Hide whitespace changes
Inline
Side-by-side
cerulean/bootstrap.css
View file @
becc99a7
...
...
@@ -4250,6 +4250,9 @@ a.badge:hover {
div
.subnav
{
font-family
:
'Telex'
,
sans-serif
;
}
div
.subnav-fixed
{
top
:
50px
;
}
.btn
{
background-color
:
#ffffff
;
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
100%
,
from
(
#ffffff
),
color-stop
(
5%
,
#ffffff
),
to
(
#ffffff
));
...
...
cerulean/bootstrap.min.css
View file @
becc99a7
...
...
@@ -721,7 +721,7 @@ a.label:hover,a.badge:hover{color:#ffffff;text-decoration:none;cursor:pointer;}
.navbar
.search-query
{
border
:
1px
solid
#2480b6
;}
.navbar
.btn-navbar
:hover
{
background-color
:
#cccccc
;}
.navbar
.navbar-text
{
padding
:
19px
10px
18px
;
line-height
:
13px
;
color
:
rgba
(
0
,
0
,
0
,
0.5
);
text-shadow
:
1px
1px
0
rgba
(
255
,
255
,
255
,
0.25
);}
div
.subnav
{
font-family
:
'Telex'
,
sans-serif
;}
div
.subnav
{
font-family
:
'Telex'
,
sans-serif
;}
div
.subnav-fixed
{
top
:
50px
;}
.btn
{
background-color
:
#ffffff
;
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
100%
,
from
(
#ffffff
),
color-stop
(
5%
,
#ffffff
),
to
(
#ffffff
));
background-image
:
-webkit-linear-gradient
(
#ffffff
,
#ffffff
5%
,
#ffffff
);
background-image
:
-moz-linear-gradient
(
top
,
#ffffff
,
#ffffff
5%
,
#ffffff
);
background-image
:
-ms-linear-gradient
(
#ffffff
,
#ffffff
5%
,
#ffffff
);
background-image
:
-o-linear-gradient
(
#ffffff
,
#ffffff
5%
,
#ffffff
);
background-image
:
linear-gradient
(
#ffffff
,
#ffffff
5%
,
#ffffff
);
background-repeat
:
no-repeat
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#ffffff'
,
endColorstr
=
'#ffffff'
,
GradientType
=
0
);
-webkit-box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
0.2
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);
-moz-box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
0.2
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);
box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
0.2
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);}
.btn
:hover
{
background-position
:
0
0
;}
.btn-primary
{
background-color
:
#43a1da
;
background-image
:
-moz-linear-gradient
(
top
,
#4ba6db
,
#369bd7
);
background-image
:
-ms-linear-gradient
(
top
,
#4ba6db
,
#369bd7
);
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
100%
,
from
(
#4ba6db
),
to
(
#369bd7
));
background-image
:
-webkit-linear-gradient
(
top
,
#4ba6db
,
#369bd7
);
background-image
:
-o-linear-gradient
(
top
,
#4ba6db
,
#369bd7
);
background-image
:
linear-gradient
(
top
,
#4ba6db
,
#369bd7
);
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#4ba6db'
,
endColorstr
=
'#369bd7'
,
GradientType
=
0
);
border-color
:
#369bd7
#369bd7
#2071a1
;
border-color
:
rgba
(
0
,
0
,
0
,
0.1
)
rgba
(
0
,
0
,
0
,
0.1
)
rgba
(
0
,
0
,
0
,
0.25
);
*
background-color
:
#369bd7
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
enabled
=
false
);}
.btn-primary
:hover
,
.btn-primary
:active
,
.btn-primary.active
,
.btn-primary.disabled
,
.btn-primary
[
disabled
]
{
background-color
:
#369bd7
;
*
background-color
:
#288ecb
;}
.btn-primary
:active
,
.btn-primary.active
{
background-color
:
#2480b6
\
9
;}
...
...
cerulean/bootswatch.less
View file @
becc99a7
...
...
@@ -66,6 +66,10 @@
div.subnav {
font-family: @headingsFontFamily;
&-fixed {
top: @navbarHeight;
}
}
// BUTTONS
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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