Warning:
This wiki has been archived and is now read-only.

CSS/popups.css

From OWL
Jump to: navigation, search

a:hover span {

  display: block;
  position: absolute; top: 200px; left: 0; width: 125px;
  padding: 5px; margin: 10px; z-index: 100;
  color: #AAA; background: black;
  font: 10px Verdana, sans-serif; text-align: center;

}