I just wanted to share something me and a friend ( ) found. This is the code to choose the colors of the pet statbars... INDIVIDUALLY. I hope I am posting in the right place?
/* pet statbar colors */
.statbar {border: 0px solid ;}
.statbar div.stat {background-color: ; border-radius: 5px;}
div.stat {background-color: ;}
div.stat {background-color: ;}
div.stat {background-color: ;}
div.stat {background-color: ;}
div.stat {background-color: ;}
div.stat {background-color: ;}
div.stat {background-color: ;}
The color/HEX codes I used in this are the Hydrus colors. Feel free to change them to however. Also if you want them to be more rectangular and less rounded, change the border radius number from 5 to 0px. 5 being the roundest and 0 being the... most... rectangular. And although the border radius does not affect the actual border surrounding the colors. I kept the border here at 0 cuz I wanted it to be invisible)