Jump to content

MediaWiki:Common.css: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 37: Line 37:
}
}


.img-responsive{
.img-responsive {
max-width:100%;
  max-width:100%;
height:auto;
  height:auto;
}
}


Line 87: Line 87:
}
}


#n-telegram:hover ::after, #n-telegram ::after {
#n-telegram span {
  content: '';
    visibility: hidden;
  display: inline-block;
    position: relative;
  width: 130px;
    font-size: 0; /* Remove space that text might occupy */
  height: 20px;
}
  background: url('https://bgforge.net/assets/logo/telegram_full.svg');
#n-telegram span::before {
  background-repeat: no-repeat;
    content: "";
  background-size: contain;
    display: inline-block;
    visibility: visible;
    background-image: url('https://bgforge.net/assets/logo/telegram_full.svg');
    background-repeat: no-repeat;
    width: 130px;
    height: 20px;
}
}
#mw-panel .portal .body li#n-telegram {
#mw-panel .portal .body li#n-telegram {
   font-size: 0em;
   font-size: 0em;