MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
516 bytes added ,  07:57, 30 October 2017
Sharpens wiki images so they dont look terrible.
imported>Rockdtben
 
(Sharpens wiki images so they dont look terrible.)
(2 intermediate revisions by the same user not shown)
Line 1,419: Line 1,419:
                 background-size: 135px auto;
                 background-size: 135px auto;
         }
         }
}
/* Begin Custom Yog CSS */
.tooltip{
  position: relative;
}
.tooltiptext {
  position: absolute;
  display: block;
  z-index: 2;
  width: 250px;
  padding: 10px;
  visibility: hidden;
  opacity: 0;
  white-space: normal;
  text-align: left;
  transition: all 0.2s;
  border: 1px solid #aaa;
  background-color: #ffdd66;
}
.tooltip:hover>.tooltiptext {
  visibility: visible;
  opacity: 1;
}
img {
  image-rendering: -moz-crisp-edges;
  image-rendering: pixelated;
  -ms-interpolation-mode: nearest-neighbor;
}
}

Navigation menu