2011-11-17 08:58:36 +01:00
|
|
|
// TWIPSY
|
|
|
|
// ------
|
|
|
|
|
|
|
|
.twipsy {
|
|
|
|
position: absolute;
|
2011-11-17 10:28:42 +01:00
|
|
|
z-index: 1000;
|
|
|
|
display: block;
|
2011-11-17 08:58:36 +01:00
|
|
|
visibility: visible;
|
|
|
|
padding: 5px;
|
|
|
|
font-size: 11px;
|
2011-11-21 05:58:04 +01:00
|
|
|
.opacity(0);
|
2011-12-23 04:10:32 +01: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 08:58:36 +01:00
|
|
|
}
|
|
|
|
.twipsy-inner {
|
2011-11-17 10:28:42 +01:00
|
|
|
max-width: 200px;
|
2011-11-17 08:58:36 +01:00
|
|
|
padding: 3px 8px;
|
|
|
|
color: white;
|
|
|
|
text-align: center;
|
|
|
|
text-decoration: none;
|
2011-11-17 10:28:42 +01:00
|
|
|
background-color: @black;
|
2011-11-17 08:58:36 +01:00
|
|
|
.border-radius(4px);
|
|
|
|
}
|
|
|
|
.twipsy-arrow {
|
|
|
|
position: absolute;
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
|
|
|
}
|