The scope or a dedicated stylesheet tiddler, i.e one tagged "$:/tags/Stylesheet" is the whole wiki. The other route is a style block, i.e with style definitions between <style>...</style>. This affects anything on the page for as long as the tiddler is open. This makes it a bit risky because if you have several tiddlers with such style blocks then the order of the tiddlers decide which style rules if there are conflicts.
Also, what's the difference between 'body.tc-body' and 'tc-body'? > The difference is that the former has higher specificity meaning that if the former says e.g the background should be red and the other says green, the former "wins" regardless of which order they are called in. If you have two identical calls and but with different background colors then the last called wins. To learn more about this, google CSS specificity. It is not a TW feature. <:-) -- 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/110f217f-1eee-4e9c-98f9-6462aeca364a%40googlegroups.com.

