I dont' know how AndTidWiki is built but I can imagine it has a special
stylesheet. So, you might need to make the CSS targetting more specific. A
standard practice when creating a stylesheet for an application is to come
up with a special definition name like "my-class" and then use this to make
things appear special when this plugin is used, i.e ".my-class
.tc-tiddler-title {...}"
So, you may need to either modify this special stylesheet or override those
definitions by making your own style definitions even more specific. One
trick here could be to do
* .my-class .tc-tiddler-title {...}
i.e to prefix the def with the * which is the root.
I hope I'm not stating the blatantly obvious. Or, actually, it is even
better if this *is* blatantly obvious.
<:-)
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/da0280c5-0bc4-4c8c-8db0-455b3db3903f%40googlegroups.com.