2017-11-13 01:23:39 -05:00
|
|
|
body {
|
|
|
|
overflow-x: hidden
|
|
|
|
}
|
|
|
|
|
2017-12-04 18:58:19 -05:00
|
|
|
.ffz-metadata-balloon {
|
2018-01-16 17:36:56 -05:00
|
|
|
z-index: 999999999 !important;
|
2017-12-04 18:58:19 -05:00
|
|
|
margin: 6px;
|
2018-04-28 17:56:03 -04:00
|
|
|
}
|
2017-12-04 18:58:19 -05:00
|
|
|
|
|
|
|
|
2019-06-17 15:32:38 -04:00
|
|
|
.ffz-tooltip.ffz-tooltip--no-mouse {
|
|
|
|
> * {
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.ffz-tooltip-child {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2021-02-11 19:40:12 -05:00
|
|
|
.ffz-balloon {
|
|
|
|
&[x-placement^="bottom"] > .ffz-balloon__tail {
|
2018-04-28 17:56:03 -04:00
|
|
|
bottom: 100%;
|
2017-12-04 18:58:19 -05:00
|
|
|
|
2021-02-11 19:40:12 -05:00
|
|
|
.ffz-balloon__tail-symbol {
|
2018-04-28 17:56:03 -04:00
|
|
|
top: auto;
|
|
|
|
bottom: -8px;
|
|
|
|
left: 8px;
|
2017-12-04 18:58:19 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-02-11 19:40:12 -05:00
|
|
|
&[x-placement^="top"] > .ffz-balloon__tail {
|
2018-04-28 17:56:03 -04:00
|
|
|
top: 100%;
|
2017-12-04 18:58:19 -05:00
|
|
|
|
2021-02-11 19:40:12 -05:00
|
|
|
.ffz-balloon__tail-symbol {
|
2018-04-28 17:56:03 -04:00
|
|
|
top: auto;
|
|
|
|
bottom: 8px;
|
|
|
|
left: 8px;
|
2017-12-04 18:58:19 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-02-11 19:40:12 -05:00
|
|
|
&[x-placement^="right"] > .ffz-balloon__tail {
|
2018-04-28 17:56:03 -04:00
|
|
|
right: 100%;
|
2017-12-04 18:58:19 -05:00
|
|
|
|
2021-02-11 19:40:12 -05:00
|
|
|
.ffz-balloon__tail-symbol {
|
2018-04-28 17:56:03 -04:00
|
|
|
left: auto;
|
|
|
|
right: -8px;
|
|
|
|
top: 8px;
|
2017-12-04 18:58:19 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-02-11 19:40:12 -05:00
|
|
|
&[x-placement^="left"] > .ffz-balloon__tail {
|
2018-04-28 17:56:03 -04:00
|
|
|
left: 100%;
|
2017-12-04 18:58:19 -05:00
|
|
|
|
2021-02-11 19:40:12 -05:00
|
|
|
.ffz-balloon__tail-symbol {
|
2018-04-28 17:56:03 -04:00
|
|
|
left: auto;
|
|
|
|
right: 8px;
|
|
|
|
top: 8px;
|
2017-12-04 18:58:19 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-07-10 20:08:29 -04:00
|
|
|
.ffz-action-balloon,
|
2017-12-04 18:58:19 -05:00
|
|
|
.ffz-metadata-balloon,
|
|
|
|
.ffz__tooltip {
|
|
|
|
.loader {
|
|
|
|
text-align: center;
|
|
|
|
opacity: .5;
|
|
|
|
margin: 1rem;
|
|
|
|
font-size: 3rem;
|
|
|
|
animation: ffz-rotateplane 1.2s infinite linear;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2020-06-23 17:17:00 -04:00
|
|
|
.ffz--tooltip-explain {
|
|
|
|
width: 30rem;
|
|
|
|
font-weight: 100;
|
|
|
|
white-space: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2017-11-13 01:23:39 -05:00
|
|
|
.ffz__tooltip {
|
|
|
|
z-index: 999999999;
|
|
|
|
margin: 6px;
|
|
|
|
border-radius: 2px;
|
2019-09-26 20:34:37 -04:00
|
|
|
background: var(--color-background-tooltip);
|
|
|
|
color: var(--color-text-tooltip);
|
2017-11-13 01:23:39 -05:00
|
|
|
font-size: 1.2rem;
|
|
|
|
line-height: 1;
|
|
|
|
text-align: left;
|
|
|
|
white-space: pre-wrap;
|
|
|
|
|
|
|
|
&.html { white-space: normal }
|
|
|
|
|
|
|
|
|
|
|
|
.ffz__tooltip--arrow {
|
|
|
|
position: absolute;
|
|
|
|
width: 6px; height: 6px;
|
|
|
|
transform: rotate(45deg);
|
|
|
|
z-index: -1;
|
|
|
|
|
2019-09-26 20:34:37 -04:00
|
|
|
background: var(--color-background-tooltip);
|
2017-11-13 01:23:39 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
&[x-placement^="bottom"] {
|
|
|
|
.ffz__tooltip--arrow {
|
|
|
|
top: -3px;
|
|
|
|
border-radius: 2px 0 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&[x-placement^="top"] {
|
|
|
|
.ffz__tooltip--arrow {
|
|
|
|
bottom: -3px;
|
|
|
|
border-radius: 0 0 2px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-12-13 20:45:22 -05:00
|
|
|
&[x-placement^="right"] {
|
2017-11-13 01:23:39 -05:00
|
|
|
.ffz__tooltip--arrow {
|
2017-12-13 20:45:22 -05:00
|
|
|
left: -3px;
|
2017-11-13 01:23:39 -05:00
|
|
|
border-radius: 0 2px 0 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-12-13 20:45:22 -05:00
|
|
|
&[x-placement^="left"] {
|
2017-11-13 01:23:39 -05:00
|
|
|
.ffz__tooltip--arrow {
|
2017-12-13 20:45:22 -05:00
|
|
|
right: -3px;
|
2017-11-13 01:23:39 -05:00
|
|
|
border-radius: 0 0 0 2px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.ffz__tooltip--inner {
|
|
|
|
display: block;
|
|
|
|
max-width: 30rem;
|
2018-02-02 18:51:38 -05:00
|
|
|
padding: .3rem .6rem;
|
2017-11-13 01:23:39 -05:00
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
.preview-image {
|
2017-11-28 02:03:59 -05:00
|
|
|
&.ffz-badge {
|
2018-02-02 18:51:38 -05:00
|
|
|
height: 7.2rem;
|
|
|
|
width: 7.2rem;
|
|
|
|
background-size: 7.2rem;
|
2017-11-28 02:03:59 -05:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
}
|
|
|
|
|
2017-11-13 01:23:39 -05:00
|
|
|
display: block;
|
|
|
|
margin: 3px auto 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
br {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-cheer {
|
|
|
|
margin: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2018-02-02 18:51:38 -05:00
|
|
|
.ffz__tooltip--badges {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
max-width: 20rem;
|
|
|
|
padding: .1rem .2rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-badge-tip {
|
|
|
|
margin: .2rem .4rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2017-11-13 01:23:39 -05:00
|
|
|
.ffz-rich-tip {
|
|
|
|
max-width: 340px;
|
|
|
|
width: 340px;
|
|
|
|
text-align: left;
|
|
|
|
position: relative;
|
|
|
|
padding: 8px;
|
2020-08-04 18:26:11 -04:00
|
|
|
line-height: 1.2em;
|
2017-11-13 01:23:39 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2020-08-04 18:26:11 -04:00
|
|
|
.ffz__tooltip {
|
|
|
|
--color-border-base: var(--color-text-tooltip);
|
2017-11-13 01:23:39 -05:00
|
|
|
|
2020-08-04 18:26:11 -04:00
|
|
|
&:not([data-shift="true"]) .ffz--shift-show,
|
|
|
|
&[data-shift="true"] .ffz--shift-hide { display: none !important; }
|
2017-11-13 01:23:39 -05:00
|
|
|
|
2020-08-04 18:26:11 -04:00
|
|
|
.tw-c-text-base {
|
|
|
|
color: var(--color-text-tooltip) !important;
|
2018-12-13 15:21:57 -05:00
|
|
|
}
|
2017-11-13 01:23:39 -05:00
|
|
|
|
2020-08-04 18:26:11 -04:00
|
|
|
.tw-c-text-alt {
|
|
|
|
color: var(--color-text-tooltip-alt) !important;
|
2018-12-13 15:21:57 -05:00
|
|
|
}
|
2020-08-04 18:26:11 -04:00
|
|
|
.tw-c-text-alt-2 {
|
|
|
|
color: var(--color-text-tooltip-alt-2) !important;
|
2018-12-13 15:21:57 -05:00
|
|
|
}
|
2017-11-13 01:23:39 -05:00
|
|
|
}
|