[tw] Re: How to edit the background-colour of tiddlertitles by different tags?

2018-02-01 Thread 'Surya' via TiddlyWiki
Hi coda coder, I found it now :-) It was indeed another stylesheet disturbing. Thanks a lot for your help! Surya -- 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

[tw] Re: How to edit the background-colour of tiddlertitles by different tags?

2018-02-01 Thread coda coder
Surya drag the attachment on to https://tiddlywiki.com/ -- 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 tiddlywiki+unsubscr...@googlegroups.com. To post to

[tw] Re: How to edit the background-colour of tiddlertitles by different tags?

2018-02-01 Thread coda coder
On Thursday, February 1, 2018 at 11:11:14 AM UTC-6, Surya wrote: > > Are you CERTAIN you don't have another stylesheet applying another set of >> colors? >> > > It is on http://surya-diy.tiddlyspot.com/. There I have all stylesheets > shown in Tiddlywiki-Anleitung >TW-Style. > > Sorry, the

[tw] Re: How to edit the background-colour of tiddlertitles by different tags?

2018-02-01 Thread 'Surya' via TiddlyWiki
> > Are you CERTAIN you don't have another stylesheet applying another set of > colors? > It is on http://surya-diy.tiddlyspot.com/. There I have all stylesheets shown in Tiddlywiki-Anleitung >TW-Style. But: If I only build one tiddler with ony div.tc-tagged-RezeptGetestet .tc-tiddler-title

[tw] Re: How to edit the background-colour of tiddlertitles by different tags?

2018-02-01 Thread coda coder
Surya -- I just edited my original to fix my bad cut-paste hack. You need .tc-tagged- in front of each tag name. On Thursday, February 1, 2018 at 10:35:17 AM UTC-6, Surya wrote: > > Ahh, good to additionally know how to build the style by two tags (make > the tiddler-title look like ... if a

[tw] Re: How to edit the background-colour of tiddlertitles by different tags?

2018-02-01 Thread coda coder
Hmmm In that case, I don't understand why you have a clash. Are you CERTAIN you don't have another stylesheet applying another set of colors? Try using the browser developer tools (press F12) and go to the Inspector. Or, right click on the tiddler title, choose "Inspect element" or similar.

[tw] Re: How to edit the background-colour of tiddlertitles by different tags?

2018-02-01 Thread 'Surya' via TiddlyWiki
Ahh, good to additionally know how to build the style by two tags (make the tiddler-title look like ... if a tiddler has two tags (both tags). But that I don't need at the moment. What I need is just the opposite. Maybe my explanation wasn't clear For example: A have tiddlers tagged with

[tw] Re: How to edit the background-colour of tiddlertitles by different tags?

2018-02-01 Thread coda coder
Are you saying that ONE tiddler may have BOTH RezeptGetestet and RezeptNICHTGetestet tags? In that case, you could add: div.tc-tagged-RezeptGetestet.RezeptNICHTGetestet .tc-tiddler-title { background-color: #012345; } If you run into specificity issues, make it more specific (double the