Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Infobox player/styles.css: Difference between revisions

Template page
mNo edit summary
No edit summary
Line 15: Line 15:
   transform: scale(1.2);
   transform: scale(1.2);
   transition: transform 250ms cubic-bezier(0.215,0.61,0.355,1);
   transition: transform 250ms cubic-bezier(0.215,0.61,0.355,1);
}
.infobox-player__header {
  display: flex;
  justify-content: space-between;
}
.infobox-player__iconslink div.infobox-player__commenticon div.infobox-player__commenticon-inner {
  position: relative;
  top: -8px !important;
}
}

Revision as of 23:27, 1 May 2023

td div.infobox-player__image div.responsive-img img {
  margin-left: auto;
  margin-right: auto;
  background: none;
  margin-top: 2rem;
}
tr.infobox-image.rank__Pebble,tr.infobox-image.rank__Quartz,tr.infobox-image.rank__Amethyst,tr.infobox-image.rank__Sapphire,tr.infobox-image.rank__Emerald,tr.infobox-image.rank__Topaz,tr.infobox-image.rank__Iridium,tr.infobox-image.rank__Prism,tr.infobox-image.rank__Staff {
  width: 400px;
  background-size: cover;
}
div.infobox-player__image div.responsive-img img {
  transition: transform 250ms cubic-bezier(0.215,0.61,0.355,1);
}
div.infobox-player__image div.responsive-img img:hover {
  transform: scale(1.2);
  transition: transform 250ms cubic-bezier(0.215,0.61,0.355,1);
}
.infobox-player__header {
  display: flex;
  justify-content: space-between;
}
.infobox-player__iconslink div.infobox-player__commenticon div.infobox-player__commenticon-inner {
  position: relative;
  top: -8px !important;
}