![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
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?
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?
no subject
Date: 2009-09-09 04:37 am (UTC)Copy/paste TB's code into your layout layer, not only the stylesheet but the whole code. Just c/p really. Then add your own CSS in print_stylesheet.
It may help you to look at the code of one of the other TB-based layouts: Modish for example. See how the first's part is just the Tabula Rasa code? Then you have a second part for the Modish layout.
no subject
Date: 2009-09-09 09:04 am (UTC)