Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Color Categories & Color Discussions
I don't know if this is possible with the curent build of Vanilla but this might make this forum the best in the world :P at least for me :P.
Is there a possibility to asign a color to a category and the post that are relateted to that category to have the same color so when i'm browsing the discussion page to know instantly that a post belong to a category and other post to other category or the same as the previous one.
And would be great to have a color for the stiky post , closed post and etc..
Maybe an extension to add this posibility when i'm making a new categories or edit one that already exist.
0
This discussion has been closed.
Comments
/* Category CSS */ /* a category */ .Category_1 { background-color: #00FF00; } /* another category */ .Category_2 { background-color: #FF0000; } /* another category */ .Category_3 { background-color: #0000FF; } /* this is the color for all new comments */ .NewComments { background-color: #000; }
Add that to the bottom of your CSS style , and change the Category_# with the number of your categories, and the colors.