Update broke my *css stylesheet

Support Ticket

+status
+tags
 

I copied everything from *css into the validator you linked to in the release notes, and I gave me a green light, but when I go to change the *style rule to use customized it gives me an error:

 

EXCEPTION: Stylesheet Error: Invalid CSS after "...ly=Bevan);[http": expected "]", was "://fonts.google..."

 


That's the whole message.

 

try putting the urls in quotation marks.

--Ethan McCutchen.....2013-09-15 20:49:53 +0000

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

}

--Lora Friedenthal.....2013-09-15 21:04:24 +0000

try ".card-frame > .card-header" instead of just ".card-header". See Wagn 1.12+Upgrade Notes for an explanation.

--Ethan McCutchen.....2013-09-15 21:16:49 +0000

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

}

--Lora Friedenthal.....2013-09-15 21:32:09 +0000

However, included card headers are getting the color. See:

 

http://teenwolfwiki.416.cldstr.com/wagn/Scott_McCall

--Lora Friedenthal.....2013-09-15 21:37:54 +0000

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.

--Lora Friedenthal.....2013-09-15 21:46:10 +0000

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.

--Ethan McCutchen.....2013-09-16 02:46:59 +0000