Jump to content

MediaWiki:Common.css: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 78: Line 78:
table.left_bar tr:nth-child(2n-1) {
table.left_bar tr:nth-child(2n-1) {
     background-color: #ededed;
     background-color: #ededed;
}
li#n-IRC {
    padding-top: 0;
}
#n-IRC span {
    font-size: 0; /* Remove space that text might occupy */
}
#n-IRC span::before {
    content: "";
    display: inline-block;
    visibility: visible;
    background-image: url("https://bgforge.net/assets/logo/irc.svg");
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 130px;
    height: 20px;
}
#mw-panel .portal .body li#n-irc {
    font-size: 0em;
    padding-top: 5px;
    padding-bottom: 0px;
}
}


Line 129: Line 106:
}
}
li#n-Telegram a {
li#n-Telegram a {
    margin-left: 23px;
}
/* irc */
li#n-IRC {
    background-image: url("https://bgforge.net/assets/logo/irc_short.svg");
    background-size: contain;
    background-repeat: no-repeat;
}
li#n-IRC a {
     margin-left: 23px;
     margin-left: 23px;
}
}
/* end sidebar */
/* end sidebar */