Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
f2fadf1f
Commit
f2fadf1f
authored
Jan 18, 2012
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rename navbar variables, change navbar search placeholder to mixin
parent
a920fa29
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
268 additions
and
266 deletions
+268
-266
bootstrap.css
bootstrap.css
+217
-217
bootstrap.min.css
bootstrap.min.css
+31
-31
lib/bootstrap.less
lib/bootstrap.less
+1
-1
lib/navbar.less
lib/navbar.less
+10
-15
lib/variables.less
lib/variables.less
+9
-2
No files found.
bootstrap.css
View file @
f2fadf1f
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Date:
Tue Jan 17 23:52:18
PST 2012
* Date:
Wed Jan 18 00:23:51
PST 2012
*/
*/
html
,
body
{
html
,
body
{
margin
:
0
;
margin
:
0
;
...
@@ -1570,222 +1570,6 @@ i {
...
@@ -1570,222 +1570,6 @@ i {
opacity
:
0.4
;
opacity
:
0.4
;
cursor
:
pointer
;
cursor
:
pointer
;
}
}
.navbar
{
overflow
:
visible
;
}
.navbar-inner
{
background-color
:
#222222
;
background-color
:
#222222
;
background-image
:
-khtml-gradient
(
linear
,
left
top
,
left
bottom
,
from
(
#333333
),
to
(
#222222
));
background-image
:
-moz-linear-gradient
(
top
,
#333333
,
#222222
);
background-image
:
-ms-linear-gradient
(
top
,
#333333
,
#222222
);
background-image
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0%
,
#333333
),
color-stop
(
100%
,
#222222
));
background-image
:
-webkit-linear-gradient
(
top
,
#333333
,
#222222
);
background-image
:
-o-linear-gradient
(
top
,
#333333
,
#222222
);
background-image
:
linear-gradient
(
top
,
#333333
,
#222222
);
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#333333'
,
endColorstr
=
'#222222'
,
GradientType
=
0
);
-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
);
}
.navbar
.brand
:hover
{
color
:
#ffffff
;
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
p
{
margin
:
0
;
line-height
:
40px
;
}
.navbar
p
a
:hover
{
color
:
#ffffff
;
background-color
:
transparent
;
}
.navbar
.btn
,
.navbar
.btn-group
{
margin-top
:
5px
;
}
.navbar
.btn-group
.btn
{
margin-top
:
0
;
}
.navbar-form
{
margin-bottom
:
0
;
}
.navbar-form
input
,
.navbar-form
select
{
display
:
inline-block
;
margin-bottom
:
0
;
}
.navbar-search
{
position
:
relative
;
float
:
left
;
margin-top
:
6px
;
margin-bottom
:
0
;
}
.navbar-search
.search-query
{
padding
:
4px
9px
;
font-family
:
"Helvetica Neue"
,
Helvetica
,
Arial
,
sans-serif
;
font-size
:
13px
;
font-weight
:
normal
;
line-height
:
1
;
color
:
#ffffff
;
color
:
rgba
(
255
,
255
,
255
,
0.75
);
background-color
:
#444
;
background-color
:
rgba
(
255
,
255
,
255
,
0.3
);
border
:
1px
solid
#111
;
-webkit-box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0.1
),
0
1px
0px
rgba
(
255
,
255
,
255
,
0.15
);
-moz-box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0.1
),
0
1px
0px
rgba
(
255
,
255
,
255
,
0.15
);
box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0.1
),
0
1px
0px
rgba
(
255
,
255
,
255
,
0.15
);
-webkit-transition
:
none
;
-moz-transition
:
none
;
-ms-transition
:
none
;
-o-transition
:
none
;
transition
:
none
;
}
.navbar-search
.search-query
:-moz-placeholder
{
color
:
#eeeeee
;
}
.navbar-search
.search-query
::-webkit-input-placeholder
{
color
:
#eeeeee
;
}
.navbar-search
.search-query
:hover
{
color
:
#ffffff
;
background-color
:
#999999
;
background-color
:
rgba
(
255
,
255
,
255
,
0.5
);
}
.navbar-search
.search-query
:focus
,
.navbar-search
.search-query.focused
{
padding
:
5px
10px
;
color
:
#333333
;
text-shadow
:
0
1px
0
#ffffff
;
background-color
:
#ffffff
;
border
:
0
;
-webkit-box-shadow
:
0
0
3px
rgba
(
0
,
0
,
0
,
0.15
);
-moz-box-shadow
:
0
0
3px
rgba
(
0
,
0
,
0
,
0.15
);
box-shadow
:
0
0
3px
rgba
(
0
,
0
,
0
,
0.15
);
outline
:
0
;
}
.navbar-static
{
margin-bottom
:
18px
;
}
.navbar-static
.navbar-inner
{
padding-left
:
20px
;
padding-right
:
20px
;
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;
}
.navbar-fixed
{
position
:
fixed
;
top
:
0
;
right
:
0
;
left
:
0
;
z-index
:
1030
;
}
.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
:
#999999
;
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
{
color
:
#ffffff
;
text-decoration
:
none
;
background-color
:
#222
;
background-color
:
rgba
(
0
,
0
,
0
,
0.5
);
}
.navbar
.vertical-divider
{
height
:
40px
;
width
:
1px
;
margin
:
0
5px
;
overflow
:
hidden
;
background-color
:
#222
;
border-right
:
1px
solid
#444
;
}
.navbar
.nav.pull-right
{
margin-left
:
10px
;
margin-right
:
0
;
}
.navbar
.dropdown-menu
{
top
:
41px
;
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;
}
.navbar
.dropdown-menu
:before
{
content
:
''
;
display
:
inline-block
;
border-left
:
7px
solid
transparent
;
border-right
:
7px
solid
transparent
;
border-bottom
:
7px
solid
#ccc
;
border-bottom-color
:
rgba
(
0
,
0
,
0
,
0.2
);
position
:
absolute
;
top
:
-7px
;
left
:
9px
;
}
.navbar
.dropdown-menu
:after
{
content
:
''
;
display
:
inline-block
;
border-left
:
6px
solid
transparent
;
border-right
:
6px
solid
transparent
;
border-bottom
:
6px
solid
#fff
;
position
:
absolute
;
top
:
-6px
;
left
:
10px
;
}
.navbar
.nav
.dropdown-toggle
.caret
,
.navbar
.nav
.open.dropdown
.caret
{
border-top-color
:
#fff
;
}
.navbar
.nav
.active
.caret
{
filter
:
alpha
(
opacity
=
100
);
-moz-opacity
:
1
;
opacity
:
1
;
}
.navbar
.nav
.open
>
.dropdown-toggle
,
.navbar
.nav
.active
>
.dropdown-toggle
,
.navbar
.nav
.open.active
>
.dropdown-toggle
{
background-color
:
transparent
;
}
.navbar
.nav
.active
>
.dropdown-toggle
:hover
{
color
:
#fff
;
}
.navbar
.nav.pull-right
.dropdown-menu
{
right
:
0
;
}
.navbar
.nav.pull-right
.dropdown-menu
:before
{
left
:
auto
;
right
:
12px
;
}
.navbar
.nav.pull-right
.dropdown-menu
:after
{
left
:
auto
;
right
:
13px
;
}
.nav
{
.nav
{
margin-left
:
0
;
margin-left
:
0
;
margin-bottom
:
18px
;
margin-bottom
:
18px
;
...
@@ -2040,6 +1824,222 @@ i {
...
@@ -2040,6 +1824,222 @@ i {
.tabs-right
.tabs
.active
>
a
,
.tabs-right
.tabs
.active
>
a
:hover
{
.tabs-right
.tabs
.active
>
a
,
.tabs-right
.tabs
.active
>
a
:hover
{
border-color
:
#ddd
#ddd
#ddd
transparent
;
border-color
:
#ddd
#ddd
#ddd
transparent
;
}
}
.navbar
{
overflow
:
visible
;
}
.navbar-inner
{
background-color
:
#222222
;
background-color
:
#222222
;
background-image
:
-khtml-gradient
(
linear
,
left
top
,
left
bottom
,
from
(
#333333
),
to
(
#222222
));
background-image
:
-moz-linear-gradient
(
top
,
#333333
,
#222222
);
background-image
:
-ms-linear-gradient
(
top
,
#333333
,
#222222
);
background-image
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0%
,
#333333
),
color-stop
(
100%
,
#222222
));
background-image
:
-webkit-linear-gradient
(
top
,
#333333
,
#222222
);
background-image
:
-o-linear-gradient
(
top
,
#333333
,
#222222
);
background-image
:
linear-gradient
(
top
,
#333333
,
#222222
);
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#333333'
,
endColorstr
=
'#222222'
,
GradientType
=
0
);
-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
);
}
.navbar
.brand
:hover
{
color
:
#ffffff
;
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
p
{
margin
:
0
;
line-height
:
40px
;
}
.navbar
p
a
:hover
{
color
:
#ffffff
;
background-color
:
transparent
;
}
.navbar
.btn
,
.navbar
.btn-group
{
margin-top
:
5px
;
}
.navbar
.btn-group
.btn
{
margin-top
:
0
;
}
.navbar-form
{
margin-bottom
:
0
;
}
.navbar-form
input
,
.navbar-form
select
{
display
:
inline-block
;
margin-bottom
:
0
;
}
.navbar-search
{
position
:
relative
;
float
:
left
;
margin-top
:
6px
;
margin-bottom
:
0
;
}
.navbar-search
.search-query
{
padding
:
4px
9px
;
font-family
:
"Helvetica Neue"
,
Helvetica
,
Arial
,
sans-serif
;
font-size
:
13px
;
font-weight
:
normal
;
line-height
:
1
;
color
:
#ffffff
;
color
:
rgba
(
255
,
255
,
255
,
0.75
);
background
:
#444
;
background
:
rgba
(
255
,
255
,
255
,
0.3
);
border
:
1px
solid
#111
;
-webkit-box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0.1
),
0
1px
0px
rgba
(
255
,
255
,
255
,
0.15
);
-moz-box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0.1
),
0
1px
0px
rgba
(
255
,
255
,
255
,
0.15
);
box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0.1
),
0
1px
0px
rgba
(
255
,
255
,
255
,
0.15
);
-webkit-transition
:
none
;
-moz-transition
:
none
;
-ms-transition
:
none
;
-o-transition
:
none
;
transition
:
none
;
}
.navbar-search
.search-query
:-moz-placeholder
{
color
:
#eeeeee
;
}
.navbar-search
.search-query
::-webkit-input-placeholder
{
color
:
#eeeeee
;
}
.navbar-search
.search-query
:hover
{
color
:
#ffffff
;
background-color
:
#999999
;
background-color
:
rgba
(
255
,
255
,
255
,
0.5
);
}
.navbar-search
.search-query
:focus
,
.navbar-search
.search-query.focused
{
padding
:
5px
10px
;
color
:
#333333
;
text-shadow
:
0
1px
0
#ffffff
;
background-color
:
#ffffff
;
border
:
0
;
-webkit-box-shadow
:
0
0
3px
rgba
(
0
,
0
,
0
,
0.15
);
-moz-box-shadow
:
0
0
3px
rgba
(
0
,
0
,
0
,
0.15
);
box-shadow
:
0
0
3px
rgba
(
0
,
0
,
0
,
0.15
);
outline
:
0
;
}
.navbar-static
{
margin-bottom
:
18px
;
}
.navbar-static
.navbar-inner
{
padding-left
:
20px
;
padding-right
:
20px
;
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;
}
.navbar-fixed
{
position
:
fixed
;
top
:
0
;
right
:
0
;
left
:
0
;
z-index
:
1030
;
}
.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
:
#999999
;
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
{
color
:
#ffffff
;
text-decoration
:
none
;
background-color
:
#222
;
background-color
:
rgba
(
0
,
0
,
0
,
0.5
);
}
.navbar
.vertical-divider
{
height
:
40px
;
width
:
1px
;
margin
:
0
5px
;
overflow
:
hidden
;
background-color
:
#222
;
border-right
:
1px
solid
#444
;
}
.navbar
.nav.pull-right
{
margin-left
:
10px
;
margin-right
:
0
;
}
.navbar
.dropdown-menu
{
top
:
41px
;
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;
}
.navbar
.dropdown-menu
:before
{
content
:
''
;
display
:
inline-block
;
border-left
:
7px
solid
transparent
;
border-right
:
7px
solid
transparent
;
border-bottom
:
7px
solid
#ccc
;
border-bottom-color
:
rgba
(
0
,
0
,
0
,
0.2
);
position
:
absolute
;
top
:
-7px
;
left
:
9px
;
}
.navbar
.dropdown-menu
:after
{
content
:
''
;
display
:
inline-block
;
border-left
:
6px
solid
transparent
;
border-right
:
6px
solid
transparent
;
border-bottom
:
6px
solid
#fff
;
position
:
absolute
;
top
:
-6px
;
left
:
10px
;
}
.navbar
.nav
.dropdown-toggle
.caret
,
.navbar
.nav
.open.dropdown
.caret
{
border-top-color
:
#fff
;
}
.navbar
.nav
.active
.caret
{
filter
:
alpha
(
opacity
=
100
);
-moz-opacity
:
1
;
opacity
:
1
;
}
.navbar
.nav
.open
>
.dropdown-toggle
,
.navbar
.nav
.active
>
.dropdown-toggle
,
.navbar
.nav
.open.active
>
.dropdown-toggle
{
background-color
:
transparent
;
}
.navbar
.nav
.active
>
.dropdown-toggle
:hover
{
color
:
#fff
;
}
.navbar
.nav.pull-right
.dropdown-menu
{
right
:
0
;
}
.navbar
.nav.pull-right
.dropdown-menu
:before
{
left
:
auto
;
right
:
12px
;
}
.navbar
.nav.pull-right
.dropdown-menu
:after
{
left
:
auto
;
right
:
13px
;
}
.breadcrumb
{
.breadcrumb
{
padding
:
7px
14px
;
padding
:
7px
14px
;
margin
:
0
0
18px
;
margin
:
0
0
18px
;
...
...
bootstrap.min.css
View file @
f2fadf1f
...
@@ -311,37 +311,6 @@ i{background-image:url(docs/assets/img/glyphicons-halflings-sprite.png);backgrou
...
@@ -311,37 +311,6 @@ i{background-image:url(docs/assets/img/glyphicons-halflings-sprite.png);backgrou
.fade
{
-webkit-transition
:
opacity
0.15s
linear
;
-moz-transition
:
opacity
0.15s
linear
;
-ms-transition
:
opacity
0.15s
linear
;
-o-transition
:
opacity
0.15s
linear
;
transition
:
opacity
0.15s
linear
;
opacity
:
0
;}
.fade.in
{
opacity
:
1
;}
.fade
{
-webkit-transition
:
opacity
0.15s
linear
;
-moz-transition
:
opacity
0.15s
linear
;
-ms-transition
:
opacity
0.15s
linear
;
-o-transition
:
opacity
0.15s
linear
;
transition
:
opacity
0.15s
linear
;
opacity
:
0
;}
.fade.in
{
opacity
:
1
;}
.collapse
{
-webkit-transition
:
height
0.35s
ease
;
-moz-transition
:
height
0.35s
ease
;
-ms-transition
:
height
0.35s
ease
;
-o-transition
:
height
0.35s
ease
;
transition
:
height
0.35s
ease
;
position
:
relative
;
overflow
:
hidden
;
height
:
0
;}
.collapse.in
{
height
:
auto
;}
.collapse
{
-webkit-transition
:
height
0.35s
ease
;
-moz-transition
:
height
0.35s
ease
;
-ms-transition
:
height
0.35s
ease
;
-o-transition
:
height
0.35s
ease
;
transition
:
height
0.35s
ease
;
position
:
relative
;
overflow
:
hidden
;
height
:
0
;}
.collapse.in
{
height
:
auto
;}
.close
{
float
:
right
;
font-size
:
20px
;
font-weight
:
bold
;
line-height
:
12px
;
color
:
#000000
;
text-shadow
:
0
1px
0
#ffffff
;
filter
:
alpha
(
opacity
=
20
);
-moz-opacity
:
0.2
;
opacity
:
0.2
;}
.close
:hover
{
color
:
#000000
;
text-decoration
:
none
;
filter
:
alpha
(
opacity
=
40
);
-moz-opacity
:
0.4
;
opacity
:
0.4
;
cursor
:
pointer
;}
.close
{
float
:
right
;
font-size
:
20px
;
font-weight
:
bold
;
line-height
:
12px
;
color
:
#000000
;
text-shadow
:
0
1px
0
#ffffff
;
filter
:
alpha
(
opacity
=
20
);
-moz-opacity
:
0.2
;
opacity
:
0.2
;}
.close
:hover
{
color
:
#000000
;
text-decoration
:
none
;
filter
:
alpha
(
opacity
=
40
);
-moz-opacity
:
0.4
;
opacity
:
0.4
;
cursor
:
pointer
;}
.navbar
{
overflow
:
visible
;}
.navbar-inner
{
background-color
:
#222222
;
background-color
:
#222222
;
background-image
:
-khtml-gradient
(
linear
,
left
top
,
left
bottom
,
from
(
#333333
),
to
(
#222222
));
background-image
:
-moz-linear-gradient
(
top
,
#333333
,
#222222
);
background-image
:
-ms-linear-gradient
(
top
,
#333333
,
#222222
);
background-image
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0%
,
#333333
),
color-stop
(
100%
,
#222222
));
background-image
:
-webkit-linear-gradient
(
top
,
#333333
,
#222222
);
background-image
:
-o-linear-gradient
(
top
,
#333333
,
#222222
);
background-image
:
linear-gradient
(
top
,
#333333
,
#222222
);
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#333333'
,
endColorstr
=
'#222222'
,
GradientType
=
0
);
-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
);}
.navbar
.brand
:hover
{
color
:
#ffffff
;
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
p
{
margin
:
0
;
line-height
:
40px
;}
.navbar
p
a
:hover
{
color
:
#ffffff
;
background-color
:
transparent
;}
.navbar
.btn
,
.navbar
.btn-group
{
margin-top
:
5px
;}
.navbar
.btn-group
.btn
{
margin-top
:
0
;}
.navbar-form
{
margin-bottom
:
0
;}
.navbar-form
input
,
.navbar-form
select
{
display
:
inline-block
;
margin-bottom
:
0
;}
.navbar-search
{
position
:
relative
;
float
:
left
;
margin-top
:
6px
;
margin-bottom
:
0
;}
.navbar-search
.search-query
{
padding
:
4px
9px
;
font-family
:
"Helvetica Neue"
,
Helvetica
,
Arial
,
sans-serif
;
font-size
:
13px
;
font-weight
:
normal
;
line-height
:
1
;
color
:
#ffffff
;
color
:
rgba
(
255
,
255
,
255
,
0.75
);
background-color
:
#444
;
background-color
:
rgba
(
255
,
255
,
255
,
0.3
);
border
:
1px
solid
#111
;
-webkit-box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0.1
),
0
1px
0px
rgba
(
255
,
255
,
255
,
0.15
);
-moz-box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0.1
),
0
1px
0px
rgba
(
255
,
255
,
255
,
0.15
);
box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0.1
),
0
1px
0px
rgba
(
255
,
255
,
255
,
0.15
);
-webkit-transition
:
none
;
-moz-transition
:
none
;
-ms-transition
:
none
;
-o-transition
:
none
;
transition
:
none
;}
.navbar-search
.search-query
:-moz-placeholder
{
color
:
#eeeeee
;}
.navbar-search
.search-query
::-webkit-input-placeholder
{
color
:
#eeeeee
;}
.navbar-search
.search-query
:hover
{
color
:
#ffffff
;
background-color
:
#999999
;
background-color
:
rgba
(
255
,
255
,
255
,
0.5
);}
.navbar-search
.search-query
:focus
,
.navbar-search
.search-query.focused
{
padding
:
5px
10px
;
color
:
#333333
;
text-shadow
:
0
1px
0
#ffffff
;
background-color
:
#ffffff
;
border
:
0
;
-webkit-box-shadow
:
0
0
3px
rgba
(
0
,
0
,
0
,
0.15
);
-moz-box-shadow
:
0
0
3px
rgba
(
0
,
0
,
0
,
0.15
);
box-shadow
:
0
0
3px
rgba
(
0
,
0
,
0
,
0.15
);
outline
:
0
;}
.navbar-static
{
margin-bottom
:
18px
;}
.navbar-static
.navbar-inner
{
padding-left
:
20px
;
padding-right
:
20px
;
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;}
.navbar-fixed
{
position
:
fixed
;
top
:
0
;
right
:
0
;
left
:
0
;
z-index
:
1030
;}
.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
:
#999999
;
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
{
color
:
#ffffff
;
text-decoration
:
none
;
background-color
:
#222
;
background-color
:
rgba
(
0
,
0
,
0
,
0.5
);}
.navbar
.vertical-divider
{
height
:
40px
;
width
:
1px
;
margin
:
0
5px
;
overflow
:
hidden
;
background-color
:
#222
;
border-right
:
1px
solid
#444
;}
.navbar
.nav.pull-right
{
margin-left
:
10px
;
margin-right
:
0
;}
.navbar
.dropdown-menu
{
top
:
41px
;
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;}
.navbar
.dropdown-menu
:before
{
content
:
''
;
display
:
inline-block
;
border-left
:
7px
solid
transparent
;
border-right
:
7px
solid
transparent
;
border-bottom
:
7px
solid
#ccc
;
border-bottom-color
:
rgba
(
0
,
0
,
0
,
0.2
);
position
:
absolute
;
top
:
-7px
;
left
:
9px
;}
.navbar
.dropdown-menu
:after
{
content
:
''
;
display
:
inline-block
;
border-left
:
6px
solid
transparent
;
border-right
:
6px
solid
transparent
;
border-bottom
:
6px
solid
#fff
;
position
:
absolute
;
top
:
-6px
;
left
:
10px
;}
.navbar
.nav
.dropdown-toggle
.caret
,
.navbar
.nav
.open.dropdown
.caret
{
border-top-color
:
#fff
;}
.navbar
.nav
.active
.caret
{
filter
:
alpha
(
opacity
=
100
);
-moz-opacity
:
1
;
opacity
:
1
;}
.navbar
.nav
.open
>
.dropdown-toggle
,
.navbar
.nav
.active
>
.dropdown-toggle
,
.navbar
.nav
.open.active
>
.dropdown-toggle
{
background-color
:
transparent
;}
.navbar
.nav
.active
>
.dropdown-toggle
:hover
{
color
:
#fff
;}
.navbar
.nav.pull-right
.dropdown-menu
{
right
:
0
;}
.navbar
.nav.pull-right
.dropdown-menu
:before
{
left
:
auto
;
right
:
12px
;}
.navbar
.nav.pull-right
.dropdown-menu
:after
{
left
:
auto
;
right
:
13px
;}
.nav
{
margin-left
:
0
;
margin-bottom
:
18px
;
list-style
:
none
;}
.nav
{
margin-left
:
0
;
margin-bottom
:
18px
;
list-style
:
none
;}
.nav
>
li
>
a
{
display
:
block
;}
.nav
>
li
>
a
{
display
:
block
;}
.nav
>
li
>
a
:hover
{
text-decoration
:
none
;
background-color
:
#eee
;}
.nav
>
li
>
a
:hover
{
text-decoration
:
none
;
background-color
:
#eee
;}
...
@@ -397,6 +366,37 @@ i{background-image:url(docs/assets/img/glyphicons-halflings-sprite.png);backgrou
...
@@ -397,6 +366,37 @@ i{background-image:url(docs/assets/img/glyphicons-halflings-sprite.png);backgrou
.tabs-right
.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
.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
.tabs
>
li
>
a
:hover
{
border-color
:
#eee
#eee
#eee
#ddd
;}
.tabs-right
.tabs
>
li
>
a
:hover
{
border-color
:
#eee
#eee
#eee
#ddd
;}
.tabs-right
.tabs
.active
>
a
,
.tabs-right
.tabs
.active
>
a
:hover
{
border-color
:
#ddd
#ddd
#ddd
transparent
;}
.tabs-right
.tabs
.active
>
a
,
.tabs-right
.tabs
.active
>
a
:hover
{
border-color
:
#ddd
#ddd
#ddd
transparent
;}
.navbar
{
overflow
:
visible
;}
.navbar-inner
{
background-color
:
#222222
;
background-color
:
#222222
;
background-image
:
-khtml-gradient
(
linear
,
left
top
,
left
bottom
,
from
(
#333333
),
to
(
#222222
));
background-image
:
-moz-linear-gradient
(
top
,
#333333
,
#222222
);
background-image
:
-ms-linear-gradient
(
top
,
#333333
,
#222222
);
background-image
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0%
,
#333333
),
color-stop
(
100%
,
#222222
));
background-image
:
-webkit-linear-gradient
(
top
,
#333333
,
#222222
);
background-image
:
-o-linear-gradient
(
top
,
#333333
,
#222222
);
background-image
:
linear-gradient
(
top
,
#333333
,
#222222
);
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#333333'
,
endColorstr
=
'#222222'
,
GradientType
=
0
);
-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
);}
.navbar
.brand
:hover
{
color
:
#ffffff
;
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
p
{
margin
:
0
;
line-height
:
40px
;}
.navbar
p
a
:hover
{
color
:
#ffffff
;
background-color
:
transparent
;}
.navbar
.btn
,
.navbar
.btn-group
{
margin-top
:
5px
;}
.navbar
.btn-group
.btn
{
margin-top
:
0
;}
.navbar-form
{
margin-bottom
:
0
;}
.navbar-form
input
,
.navbar-form
select
{
display
:
inline-block
;
margin-bottom
:
0
;}
.navbar-search
{
position
:
relative
;
float
:
left
;
margin-top
:
6px
;
margin-bottom
:
0
;}
.navbar-search
.search-query
{
padding
:
4px
9px
;
font-family
:
"Helvetica Neue"
,
Helvetica
,
Arial
,
sans-serif
;
font-size
:
13px
;
font-weight
:
normal
;
line-height
:
1
;
color
:
#ffffff
;
color
:
rgba
(
255
,
255
,
255
,
0.75
);
background
:
#444
;
background
:
rgba
(
255
,
255
,
255
,
0.3
);
border
:
1px
solid
#111
;
-webkit-box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0.1
),
0
1px
0px
rgba
(
255
,
255
,
255
,
0.15
);
-moz-box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0.1
),
0
1px
0px
rgba
(
255
,
255
,
255
,
0.15
);
box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0.1
),
0
1px
0px
rgba
(
255
,
255
,
255
,
0.15
);
-webkit-transition
:
none
;
-moz-transition
:
none
;
-ms-transition
:
none
;
-o-transition
:
none
;
transition
:
none
;}
.navbar-search
.search-query
:-moz-placeholder
{
color
:
#eeeeee
;}
.navbar-search
.search-query
::-webkit-input-placeholder
{
color
:
#eeeeee
;}
.navbar-search
.search-query
:hover
{
color
:
#ffffff
;
background-color
:
#999999
;
background-color
:
rgba
(
255
,
255
,
255
,
0.5
);}
.navbar-search
.search-query
:focus
,
.navbar-search
.search-query.focused
{
padding
:
5px
10px
;
color
:
#333333
;
text-shadow
:
0
1px
0
#ffffff
;
background-color
:
#ffffff
;
border
:
0
;
-webkit-box-shadow
:
0
0
3px
rgba
(
0
,
0
,
0
,
0.15
);
-moz-box-shadow
:
0
0
3px
rgba
(
0
,
0
,
0
,
0.15
);
box-shadow
:
0
0
3px
rgba
(
0
,
0
,
0
,
0.15
);
outline
:
0
;}
.navbar-static
{
margin-bottom
:
18px
;}
.navbar-static
.navbar-inner
{
padding-left
:
20px
;
padding-right
:
20px
;
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;}
.navbar-fixed
{
position
:
fixed
;
top
:
0
;
right
:
0
;
left
:
0
;
z-index
:
1030
;}
.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
:
#999999
;
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
{
color
:
#ffffff
;
text-decoration
:
none
;
background-color
:
#222
;
background-color
:
rgba
(
0
,
0
,
0
,
0.5
);}
.navbar
.vertical-divider
{
height
:
40px
;
width
:
1px
;
margin
:
0
5px
;
overflow
:
hidden
;
background-color
:
#222
;
border-right
:
1px
solid
#444
;}
.navbar
.nav.pull-right
{
margin-left
:
10px
;
margin-right
:
0
;}
.navbar
.dropdown-menu
{
top
:
41px
;
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;}
.navbar
.dropdown-menu
:before
{
content
:
''
;
display
:
inline-block
;
border-left
:
7px
solid
transparent
;
border-right
:
7px
solid
transparent
;
border-bottom
:
7px
solid
#ccc
;
border-bottom-color
:
rgba
(
0
,
0
,
0
,
0.2
);
position
:
absolute
;
top
:
-7px
;
left
:
9px
;}
.navbar
.dropdown-menu
:after
{
content
:
''
;
display
:
inline-block
;
border-left
:
6px
solid
transparent
;
border-right
:
6px
solid
transparent
;
border-bottom
:
6px
solid
#fff
;
position
:
absolute
;
top
:
-6px
;
left
:
10px
;}
.navbar
.nav
.dropdown-toggle
.caret
,
.navbar
.nav
.open.dropdown
.caret
{
border-top-color
:
#fff
;}
.navbar
.nav
.active
.caret
{
filter
:
alpha
(
opacity
=
100
);
-moz-opacity
:
1
;
opacity
:
1
;}
.navbar
.nav
.open
>
.dropdown-toggle
,
.navbar
.nav
.active
>
.dropdown-toggle
,
.navbar
.nav
.open.active
>
.dropdown-toggle
{
background-color
:
transparent
;}
.navbar
.nav
.active
>
.dropdown-toggle
:hover
{
color
:
#fff
;}
.navbar
.nav.pull-right
.dropdown-menu
{
right
:
0
;}
.navbar
.nav.pull-right
.dropdown-menu
:before
{
left
:
auto
;
right
:
12px
;}
.navbar
.nav.pull-right
.dropdown-menu
:after
{
left
:
auto
;
right
:
13px
;}
.breadcrumb
{
padding
:
7px
14px
;
margin
:
0
0
18px
;
background-color
:
#f5f5f5
;
background-image
:
-khtml-gradient
(
linear
,
left
top
,
left
bottom
,
from
(
#ffffff
),
to
(
#f5f5f5
));
background-image
:
-moz-linear-gradient
(
top
,
#ffffff
,
#f5f5f5
);
background-image
:
-ms-linear-gradient
(
top
,
#ffffff
,
#f5f5f5
);
background-image
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0%
,
#ffffff
),
color-stop
(
100%
,
#f5f5f5
));
background-image
:
-webkit-linear-gradient
(
top
,
#ffffff
,
#f5f5f5
);
background-image
:
-o-linear-gradient
(
top
,
#ffffff
,
#f5f5f5
);
background-image
:
linear-gradient
(
top
,
#ffffff
,
#f5f5f5
);
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#ffffff'
,
endColorstr
=
'#f5f5f5'
,
GradientType
=
0
);
border
:
1px
solid
#ddd
;
-webkit-border-radius
:
3px
;
-moz-border-radius
:
3px
;
border-radius
:
3px
;
-webkit-box-shadow
:
inset
0
1px
0
#ffffff
;
-moz-box-shadow
:
inset
0
1px
0
#ffffff
;
box-shadow
:
inset
0
1px
0
#ffffff
;}
.breadcrumb
li
{
display
:
inline
;
text-shadow
:
0
1px
0
#ffffff
;}
.breadcrumb
{
padding
:
7px
14px
;
margin
:
0
0
18px
;
background-color
:
#f5f5f5
;
background-image
:
-khtml-gradient
(
linear
,
left
top
,
left
bottom
,
from
(
#ffffff
),
to
(
#f5f5f5
));
background-image
:
-moz-linear-gradient
(
top
,
#ffffff
,
#f5f5f5
);
background-image
:
-ms-linear-gradient
(
top
,
#ffffff
,
#f5f5f5
);
background-image
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0%
,
#ffffff
),
color-stop
(
100%
,
#f5f5f5
));
background-image
:
-webkit-linear-gradient
(
top
,
#ffffff
,
#f5f5f5
);
background-image
:
-o-linear-gradient
(
top
,
#ffffff
,
#f5f5f5
);
background-image
:
linear-gradient
(
top
,
#ffffff
,
#f5f5f5
);
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#ffffff'
,
endColorstr
=
'#f5f5f5'
,
GradientType
=
0
);
border
:
1px
solid
#ddd
;
-webkit-border-radius
:
3px
;
-moz-border-radius
:
3px
;
border-radius
:
3px
;
-webkit-box-shadow
:
inset
0
1px
0
#ffffff
;
-moz-box-shadow
:
inset
0
1px
0
#ffffff
;
box-shadow
:
inset
0
1px
0
#ffffff
;}
.breadcrumb
li
{
display
:
inline
;
text-shadow
:
0
1px
0
#ffffff
;}
.breadcrumb
.divider
{
padding
:
0
5px
;
color
:
#999999
;}
.breadcrumb
.divider
{
padding
:
0
5px
;
color
:
#999999
;}
.breadcrumb
.active
a
{
color
:
#333333
;}
.breadcrumb
.active
a
{
color
:
#333333
;}
...
...
lib/bootstrap.less
View file @
f2fadf1f
...
@@ -32,8 +32,8 @@
...
@@ -32,8 +32,8 @@
@import "close.less";
@import "close.less";
// Components: Nav
// Components: Nav
@import "navbar.less";
@import "navs.less";
@import "navs.less";
@import "navbar.less";
@import "breadcrumbs.less";
@import "breadcrumbs.less";
@import "pagination.less";
@import "pagination.less";
@import "pager.less";
@import "pager.less";
...
...
lib/navbar.less
View file @
f2fadf1f
// NAVBAR (FIXED AND STATIC)
// NAVBAR (FIXED AND STATIC)
// -------------------------
// -------------------------
// Navbar variables
@navBarHeight: 40px;
@navBarBgStart: #333;
@navBarBgEnd: #222;
// Common styles
// COMMON STYLES
// -------------
.navbar {
.navbar {
overflow: visible;
overflow: visible;
}
}
// gradient is applied to it's own element because overflow visible is not honored by IE when filter is present
// gradient is applied to it's own element because overflow visible is not honored by IE when filter is present
.navbar-inner {
.navbar-inner {
background-color: @nav
BarBgE
nd;
background-color: @nav
barBackgrou
nd;
#gradient > .vertical(@nav
BarBgStart, @navBarBgE
nd);
#gradient > .vertical(@nav
barBackgroundHighlight, @navbarBackgrou
nd);
@shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
@shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
.box-shadow(@shadow);
.box-shadow(@shadow);
}
}
// Text and links
// Text and links
.navbar {
.navbar {
// Hover and active states
// Hover and active states
...
@@ -75,20 +74,16 @@
...
@@ -75,20 +74,16 @@
#font > .sans-serif(13px, normal, 1);
#font > .sans-serif(13px, normal, 1);
color: @white;
color: @white;
color: rgba(255,255,255,.75);
color: rgba(255,255,255,.75);
background
-color
: #444;
background: #444;
background
-color
: rgba(255,255,255,.3);
background: rgba(255,255,255,.3);
border: 1px solid #111;
border: 1px solid #111;
@shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0px rgba(255,255,255,.15);
@shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0px rgba(255,255,255,.15);
.box-shadow(@shadow);
.box-shadow(@shadow);
.transition(none);
.transition(none);
// Placeholder text gets special styles; can't be bundled together though for some reason
// Placeholder text gets special styles; can't be bundled together though for some reason
&:-moz-placeholder {
.placeholder(@grayLighter);
color: @grayLighter;
}
&::-webkit-input-placeholder {
color: @grayLighter;
}
// Hover states
// Hover states
&:hover {
&:hover {
color: @white;
color: @white;
...
...
lib/variables.less
View file @
f2fadf1f
...
@@ -51,6 +51,9 @@
...
@@ -51,6 +51,9 @@
// COMPONENT VARIABLES
// COMPONENT VARIABLES
// --------------------------------------------------
// --------------------------------------------------
// Input placeholder text color
@placeHolderText: @grayLight;
// Z-index master list
// Z-index master list
// Used for a bird's eye view of components dependent on the z-axis
// Used for a bird's eye view of components dependent on the z-axis
@zindexDropdown: 1000;
@zindexDropdown: 1000;
...
@@ -60,5 +63,9 @@
...
@@ -60,5 +63,9 @@
@zindexModalBackdrop: 1040;
@zindexModalBackdrop: 1040;
@zindexModal: 1050;
@zindexModal: 1050;
// Input placeholder text color
// Navbar
@placeHolderText: @grayLight;
@navBarHeight: 40px;
@navbarBackground: #222;
@navbarBackgroundHighlight: #333;
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