Update broke my *css stylesheet+discussion
try putting the urls in quotation marks.
Okay, it loads now but no longer changes the color of the card headers. The background changed and the fonts changed. The only thing I previously had to do to change the header color was:
.card-header
{
background: #FFC64E
}
try ".card-frame > .card-header" instead of just ".card-header". See Wagn 1.12+upgrade notes for an explanation.
Okay. I've done that, but it didn't change anything. I also added color: instead of just background: but that didn't change anything either. When I reload a page and inspect it, it doesn't seem to have noticed that I changed anything at all. It's still listing .card-header as a thing that I'm calling, even though that line has been replaced with what's below. Is there any reason there'd be lag? Or that the stylesheet would need to be reloaded somewhere?
.card-frame > .card-header
{
background: #FFC64E
color: #FFC64E
}
However, included card headers are getting the color. See:
http://teenwolfwiki.416.cldstr.com/wagn/Scott_McCall
Which means it's actually doing the opposite of what I'm after, but based on your notes it looks like you removed being able to specify what each view should do? Although even if I set the titled view to the same color as the card background, that still wouldn't make the card header the color I want.
See docs: Skin. You'll need to re-save the *style rule for it to take effect. And you can still set view-specific styles.