MediaWiki:Vector.css: Difference between revisions

gallery adjustments
No edit summary
(gallery adjustments)
Line 533: Line 533:
div#customgallery img {
div#customgallery img {
   display:inline-block;
   display:inline-block;
}
div#customgalleryimg {
  margin:auto;
  height: 150px;
  position: relative;
}
div.gallerycorner {
  position:absolute;
  top: 0px;
  left: 0px;
  width: 47px;
  height: 47px;
  background: linear-gradient(to bottom right, #a1b3f3 50%, transparent 50%);
  border-top-left-radius: 8px;
  z-index: 1;
}
div.galleryicon {
  positon:absolute;
  height: 22px;
  width: 22px;
}
div#gallerypremium {
  background: url("/images/thumb/f/f8/Premium_Shop.png/22px-Premium_Shop.png")
}
div#galleryevent {
  background: url("/images/thumb/3/36/Menu_Icon_Events.png/22px-Menu_Icon_Events.png")
}
div.gallerycorner {
  margin:auto;
  height: 150px;
  position: relative;
}
}


Line 546: Line 583:
   vertical-align:middle;
   vertical-align:middle;
}
}


#narrow-banner {
#narrow-banner {