![[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 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).