1,396
edits
(.) |
m (style sidebar) |
||
Line 71: | Line 71: | ||
} | } | ||
table.left_bar tr:nth-child(2n-1) { background-color: #ededed; } | table.left_bar tr:nth-child(2n-1) { background-color: #ededed; } | ||
#n-discord:hover ::after, #n-discord ::after { | |||
content: ''; | |||
display: inline-block; | |||
width: 130px; | |||
height: 20px; | |||
background: url('https://bgforge.net/assets/logo/discord_full.svg'); | |||
background-repeat: no-repeat; | |||
background-size: contain; | |||
} | |||
#mw-panel .portal .body li#n-discord { | |||
font-size: 0em; | |||
padding-top: 5px; | |||
} | |||
#n-telegram:hover ::after, #n-telegram ::after { | |||
content: ''; | |||
display: inline-block; | |||
width: 130px; | |||
height: 20px; | |||
background: url('https://bgforge.net/assets/logo/telegram_full.svg'); | |||
background-repeat: no-repeat; | |||
background-size: contain; | |||
} | |||
#mw-panel .portal .body li#n-telegram { | |||
font-size: 0em; | |||
padding-top: 5px; | |||
} | |||
#n-irc:hover ::after, #n-irc ::after { | |||
content: ''; | |||
display: inline-block; | |||
width: 130px; | |||
height: 20px; | |||
background: url('https://bgforge.net/assets/logo/irc.svg'); | |||
background-repeat: no-repeat; | |||
background-size: contain; | |||
} | |||
#mw-panel .portal .body li#n-irc { | |||
font-size: 0em; | |||
padding-top: 5px; | |||
padding-bottom: 5px; | |||
} | |||
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; | |||
} | |||
li#n-BGforge { | |||
background-image: url('https://bgforge.net/assets/logo/bgforge.svg'); | |||
background-size: contain; | |||
background-repeat: no-repeat; | |||
} | |||
li#n-BGforge a { | |||
margin-left: 23px; | |||
} |