1,396
edits
mNo edit summary |
mNo edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 80: | Line 80: | ||
} | } | ||
/* sidebar */ | |||
/* forums */ | |||
li#n-Forums { | |||
background-image: url("https://bgforge.net/assets/logo/bgforge.svg"); | |||
background-size: contain; | |||
#n- | |||
background-image: url("https://bgforge.net/assets/logo/ | |||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
} | } | ||
li#n-Forums a { | |||
margin-left: 23px; | |||
} | } | ||
/* discord */ | |||
li#n-Discord { | |||
background-image: url("https://bgforge.net/assets/logo/discord.svg"); | |||
background-size: contain; | |||
#n- | |||
background-image: url("https://bgforge.net/assets/logo/ | |||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
} | } | ||
li#n-Discord a { | |||
margin-left: 23px; | |||
li#n- | |||
} | } | ||
/* telegram */ | |||
li#n-Telegram { | |||
background-image: url("https://bgforge.net/assets/logo/telegram.svg"); | |||
#n- | background-size: 1.5em; | ||
background-image: url("https://bgforge.net/assets/logo/ | |||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
} | } | ||
li#n-Telegram a { | |||
li#n- | |||
margin-left: 23px; | margin-left: 23px; | ||
} | } | ||
/* irc */ | |||
li#n- | li#n-IRC { | ||
background-image: url("https://bgforge.net/assets/logo/ | background-image: url("https://bgforge.net/assets/logo/irc_short.svg"); | ||
background-size: | background-size: 1.5em; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
} | } | ||
li#n- | li#n-IRC a { | ||
margin-left: 23px; | margin-left: 23px; | ||
} | } | ||
/* end sidebar */ |