![[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 12:44 am (UTC)The problem with not copy-pasting, is that the new layout layer is not aware of the Tabula Rasa layout layer in any way.
no subject
Date: 2009-09-09 02:14 am (UTC)no subject
Date: 2009-09-09 02:15 am (UTC)no subject
Date: 2009-09-09 03:26 am (UTC)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)no subject
Date: 2009-09-09 09:03 am (UTC)To be clear, I'm talking about lines analogous to
no subject
Date: 2009-09-09 09:08 am (UTC)One note, though, if you have one where the color property name is close enough, but the description isn't, I believe you can do something like:
property Color existing_property_name { des = "this description will be the one that shows up in the wizard"; }
Which helps us avoid having unused properties in the wizard, and may help in some cases to keep the number of properties down.
(From feedback, having more color options just means people are more likely to give up halfway through creating a new color theme).