1,396
edits
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; | ||
} | } | ||
Line 147: | Line 103: | ||
} | } | ||
/* sidebar */ | |||
/* forums */ | |||
li#n-Forums { | li#n-Forums { | ||
background-image: url("https://bgforge.net/assets/logo/bgforge.svg"); | background-image: url("https://bgforge.net/assets/logo/bgforge.svg"); | ||
Line 155: | Line 113: | ||
margin-left: 23px; | margin-left: 23px; | ||
} | } | ||
/* discord */ | |||
li#n- | li#n-Discord { | ||
background-image: url("https://bgforge.net/assets/logo/bgforge.svg"); | background-image: url("https://bgforge.net/assets/logo/discord.svg"); | ||
background-size: contain; | |||
background-repeat: no-repeat; | |||
} | |||
li#n-Discord a { | |||
margin-left: 23px; | |||
} | |||
/* telegram */ | |||
li#n-Telegram { | |||
background-image: url("https://bgforge.net/assets/logo/telegram.svg"); | |||
background-size: contain; | background-size: contain; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
} | } | ||
li#n- | li#n-Telegram a { | ||
margin-left: 23px; | margin-left: 23px; | ||
} | } | ||
/* end sidebar */ |