Re: [tw] Re: Theme tweaks for TableOfContentsMacro

2015-01-29 Thread Shash
Thanks Jeremy! BTW if I need to extend the code for tabbed table of contents in my personal wiki, where can I find it. Thanks! Shash On Wednesday, January 28, 2015 at 9:48:48 PM UTC+5:30, Jeremy Ruston wrote: > > Hi Shash > > You could try something like this. In a stylesheet tiddler: > > .my-t

Re: [tw] Re: Theme tweaks for TableOfContentsMacro

2015-01-28 Thread Jeremy Ruston
Hi Shash You could try something like this. In a stylesheet tiddler: .my-table-of-contents .tc-table-of-contents { background: red; } .my-table-of-contents .tc-tabbed-table-of-contents .tc-table-of-contents .toc-item > a { border-color: green; } Then wrap the toc with a DIV like this: <$macro

[tw] Re: Theme tweaks for TableOfContentsMacro

2015-01-28 Thread Jed Carty
On Tuesday, January 27, 2015 at 12:00:36 PM UTC-7, Shash wrote: > Hi all, > > > I am trying to use the Tabbed version of TableOfContentsMacro. I wish to > change the background of the tabs.. Is there a easy way to achieve this with > stylesheets. > > > Thanks! > Shash I have looked at this a