MediaWiki:Common.css: Difference between revisions

Added Discord thingy. Might be useful?
m (1 revision imported)
(Added Discord thingy. Might be useful?)
 
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;
}