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
5a1a0186
Commit
5a1a0186
authored
Jul 05, 2011
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
new popover ideas
parent
768fa3c8
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
14 deletions
+14
-14
bootstrap-1.0.0.css
bootstrap-1.0.0.css
+5
-5
bootstrap-1.0.0.min.css
bootstrap-1.0.0.min.css
+4
-4
docs/index.html
docs/index.html
+1
-1
lib/patterns.less
lib/patterns.less
+4
-4
No files found.
bootstrap-1.0.0.css
View file @
5a1a0186
...
...
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Date: Sat Jul 2 1
1:50:18
PDT 2011
* Date: Sat Jul 2 1
5:34:02
PDT 2011
*/
/*
* Reset.less
...
...
@@ -1131,7 +1131,7 @@ div.topbar {
top
:
0
;
left
:
0
;
right
:
0
;
z-index
:
1000
;
z-index
:
1000
0
;
overflow
:
visible
;
-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
);
...
...
@@ -1649,7 +1649,7 @@ div.twipsy {
visibility
:
visible
;
padding
:
5px
;
font-size
:
11px
;
z-index
:
1000
00
;
z-index
:
1000
;
filter
:
alpha
(
opacity
=
80
);
-khtml-opacity
:
0.8
;
-moz-opacity
:
0.8
;
...
...
@@ -1710,7 +1710,7 @@ div.twipsy .twipsy-arrow {
position
:
absolute
;
top
:
0
;
left
:
0
;
z-index
:
1000
0
;
z-index
:
1000
;
display
:
none
;
}
.popover-border
{
...
...
@@ -1829,7 +1829,7 @@ div.twipsy .twipsy-arrow {
top
:
0
;
left
:
0
;
display
:
none
;
z-index
:
1000
0
;
z-index
:
1000
;
background
:
none
;
}
.popover-menu
.popover-arrow
{
...
...
bootstrap-1.0.0.min.css
View file @
5a1a0186
...
...
@@ -149,7 +149,7 @@ table.zebra-striped th.orange{color:#f89406;border-bottom-color:#f89406;}
table
.zebra-striped
th
.headerSortUp.orange
,
table
.zebra-striped
th
.headerSortDown.orange
{
background-color
:
#fee9cc
;}
table
.zebra-striped
th
.purple
{
color
:
#7a43b6
;
border-bottom-color
:
#7a43b6
;}
table
.zebra-striped
th
.headerSortUp.purple
,
table
.zebra-striped
th
.headerSortDown.purple
{
background-color
:
#e2d5f0
;}
div
.topbar
{
background-color
:
#222222
;
background-repeat
:
repeat-x
;
background-image
:
-khtml-gradient
(
linear
,
left
top
,
left
bottom
,
from
(
#333333
),
to
(
#222222
));
background-image
:
-moz-linear-gradient
(
#333333
,
#222222
);
background-image
:
-ms-linear-gradient
(
#333333
,
#222222
);
background-image
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0%
,
#333333
),
color-stop
(
100%
,
#222222
));
background-image
:
-webkit-linear-gradient
(
#333333
,
#222222
);
background-image
:
-o-linear-gradient
(
#333333
,
#222222
);
-ms-filter
:
"progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0)"
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#333333'
,
endColorstr
=
'#222222'
,
GradientType
=
0
);
background-image
:
linear-gradient
(
#333333
,
#222222
);
height
:
40px
;
position
:
fixed
;
top
:
0
;
left
:
0
;
right
:
0
;
z-index
:
1000
;
overflow
:
visible
;
-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
);}
div
.topbar
a
{
color
:
#bfbfbf
;
text-shadow
:
0
-1px
0
rgba
(
0
,
0
,
0
,
0.25
);}
div
.topbar
{
background-color
:
#222222
;
background-repeat
:
repeat-x
;
background-image
:
-khtml-gradient
(
linear
,
left
top
,
left
bottom
,
from
(
#333333
),
to
(
#222222
));
background-image
:
-moz-linear-gradient
(
#333333
,
#222222
);
background-image
:
-ms-linear-gradient
(
#333333
,
#222222
);
background-image
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0%
,
#333333
),
color-stop
(
100%
,
#222222
));
background-image
:
-webkit-linear-gradient
(
#333333
,
#222222
);
background-image
:
-o-linear-gradient
(
#333333
,
#222222
);
-ms-filter
:
"progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0)"
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#333333'
,
endColorstr
=
'#222222'
,
GradientType
=
0
);
background-image
:
linear-gradient
(
#333333
,
#222222
);
height
:
40px
;
position
:
fixed
;
top
:
0
;
left
:
0
;
right
:
0
;
z-index
:
1000
0
;
overflow
:
visible
;
-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
);}
div
.topbar
a
{
color
:
#bfbfbf
;
text-shadow
:
0
-1px
0
rgba
(
0
,
0
,
0
,
0.25
);}
div
.topbar
ul
li
a
:hover
,
div
.topbar
ul
li
.active
a
,
div
.topbar
a
.logo
:hover
{
background-color
:
#333
;
background-color
:
rgba
(
255
,
255
,
255
,
0.15
);
color
:
#ffffff
;
text-decoration
:
none
;}
div
.topbar
a
.logo
{
float
:
left
;
display
:
block
;
padding
:
8px
20px
12px
;
margin-left
:
-20px
;
color
:
#ffffff
;
font-size
:
20px
;
font-weight
:
200
;
line-height
:
1
;}
div
.topbar
a
.logo
img
{
float
:
left
;
margin-right
:
6px
;}
div
.topbar
form
{
float
:
left
;
margin
:
5px
0
0
0
;
position
:
relative
;
filter
:
alpha
(
opacity
=
100
);
-khtml-opacity
:
1
;
-moz-opacity
:
1
;
opacity
:
1
;}
div
.topbar
form
input
{
background-color
:
#bfbfbf
;
background-color
:
rgba
(
255
,
255
,
255
,
0.3
);
font-family
:
"Helvetica Neue"
,
Helvetica
,
Arial
,
sans-serif
;
font-size
:
normal
;
font-weight
:
13px
;
line-height
:
1
;
width
:
220px
;
padding
:
4px
9px
;
color
:
#fff
;
color
:
rgba
(
255
,
255
,
255
,
0.75
);
border
:
1px
solid
#111
;
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;
-webkit-box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0.1
),
0
1px
0px
rgba
(
255
,
255
,
255
,
0.25
);
-moz-box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0.1
),
0
1px
0px
rgba
(
255
,
255
,
255
,
0.25
);
box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0.1
),
0
1px
0px
rgba
(
255
,
255
,
255
,
0.25
);
-webkit-transition
:
none
;
-moz-transition
:
none
;
transition
:
none
;}
div
.topbar
form
input
:-moz-placeholder
{
color
:
#e6e6e6
;}
...
...
@@ -199,14 +199,14 @@ div.modal{position:fixed;top:50%;left:50%;z-index:2000;width:560px;margin:-280px
div
.modal
.modal-body
{
padding
:
20px
;}
div
.modal
.modal-footer
{
background-color
:
#eee
;
padding
:
14px
20px
15px
;
border-top
:
1px
solid
#ddd
;
-webkit-border-radius
:
0
0
6px
6px
;
-moz-border-radius
:
0
0
6px
6px
;
border-radius
:
0
0
6px
6px
;
-webkit-box-shadow
:
inset
0
1px
0
#ffffff
;
-moz-box-shadow
:
inset
0
1px
0
#ffffff
;
box-shadow
:
inset
0
1px
0
#ffffff
;
zoom
:
1
;}
div
.modal
.modal-footer
:after
{
display
:
block
;
visibility
:
hidden
;
height
:
0
;
clear
:
both
;
content
:
"."
;}
div
.modal
.modal-footer
.btn
{
float
:
right
;
margin-left
:
10px
;}
div
.twipsy
{
display
:
block
;
position
:
absolute
;
visibility
:
visible
;
padding
:
5px
;
font-size
:
11px
;
z-index
:
1000
00
;
filter
:
alpha
(
opacity
=
80
);
-khtml-opacity
:
0.8
;
-moz-opacity
:
0.8
;
opacity
:
0.8
;}
div
.twipsy.above
.twipsy-arrow
{
bottom
:
0
;
left
:
50%
;
margin-left
:
-5px
;
border-left
:
5px
solid
transparent
;
border-right
:
5px
solid
transparent
;
border-top
:
5px
solid
#000000
;}
div
.twipsy
{
display
:
block
;
position
:
absolute
;
visibility
:
visible
;
padding
:
5px
;
font-size
:
11px
;
z-index
:
1000
;
filter
:
alpha
(
opacity
=
80
);
-khtml-opacity
:
0.8
;
-moz-opacity
:
0.8
;
opacity
:
0.8
;}
div
.twipsy.above
.twipsy-arrow
{
bottom
:
0
;
left
:
50%
;
margin-left
:
-5px
;
border-left
:
5px
solid
transparent
;
border-right
:
5px
solid
transparent
;
border-top
:
5px
solid
#000000
;}
div
.twipsy.left
.twipsy-arrow
{
top
:
50%
;
right
:
0
;
margin-top
:
-5px
;
border-top
:
5px
solid
transparent
;
border-bottom
:
5px
solid
transparent
;
border-left
:
5px
solid
#000000
;}
div
.twipsy.below
.twipsy-arrow
{
top
:
0
;
left
:
50%
;
margin-left
:
-5px
;
border-left
:
5px
solid
transparent
;
border-right
:
5px
solid
transparent
;
border-bottom
:
5px
solid
#000000
;}
div
.twipsy.right
.twipsy-arrow
{
top
:
50%
;
left
:
0
;
margin-top
:
-5px
;
border-top
:
5px
solid
transparent
;
border-bottom
:
5px
solid
transparent
;
border-right
:
5px
solid
#000000
;}
div
.twipsy
.twipsy-inner
{
padding
:
3px
8px
;
background-color
:
#000
;
color
:
white
;
text-align
:
center
;
max-width
:
200px
;
text-decoration
:
none
;
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;}
div
.twipsy
.twipsy-arrow
{
position
:
absolute
;
width
:
0
;
height
:
0
;}
.popover-wrapper
{
position
:
relative
;}
.popover
{
position
:
absolute
;
top
:
0
;
left
:
0
;
z-index
:
1000
0
;
display
:
none
;}
.popover
{
position
:
absolute
;
top
:
0
;
left
:
0
;
z-index
:
1000
;
display
:
none
;}
.popover-border
{
background
:
rgba
(
0
,
0
,
0
,
0.8
);
padding
:
5px
;
overflow
:
hidden
;
-webkit-border-radius
:
6px
;
-moz-border-radius
:
6px
;
border-radius
:
6px
;
-webkit-box-shadow
:
0
3px
6px
rgba
(
0
,
0
,
0
,
0.25
);
-moz-box-shadow
:
0
3px
6px
rgba
(
0
,
0
,
0
,
0.25
);
box-shadow
:
0
3px
6px
rgba
(
0
,
0
,
0
,
0.25
);}
.popover-title
{
padding
:
5px
15px
10px
;
color
:
#fff
;
line-height
:
1
;}
.popover-inner
{
background-color
:
#fff
;
overflow
:
hidden
;
padding
:
15px
;
width
:
200px
;
-webkit-border-radius
:
3px
;
-moz-border-radius
:
3px
;
border-radius
:
3px
;}
.popover-inner
p
,
.popover-inner
ul
,
.popover-inner
ol
{
margin-bottom
:
0
;}
...
...
@@ -218,7 +218,7 @@ div.twipsy .twipsy-arrow{position:absolute;width:0;height:0;}
.popover2
.arrow
{
position
:
absolute
;
width
:
0
;
height
:
0
;}
.popover2
.title
{
background-color
:
#222222
;
background-repeat
:
repeat-x
;
background-image
:
-khtml-gradient
(
linear
,
left
top
,
left
bottom
,
from
(
#444444
),
to
(
#222222
));
background-image
:
-moz-linear-gradient
(
#444444
,
#222222
);
background-image
:
-ms-linear-gradient
(
#444444
,
#222222
);
background-image
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0%
,
#444444
),
color-stop
(
100%
,
#222222
));
background-image
:
-webkit-linear-gradient
(
#444444
,
#222222
);
background-image
:
-o-linear-gradient
(
#444444
,
#222222
);
-ms-filter
:
"progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#222222', GradientType=0)"
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#444444'
,
endColorstr
=
'#222222'
,
GradientType
=
0
);
background-image
:
linear-gradient
(
#444444
,
#222222
);
padding
:
9px
15px
;
color
:
#fff
;
line-height
:
1
;
-webkit-border-radius
:
6px
6px
0
0
;
-moz-border-radius
:
6px
6px
0
0
;
border-radius
:
6px
6px
0
0
;}
.popover2
.content
{
background-color
:
#ffffff
;
padding
:
14px
;
border
:
1px
solid
#000000
;
border-top
:
0
;
-webkit-border-radius
:
0
0
6px
6px
;
-moz-border-radius
:
0
0
6px
6px
;
border-radius
:
0
0
6px
6px
;
-webkit-background-clip
:
padding
;
-moz-background-clip
:
padding
;
background-clip
:
padding
;}
.popover2
.content
p
,
.popover2
.content
ul
,
.popover2
.content
ol
{
margin-bottom
:
0
;}
.popover-menu
{
position
:
absolute
;
top
:
0
;
left
:
0
;
display
:
none
;
z-index
:
1000
0
;
background
:
none
;}
.popover-menu
{
position
:
absolute
;
top
:
0
;
left
:
0
;
display
:
none
;
z-index
:
1000
;
background
:
none
;}
.popover-menu
.popover-arrow
{
width
:
100%
;
height
:
14px
;
background
:
url(/blueprint/images/popover-menu-bottom.png)
no-repeat
bottom
center
;}
.popover-menu
.popover-border
{
margin
:
0
0
-3px
;
padding
:
2px
;
background
:
rgba
(
255
,
255
,
255
,
0.75
);
border
:
1px
solid
rgba
(
0
,
0
,
0
,
0.5
);
-webkit-border-radius
:
6px
;
-moz-border-radius
:
6px
;
border-radius
:
6px
;
overflow
:
hidden
;
-webkit-box-shadow
:
0
3px
6px
rgba
(
0
,
0
,
0
,
0.25
);
-moz-box-shadow
:
0
3px
6px
rgba
(
0
,
0
,
0
,
0.25
);
box-shadow
:
0
3px
6px
rgba
(
0
,
0
,
0
,
0.25
);
-webkit-background-clip
:
padding
;}
.popover-menu
.popover-inner
{
background
:
#222
;
padding
:
7px
;
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;
width
:
150px
;}
...
...
docs/index.html
View file @
5a1a0186
...
...
@@ -18,7 +18,7 @@
<body
onload=
"prettyPrint()"
>
<div
class=
"topbar"
style=
"z-index: 1000;"
>
<div
class=
"topbar"
>
<div
class=
"container fixed"
>
<h3><a
class=
"logo"
href=
"#"
>
<img
src=
"assets/img/twitter-logo-no-bird.png"
alt=
"Twitter"
/>
<span>
bootstrap
</span>
...
...
lib/patterns.less
View file @
5a1a0186
...
...
@@ -13,7 +13,7 @@ div.topbar {
top: 0;
left: 0;
right: 0;
z-index: 1000;
z-index: 1000
0
;
overflow: visible;
@shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
.box-shadow(@shadow);
...
...
@@ -557,7 +557,7 @@ div.twipsy {
visibility: visible;
padding: 5px;
font-size: 11px;
z-index: 1000
00
;
z-index: 1000;
.opacity(80);
&.above .twipsy-arrow { #popoverArrow > .above(); }
&.left .twipsy-arrow { #popoverArrow > .left(); }
...
...
@@ -590,7 +590,7 @@ div.twipsy {
position: absolute;
top: 0;
left: 0;
z-index: 1000
0
;
z-index: 1000;
display: none;
}
.popover-border {
...
...
@@ -658,7 +658,7 @@ div.twipsy {
top: 0;
left: 0;
display: none;
z-index: 1000
0
;
z-index: 1000;
background: none;
}
.popover-menu .popover-arrow {
...
...
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