So today I noticed tons of messed up pet profile code. I thought something went wrong with my code until I realized that I changed my site theme recently. I swapped to other themes and everything looked normal again. I changed back to the lumi theme, BAM stripes on various places all over my pet profiles again.

I noticed this too. I spend about 2 hours trying to "fix" my pet profile, thinking it was the recent change in CSS that messed it up. Finally figured out it was the Luminaire layout.
In loving memory of Need posting achievements?Then join Posting Frenzy Achievement Items - searchable list List of Borders and cutouts New at Fresh and Flavorful Ping Group
Ouch.
It has been going on for awhile now. I hope it gets worked on because it's really annoying.
It happened to me as well. was kind enough to let me know about it.
Des anyone know if anything will be done about this?
[Center][I]Chibi by [/i] [/center]
That has been happening for years. I doubt they're doing anything to fix it, even though I think it should be a pretty simple job.
, , html.cufon-active.cufon-ready body {
background-color:;
}
^From the lumi layout's stylesheet. It's the html.cufon-active.cufon-ready body that messes stuff up as far as I know.
It's fine on the ones I did for you though? It should be.
- Yes it's been fine on the ones you made for me. c:
Do you mind if I share this with the two users profiles' it did mess up on though? It might help them in the future with making profiles. :)
[Center][I]Chibi by [/i] [/center]
Good. I changed some stuff in my coding at some point to account for this lumi mess. :)
Sure, why not. Basically the problem only appears if you don't have a repeating background (both x and y axis). The background image would cover up the tan parts. But if any parts of the pet profile only show the background-color that gets overwritten by the lumi css.
.edit
Something else that works is setting a background-color to html. That might be the easiest way to avoid this. (not something I do myself unless I have to)