Jump to content

MediaWiki:Common.css: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
 
(5 intermediate revisions by the same user not shown)
Line 80: Line 80:
}
}


li#n-discord {
/* sidebar */
    padding-bottom: 0;
/* forums */
}
li#n-Forums {
#n-discord span {
     background-image: url("https://bgforge.net/assets/logo/bgforge.svg");
    font-size: 0; /* Remove space that text might occupy */
    background-size: contain;
}
#n-discord span::before {
    content: "";
    display: inline-block;
    visibility: visible;
     background-image: url("https://bgforge.net/assets/logo/discord_full.svg");
     background-repeat: no-repeat;
     background-repeat: no-repeat;
    background-size: auto 100%;
    width: 130px;
    height: 20px;
}
}
#mw-panel .portal .body li#n-discord {
li#n-Forums a {
     font-size: 0em;
     margin-left: 23px;
    padding-top: 5px;
}
}
 
/* discord */
li#n-telegram {
li#n-Discord {
    padding-top: 0;
     background-image: url("https://bgforge.net/assets/logo/discord.svg");
    padding-bottom: 0;
    background-size: contain;
}
#n-telegram span {
    font-size: 0; /* Remove space that text might occupy */
}
#n-telegram span::before {
    content: "";
    display: inline-block;
    visibility: visible;
     background-image: url("https://bgforge.net/assets/logo/telegram_full.svg");
     background-repeat: no-repeat;
     background-repeat: no-repeat;
    background-size: auto 100%;
    width: 130px;
    height: 20px;
}
}
 
li#n-Discord a {
#mw-panel .portal .body li#n-telegram {
     margin-left: 23px;
    font-size: 0em;
    padding-top: 5px;
}
 
li#n-irc {
     padding-top: 0;
}
}
#n-irc span {
/* telegram */
    font-size: 0; /* Remove space that text might occupy */
li#n-Telegram {
}
     background-image: url("https://bgforge.net/assets/logo/telegram.svg");
#n-irc span::before {
    background-size: 1.5em;
    content: "";
    display: inline-block;
    visibility: visible;
     background-image: url("https://bgforge.net/assets/logo/irc.svg");
     background-repeat: no-repeat;
     background-repeat: no-repeat;
    background-size: auto 100%;
    width: 130px;
    height: 26px;
}
#mw-panel .portal .body li#n-irc {
    font-size: 0em;
    padding-top: 5px;
    padding-bottom: 5px;
}
}
 
li#n-Telegram a {
li#n-Forums {
    background-image: url("https://bgforge.net/assets/logo/bgforge.svg");
    background-size: contain;
    background-repeat: no-repeat;
}
li#n-Forums a {
     margin-left: 23px;
     margin-left: 23px;
}
}
 
/* irc */
li#n-BGforge {
li#n-IRC {
     background-image: url("https://bgforge.net/assets/logo/bgforge.svg");
     background-image: url("https://bgforge.net/assets/logo/irc_short.svg");
     background-size: contain;
     background-size: 1.5em;
     background-repeat: no-repeat;
     background-repeat: no-repeat;
}
}
li#n-BGforge a {
li#n-IRC a {
     margin-left: 23px;
     margin-left: 23px;
}
}
/* end sidebar */