MOON
Server: Apache
System: Linux vps.erhabenn.com.br 3.10.0-1160.119.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Jul 15 12:09:18 UTC 2024 x86_64
User: machen (1008)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: /disk001/machen/www/support/wp-content/plugins/h5p/h5p-php-library/styles/h5p-tooltip.css
.h5p-tooltip {
  display: none;
  position: absolute;

  z-index: 110;

  font-size: 0.8rem;
  line-height: 1.2;
  text-align: left;

  padding: 0.25rem 0.5rem;
  white-space: normal;
  word-break: break-all;
  width: max-content;
  max-width: min(300px, 90%);

  background: #000;
  color: #FFF;

  cursor: default;
}
.h5p-tooltip-narrow {
  max-width: min(300px, 70%);
}
.h5p-tooltip-visible {
  display: block;
}

.h5p-iframe:has(.h5p-theme) .h5p-tooltip  {
  background-color: var(--h5p-theme-text-secondary);
  color: var(--h5p-theme-ui-base);
  font-size: var(--h5p-theme-font-size-m);
  max-width: min(400px, 90%);
  line-height: 1;
  /*border: solid 1px var(--h5p-theme-stroke-1);
  box-shadow: 0 0 0.5em #2c2c2c;*/
  border-radius: var(--h5p-theme-border-radius-medium);
}