MediaWiki:Common.css: Difference between revisions

Added Discord thingy. Might be useful?
miraheze>Viviancherry
(Created page with "→‎CSS placed here will be applied to all skins: /* ***************************************************************************** *** colors fo...")
 
(Added Discord thingy. Might be useful?)
 
(One intermediate revision by the same user not shown)
Line 1,511: Line 1,511:
  ***                                  END                                  ***
  ***                                  END                                  ***
  *****************************************************************************/
  *****************************************************************************/
div#mw-panel nav.portal li a[href="https://discord.gg/ps4rq53"] {
    display: inline-block;
    position: relative;
    height: 20px;
    width: 119px;
    margin-top: 10px;
}
div#mw-panel nav.portal li a[href="https://discord.gg/ps4rq53"]::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background: url(https://discord.com/api/guilds/277545487375007744/embed.png) no-repeat;
}