Topic: Buttons
Hello,
I'd like to change the color of the buttons on the left that go from blue to gray after a post is viewed. Is there a file I can edit to do this?
Thanks for the help.
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 troubleshooting → Buttons
Hello,
I'd like to change the color of the buttons on the left that go from blue to gray after a post is viewed. Is there a file I can edit to do this?
Thanks for the help.
Thanks, but I still can't find them. I don't know what they are called. I'm not even sure if they are graphics.
yourstyle_cs.css
/****************************************************************/
/* 5. POST STATUS INDICATORS */
/****************************************************************/
/* These are the post status indicators which appear at the left of some tables.
.inew = new posts, .iredirect = redirect forums, .iclosed = closed topics and
.isticky = sticky topics. The default is "icon". By default only .inew is different.*/
DIV.icon {BORDER-COLOR: #E6E6E6 #DEDEDE #DADADA #E2E2E2}
TR.iredirect DIV.icon {BORDER-COLOR: #F1F1F1 #F1F1F1 #F1F1F1 #F1F1F1}
DIV.inew {BORDER-COLOR: #0080D7 #0065C0 #0058B3 #0072CA}
The icons are fakes. They are created by styling the four borders of a zero sized div. Just change the border colours to suit.
Thank you soooo much everyone... I was able to edit the cute little "fakes".
PunBB Forums → PunBB 1.2 troubleshooting → Buttons
Powered by PunBB, supported by Informer Technologies, Inc.