zvi: self-portrait: short, fat, black dyke in bunny slippers (Default)
still kind of a stealthy love ninja ([personal profile] zvi) wrote in [community profile] style_system2009-09-08 06:06 pm

I'm missing something fundamental about column layout

I got the css I wanted to work correctly on Tabula Rasa. see the style live and view user layer source

Now, I'm trying to convert it to a layer and a theme (view style live

If I want the Tabula Rasa stylesheet, do I need to copy and paste that directly into the stylesheet in the layout layer? I used function print_stylesheet () { to include the stylesheet because I thought that would call the Tabula Rasa stylesheet, but it doesn't seem to be working.

Help?
afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)

[personal profile] afuna 2009-09-09 12:44 am (UTC)(link)
Yes; you'd need to copy and paste the entire Tabula Rasa layout layer to your own layout layer (that's actually how we're going to implement it as a layout which "extends" off of Tabula Rasa, except that once it becomes official, we'll tell the system to do the copy-pasting/duplication for us.

The problem with not copy-pasting, is that the new layout layer is not aware of the Tabula Rasa layout layer in any way.