2011-11-17 02:58:36 -05:00
|
|
|
// TWIPSY
|
|
|
|
// ------
|
|
|
|
|
|
|
|
.twipsy {
|
|
|
|
position: absolute;
|
2012-01-07 07:07:53 -05:00
|
|
|
z-index: @zindexTwipsy;
|
2011-11-17 04:28:42 -05:00
|
|
|
display: block;
|
2011-11-17 02:58:36 -05:00
|
|
|
visibility: visible;
|
|
|
|
padding: 5px;
|
|
|
|
font-size: 11px;
|
2011-11-20 23:58:04 -05:00
|
|
|
.opacity(0);
|
2011-12-22 22:10:32 -05:00
|
|
|
&.in { .opacity(80); }
|
|
|
|
&.top { margin-top: -2px; }
|
|
|
|
&.right { margin-left: 2px; }
|
|
|
|
&.bottom { margin-top: 2px; }
|
|
|
|
&.left { margin-left: -2px; }
|
|
|
|
&.top .twipsy-arrow { #popoverArrow > .top(); }
|
|
|
|
&.left .twipsy-arrow { #popoverArrow > .left(); }
|
|
|
|
&.bottom .twipsy-arrow { #popoverArrow > .bottom(); }
|
|
|
|
&.right .twipsy-arrow { #popoverArrow > .right(); }
|
2011-11-17 02:58:36 -05:00
|
|
|
}
|
|
|
|
.twipsy-inner {
|
2011-11-17 04:28:42 -05:00
|
|
|
max-width: 200px;
|
2011-11-17 02:58:36 -05:00
|
|
|
padding: 3px 8px;
|
|
|
|
color: white;
|
|
|
|
text-align: center;
|
|
|
|
text-decoration: none;
|
2011-11-17 04:28:42 -05:00
|
|
|
background-color: @black;
|
2011-11-17 02:58:36 -05:00
|
|
|
.border-radius(4px);
|
|
|
|
}
|
|
|
|
.twipsy-arrow {
|
|
|
|
position: absolute;
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
|
|
|
}
|