Hi Ton, That's awesome! Thanks for that, I'm off to go play with it <https://dl.dropboxusercontent.com/s/r95imx7kdz8tp0n/playing-with-css.html>.
Hegart. On Wednesday, 17 February 2016 07:38:13 UTC+13, Ton Gerner wrote: > > Hi Hegart, > > Have a look at my 'Bluish' theme. See the - commented - styles in > http://tw5custom.tiddlyspot.com/#Stylesheet%20'Bluish'%20theme > > Cheers, > > Ton > > > On Tuesday, February 16, 2016 at 7:05:49 PM UTC+1, Hegart Dmishiv wrote: >> >> Hi Mat, >> >> Thanks for the reply. I think I'm okay with *how* to apply styles using >> CSS, I just need to know *what* to style to get the individual tab >> titles to be different colours. Oh, and for the SideBar tabs, there's also >> the little matter of *where* to apply the style from. :-P >> >> Hegart. >> >> >> On Wednesday, 17 February 2016 01:42:10 UTC+13, Mat wrote: >>> >>> Read about Stylesheets <http://tiddlywiki.com/#Using%20Stylesheets> >>> >>> Basiclaly, you define a class with your desired propoerties. >>> >>> It is also possible to do this straight in the tiddler with a local >>> style. For example; >>> >>> <style> >>> .myStyle { >>> background:yellow; >>> } >>> </style> >>> >>> However, there are reasons why it is not so good to do this >>> tiddlerlocally... but I can't recall them right now. For one thing, there >>> is a difference between statis styling and dynamic styling where the latter >>> is when you e.g use macros or transclude parts in the styling (e.g the >>> "yello" could be {{mycolor}}). Fellow Ton Gerner posted a link to me very >>> recently in a thread here on the boards to an explanation he has done on >>> this. Do a little search. I think it was less than a month ago. >>> >>> Ok, hope this is of any value even if it could have been more explicit. >>> >>> <:-) >>> >>> -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywikidev. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywikidev/3024c743-7268-4441-932f-41c3ce981dae%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
