User:MDFW Admin/vector.css: Difference between revisions

MDFW - The Mystery Dungeon Tree of Information.
Jump to navigation Jump to search
No edit summary
m (Jubilee moved page User:MetalManeMc/vector.css to User:MDFW Admin/vector.css: Automatically moved page while merging the account "MetalManeMc" to "MDFW Admin")
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
div#mw-panel nav.portal li a[href="https://discord.gg/fGdE5ZE"] {
div#mw-panel nav.portal li a[href="https://discord.gg/4dKnfpW"] {
     display: inline-block;
     display: inline-block;
     position: relative;
     position: relative;
Line 6: Line 6:
     margin: 0.25em;
     margin: 0.25em;
}
}
div#mw-panel nav.portal li a[href="https://discord.gg/fGdE5ZE"]::before {
div#mw-panel nav.portal li a[href="https://discord.gg/4dKnfpW"]::before {
     position: absolute;
     position: absolute;
     width: 100%;
     width: 100%;
Line 13: Line 13:
     left: -0.25em;
     left: -0.25em;
     content: "";
     content: "";
     background: url(https://discord.com/api/guilds/447104142729674753/embed.png) no-repeat;
     background: url(https://discord.com/api/guilds/502973274125238284/embed.png) no-repeat;
}
}

Latest revision as of 09:12, 7 March 2025

div#mw-panel nav.portal li a[href="https://discord.gg/4dKnfpW"] {
    display: inline-block;
    position: relative;
    height: 20px;
    width: 119px;
    margin: 0.25em;
}
div#mw-panel nav.portal li a[href="https://discord.gg/4dKnfpW"]::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -0.25em;
    content: "";
    background: url(https://discord.com/api/guilds/502973274125238284/embed.png) no-repeat;
}