MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 320: Line 320:
   text-decoration:none;
   text-decoration:none;
   background-color:#525ee0
   background-color:#525ee0
}
.image-overlay {
  position: relative;
  width: 100px;
  height: 100px;
}
.image-overlay .base {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100px;
}
.image-overlay .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100px;
}
}