From Path of Exile 2 Wiki
Jump to navigation
Jump to search
|
Tags: Blanking Manual revert |
Line 1: |
Line 1: |
| /* ===== Hoverbox ([[Template:Tooltip]], [[Template:Item link]]) ===== */
| |
| .hoverbox {
| |
| display: inline-block;
| |
| }
| |
| .hoverbox__display {
| |
| display: block;
| |
| visibility: hidden;
| |
| opacity: 0;
| |
| position: absolute;
| |
| padding: 8px;
| |
| transition: opacity 0.25s;
| |
| }
| |
| .hoverbox__display.is-visible {
| |
| visibility: visible;
| |
| opacity: 1;
| |
| }
| |
| .hoverbox__activator {
| |
| display: inline;
| |
| }
| |
| .hoverbox__icon {
| |
| vertical-align: -0.125em;
| |
| }
| |
| .hoverbox-display-container {
| |
| position: fixed;
| |
| z-index: 9999;
| |
| width: 100%;
| |
| }
| |
|
| |
|
| /* ===== Tooltip hoverbox ([[Template:Tooltip]]) ===== */
| |
| .c-tooltip__activator {
| |
| position: relative;
| |
| border-bottom-width: 1px;
| |
| border-bottom-style: dotted;
| |
| border-bottom-color: initial;
| |
| cursor: help;
| |
| }
| |
| .c-tooltip__display {
| |
| box-sizing: border-box;
| |
| border: 1px solid #7f7f7f;
| |
| padding: 0.5em 1.5em;
| |
| text-align: unset;
| |
| max-width: 32em;
| |
| font-size: 12px;
| |
| line-height: 1.5;
| |
| font-weight: normal;
| |
| color: #7f7f7f;
| |
| background-color: #000;
| |
| }
| |
Revision as of 21:59, 10 December 2024